@alfalab/core-components 48.34.0-beta.0 → 48.35.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (513) hide show
  1. package/bottom-sheet/component.js +2 -2
  2. package/bottom-sheet/cssm/component.js +2 -2
  3. package/bottom-sheet/cssm/types.d.ts +6 -0
  4. package/bottom-sheet/esm/component.js +2 -2
  5. package/bottom-sheet/esm/types.d.ts +6 -0
  6. package/bottom-sheet/modern/component.js +2 -2
  7. package/bottom-sheet/modern/types.d.ts +6 -0
  8. package/bottom-sheet/moderncssm/component.js +2 -2
  9. package/bottom-sheet/moderncssm/types.d.ts +6 -0
  10. package/bottom-sheet/types.d.ts +6 -0
  11. package/calendar/components/calendar-mobile/Component.js +1 -1
  12. package/calendar/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  13. package/calendar/components/calendar-mobile/index.d.ts +1 -1
  14. package/calendar/components/calendar-mobile/index.js +1 -1
  15. package/calendar/esm/Component.responsive.js +1 -1
  16. package/calendar/esm/components/calendar-mobile/Component.js +1 -1
  17. package/calendar/esm/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  18. package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
  19. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  20. package/calendar/esm/index.js +1 -1
  21. package/calendar/esm/mobile/index.js +1 -1
  22. package/calendar/mobile/index.js +1 -1
  23. package/calendar/modern/Component.responsive.js +1 -1
  24. package/calendar/modern/components/calendar-mobile/Component.js +1 -1
  25. package/calendar/modern/components/calendar-mobile/calendarMonthOnlyView.js +1 -1
  26. package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
  27. package/calendar/modern/components/calendar-mobile/index.js +1 -1
  28. package/calendar/modern/index.js +1 -1
  29. package/calendar/modern/mobile/index.js +1 -1
  30. package/confirmation/components/screens/initial/component.js +1 -1
  31. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  32. package/confirmation/esm/component.responsive.js +1 -1
  33. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  34. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  35. package/confirmation/esm/components/index.js +1 -1
  36. package/confirmation/esm/components/screens/index.js +1 -1
  37. package/confirmation/esm/components/screens/initial/component.js +1 -1
  38. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  39. package/confirmation/esm/components/screens/initial/index.js +1 -1
  40. package/confirmation/esm/desktop/component.desktop.js +1 -1
  41. package/confirmation/esm/desktop/index.js +1 -1
  42. package/confirmation/esm/index.js +1 -1
  43. package/confirmation/esm/mobile/component.mobile.js +1 -1
  44. package/confirmation/esm/mobile/index.js +1 -1
  45. package/confirmation/esm/shared/index.js +1 -1
  46. package/confirmation/modern/component.responsive.js +1 -1
  47. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  48. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  49. package/confirmation/modern/components/index.js +1 -1
  50. package/confirmation/modern/components/screens/index.js +1 -1
  51. package/confirmation/modern/components/screens/initial/component.js +1 -1
  52. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  53. package/confirmation/modern/components/screens/initial/index.js +1 -1
  54. package/confirmation/modern/desktop/component.desktop.js +1 -1
  55. package/confirmation/modern/desktop/index.js +1 -1
  56. package/confirmation/modern/index.js +1 -1
  57. package/confirmation/modern/mobile/component.mobile.js +1 -1
  58. package/confirmation/modern/mobile/index.js +1 -1
  59. package/confirmation/modern/shared/index.js +1 -1
  60. package/file-upload-item/components/actions-control/actions.js +1 -1
  61. package/file-upload-item/components/actions-control/components/delete-button/delete-button.js +1 -1
  62. package/file-upload-item/components/actions-control/components/download-button/download-button.js +1 -1
  63. package/file-upload-item/components/actions-control/components/restore-button/restore-button.js +1 -1
  64. package/file-upload-item/esm/Component.js +1 -1
  65. package/file-upload-item/esm/components/actions-control/actions.js +1 -1
  66. package/file-upload-item/esm/components/actions-control/components/delete-button/delete-button.js +1 -1
  67. package/file-upload-item/esm/components/actions-control/components/delete-button/index.js +1 -1
  68. package/file-upload-item/esm/components/actions-control/components/download-button/download-button.js +1 -1
  69. package/file-upload-item/esm/components/actions-control/components/download-button/index.js +1 -1
  70. package/file-upload-item/esm/components/actions-control/components/restore-button/index.js +1 -1
  71. package/file-upload-item/esm/components/actions-control/components/restore-button/restore-button.js +1 -1
  72. package/file-upload-item/esm/components/actions-control/index.js +1 -1
  73. package/file-upload-item/esm/index.js +1 -1
  74. package/file-upload-item/modern/Component.js +1 -1
  75. package/file-upload-item/modern/components/actions-control/actions.js +1 -1
  76. package/file-upload-item/modern/components/actions-control/components/delete-button/delete-button.js +1 -1
  77. package/file-upload-item/modern/components/actions-control/components/delete-button/index.js +1 -1
  78. package/file-upload-item/modern/components/actions-control/components/download-button/download-button.js +1 -1
  79. package/file-upload-item/modern/components/actions-control/components/download-button/index.js +1 -1
  80. package/file-upload-item/modern/components/actions-control/components/restore-button/index.js +1 -1
  81. package/file-upload-item/modern/components/actions-control/components/restore-button/restore-button.js +1 -1
  82. package/file-upload-item/modern/components/actions-control/index.js +1 -1
  83. package/file-upload-item/modern/index.js +1 -1
  84. package/gallery/components/image-viewer/component.js +1 -1
  85. package/gallery/components/image-viewer/hooks.js +1 -1
  86. package/gallery/components/image-viewer/single.js +1 -1
  87. package/gallery/components/image-viewer/slide.js +1 -1
  88. package/gallery/esm/Component.js +1 -1
  89. package/gallery/esm/components/image-viewer/component.js +1 -1
  90. package/gallery/esm/components/image-viewer/hooks.js +1 -1
  91. package/gallery/esm/components/image-viewer/index.js +1 -1
  92. package/gallery/esm/components/image-viewer/single.js +1 -1
  93. package/gallery/esm/components/image-viewer/slide.js +1 -1
  94. package/gallery/esm/components/index.js +1 -1
  95. package/gallery/esm/index.js +1 -1
  96. package/gallery/modern/Component.js +1 -1
  97. package/gallery/modern/components/image-viewer/component.js +1 -1
  98. package/gallery/modern/components/image-viewer/hooks.js +1 -1
  99. package/gallery/modern/components/image-viewer/index.js +1 -1
  100. package/gallery/modern/components/image-viewer/single.js +1 -1
  101. package/gallery/modern/components/image-viewer/slide.js +1 -1
  102. package/gallery/modern/components/index.js +1 -1
  103. package/gallery/modern/index.js +1 -1
  104. package/international-phone-input/components/base-international-phone-input/Component.js +2 -9
  105. package/international-phone-input/cssm/components/base-international-phone-input/Component.js +2 -9
  106. package/international-phone-input/cssm/typings-30750b73.d.ts +6 -1
  107. package/international-phone-input/cssm/utils/index.d.ts +2 -2
  108. package/international-phone-input/cssm/utils/index.js +52 -17
  109. package/international-phone-input/esm/Component.responsive.js +1 -1
  110. package/international-phone-input/esm/components/base-international-phone-input/Component.js +4 -10
  111. package/international-phone-input/esm/components/base-international-phone-input/index.js +1 -1
  112. package/international-phone-input/esm/desktop/Component.desktop.js +1 -1
  113. package/international-phone-input/esm/desktop/index.js +1 -1
  114. package/international-phone-input/esm/index.js +1 -1
  115. package/international-phone-input/esm/mobile/Component.mobile.js +1 -1
  116. package/international-phone-input/esm/mobile/index.js +1 -1
  117. package/international-phone-input/esm/typings-30750b73.d.ts +6 -1
  118. package/international-phone-input/esm/utils/index.d.ts +2 -2
  119. package/international-phone-input/esm/utils/index.js +52 -17
  120. package/international-phone-input/modern/Component.responsive.js +1 -1
  121. package/international-phone-input/modern/components/base-international-phone-input/Component.js +4 -10
  122. package/international-phone-input/modern/components/base-international-phone-input/index.js +1 -1
  123. package/international-phone-input/modern/desktop/Component.desktop.js +1 -1
  124. package/international-phone-input/modern/desktop/index.js +1 -1
  125. package/international-phone-input/modern/index.js +1 -1
  126. package/international-phone-input/modern/mobile/Component.mobile.js +1 -1
  127. package/international-phone-input/modern/mobile/index.js +1 -1
  128. package/international-phone-input/modern/typings-30750b73.d.ts +6 -1
  129. package/international-phone-input/modern/utils/index.d.ts +2 -2
  130. package/international-phone-input/modern/utils/index.js +49 -12
  131. package/international-phone-input/moderncssm/Component.responsive.js +1 -1
  132. package/international-phone-input/moderncssm/components/base-international-phone-input/Component.js +4 -10
  133. package/international-phone-input/moderncssm/components/base-international-phone-input/index.js +1 -1
  134. package/international-phone-input/moderncssm/desktop/Component.desktop.js +1 -1
  135. package/international-phone-input/moderncssm/desktop/index.js +1 -1
  136. package/international-phone-input/moderncssm/index.js +1 -1
  137. package/international-phone-input/moderncssm/mobile/Component.mobile.js +1 -1
  138. package/international-phone-input/moderncssm/mobile/index.js +1 -1
  139. package/international-phone-input/moderncssm/typings-30750b73.d.ts +6 -1
  140. package/international-phone-input/moderncssm/utils/index.d.ts +2 -2
  141. package/international-phone-input/moderncssm/utils/index.js +49 -12
  142. package/international-phone-input/typings-30750b73.d.ts +6 -1
  143. package/international-phone-input/utils/index.d.ts +2 -2
  144. package/international-phone-input/utils/index.js +52 -17
  145. package/modal/components/controls/Component.js +1 -1
  146. package/modal/components/footer/Component.js +1 -1
  147. package/modal/esm/Component.responsive.js +1 -1
  148. package/modal/esm/components/controls/Component.js +1 -1
  149. package/modal/esm/components/controls/index.js +1 -1
  150. package/modal/esm/components/footer/Component.js +1 -1
  151. package/modal/esm/desktop/Component.desktop.js +1 -1
  152. package/modal/esm/desktop/index.js +1 -1
  153. package/modal/esm/index.js +1 -1
  154. package/modal/esm/mobile/Component.mobile.js +1 -1
  155. package/modal/esm/mobile/index.js +1 -1
  156. package/modal/modern/Component.responsive.js +1 -1
  157. package/modal/modern/components/controls/Component.js +1 -1
  158. package/modal/modern/components/controls/index.js +1 -1
  159. package/modal/modern/components/footer/Component.js +1 -1
  160. package/modal/modern/desktop/Component.desktop.js +1 -1
  161. package/modal/modern/desktop/index.js +1 -1
  162. package/modal/modern/index.js +1 -1
  163. package/modal/modern/mobile/Component.mobile.js +1 -1
  164. package/modal/modern/mobile/index.js +1 -1
  165. package/package.json +1 -1
  166. package/picker-button/Component-c44170fe.d.ts +2 -2
  167. package/picker-button/cssm/typings-30750b73.d.ts +6 -1
  168. package/picker-button/esm/typings-30750b73.d.ts +6 -1
  169. package/picker-button/modern/typings-30750b73.d.ts +6 -1
  170. package/picker-button/moderncssm/typings-30750b73.d.ts +6 -1
  171. package/picker-button/transformSize-ebda875c.d.ts +1 -1
  172. package/picker-button/typings-30750b73.d.ts +6 -1
  173. package/plate/components/base-plate/Component.js +1 -1
  174. package/plate/esm/Component.responsive.js +1 -1
  175. package/plate/esm/components/base-plate/Component.js +1 -1
  176. package/plate/esm/components/base-plate/index.js +1 -1
  177. package/plate/esm/desktop/Component.desktop.js +1 -1
  178. package/plate/esm/desktop/index.js +1 -1
  179. package/plate/esm/index-785a2fbf.d.ts +2 -2
  180. package/plate/esm/index.js +1 -1
  181. package/plate/esm/mobile/Component.mobile.js +1 -1
  182. package/plate/esm/mobile/index.js +1 -1
  183. package/plate/esm/shared/index.js +1 -1
  184. package/plate/esm/utils.js +1 -1
  185. package/plate/index-785a2fbf.d.ts +2 -2
  186. package/plate/modern/Component.responsive.js +1 -1
  187. package/plate/modern/components/base-plate/Component.js +1 -1
  188. package/plate/modern/components/base-plate/index.js +1 -1
  189. package/plate/modern/desktop/Component.desktop.js +1 -1
  190. package/plate/modern/desktop/index.js +1 -1
  191. package/plate/modern/index-785a2fbf.d.ts +2 -2
  192. package/plate/modern/index.js +1 -1
  193. package/plate/modern/mobile/Component.mobile.js +1 -1
  194. package/plate/modern/mobile/index.js +1 -1
  195. package/plate/modern/shared/index.js +1 -1
  196. package/plate/modern/utils.js +1 -1
  197. package/plate/utils.js +1 -1
  198. package/pure-cell/component.js +1 -1
  199. package/pure-cell/components/addon/component.js +1 -1
  200. package/pure-cell/components/addon/index.d.ts +1 -1
  201. package/pure-cell/components/addon/index.js +1 -1
  202. package/pure-cell/components/amount/component.js +1 -1
  203. package/pure-cell/components/amount/index.d.ts +1 -1
  204. package/pure-cell/components/amount/index.js +1 -1
  205. package/pure-cell/components/amount-title/component.js +1 -1
  206. package/pure-cell/components/amount-title/index.d.ts +1 -1
  207. package/pure-cell/components/amount-title/index.js +1 -1
  208. package/pure-cell/components/category/component.js +1 -1
  209. package/pure-cell/components/category/index.d.ts +1 -1
  210. package/pure-cell/components/category/index.js +1 -1
  211. package/pure-cell/components/content/component.js +1 -1
  212. package/pure-cell/components/content/index.d.ts +1 -1
  213. package/pure-cell/components/content/index.js +1 -1
  214. package/pure-cell/components/footer/component.js +1 -1
  215. package/pure-cell/components/footer/index.d.ts +1 -1
  216. package/pure-cell/components/footer/index.js +1 -1
  217. package/pure-cell/components/footer-button/component.js +1 -1
  218. package/pure-cell/components/footer-button/index.d.ts +1 -1
  219. package/pure-cell/components/footer-button/index.js +1 -1
  220. package/pure-cell/components/footer-text/component.js +1 -1
  221. package/pure-cell/components/footer-text/index.d.ts +1 -1
  222. package/pure-cell/components/footer-text/index.js +1 -1
  223. package/pure-cell/components/graphics/component.js +1 -1
  224. package/pure-cell/components/graphics/index.d.ts +1 -1
  225. package/pure-cell/components/graphics/index.js +1 -1
  226. package/pure-cell/components/main/component.js +1 -1
  227. package/pure-cell/components/main/index.d.ts +1 -1
  228. package/pure-cell/components/main/index.js +1 -1
  229. package/pure-cell/components/text/component.js +1 -1
  230. package/pure-cell/components/text/index.d.ts +1 -1
  231. package/pure-cell/components/text/index.js +1 -1
  232. package/pure-cell/esm/component.js +1 -1
  233. package/pure-cell/esm/components/addon/component.js +1 -1
  234. package/pure-cell/esm/components/addon/index.d.ts +1 -1
  235. package/pure-cell/esm/components/addon/index.js +1 -1
  236. package/pure-cell/esm/components/amount/component.js +1 -1
  237. package/pure-cell/esm/components/amount/index.d.ts +1 -1
  238. package/pure-cell/esm/components/amount/index.js +1 -1
  239. package/pure-cell/esm/components/amount-title/component.js +1 -1
  240. package/pure-cell/esm/components/amount-title/index.d.ts +1 -1
  241. package/pure-cell/esm/components/amount-title/index.js +1 -1
  242. package/pure-cell/esm/components/category/component.js +1 -1
  243. package/pure-cell/esm/components/category/index.d.ts +1 -1
  244. package/pure-cell/esm/components/category/index.js +1 -1
  245. package/pure-cell/esm/components/content/component.js +1 -1
  246. package/pure-cell/esm/components/content/index.d.ts +1 -1
  247. package/pure-cell/esm/components/content/index.js +1 -1
  248. package/pure-cell/esm/components/footer/component.js +1 -1
  249. package/pure-cell/esm/components/footer/index.d.ts +1 -1
  250. package/pure-cell/esm/components/footer/index.js +1 -1
  251. package/pure-cell/esm/components/footer-button/component.js +1 -1
  252. package/pure-cell/esm/components/footer-button/index.d.ts +1 -1
  253. package/pure-cell/esm/components/footer-button/index.js +1 -1
  254. package/pure-cell/esm/components/footer-text/component.js +1 -1
  255. package/pure-cell/esm/components/footer-text/index.d.ts +1 -1
  256. package/pure-cell/esm/components/footer-text/index.js +1 -1
  257. package/pure-cell/esm/components/graphics/component.js +1 -1
  258. package/pure-cell/esm/components/graphics/index.d.ts +1 -1
  259. package/pure-cell/esm/components/graphics/index.js +1 -1
  260. package/pure-cell/esm/components/main/component.js +1 -1
  261. package/pure-cell/esm/components/main/index.d.ts +1 -1
  262. package/pure-cell/esm/components/main/index.js +1 -1
  263. package/pure-cell/esm/components/text/component.js +1 -1
  264. package/pure-cell/esm/components/text/index.d.ts +1 -1
  265. package/pure-cell/esm/components/text/index.js +1 -1
  266. package/pure-cell/esm/index.js +1 -1
  267. package/pure-cell/index.js +1 -1
  268. package/pure-cell/modern/component.js +1 -1
  269. package/pure-cell/modern/components/addon/component.js +1 -1
  270. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  271. package/pure-cell/modern/components/addon/index.js +1 -1
  272. package/pure-cell/modern/components/amount/component.js +1 -1
  273. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  274. package/pure-cell/modern/components/amount/index.js +1 -1
  275. package/pure-cell/modern/components/amount-title/component.js +1 -1
  276. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  277. package/pure-cell/modern/components/amount-title/index.js +1 -1
  278. package/pure-cell/modern/components/category/component.js +1 -1
  279. package/pure-cell/modern/components/category/index.d.ts +1 -1
  280. package/pure-cell/modern/components/category/index.js +1 -1
  281. package/pure-cell/modern/components/content/component.js +1 -1
  282. package/pure-cell/modern/components/content/index.d.ts +1 -1
  283. package/pure-cell/modern/components/content/index.js +1 -1
  284. package/pure-cell/modern/components/footer/component.js +1 -1
  285. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  286. package/pure-cell/modern/components/footer/index.js +1 -1
  287. package/pure-cell/modern/components/footer-button/component.js +1 -1
  288. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  289. package/pure-cell/modern/components/footer-button/index.js +1 -1
  290. package/pure-cell/modern/components/footer-text/component.js +1 -1
  291. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  292. package/pure-cell/modern/components/footer-text/index.js +1 -1
  293. package/pure-cell/modern/components/graphics/component.js +1 -1
  294. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  295. package/pure-cell/modern/components/graphics/index.js +1 -1
  296. package/pure-cell/modern/components/main/component.js +1 -1
  297. package/pure-cell/modern/components/main/index.d.ts +1 -1
  298. package/pure-cell/modern/components/main/index.js +1 -1
  299. package/pure-cell/modern/components/text/component.js +1 -1
  300. package/pure-cell/modern/components/text/index.d.ts +1 -1
  301. package/pure-cell/modern/components/text/index.js +1 -1
  302. package/pure-cell/modern/index.js +1 -1
  303. package/select/esm/Component.responsive.js +1 -1
  304. package/select/esm/index.js +1 -1
  305. package/select/esm/mobile/Component.mobile.js +1 -1
  306. package/select/esm/mobile/Component.modal.mobile.js +1 -1
  307. package/select/esm/mobile/index.js +1 -1
  308. package/select/esm/presets/index.js +1 -1
  309. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  310. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  311. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  312. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  313. package/select/esm/shared/index.js +1 -1
  314. package/select/mobile/Component.mobile.js +1 -1
  315. package/select/modern/Component.responsive.js +1 -1
  316. package/select/modern/index.js +1 -1
  317. package/select/modern/mobile/Component.mobile.js +1 -1
  318. package/select/modern/mobile/Component.modal.mobile.js +1 -1
  319. package/select/modern/mobile/index.js +1 -1
  320. package/select/modern/presets/index.js +1 -1
  321. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  322. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  323. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  324. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  325. package/select/modern/shared/index.js +1 -1
  326. package/select/presets/index.js +1 -1
  327. package/select/presets/useSelectWithApply/hook.js +1 -1
  328. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  329. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  330. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  331. package/select/shared/index.js +1 -1
  332. package/side-panel/components/controls/Component.js +1 -1
  333. package/side-panel/components/footer/Component.js +1 -1
  334. package/side-panel/esm/Component.responsive.js +1 -1
  335. package/side-panel/esm/components/controls/Component.js +1 -1
  336. package/side-panel/esm/components/controls/index.js +1 -1
  337. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  338. package/side-panel/esm/components/footer/Component.js +1 -1
  339. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  340. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  341. package/side-panel/esm/desktop/index.js +1 -1
  342. package/side-panel/esm/index.js +1 -1
  343. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  344. package/side-panel/esm/mobile/index.js +1 -1
  345. package/side-panel/modern/Component.responsive.js +1 -1
  346. package/side-panel/modern/components/controls/Component.js +1 -1
  347. package/side-panel/modern/components/controls/index.js +1 -1
  348. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  349. package/side-panel/modern/components/footer/Component.js +1 -1
  350. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  351. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  352. package/side-panel/modern/desktop/index.js +1 -1
  353. package/side-panel/modern/index.js +1 -1
  354. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  355. package/side-panel/modern/mobile/index.js +1 -1
  356. package/tabs/components/primary-tablist/Component.collapsible.js +1 -1
  357. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  358. package/tabs/components/primary-tablist/Component.mobile.js +1 -1
  359. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  360. package/tabs/components/secondary-tablist/Component.mobile.js +1 -1
  361. package/tabs/esm/collapsible/index.js +1 -1
  362. package/tabs/esm/components/primary-tablist/Component.collapsible.js +1 -1
  363. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  364. package/tabs/esm/components/primary-tablist/Component.mobile.js +1 -1
  365. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  366. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  367. package/tabs/esm/components/secondary-tablist/Component.mobile.js +1 -1
  368. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  369. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  370. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  371. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  372. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  373. package/tabs/esm/desktop/index.js +2 -2
  374. package/tabs/esm/index.js +2 -2
  375. package/tabs/esm/mobile/index.js +2 -2
  376. package/tabs/modern/collapsible/index.js +1 -1
  377. package/tabs/modern/components/primary-tablist/Component.collapsible.js +1 -1
  378. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  379. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  380. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  381. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  382. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  383. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  384. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  385. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  386. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  387. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  388. package/tabs/modern/desktop/index.js +2 -2
  389. package/tabs/modern/index.js +2 -2
  390. package/tabs/modern/mobile/index.js +2 -2
  391. package/themes/compiled/mobile-dark-bluetint.css +181 -181
  392. package/themes/compiled/mobile-dark-bluetint.d.ts +1 -1
  393. package/themes/compiled/mobile-dark-bluetint.js +1 -1
  394. package/themes/esm/compiled/mobile-dark-bluetint.d.ts +1 -1
  395. package/themes/esm/compiled/mobile-dark-bluetint.js +1 -1
  396. package/themes/modern/compiled/mobile-dark-bluetint.d.ts +1 -1
  397. package/themes/modern/compiled/mobile-dark-bluetint.js +181 -181
  398. package/typography/cssm/title/alfasans-index.module.css +10 -0
  399. package/typography/esm/component.js +2 -2
  400. package/typography/esm/index.js +2 -2
  401. package/typography/esm/text/component.js +1 -1
  402. package/typography/esm/text/index.js +1 -1
  403. package/typography/esm/title/component.js +1 -1
  404. package/typography/esm/title/index.js +2 -2
  405. package/typography/esm/title-mobile/component.js +2 -2
  406. package/typography/esm/title-mobile/index.js +2 -2
  407. package/typography/esm/title-responsive/component.js +2 -2
  408. package/typography/esm/title-responsive/index.js +2 -2
  409. package/typography/modern/component.js +2 -2
  410. package/typography/modern/index.js +2 -2
  411. package/typography/modern/text/component.js +1 -1
  412. package/typography/modern/text/index.js +1 -1
  413. package/typography/modern/title/component.js +1 -1
  414. package/typography/modern/title/index.js +2 -2
  415. package/typography/modern/title-mobile/component.js +2 -2
  416. package/typography/modern/title-mobile/index.js +2 -2
  417. package/typography/modern/title-responsive/component.js +2 -2
  418. package/typography/modern/title-responsive/index.js +2 -2
  419. package/typography/moderncssm/text/alfasans-index.module.css +16 -0
  420. package/typography/moderncssm/title/component.d.ts +1 -1
  421. package/typography/moderncssm/title/index.d.ts +1 -1
  422. package/typography/moderncssm/title-mobile/component.d.ts +1 -1
  423. package/typography/moderncssm/title-responsive/component.d.ts +1 -1
  424. package/typography/text/component.js +1 -1
  425. package/typography/title/component.d.ts +1 -1
  426. package/typography/title/component.js +1 -1
  427. package/typography/title/index.d.ts +1 -1
  428. package/typography/title/index.js +1 -1
  429. package/typography/title-mobile/component.d.ts +1 -1
  430. package/typography/title-mobile/component.js +1 -1
  431. package/typography/title-responsive/component.d.ts +1 -1
  432. package/universal-modal/components/header/desktop/Component.desktop.js +1 -1
  433. package/universal-modal/components/header/mobile/Component.mobile.js +1 -1
  434. package/universal-modal/esm/Component.responsive.js +1 -1
  435. package/universal-modal/esm/components/header/desktop/Component.desktop.js +1 -1
  436. package/universal-modal/esm/components/header/index.js +1 -1
  437. package/universal-modal/esm/components/header/mobile/Component.mobile.js +1 -1
  438. package/universal-modal/esm/components/header/responsive/Component.responsive.js +1 -1
  439. package/universal-modal/esm/desktop/Component.desktop.js +1 -1
  440. package/universal-modal/esm/desktop/index.js +1 -1
  441. package/universal-modal/esm/index.js +1 -1
  442. package/universal-modal/esm/mobile/Component.mobile.js +1 -1
  443. package/universal-modal/esm/mobile/index.js +1 -1
  444. package/universal-modal/modern/Component.responsive.js +1 -1
  445. package/universal-modal/modern/components/header/desktop/Component.desktop.js +1 -1
  446. package/universal-modal/modern/components/header/index.js +1 -1
  447. package/universal-modal/modern/components/header/mobile/Component.mobile.js +1 -1
  448. package/universal-modal/modern/components/header/responsive/Component.responsive.js +1 -1
  449. package/universal-modal/modern/desktop/Component.desktop.js +1 -1
  450. package/universal-modal/modern/desktop/index.js +1 -1
  451. package/universal-modal/modern/index.js +1 -1
  452. package/universal-modal/modern/mobile/Component.mobile.js +1 -1
  453. package/universal-modal/modern/mobile/index.js +1 -1
  454. /package/calendar/{calendarMonthOnlyView-cd56f952.d.ts → calendarMonthOnlyView-04bc50c1.d.ts} +0 -0
  455. /package/calendar/{calendarMonthOnlyView-cd56f952.js → calendarMonthOnlyView-04bc50c1.js} +0 -0
  456. /package/calendar/esm/{calendarMonthOnlyView-51a0d781.d.ts → calendarMonthOnlyView-ee18385a.d.ts} +0 -0
  457. /package/calendar/esm/{calendarMonthOnlyView-51a0d781.js → calendarMonthOnlyView-ee18385a.js} +0 -0
  458. /package/calendar/modern/{calendarMonthOnlyView-c61ef0ce.d.ts → calendarMonthOnlyView-f0608db8.d.ts} +0 -0
  459. /package/calendar/modern/{calendarMonthOnlyView-c61ef0ce.js → calendarMonthOnlyView-f0608db8.js} +0 -0
  460. /package/confirmation/{countdown-section-c661b278.d.ts → countdown-section-8df158c4.d.ts} +0 -0
  461. /package/confirmation/{countdown-section-c661b278.js → countdown-section-8df158c4.js} +0 -0
  462. /package/confirmation/esm/{countdown-section-1097669b.d.ts → countdown-section-4e9dec97.d.ts} +0 -0
  463. /package/confirmation/esm/{countdown-section-1097669b.js → countdown-section-4e9dec97.js} +0 -0
  464. /package/confirmation/modern/{countdown-section-eb6c4c86.d.ts → countdown-section-f22f7279.d.ts} +0 -0
  465. /package/confirmation/modern/{countdown-section-eb6c4c86.js → countdown-section-f22f7279.js} +0 -0
  466. /package/file-upload-item/{actions-control.module-96604893.js → actions-control.module-f25cd906.js} +0 -0
  467. /package/file-upload-item/esm/{actions-control.module-9f0c5262.js → actions-control.module-6b9146c0.js} +0 -0
  468. /package/file-upload-item/modern/{actions-control.module-595b2049.js → actions-control.module-b987fbb6.js} +0 -0
  469. /package/gallery/esm/{hooks-998a20e9.d.ts → hooks-71fc413d.d.ts} +0 -0
  470. /package/gallery/esm/{hooks-998a20e9.js → hooks-71fc413d.js} +0 -0
  471. /package/gallery/{hooks-b5785b99.d.ts → hooks-26d7f57e.d.ts} +0 -0
  472. /package/gallery/{hooks-b5785b99.js → hooks-26d7f57e.js} +0 -0
  473. /package/gallery/modern/{hooks-a101e9dd.d.ts → hooks-99eebdfe.d.ts} +0 -0
  474. /package/gallery/modern/{hooks-a101e9dd.js → hooks-99eebdfe.js} +0 -0
  475. /package/modal/esm/{layout.module-c605216e.js → layout.module-c34847d0.js} +0 -0
  476. /package/modal/{layout.module-9297a288.js → layout.module-9eb8d9a0.js} +0 -0
  477. /package/modal/modern/{layout.module-eb64892c.js → layout.module-b3dff6a0.js} +0 -0
  478. /package/plate/esm/{warning-4af683c7.d.ts → warning-9d7646d7.d.ts} +0 -0
  479. /package/plate/esm/{warning-4af683c7.js → warning-9d7646d7.js} +0 -0
  480. /package/plate/modern/{warning-3dc954cb.d.ts → warning-15a6a467.d.ts} +0 -0
  481. /package/plate/modern/{warning-3dc954cb.js → warning-15a6a467.js} +0 -0
  482. /package/plate/{warning-e7cddaa7.d.ts → warning-c223c6c9.d.ts} +0 -0
  483. /package/plate/{warning-e7cddaa7.js → warning-c223c6c9.js} +0 -0
  484. /package/pure-cell/{component-cb6c8aeb.d.ts → component-efd908d6.d.ts} +0 -0
  485. /package/pure-cell/{component-cb6c8aeb.js → component-efd908d6.js} +0 -0
  486. /package/pure-cell/esm/{component-ca170a9d.d.ts → component-4d1310fe.d.ts} +0 -0
  487. /package/pure-cell/esm/{component-ca170a9d.js → component-4d1310fe.js} +0 -0
  488. /package/pure-cell/modern/{component-37f9da94.d.ts → component-3367a0a6.d.ts} +0 -0
  489. /package/pure-cell/modern/{component-37f9da94.js → component-3367a0a6.js} +0 -0
  490. /package/select/esm/{hook-611000da.d.ts → hook-60ce7a91.d.ts} +0 -0
  491. /package/select/esm/{hook-611000da.js → hook-60ce7a91.js} +0 -0
  492. /package/select/{hook-a727f1ab.d.ts → hook-21b5f365.d.ts} +0 -0
  493. /package/select/{hook-a727f1ab.js → hook-21b5f365.js} +0 -0
  494. /package/select/modern/{hook-3943da04.d.ts → hook-40ebd5f1.d.ts} +0 -0
  495. /package/select/modern/{hook-3943da04.js → hook-40ebd5f1.js} +0 -0
  496. /package/side-panel/esm/{layout.module-51148e1b.js → layout.module-66ac4286.js} +0 -0
  497. /package/side-panel/{layout.module-bda17d03.js → layout.module-eefe683f.js} +0 -0
  498. /package/side-panel/modern/{layout.module-1c011a71.js → layout.module-bec8fbd8.js} +0 -0
  499. /package/tabs/esm/{index.module-102dee3c.js → index.module-6a424781.js} +0 -0
  500. /package/tabs/esm/{index.module-0d13c10a.js → index.module-d77dfcf7.js} +0 -0
  501. /package/tabs/{index.module-6c6e1ab4.js → index.module-0d942677.js} +0 -0
  502. /package/tabs/{index.module-f8b0b623.js → index.module-159e2c8d.js} +0 -0
  503. /package/tabs/modern/{index.module-fc1273db.js → index.module-46cbed14.js} +0 -0
  504. /package/tabs/modern/{index.module-8f623d4a.js → index.module-b1dab8cd.js} +0 -0
  505. /package/typography/{colors.module-d933ac3d.js → colors.module-cea8b781.js} +0 -0
  506. /package/typography/{common.module-9ba2b5c4.js → common.module-dbe26d0a.js} +0 -0
  507. /package/typography/esm/{colors.module-630db946.js → colors.module-507f4a3f.js} +0 -0
  508. /package/typography/esm/{common.module-f3f87a99.js → common.module-cc744839.js} +0 -0
  509. /package/typography/modern/{colors.module-6ba66426.js → colors.module-615dfc36.js} +0 -0
  510. /package/typography/modern/{common.module-ac851a05.js → common.module-af43258d.js} +0 -0
  511. /package/universal-modal/esm/{index.module-a0154646.js → index.module-d52e68b4.js} +0 -0
  512. /package/universal-modal/{index.module-13c81aa4.js → index.module-6f28e3e2.js} +0 -0
  513. /package/universal-modal/modern/{index.module-4bce963e.js → index.module-6ffeac29.js} +0 -0
@@ -1,7 +1,5 @@
1
1
  // THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2
- const mobileDarkBluetint = `.divider__component_1ry5q {
3
- border-bottom: 1px solid #353539;
4
- }.backdrop__backdrop_wcgs2 {
2
+ const mobileDarkBluetint = `.backdrop__backdrop_wcgs2 {
5
3
  -webkit-tap-highlight-color: transparent;
6
4
  } .backdrop__appear_wcgs2,
7
5
  .backdrop__enter_wcgs2 {
@@ -18,10 +16,6 @@ const mobileDarkBluetint = `.divider__component_1ry5q {
18
16
  background-color: transparent;
19
17
  } .backdrop__transparent_wcgs2.backdrop__transparent_wcgs2 {
20
18
  background-color: transparent;
21
- }.card-image__cardImage_e1uir {
22
- background: #e7e8ea;
23
- } .card-image__loaded_e1uir {
24
- background: transparent
25
19
  }.badge__component_17vo4.badge__background-accent_17vo4 {
26
20
  background-color: #f83a2a;
27
21
  color: rgba(255, 255, 255, 0.94);
@@ -82,6 +76,12 @@ const mobileDarkBluetint = `.divider__component_1ry5q {
82
76
  background-color: rgba(255, 255, 255, 0.94);
83
77
  } .badge__dot_17vo4.badge__outlineCount_17vo4 {
84
78
  border: 1px solid rgba(3, 3, 6, 0.88);
79
+ }.card-image__cardImage_e1uir {
80
+ background: #e7e8ea;
81
+ } .card-image__loaded_e1uir {
82
+ background: transparent
83
+ }.divider__component_1ry5q {
84
+ border-bottom: 1px solid #353539;
85
85
  }.dropzone__component_10qz7 {
86
86
  border: 1px dashed rgba(255, 255, 255, 0.94);
87
87
  } .dropzone__component_10qz7:not(.dropzone__disabled_10qz7):hover {
@@ -1140,52 +1140,7 @@ const mobileDarkBluetint = `.divider__component_1ry5q {
1140
1140
  color: rgba(3, 3, 6, 0.88);
1141
1141
  } .radio__hint_lqy05 {
1142
1142
  color: rgba(4, 4, 19, 0.55);
1143
- }
1144
- .steps__option_1iqgy {
1145
- color: rgba(255, 255, 255, 0.94);
1146
- background: rgba(222, 222, 238, 0.13)
1147
- } .steps__dash_1iqgy {
1148
- border-top: 2px solid rgba(222, 222, 238, 0.13)
1149
- } .steps__dash_1iqgy.steps__completed_1iqgy {
1150
- border-top: 2px solid rgba(255, 255, 255, 0.94);
1151
- } .steps__dash_1iqgy.steps__vertical_1iqgy {
1152
- border-left: 2px solid rgba(222, 222, 238, 0.13);
1153
- } .steps__dash_1iqgy.steps__completed_1iqgy.steps__vertical_1iqgy {
1154
- border-left: 2px solid rgba(255, 255, 255, 0.94);
1155
- } .steps__text_1iqgy {
1156
- color: rgba(255, 255, 255, 0.94)
1157
- } .steps__text_1iqgy.steps__interactive_1iqgy:not(.steps__disabled_1iqgy):hover {
1158
- background: rgba(214, 214, 229, 0.07);
1159
- } .steps__text_1iqgy.steps__interactive_1iqgy:not(.steps__disabled_1iqgy):active {
1160
- background: rgba(225, 225, 248, 0.09);
1161
- } .steps__focused_1iqgy {
1162
- outline: 2px solid #3193fc;
1163
- } .steps__selected_1iqgy .steps__text_1iqgy {
1164
- color: rgba(255, 255, 255, 0.94);
1165
- } .steps__selected_1iqgy .steps__option_1iqgy {
1166
- color: rgba(3, 3, 6, 0.88);
1167
- background: rgba(255, 255, 255, 0.94);
1168
- } .steps__checkbox_1iqgy {
1169
- border: 2px solid rgba(222, 222, 238, 0.13);
1170
- } .steps__dot_1iqgy {
1171
- background: rgba(222, 222, 238, 0.13);
1172
- } .steps__selected_1iqgy .steps__checkbox_1iqgy {
1173
- border: 2px solid rgba(255, 255, 255, 0.94)
1174
- } .steps__selected_1iqgy .steps__checkbox_1iqgy .steps__dot_1iqgy {
1175
- background: rgba(255, 255, 255, 0.94);
1176
- } .steps__completedIndicator_1iqgy > [class*='positive'] {
1177
- color: rgba(255, 255, 255, 0.94);
1178
- background-color: rgba(255, 255, 255, 0.94);
1179
- }
1180
- .spinner__component_ejz30 {
1181
- color: rgba(255, 255, 255, 0.94);
1182
- }
1183
- @keyframes spinner__spin_animation_1mdeq {
1184
- }
1185
- .spinner__component_1vphi {
1186
- color: rgba(3, 3, 6, 0.88);
1187
- }
1188
- .page-indicator__element_1lz2s {
1143
+ }.page-indicator__element_1lz2s {
1189
1144
  background: rgba(222, 222, 238, 0.13)
1190
1145
  } .page-indicator__element_1lz2s.page-indicator__active_1lz2s {
1191
1146
  background: rgba(255, 255, 255, 0.94);
@@ -1278,7 +1233,52 @@ const mobileDarkBluetint = `.divider__component_1ry5q {
1278
1233
  background: rgba(15, 25, 55, 0.1)
1279
1234
  } .page-indicator__element_1yqda.page-indicator__active_1yqda {
1280
1235
  background: #212124;
1281
- }.switch__switch_1a1kk {
1236
+ }
1237
+ .steps__option_1iqgy {
1238
+ color: rgba(255, 255, 255, 0.94);
1239
+ background: rgba(222, 222, 238, 0.13)
1240
+ } .steps__dash_1iqgy {
1241
+ border-top: 2px solid rgba(222, 222, 238, 0.13)
1242
+ } .steps__dash_1iqgy.steps__completed_1iqgy {
1243
+ border-top: 2px solid rgba(255, 255, 255, 0.94);
1244
+ } .steps__dash_1iqgy.steps__vertical_1iqgy {
1245
+ border-left: 2px solid rgba(222, 222, 238, 0.13);
1246
+ } .steps__dash_1iqgy.steps__completed_1iqgy.steps__vertical_1iqgy {
1247
+ border-left: 2px solid rgba(255, 255, 255, 0.94);
1248
+ } .steps__text_1iqgy {
1249
+ color: rgba(255, 255, 255, 0.94)
1250
+ } .steps__text_1iqgy.steps__interactive_1iqgy:not(.steps__disabled_1iqgy):hover {
1251
+ background: rgba(214, 214, 229, 0.07);
1252
+ } .steps__text_1iqgy.steps__interactive_1iqgy:not(.steps__disabled_1iqgy):active {
1253
+ background: rgba(225, 225, 248, 0.09);
1254
+ } .steps__focused_1iqgy {
1255
+ outline: 2px solid #3193fc;
1256
+ } .steps__selected_1iqgy .steps__text_1iqgy {
1257
+ color: rgba(255, 255, 255, 0.94);
1258
+ } .steps__selected_1iqgy .steps__option_1iqgy {
1259
+ color: rgba(3, 3, 6, 0.88);
1260
+ background: rgba(255, 255, 255, 0.94);
1261
+ } .steps__checkbox_1iqgy {
1262
+ border: 2px solid rgba(222, 222, 238, 0.13);
1263
+ } .steps__dot_1iqgy {
1264
+ background: rgba(222, 222, 238, 0.13);
1265
+ } .steps__selected_1iqgy .steps__checkbox_1iqgy {
1266
+ border: 2px solid rgba(255, 255, 255, 0.94)
1267
+ } .steps__selected_1iqgy .steps__checkbox_1iqgy .steps__dot_1iqgy {
1268
+ background: rgba(255, 255, 255, 0.94);
1269
+ } .steps__completedIndicator_1iqgy > [class*='positive'] {
1270
+ color: rgba(255, 255, 255, 0.94);
1271
+ background-color: rgba(255, 255, 255, 0.94);
1272
+ }
1273
+ .spinner__component_ejz30 {
1274
+ color: rgba(255, 255, 255, 0.94);
1275
+ }
1276
+ @keyframes spinner__spin_animation_1mdeq {
1277
+ }
1278
+ .spinner__component_1vphi {
1279
+ color: rgba(3, 3, 6, 0.88);
1280
+ }
1281
+ .switch__switch_1a1kk {
1282
1282
  background-color: rgba(238, 238, 251, 0.55)
1283
1283
  } .switch__switch_1a1kk:hover {
1284
1284
  background-color: rgba(239, 240, 252, 0.65);
@@ -1817,7 +1817,28 @@ const mobileDarkBluetint = `.divider__component_1ry5q {
1817
1817
  } .drawer__backdropExitActive_1ey26,
1818
1818
  .drawer__backdropExitDone_1ey26 {
1819
1819
  background-color: transparent;
1820
- }.button__primary_12yzw {
1820
+ }.pagination__component_utfr4 {
1821
+ color: rgba(255, 255, 255, 0.94);
1822
+ }
1823
+ .pagination__dots_1h9ap {
1824
+ color: rgba(238, 238, 251, 0.55);
1825
+ }
1826
+
1827
+ button.pagination__tag_1gip3.pagination__tag_1gip3 {
1828
+ color: rgba(238, 238, 251, 0.55)
1829
+ } button.pagination__tag_1gip3.pagination__tag_1gip3:hover:not(:disabled) {
1830
+ background-color: rgba(214, 214, 229, 0.07);
1831
+ color: rgba(255, 255, 255, 0.94);
1832
+ } button.pagination__tag_1gip3.pagination__tag_1gip3:active:not(:disabled) {
1833
+ background-color: rgba(225, 225, 248, 0.09);
1834
+ } button.pagination__tag_1gip3.pagination__tag_1gip3.pagination__checked_1gip3 {
1835
+ background-color: #f2f3f5;
1836
+ color: rgba(3, 3, 6, 0.88);
1837
+ } button.pagination__tag_1gip3.pagination__tag_1gip3.pagination__checked_1gip3:hover:not(:disabled) {
1838
+ color: rgba(3, 3, 6, 0.88);
1839
+ } button.pagination__tag_1gip3.pagination__tag_1gip3.pagination__checked_1gip3:active:not(:disabled) {
1840
+ color: rgba(255, 255, 255, 0.94);
1841
+ }.button__primary_12yzw {
1821
1842
  color: rgba(3, 3, 6, 0.88);
1822
1843
  background-color: #f2f3f5
1823
1844
  } @media (hover: hover) {
@@ -2301,28 +2322,7 @@ const mobileDarkBluetint = `.divider__component_1ry5q {
2301
2322
  color: rgba(3, 3, 6, 0.88);
2302
2323
  } .button__component_g6vdk[disabled].button__ghost_g6vdk.button__loading_g6vdk {
2303
2324
  color: rgba(3, 3, 6, 0.88);
2304
- }.pagination__component_utfr4 {
2305
- color: rgba(255, 255, 255, 0.94);
2306
- }
2307
- .pagination__dots_1h9ap {
2308
- color: rgba(238, 238, 251, 0.55);
2309
- }
2310
-
2311
- button.pagination__tag_1gip3.pagination__tag_1gip3 {
2312
- color: rgba(238, 238, 251, 0.55)
2313
- } button.pagination__tag_1gip3.pagination__tag_1gip3:hover:not(:disabled) {
2314
- background-color: rgba(214, 214, 229, 0.07);
2315
- color: rgba(255, 255, 255, 0.94);
2316
- } button.pagination__tag_1gip3.pagination__tag_1gip3:active:not(:disabled) {
2317
- background-color: rgba(225, 225, 248, 0.09);
2318
- } button.pagination__tag_1gip3.pagination__tag_1gip3.pagination__checked_1gip3 {
2319
- background-color: #f2f3f5;
2320
- color: rgba(3, 3, 6, 0.88);
2321
- } button.pagination__tag_1gip3.pagination__tag_1gip3.pagination__checked_1gip3:hover:not(:disabled) {
2322
- color: rgba(3, 3, 6, 0.88);
2323
- } button.pagination__tag_1gip3.pagination__tag_1gip3.pagination__checked_1gip3:active:not(:disabled) {
2324
- color: rgba(255, 255, 255, 0.94);
2325
- }.circular-progress-bar__component_j54at.circular-progress-bar__bg-positive_j54at {
2325
+ }.circular-progress-bar__component_j54at.circular-progress-bar__bg-positive_j54at {
2326
2326
  background: #17d055;
2327
2327
  } .circular-progress-bar__component_j54at.circular-progress-bar__bg-negative_j54at {
2328
2328
  background: #ff4837;
@@ -2381,7 +2381,30 @@ button.pagination__tag_1gip3.pagination__tag_1gip3 {
2381
2381
  }
2382
2382
  .list__slot_15r2p.list__defaultColor_15r2p {
2383
2383
  color: rgba(255, 255, 255, 0.94);
2384
- }.stepped-progress-bar__bar_q8pm0 {
2384
+ }.attach__component_1r0mw {
2385
+ } .attach__file_1r0mw,
2386
+ .attach__noFile_1r0mw {
2387
+ color: rgba(238, 238, 251, 0.55);
2388
+ } .attach__focused_1r0mw {
2389
+ outline: 2px solid #3193fc;
2390
+ }.tab-bar__component_bvpo1.tab-bar__modal-bg-primary_bvpo1 {
2391
+ background-color: #121213;
2392
+ } .tab-bar__component_bvpo1.tab-bar__modal-bg-alt-primary_bvpo1 {
2393
+ background-color: #121213;
2394
+ } .tab-bar__border_bvpo1 {
2395
+ box-shadow: 0 -1px 0 0 rgba(222, 222, 238, 0.13);
2396
+ }
2397
+ .tab-bar__component_vyipb {
2398
+ -webkit-tap-highlight-color: transparent;
2399
+ background-color: transparent;
2400
+ color: rgba(238, 238, 251, 0.55);
2401
+ } .tab-bar__primary_vyipb {
2402
+ color: #f83a2a;
2403
+ } .tab-bar__secondary_vyipb {
2404
+ color: #f2f3f5;
2405
+ } .tab-bar__label_vyipb {
2406
+ color: rgba(238, 238, 251, 0.55);
2407
+ }.stepped-progress-bar__bar_q8pm0 {
2385
2408
  background: rgba(222, 222, 238, 0.13);
2386
2409
  } .stepped-progress-bar__description_q8pm0 {
2387
2410
  color: rgba(238, 238, 251, 0.55);
@@ -2408,30 +2431,7 @@ button.pagination__tag_1gip3.pagination__tag_1gip3 {
2408
2431
  background: rgba(255, 255, 255, 0.94);
2409
2432
  } .stepped-progress-bar__bar_14669.stepped-progress-bar__accent_14669 {
2410
2433
  background: #f83a2a;
2411
- }.tab-bar__component_bvpo1.tab-bar__modal-bg-primary_bvpo1 {
2412
- background-color: #121213;
2413
- } .tab-bar__component_bvpo1.tab-bar__modal-bg-alt-primary_bvpo1 {
2414
- background-color: #121213;
2415
- } .tab-bar__border_bvpo1 {
2416
- box-shadow: 0 -1px 0 0 rgba(222, 222, 238, 0.13);
2417
- }
2418
- .tab-bar__component_vyipb {
2419
- -webkit-tap-highlight-color: transparent;
2420
- background-color: transparent;
2421
- color: rgba(238, 238, 251, 0.55);
2422
- } .tab-bar__primary_vyipb {
2423
- color: #f83a2a;
2424
- } .tab-bar__secondary_vyipb {
2425
- color: #f2f3f5;
2426
- } .tab-bar__label_vyipb {
2427
- color: rgba(238, 238, 251, 0.55);
2428
- }.attach__component_1r0mw {
2429
- } .attach__file_1r0mw,
2430
- .attach__noFile_1r0mw {
2431
- color: rgba(238, 238, 251, 0.55);
2432
- } .attach__focused_1r0mw {
2433
- outline: 2px solid #3193fc;
2434
- }.confirmation-v1__errorHeader_c23qw {
2434
+ }.confirmation-v1__errorHeader_c23qw {
2435
2435
  color: rgba(255, 255, 255, 0.94);
2436
2436
  color: rgba(255, 255, 255, 0.94);
2437
2437
  } .confirmation-v1__errorText_c23qw {
@@ -2531,48 +2531,7 @@ button.pagination__tag_1gip3.pagination__tag_1gip3 {
2531
2531
  background-color: rgba(214, 214, 229, 0.07)
2532
2532
  } .custom-button__customButton_1qhor:disabled.custom-button__disableType-static-inverted_1qhor span {
2533
2533
  color: rgba(233, 233, 250, 0.37);
2534
- }
2535
- .confirmation__component_1qrpk {
2536
- color: rgba(238, 238, 251, 0.55)
2537
- }
2538
- .confirmation__circle_1d729 {
2539
- fill: transparent;
2540
- stroke: #4a4a51;
2541
- }
2542
-
2543
- .confirmation__typographyTheme_zb9ic.confirmation__typographyTheme_zb9ic {
2544
- color: rgba(238, 238, 251, 0.55);
2545
- } .confirmation__typographyThemeMobile_zb9ic.confirmation__typographyThemeMobile_zb9ic {
2546
- color: rgba(238, 238, 251, 0.55);
2547
- }
2548
- .confirmation__typographyTheme_17bsb.confirmation__typographyTheme_17bsb {
2549
- color: rgba(238, 238, 251, 0.55);
2550
- } .confirmation__typographyThemeMobile_17bsb.confirmation__typographyThemeMobile_17bsb {
2551
- color: rgba(238, 238, 251, 0.55);
2552
- }
2553
- .confirmation__phone_1cs6q.confirmation__phone_1cs6q {
2554
- color: rgba(255, 255, 255, 0.94);
2555
- } .confirmation__typographyTheme_1cs6q.confirmation__typographyTheme_1cs6q {
2556
- color: rgba(238, 238, 251, 0.55);
2557
- } .confirmation__typographyThemeMobile_1cs6q.confirmation__typographyThemeMobile_1cs6q {
2558
- color: rgba(238, 238, 251, 0.55);
2559
- } .confirmation__countdownContainer_1cs6q.confirmation__countdownContainer_1cs6q {
2560
- color: rgba(238, 238, 251, 0.55);
2561
- } .confirmation__timeCounter_1cs6q {
2562
- color: rgba(238, 238, 251, 0.55);
2563
- }
2564
- .confirmation__typographyTheme_65i5d.confirmation__typographyTheme_65i5d {
2565
- color: rgba(238, 238, 251, 0.55);
2566
- } .confirmation__typographyThemeMobile_65i5d.confirmation__typographyThemeMobile_65i5d {
2567
- color: rgba(238, 238, 251, 0.55);
2568
- } .confirmation__timeCounter_65i5d {
2569
- color: rgba(238, 238, 251, 0.55);
2570
- }
2571
- .confirmation__typographyTheme_1abnh.confirmation__typographyTheme_1abnh {
2572
- color: rgba(238, 238, 251, 0.55);
2573
- } .confirmation__typographyThemeMobile_1abnh.confirmation__typographyThemeMobile_1abnh {
2574
- color: rgba(238, 238, 251, 0.55);
2575
- }.cc-icon-button.icon-button__primary_1ae8w {
2534
+ }.cc-icon-button.icon-button__primary_1ae8w {
2576
2535
  color: rgba(255, 255, 255, 0.94)
2577
2536
  } @media (hover: hover) {
2578
2537
  .cc-icon-button.icon-button__primary_1ae8w:hover {
@@ -2754,7 +2713,48 @@ button.pagination__tag_1gip3.pagination__tag_1gip3 {
2754
2713
  color: rgba(9, 12, 37, 0.28);
2755
2714
  } .cc-icon-button.icon-button__component_16lc8:disabled.icon-button__transparentBg_16lc8 {
2756
2715
  background: transparent;
2757
- }.input__input_hk1oq {
2716
+ }
2717
+ .confirmation__component_1qrpk {
2718
+ color: rgba(238, 238, 251, 0.55)
2719
+ }
2720
+ .confirmation__circle_1d729 {
2721
+ fill: transparent;
2722
+ stroke: #4a4a51;
2723
+ }
2724
+
2725
+ .confirmation__typographyTheme_zb9ic.confirmation__typographyTheme_zb9ic {
2726
+ color: rgba(238, 238, 251, 0.55);
2727
+ } .confirmation__typographyThemeMobile_zb9ic.confirmation__typographyThemeMobile_zb9ic {
2728
+ color: rgba(238, 238, 251, 0.55);
2729
+ }
2730
+ .confirmation__typographyTheme_17bsb.confirmation__typographyTheme_17bsb {
2731
+ color: rgba(238, 238, 251, 0.55);
2732
+ } .confirmation__typographyThemeMobile_17bsb.confirmation__typographyThemeMobile_17bsb {
2733
+ color: rgba(238, 238, 251, 0.55);
2734
+ }
2735
+ .confirmation__phone_1cs6q.confirmation__phone_1cs6q {
2736
+ color: rgba(255, 255, 255, 0.94);
2737
+ } .confirmation__typographyTheme_1cs6q.confirmation__typographyTheme_1cs6q {
2738
+ color: rgba(238, 238, 251, 0.55);
2739
+ } .confirmation__typographyThemeMobile_1cs6q.confirmation__typographyThemeMobile_1cs6q {
2740
+ color: rgba(238, 238, 251, 0.55);
2741
+ } .confirmation__countdownContainer_1cs6q.confirmation__countdownContainer_1cs6q {
2742
+ color: rgba(238, 238, 251, 0.55);
2743
+ } .confirmation__timeCounter_1cs6q {
2744
+ color: rgba(238, 238, 251, 0.55);
2745
+ }
2746
+ .confirmation__typographyTheme_65i5d.confirmation__typographyTheme_65i5d {
2747
+ color: rgba(238, 238, 251, 0.55);
2748
+ } .confirmation__typographyThemeMobile_65i5d.confirmation__typographyThemeMobile_65i5d {
2749
+ color: rgba(238, 238, 251, 0.55);
2750
+ } .confirmation__timeCounter_65i5d {
2751
+ color: rgba(238, 238, 251, 0.55);
2752
+ }
2753
+ .confirmation__typographyTheme_1abnh.confirmation__typographyTheme_1abnh {
2754
+ color: rgba(238, 238, 251, 0.55);
2755
+ } .confirmation__typographyThemeMobile_1abnh.confirmation__typographyThemeMobile_1abnh {
2756
+ color: rgba(238, 238, 251, 0.55);
2757
+ }.input__input_hk1oq {
2758
2758
  color: rgba(255, 255, 255, 0.94);
2759
2759
  caret-color: rgba(255, 255, 255, 0.94);
2760
2760
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
@@ -2854,15 +2854,6 @@ button.pagination__tag_1gip3.pagination__tag_1gip3 {
2854
2854
  } .pass-code-v1__error_17vv2 {
2855
2855
  color: #ff4837;
2856
2856
  }
2857
- .pass-code-v1__dot_uzovn {
2858
- background: rgba(222, 222, 238, 0.13)
2859
- } .pass-code-v1__dot_uzovn.pass-code-v1__error_uzovn {
2860
- background: #ff4837;
2861
- } .pass-code-v1__filled_uzovn {
2862
- background: rgba(255, 255, 255, 0.94);
2863
- }
2864
- @keyframes pass-code-v1__shake_1hjua {
2865
- }
2866
2857
 
2867
2858
  .pass-code-v1__secondary_15dkw.pass-code-v1__secondary_15dkw {
2868
2859
  color: rgba(255, 255, 255, 0.94);
@@ -2878,13 +2869,14 @@ button.pagination__tag_1gip3.pagination__tag_1gip3 {
2878
2869
  } .pass-code-v1__ghost_15dkw.pass-code-v1__ghost_15dkw:active {
2879
2870
  background: rgba(234, 234, 248, 0.15);
2880
2871
  }
2881
- @media screen and (min-width: 360px) {
2882
- } @media screen and (min-width: 390px) {
2872
+ .pass-code-v1__dot_uzovn {
2873
+ background: rgba(222, 222, 238, 0.13)
2874
+ } .pass-code-v1__dot_uzovn.pass-code-v1__error_uzovn {
2875
+ background: #ff4837;
2876
+ } .pass-code-v1__filled_uzovn {
2877
+ background: rgba(255, 255, 255, 0.94);
2883
2878
  }
2884
- .pattern-lock-v1__message_1gaur {
2885
- color: rgba(255, 255, 255, 0.94);
2886
- } .pattern-lock-v1__error_1gaur {
2887
- color: #ff4837;
2879
+ @keyframes pass-code-v1__shake_1hjua {
2888
2880
  }
2889
2881
 
2890
2882
 
@@ -2914,7 +2906,15 @@ button.pagination__tag_1gip3.pagination__tag_1gip3 {
2914
2906
  }
2915
2907
  } .pass-code__secondary_1v3i5.pass-code__secondary_1v3i5:active, .pass-code__button_1v3i5.pass-code__button_1v3i5:active {
2916
2908
  background-color: rgba(225, 225, 248, 0.09);
2917
- }.product-cover__component_l0b0o {
2909
+ }
2910
+ @media screen and (min-width: 360px) {
2911
+ } @media screen and (min-width: 390px) {
2912
+ }
2913
+ .pattern-lock-v1__message_1gaur {
2914
+ color: rgba(255, 255, 255, 0.94);
2915
+ } .pattern-lock-v1__error_1gaur {
2916
+ color: #ff4837;
2917
+ }.product-cover__component_l0b0o {
2918
2918
  background-color: #4a4a51
2919
2919
  }
2920
2920
 
@@ -2952,14 +2952,14 @@ button.pagination__tag_1gip3.pagination__tag_1gip3 {
2952
2952
  -webkit-tap-highlight-color: transparent;
2953
2953
  background-color: transparent
2954
2954
  }
2955
- .pure-cell__hidden_16h3k {
2956
- background: rgba(231, 231, 248, 0.18);
2955
+ .pure-cell__categoryPercent_159lw {
2956
+ background-color: #1c1c1e;
2957
2957
  }
2958
2958
  .pure-cell__hidden_1blwb {
2959
2959
  background: rgba(231, 231, 248, 0.18);
2960
2960
  }
2961
- .pure-cell__categoryPercent_159lw {
2962
- background-color: #1c1c1e;
2961
+ .pure-cell__hidden_16h3k {
2962
+ background: rgba(231, 231, 248, 0.18);
2963
2963
  }
2964
2964
 
2965
2965
 
@@ -3586,6 +3586,7 @@ button.pagination__tag_1gip3.pagination__tag_1gip3 {
3586
3586
  } .select__arrow_hoj6l.select__disabled_hoj6l {
3587
3587
  color: rgba(228, 228, 251, 0.28);
3588
3588
  }
3589
+
3589
3590
  .select__option_1bbil {
3590
3591
  background: #1c1c1e;
3591
3592
  color: rgba(255, 255, 255, 0.94)
@@ -3602,7 +3603,6 @@ button.pagination__tag_1gip3.pagination__tag_1gip3 {
3602
3603
  background: #1c1c1e;
3603
3604
  color: rgba(238, 238, 251, 0.55);
3604
3605
  }
3605
-
3606
3606
  .select__popoverInner_18ynl {
3607
3607
  background: transparent;
3608
3608
  } .select__optionsListWrapper_18ynl {
@@ -3656,6 +3656,7 @@ button.pagination__tag_1gip3.pagination__tag_1gip3 {
3656
3656
  } .select__emptyPlaceholder_1o7qb {
3657
3657
  color: rgba(238, 238, 251, 0.55);
3658
3658
  }
3659
+
3659
3660
  .select__virtualOptionsListHeader_16vv2 {
3660
3661
  border-bottom: 1px solid #29292c;
3661
3662
  } .select__virtualOptionsListFooter_16vv2 {
@@ -3668,7 +3669,6 @@ button.pagination__tag_1gip3.pagination__tag_1gip3 {
3668
3669
  color: rgba(238, 238, 251, 0.55);
3669
3670
  }
3670
3671
 
3671
-
3672
3672
  .select__option_1osnt {
3673
3673
  background: #1c1c1e;
3674
3674
  color: rgba(255, 255, 255, 0.94)
@@ -3835,6 +3835,19 @@ button.pagination__tag_1gip3.pagination__tag_1gip3 {
3835
3835
  outline: 2px solid #3193fc;
3836
3836
  } .select-with-tags__placeholder_azoc5 {
3837
3837
  color: rgba(238, 238, 251, 0.55);
3838
+ }.intl-phone-input__emptyCountryIcon_c693m {
3839
+ color: #898991;
3840
+ }
3841
+ .intl-phone-input__flagPlaceholder_xlkrh {
3842
+ background-color: rgba(222, 222, 238, 0.13);
3843
+ }
3844
+ .intl-phone-input__dialCode_1y41s {
3845
+ color: rgba(238, 238, 251, 0.55);
3846
+ }
3847
+ .intl-phone-input__emptyCountryIcon_3cwlv {
3848
+ color: #898991;
3849
+ } .intl-phone-input__focusVisible_3cwlv {
3850
+ outline: 2px solid #3193fc;
3838
3851
  }.table__component_8q2ne {
3839
3852
  border-top: 1px solid #353539;
3840
3853
  }
@@ -3842,12 +3855,12 @@ button.pagination__tag_1gip3.pagination__tag_1gip3 {
3842
3855
  background: #121213;
3843
3856
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
3844
3857
  }
3845
-
3846
3858
  .table__component_1145h {
3847
3859
  color: rgba(255, 255, 255, 0.94);
3848
3860
  border-top: 1px solid #353539
3849
3861
  }
3850
3862
 
3863
+
3851
3864
  .table__component_pie6h th:not(:last-child):not(:empty):after {
3852
3865
  background-color: #353539;
3853
3866
  }
@@ -3881,19 +3894,6 @@ button.pagination__tag_1gip3.pagination__tag_1gip3 {
3881
3894
  .table__open_1k5b4,
3882
3895
  .table__open_1k5b4:hover {
3883
3896
  background-color: rgba(222, 222, 238, 0.13);
3884
- }.intl-phone-input__emptyCountryIcon_c693m {
3885
- color: #898991;
3886
- }
3887
- .intl-phone-input__flagPlaceholder_xlkrh {
3888
- background-color: rgba(222, 222, 238, 0.13);
3889
- }
3890
- .intl-phone-input__dialCode_1y41s {
3891
- color: rgba(238, 238, 251, 0.55);
3892
- }
3893
- .intl-phone-input__emptyCountryIcon_3cwlv {
3894
- color: #898991;
3895
- } .intl-phone-input__focusVisible_3cwlv {
3896
- outline: 2px solid #3193fc;
3897
3897
  }
3898
3898
  .international-phone-input__dialCode_1kfms {
3899
3899
  color: rgba(238, 238, 251, 0.55);
@@ -29,6 +29,7 @@
29
29
  letter-spacing: 0.1px;
30
30
  font-family: var(--font-family-alfasans)
31
31
  } .alfasans-xlarge.systemCompat {
32
+ line-height: 52px;
32
33
  } .alfasans-large {
33
34
  font-size: 40px;
34
35
  line-height: 48px;
@@ -43,6 +44,9 @@
43
44
  letter-spacing: 0.3px;
44
45
  font-family: var(--font-family-alfasans)
45
46
  } .alfasans-medium.systemCompat {
47
+ font-size: 30px;
48
+ line-height: 36px;
49
+ letter-spacing: 0.1px;
46
50
  } .alfasans-small {
47
51
  font-size: 24px;
48
52
  line-height: 32px;
@@ -50,6 +54,9 @@
50
54
  letter-spacing: 0.39px;
51
55
  font-family: var(--font-family-alfasans)
52
56
  } .alfasans-small.systemCompat {
57
+ font-size: 22px;
58
+ line-height: 26px;
59
+ letter-spacing: 0.2px;
53
60
  } .alfasans-xsmall {
54
61
  font-size: 20px;
55
62
  line-height: 24px;
@@ -57,4 +64,7 @@
57
64
  letter-spacing: 0.33px;
58
65
  font-family: var(--font-family-alfasans)
59
66
  } .alfasans-xsmall.systemCompat {
67
+ font-size: 18px;
68
+ line-height: 22px;
69
+ letter-spacing: 0.38px;
60
70
  }
@@ -7,11 +7,11 @@ import 'react';
7
7
  import 'react-merge-refs';
8
8
  import 'classnames';
9
9
  import '../../skeleton/esm';
10
- import './colors.module-630db946.js';
10
+ import './colors.module-507f4a3f.js';
11
11
  import './title/component.js';
12
12
  import '../../shared/esm';
13
13
  import './title/utils.js';
14
- import './common.module-f3f87a99.js';
14
+ import './common.module-cc744839.js';
15
15
  import '../../mq/esm';
16
16
 
17
17
  var Typography = {
@@ -9,9 +9,9 @@ import 'react';
9
9
  import 'react-merge-refs';
10
10
  import 'classnames';
11
11
  import '../../skeleton/esm';
12
- import './colors.module-630db946.js';
12
+ import './colors.module-507f4a3f.js';
13
13
  import './title/component.js';
14
14
  import '../../shared/esm';
15
15
  import './title/utils.js';
16
- import './common.module-f3f87a99.js';
16
+ import './common.module-cc744839.js';
17
17
  import '../../mq/esm';
@@ -3,7 +3,7 @@ import React, { forwardRef } from 'react';
3
3
  import mergeRefs from 'react-merge-refs';
4
4
  import cn from 'classnames';
5
5
  import { useSkeleton } from '../../../skeleton/esm';
6
- import { c as colors } from '../colors.module-630db946.js';
6
+ import { c as colors } from '../colors.module-507f4a3f.js';
7
7
 
8
8
  var alfasansStyles = {"text":"typography__text_1j67h","component":"typography__component_1j67h","caps":"typography__caps_1j67h","tagline":"typography__tagline_1j67h","primary-large":"typography__primary-large_1j67h","bold":"typography__bold_1j67h","medium":"typography__medium_1j67h","primary-medium":"typography__primary-medium_1j67h","primary-small":"typography__primary-small_1j67h","component-primary":"typography__component-primary_1j67h","secondary-large":"typography__secondary-large_1j67h","secondary-medium":"typography__secondary-medium_1j67h","secondary-small":"typography__secondary-small_1j67h","component-secondary":"typography__component-secondary_1j67h"};
9
9
  require('./alfasans-index.css');
@@ -4,4 +4,4 @@ import 'react';
4
4
  import 'react-merge-refs';
5
5
  import 'classnames';
6
6
  import '../../../skeleton/esm';
7
- import '../colors.module-630db946.js';
7
+ import '../colors.module-507f4a3f.js';
@@ -5,7 +5,7 @@ import cn from 'classnames';
5
5
  import { isObject } from '../../../shared/esm';
6
6
  import { useSkeleton } from '../../../skeleton/esm';
7
7
  import { getDefaultWeight } from './utils.js';
8
- import { c as colors } from '../colors.module-630db946.js';
8
+ import { c as colors } from '../colors.module-507f4a3f.js';
9
9
 
10
10
  var TitleBase = forwardRef(function (_a, ref) {
11
11
  var _b;
@@ -1,13 +1,13 @@
1
1
  import { __assign } from 'tslib';
2
2
  import React, { forwardRef } from 'react';
3
3
  import { TitleBase } from './component.js';
4
- import { c as commonStyles } from '../common.module-f3f87a99.js';
4
+ import { c as commonStyles } from '../common.module-cc744839.js';
5
5
  import 'react-merge-refs';
6
6
  import 'classnames';
7
7
  import '../../../shared/esm';
8
8
  import '../../../skeleton/esm';
9
9
  import './utils.js';
10
- import '../colors.module-630db946.js';
10
+ import '../colors.module-507f4a3f.js';
11
11
 
12
12
  var alfasansStyles = {"alfasans-xlarge":"typography__alfasans-xlarge_1x55p","systemCompat":"typography__systemCompat_1x55p","alfasans-large":"typography__alfasans-large_1x55p","alfasans-medium":"typography__alfasans-medium_1x55p","alfasans-small":"typography__alfasans-small_1x55p","alfasans-xsmall":"typography__alfasans-xsmall_1x55p"};
13
13
  require('./alfasans-index.css');
@@ -1,13 +1,13 @@
1
1
  import { __assign } from 'tslib';
2
2
  import React, { forwardRef } from 'react';
3
3
  import { TitleBase } from '../title/component.js';
4
- import { c as commonStyles } from '../common.module-f3f87a99.js';
4
+ import { c as commonStyles } from '../common.module-cc744839.js';
5
5
  import 'react-merge-refs';
6
6
  import 'classnames';
7
7
  import '../../../shared/esm';
8
8
  import '../../../skeleton/esm';
9
9
  import '../title/utils.js';
10
- import '../colors.module-630db946.js';
10
+ import '../colors.module-507f4a3f.js';
11
11
 
12
12
  var alfasansStyles = {"alfasans-xlarge":"typography__alfasans-xlarge_qcuy8","systemCompat":"typography__systemCompat_qcuy8","alfasans-large":"typography__alfasans-large_qcuy8","alfasans-medium":"typography__alfasans-medium_qcuy8","alfasans-small":"typography__alfasans-small_qcuy8","alfasans-xsmall":"typography__alfasans-xsmall_qcuy8"};
13
13
  require('./alfasans-index.css');
@@ -7,5 +7,5 @@ import 'classnames';
7
7
  import '../../../shared/esm';
8
8
  import '../../../skeleton/esm';
9
9
  import '../title/utils.js';
10
- import '../colors.module-630db946.js';
11
- import '../common.module-f3f87a99.js';
10
+ import '../colors.module-507f4a3f.js';
11
+ import '../common.module-cc744839.js';
@@ -9,8 +9,8 @@ import 'classnames';
9
9
  import '../../../shared/esm';
10
10
  import '../../../skeleton/esm';
11
11
  import '../title/utils.js';
12
- import '../colors.module-630db946.js';
13
- import '../common.module-f3f87a99.js';
12
+ import '../colors.module-507f4a3f.js';
13
+ import '../common.module-cc744839.js';
14
14
 
15
15
  var TitleResponsive = forwardRef(function (_a, ref) {
16
16
  var breakpoint = _a.breakpoint, client = _a.client, restProps = __rest(_a, ["breakpoint", "client"]);
@@ -9,6 +9,6 @@ import 'classnames';
9
9
  import '../../../shared/esm';
10
10
  import '../../../skeleton/esm';
11
11
  import '../title/utils.js';
12
- import '../colors.module-630db946.js';
13
- import '../common.module-f3f87a99.js';
12
+ import '../colors.module-507f4a3f.js';
13
+ import '../common.module-cc744839.js';
14
14
  import '../title-mobile/component.js';