@alfalab/core-components 42.2.0 → 42.2.1

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 (2026) hide show
  1. package/action-button/Component.js +4 -4
  2. package/action-button/default.css +11 -11
  3. package/action-button/esm/Component.js +4 -4
  4. package/action-button/esm/default.css +11 -11
  5. package/action-button/esm/index.css +10 -10
  6. package/action-button/esm/inverted.css +11 -11
  7. package/action-button/esm/static.css +7 -7
  8. package/action-button/index.css +10 -10
  9. package/action-button/inverted.css +11 -11
  10. package/action-button/modern/Component.js +4 -4
  11. package/action-button/modern/default.css +11 -11
  12. package/action-button/modern/index.css +10 -10
  13. package/action-button/modern/inverted.css +11 -11
  14. package/action-button/modern/static.css +7 -7
  15. package/action-button/static.css +7 -7
  16. package/alert/Component.js +1 -1
  17. package/alert/esm/Component.js +1 -1
  18. package/alert/esm/index.css +3 -3
  19. package/alert/index.css +3 -3
  20. package/alert/modern/Component.js +1 -1
  21. package/alert/modern/index.css +3 -3
  22. package/amount/component.js +1 -1
  23. package/amount/esm/component.js +1 -1
  24. package/amount/esm/index.css +6 -6
  25. package/amount/esm/pure/component.js +1 -1
  26. package/amount/esm/pure/index.css +1 -1
  27. package/amount/index.css +6 -6
  28. package/amount/modern/component.js +1 -1
  29. package/amount/modern/index.css +6 -6
  30. package/amount/modern/pure/component.js +1 -1
  31. package/amount/modern/pure/index.css +1 -1
  32. package/amount/pure/component.js +1 -1
  33. package/amount/pure/index.css +1 -1
  34. package/amount-input/Component.js +3 -3
  35. package/amount-input/default.css +2 -2
  36. package/amount-input/esm/Component.js +3 -3
  37. package/amount-input/esm/default.css +2 -2
  38. package/amount-input/esm/index.css +7 -7
  39. package/amount-input/esm/inverted.css +2 -2
  40. package/amount-input/index.css +7 -7
  41. package/amount-input/inverted.css +2 -2
  42. package/amount-input/modern/Component.js +3 -3
  43. package/amount-input/modern/default.css +2 -2
  44. package/amount-input/modern/index.css +7 -7
  45. package/amount-input/modern/inverted.css +2 -2
  46. package/attach/Component.js +1 -1
  47. package/attach/esm/Component.js +1 -1
  48. package/attach/esm/index.css +25 -25
  49. package/attach/index.css +25 -25
  50. package/attach/modern/Component.js +1 -1
  51. package/attach/modern/index.css +25 -25
  52. package/backdrop/Component.js +1 -1
  53. package/backdrop/esm/Component.js +1 -1
  54. package/backdrop/esm/index.css +10 -10
  55. package/backdrop/index.css +10 -10
  56. package/backdrop/modern/Component.js +1 -1
  57. package/backdrop/modern/index.css +10 -10
  58. package/badge/Component.js +1 -1
  59. package/badge/esm/Component.js +1 -1
  60. package/badge/esm/index.css +46 -46
  61. package/badge/index.css +46 -46
  62. package/badge/modern/Component.js +1 -1
  63. package/badge/modern/index.css +46 -46
  64. package/bank-card/Component.js +1 -1
  65. package/bank-card/esm/Component.js +1 -1
  66. package/bank-card/esm/index.css +20 -20
  67. package/bank-card/index.css +20 -20
  68. package/bank-card/modern/Component.js +1 -1
  69. package/bank-card/modern/index.css +20 -20
  70. package/base-modal/Component.js +1 -1
  71. package/base-modal/esm/Component.js +1 -1
  72. package/base-modal/esm/index.css +13 -13
  73. package/base-modal/index.css +13 -13
  74. package/base-modal/modern/Component.js +1 -1
  75. package/base-modal/modern/index.css +13 -13
  76. package/bottom-sheet/component.js +1 -1
  77. package/bottom-sheet/components/footer/Component.js +1 -1
  78. package/bottom-sheet/components/footer/index.css +26 -26
  79. package/bottom-sheet/components/header/Component.js +1 -1
  80. package/bottom-sheet/components/header/index.css +13 -13
  81. package/bottom-sheet/esm/component.js +1 -1
  82. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  83. package/bottom-sheet/esm/components/footer/index.css +26 -26
  84. package/bottom-sheet/esm/components/header/Component.js +1 -1
  85. package/bottom-sheet/esm/components/header/index.css +13 -13
  86. package/bottom-sheet/esm/index.css +42 -42
  87. package/bottom-sheet/index.css +42 -42
  88. package/bottom-sheet/modern/component.js +1 -1
  89. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  90. package/bottom-sheet/modern/components/footer/index.css +26 -26
  91. package/bottom-sheet/modern/components/header/Component.js +1 -1
  92. package/bottom-sheet/modern/components/header/index.css +13 -13
  93. package/bottom-sheet/modern/index.css +42 -42
  94. package/button/Component.desktop.js +4 -4
  95. package/button/Component.mobile.js +4 -4
  96. package/button/Component.responsive.js +1 -1
  97. package/button/components/base-button/Component.js +6 -6
  98. package/button/components/base-button/default.css +48 -47
  99. package/button/components/base-button/index.css +52 -54
  100. package/button/components/base-button/index.js +1 -1
  101. package/button/components/base-button/inverted.css +48 -47
  102. package/button/cssm/Component.desktop.js +2 -2
  103. package/button/cssm/Component.mobile.js +2 -2
  104. package/button/cssm/Component.responsive.js +2 -2
  105. package/button/cssm/components/base-button/Component.js +3 -3
  106. package/button/cssm/components/base-button/default.module.css +1 -0
  107. package/button/cssm/components/base-button/index.js +2 -2
  108. package/button/cssm/components/base-button/index.module.css +0 -2
  109. package/button/cssm/components/base-button/inverted.module.css +1 -0
  110. package/button/cssm/desktop.js +2 -2
  111. package/button/cssm/index.js +2 -2
  112. package/button/cssm/mobile.js +2 -2
  113. package/button/default.desktop.css +10 -10
  114. package/button/default.mobile.css +9 -9
  115. package/button/desktop.css +7 -7
  116. package/button/desktop.js +1 -1
  117. package/button/esm/Component.desktop.js +4 -4
  118. package/button/esm/Component.mobile.js +4 -4
  119. package/button/esm/Component.responsive.js +1 -1
  120. package/button/esm/components/base-button/Component.js +6 -6
  121. package/button/esm/components/base-button/default.css +48 -47
  122. package/button/esm/components/base-button/index.css +52 -54
  123. package/button/esm/components/base-button/index.js +1 -1
  124. package/button/esm/components/base-button/inverted.css +48 -47
  125. package/button/esm/default.desktop.css +10 -10
  126. package/button/esm/default.mobile.css +9 -9
  127. package/button/esm/desktop.css +7 -7
  128. package/button/esm/desktop.js +1 -1
  129. package/button/esm/index.js +1 -1
  130. package/button/esm/inverted.desktop.css +10 -10
  131. package/button/esm/inverted.mobile.css +9 -9
  132. package/button/esm/mobile.css +7 -7
  133. package/button/esm/mobile.js +1 -1
  134. package/button/index.js +1 -1
  135. package/button/inverted.desktop.css +10 -10
  136. package/button/inverted.mobile.css +9 -9
  137. package/button/mobile.css +7 -7
  138. package/button/mobile.js +1 -1
  139. package/button/modern/Component.desktop.js +4 -4
  140. package/button/modern/Component.mobile.js +4 -4
  141. package/button/modern/Component.responsive.js +1 -1
  142. package/button/modern/components/base-button/Component.js +6 -7
  143. package/button/modern/components/base-button/default.css +48 -47
  144. package/button/modern/components/base-button/index.css +52 -54
  145. package/button/modern/components/base-button/index.js +1 -1
  146. package/button/modern/components/base-button/inverted.css +48 -47
  147. package/button/modern/default.desktop.css +10 -10
  148. package/button/modern/default.mobile.css +9 -9
  149. package/button/modern/desktop.css +7 -7
  150. package/button/modern/desktop.js +1 -1
  151. package/button/modern/index.js +1 -1
  152. package/button/modern/inverted.desktop.css +10 -10
  153. package/button/modern/inverted.mobile.css +9 -9
  154. package/button/modern/mobile.css +7 -7
  155. package/button/modern/mobile.js +1 -1
  156. package/calendar/Component-50136800.d.ts +3 -166
  157. package/calendar/Component-63dec22f.d.ts +167 -0
  158. package/calendar/Component.desktop.js +1 -1
  159. package/calendar/Component.mobile-ebda875c.d.ts +6 -0
  160. package/calendar/components/calendar-mobile/Component.js +1 -1
  161. package/calendar/components/calendar-mobile/index.css +11 -11
  162. package/calendar/components/days-table/Component.js +1 -1
  163. package/calendar/components/days-table/index.css +66 -66
  164. package/calendar/components/header/Component.js +1 -1
  165. package/calendar/components/header/index.css +3 -3
  166. package/calendar/components/month-year-header/Component.js +1 -1
  167. package/calendar/components/month-year-header/index.css +10 -10
  168. package/calendar/components/months-table/Component.js +1 -1
  169. package/calendar/components/months-table/index.css +11 -11
  170. package/calendar/components/period-slider/Component.js +1 -1
  171. package/calendar/components/period-slider/index.css +11 -11
  172. package/calendar/components/select-button/Component.js +1 -1
  173. package/calendar/components/select-button/index.css +10 -10
  174. package/calendar/components/years-table/Component.js +1 -1
  175. package/calendar/components/years-table/index.css +14 -14
  176. package/calendar/desktop-63dec22f.d.ts +6 -2
  177. package/calendar/desktop.css +26 -26
  178. package/calendar/esm/Component.desktop.js +1 -1
  179. package/calendar/esm/components/calendar-mobile/Component.js +1 -1
  180. package/calendar/esm/components/calendar-mobile/index.css +11 -11
  181. package/calendar/esm/components/days-table/Component.js +1 -1
  182. package/calendar/esm/components/days-table/index.css +66 -66
  183. package/calendar/esm/components/header/Component.js +1 -1
  184. package/calendar/esm/components/header/index.css +3 -3
  185. package/calendar/esm/components/month-year-header/Component.js +1 -1
  186. package/calendar/esm/components/month-year-header/index.css +10 -10
  187. package/calendar/esm/components/months-table/Component.js +1 -1
  188. package/calendar/esm/components/months-table/index.css +11 -11
  189. package/calendar/esm/components/period-slider/Component.js +1 -1
  190. package/calendar/esm/components/period-slider/index.css +11 -11
  191. package/calendar/esm/components/select-button/Component.js +1 -1
  192. package/calendar/esm/components/select-button/index.css +10 -10
  193. package/calendar/esm/components/years-table/Component.js +1 -1
  194. package/calendar/esm/components/years-table/index.css +14 -14
  195. package/calendar/esm/desktop.css +26 -26
  196. package/calendar/modern/Component.desktop.js +1 -1
  197. package/calendar/modern/components/calendar-mobile/Component.js +1 -1
  198. package/calendar/modern/components/calendar-mobile/index.css +11 -11
  199. package/calendar/modern/components/days-table/Component.js +1 -1
  200. package/calendar/modern/components/days-table/index.css +66 -66
  201. package/calendar/modern/components/header/Component.js +1 -1
  202. package/calendar/modern/components/header/index.css +3 -3
  203. package/calendar/modern/components/month-year-header/Component.js +1 -1
  204. package/calendar/modern/components/month-year-header/index.css +10 -10
  205. package/calendar/modern/components/months-table/Component.js +1 -1
  206. package/calendar/modern/components/months-table/index.css +11 -11
  207. package/calendar/modern/components/period-slider/Component.js +1 -1
  208. package/calendar/modern/components/period-slider/index.css +11 -11
  209. package/calendar/modern/components/select-button/Component.js +1 -1
  210. package/calendar/modern/components/select-button/index.css +10 -10
  211. package/calendar/modern/components/years-table/Component.js +1 -1
  212. package/calendar/modern/components/years-table/index.css +14 -14
  213. package/calendar/modern/desktop.css +26 -26
  214. package/calendar-input/components/calendar-input/Component.js +1 -1
  215. package/calendar-input/components/calendar-input/index.css +11 -11
  216. package/calendar-input/esm/components/calendar-input/Component.js +1 -1
  217. package/calendar-input/esm/components/calendar-input/index.css +11 -11
  218. package/calendar-input/modern/components/calendar-input/Component.js +1 -1
  219. package/calendar-input/modern/components/calendar-input/index.css +11 -11
  220. package/calendar-range/Component.js +1 -1
  221. package/calendar-range/components/divider/Component.js +1 -1
  222. package/calendar-range/components/divider/index.css +8 -8
  223. package/calendar-range/cssm/utils.js +1 -3
  224. package/calendar-range/esm/Component.js +1 -1
  225. package/calendar-range/esm/components/divider/Component.js +1 -1
  226. package/calendar-range/esm/components/divider/index.css +8 -8
  227. package/calendar-range/esm/index.js +1 -1
  228. package/calendar-range/esm/index.module-fd7ec0a2.js +4 -0
  229. package/calendar-range/esm/views/index.css +7 -7
  230. package/calendar-range/esm/views/popover.js +1 -1
  231. package/calendar-range/esm/views/static.js +1 -1
  232. package/calendar-range/index.js +1 -1
  233. package/calendar-range/index.module-afa7c5f0.js +4 -0
  234. package/calendar-range/modern/Component.js +1 -1
  235. package/calendar-range/modern/components/divider/Component.js +1 -1
  236. package/calendar-range/modern/components/divider/index.css +8 -8
  237. package/calendar-range/modern/index.js +1 -1
  238. package/calendar-range/modern/index.module-06725b1a.js +4 -0
  239. package/calendar-range/modern/views/index.css +7 -7
  240. package/calendar-range/modern/views/popover.js +1 -1
  241. package/calendar-range/modern/views/static.js +1 -1
  242. package/calendar-range/views/index.css +7 -7
  243. package/calendar-range/views/popover.js +1 -1
  244. package/calendar-range/views/static.js +1 -1
  245. package/calendar-with-skeleton/Component.js +1 -1
  246. package/calendar-with-skeleton/cssm/index-ebda875c.d.ts +14 -16
  247. package/calendar-with-skeleton/esm/Component.js +1 -1
  248. package/calendar-with-skeleton/esm/index-ebda875c.d.ts +14 -16
  249. package/calendar-with-skeleton/esm/index.css +12 -12
  250. package/calendar-with-skeleton/index-ebda875c.d.ts +14 -16
  251. package/calendar-with-skeleton/index.css +12 -12
  252. package/calendar-with-skeleton/modern/Component.js +1 -1
  253. package/calendar-with-skeleton/modern/index-ebda875c.d.ts +14 -16
  254. package/calendar-with-skeleton/modern/index.css +12 -12
  255. package/card-image/Component.js +1 -1
  256. package/card-image/esm/Component.js +1 -1
  257. package/card-image/esm/index.css +6 -6
  258. package/card-image/index.css +6 -6
  259. package/card-image/modern/Component.js +1 -1
  260. package/card-image/modern/index.css +6 -6
  261. package/cdn-icon/Component.js +1 -1
  262. package/cdn-icon/esm/Component.js +1 -1
  263. package/cdn-icon/esm/index.css +4 -4
  264. package/cdn-icon/index.css +4 -4
  265. package/cdn-icon/modern/Component.js +1 -1
  266. package/cdn-icon/modern/index.css +4 -4
  267. package/chart/Component.js +1 -1
  268. package/chart/components/Dot/index.css +7 -7
  269. package/chart/components/Dot/index.js +1 -1
  270. package/chart/components/Legends/index.css +7 -7
  271. package/chart/components/Legends/index.js +1 -1
  272. package/chart/components/Tick/index.css +3 -3
  273. package/chart/components/Tick/index.js +1 -1
  274. package/chart/components/TooltipContent/index.css +6 -6
  275. package/chart/components/TooltipContent/index.js +1 -1
  276. package/chart/esm/Component.js +1 -1
  277. package/chart/esm/components/Dot/index.css +7 -7
  278. package/chart/esm/components/Dot/index.js +1 -1
  279. package/chart/esm/components/Legends/index.css +7 -7
  280. package/chart/esm/components/Legends/index.js +1 -1
  281. package/chart/esm/components/Tick/index.css +3 -3
  282. package/chart/esm/components/Tick/index.js +1 -1
  283. package/chart/esm/components/TooltipContent/index.css +6 -6
  284. package/chart/esm/components/TooltipContent/index.js +1 -1
  285. package/chart/esm/index.css +4 -4
  286. package/chart/index.css +4 -4
  287. package/chart/modern/Component.js +1 -1
  288. package/chart/modern/components/Dot/index.css +7 -7
  289. package/chart/modern/components/Dot/index.js +1 -1
  290. package/chart/modern/components/Legends/index.css +7 -7
  291. package/chart/modern/components/Legends/index.js +1 -1
  292. package/chart/modern/components/Tick/index.css +3 -3
  293. package/chart/modern/components/Tick/index.js +1 -1
  294. package/chart/modern/components/TooltipContent/index.css +6 -6
  295. package/chart/modern/components/TooltipContent/index.js +1 -1
  296. package/chart/modern/index.css +4 -4
  297. package/checkbox/Component.js +1 -1
  298. package/checkbox/esm/Component.js +1 -1
  299. package/checkbox/esm/index.css +38 -38
  300. package/checkbox/index.css +38 -38
  301. package/checkbox/modern/Component.js +1 -1
  302. package/checkbox/modern/index.css +38 -38
  303. package/checkbox-group/Component.desktop.js +1 -1
  304. package/checkbox-group/Component.mobile.js +1 -1
  305. package/checkbox-group/components/base-checkbox-group/Component.js +1 -1
  306. package/checkbox-group/components/base-checkbox-group/index.css +18 -18
  307. package/checkbox-group/desktop.css +3 -3
  308. package/checkbox-group/esm/Component.desktop.js +1 -1
  309. package/checkbox-group/esm/Component.mobile.js +1 -1
  310. package/checkbox-group/esm/components/base-checkbox-group/Component.js +1 -1
  311. package/checkbox-group/esm/components/base-checkbox-group/index.css +18 -18
  312. package/checkbox-group/esm/desktop.css +3 -3
  313. package/checkbox-group/esm/mobile.css +3 -3
  314. package/checkbox-group/mobile.css +3 -3
  315. package/checkbox-group/modern/Component.desktop.js +1 -1
  316. package/checkbox-group/modern/Component.mobile.js +1 -1
  317. package/checkbox-group/modern/components/base-checkbox-group/Component.js +1 -1
  318. package/checkbox-group/modern/components/base-checkbox-group/index.css +18 -18
  319. package/checkbox-group/modern/desktop.css +3 -3
  320. package/checkbox-group/modern/mobile.css +3 -3
  321. package/circular-progress-bar/Component.js +1 -1
  322. package/circular-progress-bar/esm/Component.js +1 -1
  323. package/circular-progress-bar/esm/index.css +48 -48
  324. package/circular-progress-bar/index.css +48 -48
  325. package/circular-progress-bar/modern/Component.js +1 -1
  326. package/circular-progress-bar/modern/index.css +48 -48
  327. package/code-input/Component.desktop.js +1 -1
  328. package/code-input/Component.mobile.js +1 -1
  329. package/code-input/components/base-code-input/component.js +1 -1
  330. package/code-input/components/base-code-input/index.css +5 -5
  331. package/code-input/components/input/component.js +1 -1
  332. package/code-input/components/input/index.css +11 -11
  333. package/code-input/desktop.css +1 -1
  334. package/code-input/esm/Component.desktop.js +1 -1
  335. package/code-input/esm/Component.mobile.js +1 -1
  336. package/code-input/esm/components/base-code-input/component.js +1 -1
  337. package/code-input/esm/components/base-code-input/index.css +5 -5
  338. package/code-input/esm/components/input/component.js +1 -1
  339. package/code-input/esm/components/input/index.css +11 -11
  340. package/code-input/esm/desktop.css +1 -1
  341. package/code-input/esm/mobile.css +2 -2
  342. package/code-input/mobile.css +2 -2
  343. package/code-input/modern/Component.desktop.js +1 -1
  344. package/code-input/modern/Component.mobile.js +1 -1
  345. package/code-input/modern/components/base-code-input/component.js +1 -1
  346. package/code-input/modern/components/base-code-input/index.css +5 -5
  347. package/code-input/modern/components/input/component.js +1 -1
  348. package/code-input/modern/components/input/index.css +11 -11
  349. package/code-input/modern/desktop.css +1 -1
  350. package/code-input/modern/mobile.css +2 -2
  351. package/collapse/Component.js +1 -1
  352. package/collapse/esm/Component.js +1 -1
  353. package/collapse/esm/index.css +7 -7
  354. package/collapse/index.css +7 -7
  355. package/collapse/modern/Component.js +1 -1
  356. package/collapse/modern/index.css +7 -7
  357. package/comment/Component.js +1 -1
  358. package/comment/esm/Component.js +1 -1
  359. package/comment/esm/index.css +3 -3
  360. package/comment/index.css +3 -3
  361. package/comment/modern/Component.js +1 -1
  362. package/comment/modern/index.css +3 -3
  363. package/confirmation/component.desktop.js +1 -1
  364. package/confirmation/component.mobile.js +2 -2
  365. package/confirmation/component.responsive.js +1 -1
  366. package/confirmation/components/base-confirmation/component.js +2 -2
  367. package/confirmation/components/base-confirmation/index.css +2 -2
  368. package/confirmation/components/base-confirmation/index.js +1 -1
  369. package/confirmation/components/countdown-loader/component.js +1 -1
  370. package/confirmation/components/countdown-loader/index.css +2 -2
  371. package/confirmation/components/header/component.js +1 -1
  372. package/confirmation/components/header/index.css +4 -4
  373. package/confirmation/components/index.js +1 -1
  374. package/confirmation/components/screens/fatal-error/component.js +1 -1
  375. package/confirmation/components/screens/fatal-error/index.css +6 -6
  376. package/confirmation/components/screens/hint/component.js +1 -1
  377. package/confirmation/components/screens/hint/index.css +12 -12
  378. package/confirmation/components/screens/index.js +1 -1
  379. package/confirmation/components/screens/initial/component.js +1 -1
  380. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  381. package/confirmation/components/screens/initial/index.css +17 -17
  382. package/confirmation/components/screens/initial/index.js +1 -1
  383. package/confirmation/components/screens/temp-block/component.js +1 -1
  384. package/confirmation/components/screens/temp-block/index.css +7 -7
  385. package/confirmation/{countdown-section-b212c5b4.js → countdown-section-9a6d1d6b.js} +1 -1
  386. package/confirmation/desktop.js +1 -1
  387. package/confirmation/esm/component.desktop.js +1 -1
  388. package/confirmation/esm/component.mobile.js +2 -2
  389. package/confirmation/esm/component.responsive.js +1 -1
  390. package/confirmation/esm/components/base-confirmation/component.js +2 -2
  391. package/confirmation/esm/components/base-confirmation/index.css +2 -2
  392. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  393. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  394. package/confirmation/esm/components/countdown-loader/index.css +2 -2
  395. package/confirmation/esm/components/header/component.js +1 -1
  396. package/confirmation/esm/components/header/index.css +4 -4
  397. package/confirmation/esm/components/index.js +1 -1
  398. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  399. package/confirmation/esm/components/screens/fatal-error/index.css +6 -6
  400. package/confirmation/esm/components/screens/hint/component.js +1 -1
  401. package/confirmation/esm/components/screens/hint/index.css +12 -12
  402. package/confirmation/esm/components/screens/index.js +1 -1
  403. package/confirmation/esm/components/screens/initial/component.js +1 -1
  404. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  405. package/confirmation/esm/components/screens/initial/index.css +17 -17
  406. package/confirmation/esm/components/screens/initial/index.js +1 -1
  407. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  408. package/confirmation/esm/components/screens/temp-block/index.css +7 -7
  409. package/confirmation/esm/{countdown-section-83d922ef.js → countdown-section-281fb6b0.js} +1 -1
  410. package/confirmation/esm/desktop.js +1 -1
  411. package/confirmation/esm/index.js +1 -1
  412. package/confirmation/esm/mobile.css +2 -2
  413. package/confirmation/esm/mobile.js +1 -1
  414. package/confirmation/esm/shared.js +1 -1
  415. package/confirmation/index.js +1 -1
  416. package/confirmation/mobile.css +2 -2
  417. package/confirmation/mobile.js +1 -1
  418. package/confirmation/modern/component.desktop.js +1 -1
  419. package/confirmation/modern/component.mobile.js +2 -2
  420. package/confirmation/modern/component.responsive.js +1 -1
  421. package/confirmation/modern/components/base-confirmation/component.js +2 -2
  422. package/confirmation/modern/components/base-confirmation/index.css +2 -2
  423. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  424. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  425. package/confirmation/modern/components/countdown-loader/index.css +2 -2
  426. package/confirmation/modern/components/header/component.js +1 -1
  427. package/confirmation/modern/components/header/index.css +4 -4
  428. package/confirmation/modern/components/index.js +1 -1
  429. package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
  430. package/confirmation/modern/components/screens/fatal-error/index.css +6 -6
  431. package/confirmation/modern/components/screens/hint/component.js +1 -1
  432. package/confirmation/modern/components/screens/hint/index.css +12 -12
  433. package/confirmation/modern/components/screens/index.js +1 -1
  434. package/confirmation/modern/components/screens/initial/component.js +1 -1
  435. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  436. package/confirmation/modern/components/screens/initial/index.css +17 -17
  437. package/confirmation/modern/components/screens/initial/index.js +1 -1
  438. package/confirmation/modern/components/screens/temp-block/component.js +1 -1
  439. package/confirmation/modern/components/screens/temp-block/index.css +7 -7
  440. package/confirmation/modern/{countdown-section-ea7af879.js → countdown-section-baf81c17.js} +1 -1
  441. package/confirmation/modern/desktop.js +1 -1
  442. package/confirmation/modern/index.js +1 -1
  443. package/confirmation/modern/mobile.css +2 -2
  444. package/confirmation/modern/mobile.js +1 -1
  445. package/confirmation/modern/shared.js +1 -1
  446. package/confirmation/shared.js +1 -1
  447. package/confirmation-v1/component.js +1 -1
  448. package/confirmation-v1/components/code-input/component.js +1 -1
  449. package/confirmation-v1/components/code-input/index.css +10 -10
  450. package/confirmation-v1/components/countdown/component.js +1 -1
  451. package/confirmation-v1/components/countdown/index.css +13 -13
  452. package/confirmation-v1/components/countdown-loader/component.js +1 -1
  453. package/confirmation-v1/components/countdown-loader/index.css +2 -2
  454. package/confirmation-v1/components/overlimit/component.js +1 -1
  455. package/confirmation-v1/components/overlimit/index.css +9 -9
  456. package/confirmation-v1/components/sign-confirmation/component.js +1 -1
  457. package/confirmation-v1/components/sign-confirmation/index.css +13 -13
  458. package/confirmation-v1/cssm/desktop-63dec22f.d.ts +14 -14
  459. package/confirmation-v1/desktop-63dec22f.d.ts +14 -14
  460. package/confirmation-v1/esm/component.js +1 -1
  461. package/confirmation-v1/esm/components/code-input/component.js +1 -1
  462. package/confirmation-v1/esm/components/code-input/index.css +10 -10
  463. package/confirmation-v1/esm/components/countdown/component.js +1 -1
  464. package/confirmation-v1/esm/components/countdown/index.css +13 -13
  465. package/confirmation-v1/esm/components/countdown-loader/component.js +1 -1
  466. package/confirmation-v1/esm/components/countdown-loader/index.css +2 -2
  467. package/confirmation-v1/esm/components/overlimit/component.js +1 -1
  468. package/confirmation-v1/esm/components/overlimit/index.css +9 -9
  469. package/confirmation-v1/esm/components/sign-confirmation/component.js +1 -1
  470. package/confirmation-v1/esm/components/sign-confirmation/index.css +13 -13
  471. package/confirmation-v1/esm/desktop-63dec22f.d.ts +14 -14
  472. package/confirmation-v1/esm/index.css +14 -14
  473. package/confirmation-v1/index.css +14 -14
  474. package/confirmation-v1/modern/component.js +1 -1
  475. package/confirmation-v1/modern/components/code-input/component.js +1 -1
  476. package/confirmation-v1/modern/components/code-input/index.css +10 -10
  477. package/confirmation-v1/modern/components/countdown/component.js +1 -1
  478. package/confirmation-v1/modern/components/countdown/index.css +13 -13
  479. package/confirmation-v1/modern/components/countdown-loader/component.js +1 -1
  480. package/confirmation-v1/modern/components/countdown-loader/index.css +2 -2
  481. package/confirmation-v1/modern/components/overlimit/component.js +1 -1
  482. package/confirmation-v1/modern/components/overlimit/index.css +9 -9
  483. package/confirmation-v1/modern/components/sign-confirmation/component.js +1 -1
  484. package/confirmation-v1/modern/components/sign-confirmation/index.css +13 -13
  485. package/confirmation-v1/modern/desktop-63dec22f.d.ts +14 -14
  486. package/confirmation-v1/modern/index.css +14 -14
  487. package/custom-button/Component.js +1 -1
  488. package/custom-button/esm/Component.js +1 -1
  489. package/custom-button/esm/index.css +21 -21
  490. package/custom-button/index.css +21 -21
  491. package/custom-button/modern/Component.js +1 -1
  492. package/custom-button/modern/index.css +21 -21
  493. package/custom-picker-button/esm/field/Component.js +1 -1
  494. package/custom-picker-button/esm/field/index.css +5 -5
  495. package/custom-picker-button/field/Component.js +1 -1
  496. package/custom-picker-button/field/index.css +5 -5
  497. package/custom-picker-button/modern/field/Component.js +1 -1
  498. package/custom-picker-button/modern/field/index.css +5 -5
  499. package/date-input/Component.js +1 -1
  500. package/date-input/esm/Component.js +1 -1
  501. package/date-input/esm/index.css +4 -4
  502. package/date-input/index.css +4 -4
  503. package/date-input/modern/Component.js +1 -1
  504. package/date-input/modern/index.css +4 -4
  505. package/date-range-input/components/date-range-input/Component.js +1 -1
  506. package/date-range-input/components/date-range-input/index.css +7 -7
  507. package/date-range-input/esm/components/date-range-input/Component.js +1 -1
  508. package/date-range-input/esm/components/date-range-input/index.css +7 -7
  509. package/date-range-input/modern/components/date-range-input/Component.js +1 -1
  510. package/date-range-input/modern/components/date-range-input/index.css +7 -7
  511. package/date-time-input/components/date-time-input/Component.js +1 -1
  512. package/date-time-input/components/date-time-input/index.css +7 -7
  513. package/date-time-input/esm/components/date-time-input/Component.js +1 -1
  514. package/date-time-input/esm/components/date-time-input/index.css +7 -7
  515. package/date-time-input/modern/components/date-time-input/Component.js +1 -1
  516. package/date-time-input/modern/components/date-time-input/index.css +7 -7
  517. package/divider/Component.js +1 -1
  518. package/divider/esm/Component.js +1 -1
  519. package/divider/esm/index.css +1 -1
  520. package/divider/index.css +1 -1
  521. package/divider/modern/Component.js +1 -1
  522. package/divider/modern/index.css +1 -1
  523. package/drawer/Component.js +1 -1
  524. package/drawer/esm/Component.js +1 -1
  525. package/drawer/esm/index.css +31 -31
  526. package/drawer/index.css +31 -31
  527. package/drawer/modern/Component.js +1 -1
  528. package/drawer/modern/index.css +31 -31
  529. package/dropzone/Component.js +1 -1
  530. package/dropzone/components/overlay/Component.js +1 -1
  531. package/dropzone/components/overlay/index.css +3 -3
  532. package/dropzone/esm/Component.js +1 -1
  533. package/dropzone/esm/components/overlay/Component.js +1 -1
  534. package/dropzone/esm/components/overlay/index.css +3 -3
  535. package/dropzone/esm/index.css +6 -6
  536. package/dropzone/index.css +6 -6
  537. package/dropzone/modern/Component.js +1 -1
  538. package/dropzone/modern/components/overlay/Component.js +1 -1
  539. package/dropzone/modern/components/overlay/index.css +3 -3
  540. package/dropzone/modern/index.css +6 -6
  541. package/file-upload-item/Component.js +1 -1
  542. package/file-upload-item/esm/Component.js +1 -1
  543. package/file-upload-item/esm/index.css +22 -22
  544. package/file-upload-item/index.css +22 -22
  545. package/file-upload-item/modern/Component.js +1 -1
  546. package/file-upload-item/modern/index.css +22 -22
  547. package/filter-tag/Component.desktop.js +1 -1
  548. package/filter-tag/Component.mobile.js +1 -1
  549. package/filter-tag/components/base-filter-tag/Component.js +1 -1
  550. package/filter-tag/components/base-filter-tag/index.css +62 -62
  551. package/filter-tag/desktop.css +29 -29
  552. package/filter-tag/esm/Component.desktop.js +1 -1
  553. package/filter-tag/esm/Component.mobile.js +1 -1
  554. package/filter-tag/esm/components/base-filter-tag/Component.js +1 -1
  555. package/filter-tag/esm/components/base-filter-tag/index.css +62 -62
  556. package/filter-tag/esm/desktop.css +29 -29
  557. package/filter-tag/esm/mobile.css +29 -29
  558. package/filter-tag/mobile.css +29 -29
  559. package/filter-tag/modern/Component.desktop.js +1 -1
  560. package/filter-tag/modern/Component.mobile.js +1 -1
  561. package/filter-tag/modern/components/base-filter-tag/Component.js +1 -1
  562. package/filter-tag/modern/components/base-filter-tag/index.css +62 -62
  563. package/filter-tag/modern/desktop.css +29 -29
  564. package/filter-tag/modern/mobile.css +29 -29
  565. package/form-control/Component.desktop.js +3 -3
  566. package/form-control/Component.mobile.js +3 -3
  567. package/form-control/components/base-form-control/Component.js +3 -3
  568. package/form-control/components/base-form-control/default.css +8 -8
  569. package/form-control/components/base-form-control/index.css +42 -42
  570. package/form-control/components/base-form-control/inverted.css +8 -8
  571. package/form-control/default.desktop.css +11 -11
  572. package/form-control/default.mobile.css +11 -11
  573. package/form-control/desktop.css +7 -7
  574. package/form-control/esm/Component.desktop.js +3 -3
  575. package/form-control/esm/Component.mobile.js +3 -3
  576. package/form-control/esm/components/base-form-control/Component.js +3 -3
  577. package/form-control/esm/components/base-form-control/default.css +8 -8
  578. package/form-control/esm/components/base-form-control/index.css +42 -42
  579. package/form-control/esm/components/base-form-control/inverted.css +8 -8
  580. package/form-control/esm/default.desktop.css +11 -11
  581. package/form-control/esm/default.mobile.css +11 -11
  582. package/form-control/esm/desktop.css +7 -7
  583. package/form-control/esm/inverted.desktop.css +11 -11
  584. package/form-control/esm/inverted.mobile.css +11 -11
  585. package/form-control/esm/mobile.css +7 -7
  586. package/form-control/inverted.desktop.css +11 -11
  587. package/form-control/inverted.mobile.css +11 -11
  588. package/form-control/mobile.css +7 -7
  589. package/form-control/modern/Component.desktop.js +3 -3
  590. package/form-control/modern/Component.mobile.js +3 -3
  591. package/form-control/modern/components/base-form-control/Component.js +3 -3
  592. package/form-control/modern/components/base-form-control/default.css +8 -8
  593. package/form-control/modern/components/base-form-control/index.css +42 -42
  594. package/form-control/modern/components/base-form-control/inverted.css +8 -8
  595. package/form-control/modern/default.desktop.css +11 -11
  596. package/form-control/modern/default.mobile.css +11 -11
  597. package/form-control/modern/desktop.css +7 -7
  598. package/form-control/modern/inverted.desktop.css +11 -11
  599. package/form-control/modern/inverted.mobile.css +11 -11
  600. package/form-control/modern/mobile.css +7 -7
  601. package/gallery/Component.js +3 -3
  602. package/gallery/{buttons-a2be6d97.js → buttons-a5ebe5df.js} +1 -1
  603. package/gallery/components/header/Component.js +1 -1
  604. package/gallery/components/header/buttons.js +1 -1
  605. package/gallery/components/header/index.css +6 -6
  606. package/gallery/components/header/index.js +1 -1
  607. package/gallery/components/header-info-block/Component.js +1 -1
  608. package/gallery/components/header-info-block/index.css +5 -5
  609. package/gallery/components/image-preview/Component.js +1 -1
  610. package/gallery/components/image-preview/index.css +13 -13
  611. package/gallery/components/image-viewer/component.js +1 -1
  612. package/gallery/components/image-viewer/index.css +19 -19
  613. package/gallery/components/image-viewer/index.js +1 -1
  614. package/gallery/components/image-viewer/slide.js +1 -1
  615. package/gallery/components/index.js +2 -2
  616. package/gallery/components/navigation-bar/Component.js +1 -1
  617. package/gallery/components/navigation-bar/index.css +6 -6
  618. package/gallery/esm/Component.js +3 -3
  619. package/gallery/esm/{buttons-83f36b01.js → buttons-6964bdef.js} +1 -1
  620. package/gallery/esm/components/header/Component.js +1 -1
  621. package/gallery/esm/components/header/buttons.js +1 -1
  622. package/gallery/esm/components/header/index.css +6 -6
  623. package/gallery/esm/components/header/index.js +1 -1
  624. package/gallery/esm/components/header-info-block/Component.js +1 -1
  625. package/gallery/esm/components/header-info-block/index.css +5 -5
  626. package/gallery/esm/components/image-preview/Component.js +1 -1
  627. package/gallery/esm/components/image-preview/index.css +13 -13
  628. package/gallery/esm/components/image-viewer/component.js +1 -1
  629. package/gallery/esm/components/image-viewer/index.css +19 -19
  630. package/gallery/esm/components/image-viewer/index.js +1 -1
  631. package/gallery/esm/components/image-viewer/slide.js +1 -1
  632. package/gallery/esm/components/index.js +2 -2
  633. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  634. package/gallery/esm/components/navigation-bar/index.css +6 -6
  635. package/gallery/esm/index.css +3 -3
  636. package/gallery/esm/index.js +2 -2
  637. package/gallery/esm/{slide-a481ee16.js → slide-4c914b1d.js} +1 -1
  638. package/gallery/index.css +3 -3
  639. package/gallery/index.js +2 -2
  640. package/gallery/modern/Component.js +3 -3
  641. package/gallery/modern/{buttons-fa6480fa.js → buttons-7389842e.js} +1 -1
  642. package/gallery/modern/components/header/Component.js +1 -1
  643. package/gallery/modern/components/header/buttons.js +1 -1
  644. package/gallery/modern/components/header/index.css +6 -6
  645. package/gallery/modern/components/header/index.js +1 -1
  646. package/gallery/modern/components/header-info-block/Component.js +1 -1
  647. package/gallery/modern/components/header-info-block/index.css +5 -5
  648. package/gallery/modern/components/image-preview/Component.js +1 -1
  649. package/gallery/modern/components/image-preview/index.css +13 -13
  650. package/gallery/modern/components/image-viewer/component.js +1 -1
  651. package/gallery/modern/components/image-viewer/index.css +19 -19
  652. package/gallery/modern/components/image-viewer/index.js +1 -1
  653. package/gallery/modern/components/image-viewer/slide.js +1 -1
  654. package/gallery/modern/components/index.js +2 -2
  655. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  656. package/gallery/modern/components/navigation-bar/index.css +6 -6
  657. package/gallery/modern/index.css +3 -3
  658. package/gallery/modern/index.js +2 -2
  659. package/gallery/modern/{slide-ef1f690b.js → slide-236ccf15.js} +1 -1
  660. package/gallery/{slide-610e04e2.js → slide-1e59abc7.js} +1 -1
  661. package/gap/Component.js +1 -1
  662. package/gap/esm/Component.js +1 -1
  663. package/gap/esm/index.css +31 -31
  664. package/gap/index.css +31 -31
  665. package/gap/modern/Component.js +1 -1
  666. package/gap/modern/index.css +31 -31
  667. package/generic-wrapper/Component.js +1 -1
  668. package/generic-wrapper/esm/Component.js +1 -1
  669. package/generic-wrapper/esm/index.css +42 -42
  670. package/generic-wrapper/index.css +42 -42
  671. package/generic-wrapper/modern/Component.js +1 -1
  672. package/generic-wrapper/modern/index.css +42 -42
  673. package/grid/Component.js +1 -1
  674. package/grid/col/Component.js +2 -2
  675. package/grid/col/index.css +550 -550
  676. package/grid/col/index.js +1 -1
  677. package/grid/esm/Component.js +1 -1
  678. package/grid/esm/col/Component.js +2 -2
  679. package/grid/esm/col/index.css +550 -550
  680. package/grid/esm/col/index.js +1 -1
  681. package/grid/esm/gutters.css +84 -84
  682. package/grid/esm/gutters.module-8a5e13ca.js +4 -0
  683. package/grid/esm/index.js +1 -1
  684. package/grid/esm/row/Component.js +2 -2
  685. package/grid/esm/row/index.css +9 -9
  686. package/grid/esm/row/index.js +1 -1
  687. package/grid/gutters.css +84 -84
  688. package/grid/gutters.module-6dab705f.js +4 -0
  689. package/grid/index.js +1 -1
  690. package/grid/modern/Component.js +1 -1
  691. package/grid/modern/col/Component.js +2 -2
  692. package/grid/modern/col/index.css +550 -550
  693. package/grid/modern/col/index.js +1 -1
  694. package/grid/modern/gutters.css +84 -84
  695. package/grid/modern/gutters.module-4d0c4101.js +4 -0
  696. package/grid/modern/index.js +1 -1
  697. package/grid/modern/row/Component.js +2 -2
  698. package/grid/modern/row/index.css +9 -9
  699. package/grid/modern/row/index.js +1 -1
  700. package/grid/row/Component.js +2 -2
  701. package/grid/row/index.css +9 -9
  702. package/grid/row/index.js +1 -1
  703. package/hatching-progress-bar/Component.js +1 -1
  704. package/hatching-progress-bar/esm/Component.js +1 -1
  705. package/hatching-progress-bar/esm/index.css +11 -11
  706. package/hatching-progress-bar/index.css +11 -11
  707. package/hatching-progress-bar/modern/Component.js +1 -1
  708. package/hatching-progress-bar/modern/index.css +11 -11
  709. package/icon-button/Component.js +3 -3
  710. package/icon-button/default.css +24 -24
  711. package/icon-button/esm/Component.js +3 -3
  712. package/icon-button/esm/default.css +24 -24
  713. package/icon-button/esm/index.css +10 -10
  714. package/icon-button/esm/inverted.css +24 -24
  715. package/icon-button/index.css +10 -10
  716. package/icon-button/inverted.css +24 -24
  717. package/icon-button/modern/Component.js +3 -3
  718. package/icon-button/modern/default.css +24 -24
  719. package/icon-button/modern/index.css +10 -10
  720. package/icon-button/modern/inverted.css +24 -24
  721. package/icon-view/components/base-shape/component.js +1 -1
  722. package/icon-view/components/base-shape/index.css +46 -46
  723. package/icon-view/esm/components/base-shape/component.js +1 -1
  724. package/icon-view/esm/components/base-shape/index.css +46 -46
  725. package/icon-view/modern/components/base-shape/component.js +1 -1
  726. package/icon-view/modern/components/base-shape/index.css +46 -46
  727. package/indicator/Component.js +1 -1
  728. package/indicator/esm/Component.js +1 -1
  729. package/indicator/esm/index.css +16 -16
  730. package/indicator/index.css +16 -16
  731. package/indicator/modern/Component.js +1 -1
  732. package/indicator/modern/index.css +16 -16
  733. package/input/Component.desktop.js +2 -2
  734. package/input/Component.mobile.js +2 -2
  735. package/input/components/base-input/Component.js +3 -3
  736. package/input/components/base-input/default.css +10 -10
  737. package/input/components/base-input/index.css +44 -44
  738. package/input/components/base-input/inverted.css +10 -10
  739. package/input/cssm/components/base-input/index.module.css +1 -1
  740. package/input/default.desktop.css +2 -2
  741. package/input/default.mobile.css +2 -2
  742. package/input/esm/Component.desktop.js +2 -2
  743. package/input/esm/Component.mobile.js +2 -2
  744. package/input/esm/components/base-input/Component.js +3 -3
  745. package/input/esm/components/base-input/default.css +10 -10
  746. package/input/esm/components/base-input/index.css +44 -44
  747. package/input/esm/components/base-input/inverted.css +10 -10
  748. package/input/esm/default.desktop.css +2 -2
  749. package/input/esm/default.mobile.css +2 -2
  750. package/input/esm/inverted.desktop.css +2 -2
  751. package/input/esm/inverted.mobile.css +2 -2
  752. package/input/inverted.desktop.css +2 -2
  753. package/input/inverted.mobile.css +2 -2
  754. package/input/modern/Component.desktop.js +2 -2
  755. package/input/modern/Component.mobile.js +2 -2
  756. package/input/modern/components/base-input/Component.js +3 -3
  757. package/input/modern/components/base-input/default.css +10 -10
  758. package/input/modern/components/base-input/index.css +44 -44
  759. package/input/modern/components/base-input/inverted.css +10 -10
  760. package/input/modern/default.desktop.css +2 -2
  761. package/input/modern/default.mobile.css +2 -2
  762. package/input/modern/inverted.desktop.css +2 -2
  763. package/input/modern/inverted.mobile.css +2 -2
  764. package/input-autocomplete/Component.mobile.js +1 -1
  765. package/input-autocomplete/Component.modal.mobile.js +1 -1
  766. package/input-autocomplete/Component.responsive.js +1 -1
  767. package/input-autocomplete/autocomplete-field/Component.js +1 -1
  768. package/input-autocomplete/autocomplete-field/index.css +2 -2
  769. package/input-autocomplete/autocomplete-mobile-field/Component.js +1 -1
  770. package/input-autocomplete/autocomplete-mobile-field/index.css +8 -8
  771. package/input-autocomplete/esm/Component.mobile.js +1 -1
  772. package/input-autocomplete/esm/Component.modal.mobile.js +1 -1
  773. package/input-autocomplete/esm/Component.responsive.js +1 -1
  774. package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
  775. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  776. package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +1 -1
  777. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +8 -8
  778. package/input-autocomplete/esm/index.js +1 -1
  779. package/input-autocomplete/esm/mobile.css +4 -4
  780. package/input-autocomplete/esm/mobile.js +1 -1
  781. package/input-autocomplete/esm/{mobile.module-d324a3dd.js → mobile.module-bb0cbc57.js} +1 -1
  782. package/input-autocomplete/index.js +1 -1
  783. package/input-autocomplete/mobile.css +4 -4
  784. package/input-autocomplete/mobile.js +1 -1
  785. package/input-autocomplete/{mobile.module-2c3c27e1.js → mobile.module-00dfdfed.js} +1 -1
  786. package/input-autocomplete/modern/Component.mobile.js +1 -1
  787. package/input-autocomplete/modern/Component.modal.mobile.js +1 -1
  788. package/input-autocomplete/modern/Component.responsive.js +1 -1
  789. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  790. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  791. package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +1 -1
  792. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +8 -8
  793. package/input-autocomplete/modern/index.js +1 -1
  794. package/input-autocomplete/modern/mobile.css +4 -4
  795. package/input-autocomplete/modern/mobile.js +1 -1
  796. package/input-autocomplete/modern/{mobile.module-990d8697.js → mobile.module-ca98f569.js} +1 -1
  797. package/intl-phone-input/Component-4cd3936b.d.ts +1 -1
  798. package/intl-phone-input/Component-50136800.d.ts +5 -99
  799. package/intl-phone-input/Component-5e1b8383.d.ts +96 -18
  800. package/intl-phone-input/component.d.ts +1 -1
  801. package/intl-phone-input/component.js +1 -1
  802. package/intl-phone-input/components/flag-icon/component.js +1 -1
  803. package/intl-phone-input/components/flag-icon/index.css +3 -3
  804. package/intl-phone-input/components/select/component.d.ts +1 -1
  805. package/intl-phone-input/components/select/component.js +1 -1
  806. package/intl-phone-input/components/select/index.css +6 -6
  807. package/intl-phone-input/components/select-field/component.js +1 -1
  808. package/intl-phone-input/components/select-field/index.css +9 -9
  809. package/intl-phone-input/desktop-63dec22f.d.ts +1 -1
  810. package/intl-phone-input/esm/component.js +1 -1
  811. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  812. package/intl-phone-input/esm/components/flag-icon/index.css +3 -3
  813. package/intl-phone-input/esm/components/select/component.js +1 -1
  814. package/intl-phone-input/esm/components/select/index.css +6 -6
  815. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  816. package/intl-phone-input/esm/components/select-field/index.css +9 -9
  817. package/intl-phone-input/esm/index.css +5 -5
  818. package/intl-phone-input/index.css +5 -5
  819. package/intl-phone-input/modern/component.js +1 -1
  820. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  821. package/intl-phone-input/modern/components/flag-icon/index.css +3 -3
  822. package/intl-phone-input/modern/components/select/component.js +1 -1
  823. package/intl-phone-input/modern/components/select/index.css +6 -6
  824. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  825. package/intl-phone-input/modern/components/select-field/index.css +9 -9
  826. package/intl-phone-input/modern/index.css +5 -5
  827. package/intl-phone-input/shared-4cd3936b.d.ts +83 -13
  828. package/link/Component.js +3 -3
  829. package/link/default.css +9 -9
  830. package/link/esm/Component.js +3 -3
  831. package/link/esm/default.css +9 -9
  832. package/link/esm/index.css +13 -13
  833. package/link/esm/inverted.css +9 -9
  834. package/link/index.css +13 -13
  835. package/link/inverted.css +9 -9
  836. package/link/modern/Component.js +3 -3
  837. package/link/modern/default.css +9 -9
  838. package/link/modern/index.css +13 -13
  839. package/link/modern/inverted.css +9 -9
  840. package/list/{Component-e5e949a5.js → Component-28836153.js} +2 -2
  841. package/list/Component.js +1 -1
  842. package/list/components/item/Component.js +1 -1
  843. package/list/components/item/index.css +9 -9
  844. package/list/components/item/index.d.ts +1 -1
  845. package/list/components/item/index.js +1 -1
  846. package/list/esm/{Component-8211ab08.js → Component-9206b574.js} +2 -2
  847. package/list/esm/Component.js +1 -1
  848. package/list/esm/components/item/Component.js +1 -1
  849. package/list/esm/components/item/index.css +9 -9
  850. package/list/esm/components/item/index.d.ts +1 -1
  851. package/list/esm/components/item/index.js +1 -1
  852. package/list/esm/index.css +5 -5
  853. package/list/esm/index.js +1 -1
  854. package/list/index.css +5 -5
  855. package/list/index.js +1 -1
  856. package/list/modern/{Component-8c300525.js → Component-843766d8.js} +2 -2
  857. package/list/modern/Component.js +1 -1
  858. package/list/modern/components/item/Component.js +1 -1
  859. package/list/modern/components/item/index.css +9 -9
  860. package/list/modern/components/item/index.d.ts +1 -1
  861. package/list/modern/components/item/index.js +1 -1
  862. package/list/modern/index.css +5 -5
  863. package/list/modern/index.js +1 -1
  864. package/list-header/Component.js +1 -1
  865. package/list-header/esm/Component.js +1 -1
  866. package/list-header/esm/index.css +3 -3
  867. package/list-header/index.css +3 -3
  868. package/list-header/modern/Component.js +1 -1
  869. package/list-header/modern/index.css +3 -3
  870. package/loader/Component.js +1 -1
  871. package/loader/esm/Component.js +1 -1
  872. package/loader/esm/index.css +7 -7
  873. package/loader/index.css +7 -7
  874. package/loader/modern/Component.js +1 -1
  875. package/loader/modern/index.css +7 -7
  876. package/markdown/Component.desktop.js +1 -1
  877. package/markdown/Component.js +1 -1
  878. package/markdown/Component.mobile.js +1 -1
  879. package/markdown/Component.responsive.js +1 -1
  880. package/markdown/desktop.js +1 -1
  881. package/markdown/esm/Component.desktop.js +1 -1
  882. package/markdown/esm/Component.js +1 -1
  883. package/markdown/esm/Component.mobile.js +1 -1
  884. package/markdown/esm/Component.responsive.js +1 -1
  885. package/markdown/esm/desktop.js +1 -1
  886. package/markdown/esm/hooks/use-overrides.js +1 -1
  887. package/markdown/esm/index.css +15 -15
  888. package/markdown/esm/index.js +1 -1
  889. package/markdown/esm/mobile.js +1 -1
  890. package/markdown/esm/{use-overrides-6e68a6cf.js → use-overrides-0b3ac680.js} +1 -1
  891. package/markdown/hooks/use-overrides.js +1 -1
  892. package/markdown/index.css +15 -15
  893. package/markdown/index.js +1 -1
  894. package/markdown/mobile.js +1 -1
  895. package/markdown/modern/Component.desktop.js +1 -1
  896. package/markdown/modern/Component.js +1 -1
  897. package/markdown/modern/Component.mobile.js +1 -1
  898. package/markdown/modern/Component.responsive.js +1 -1
  899. package/markdown/modern/desktop.js +1 -1
  900. package/markdown/modern/hooks/use-overrides.js +1 -1
  901. package/markdown/modern/index.css +15 -15
  902. package/markdown/modern/index.js +1 -1
  903. package/markdown/modern/mobile.js +1 -1
  904. package/markdown/modern/{use-overrides-aa347747.js → use-overrides-5e7e9568.js} +1 -1
  905. package/markdown/{use-overrides-060de549.js → use-overrides-e79c5354.js} +1 -1
  906. package/masked-input/Component.js +1 -1
  907. package/masked-input/esm/Component.js +1 -1
  908. package/masked-input/esm/index.css +2 -2
  909. package/masked-input/index.css +2 -2
  910. package/masked-input/modern/Component.js +1 -1
  911. package/masked-input/modern/index.css +2 -2
  912. package/modal/Component.js +3 -3
  913. package/modal/components/content/Component.js +3 -3
  914. package/modal/components/content/desktop.css +7 -7
  915. package/modal/components/content/index.css +4 -4
  916. package/modal/components/content/mobile.css +3 -3
  917. package/modal/components/footer/Component.js +4 -4
  918. package/modal/components/footer/desktop.css +9 -9
  919. package/modal/components/footer/index.css +4 -4
  920. package/modal/components/footer/layout.css +29 -29
  921. package/modal/components/footer/mobile.css +3 -3
  922. package/modal/components/header/Component.js +3 -3
  923. package/modal/components/header/desktop.css +15 -15
  924. package/modal/components/header/index.css +4 -4
  925. package/modal/components/header/mobile.css +4 -4
  926. package/modal/desktop.css +9 -9
  927. package/modal/esm/Component.js +3 -3
  928. package/modal/esm/components/content/Component.js +3 -3
  929. package/modal/esm/components/content/desktop.css +7 -7
  930. package/modal/esm/components/content/index.css +4 -4
  931. package/modal/esm/components/content/mobile.css +3 -3
  932. package/modal/esm/components/footer/Component.js +4 -4
  933. package/modal/esm/components/footer/desktop.css +9 -9
  934. package/modal/esm/components/footer/index.css +4 -4
  935. package/modal/esm/components/footer/layout.css +29 -29
  936. package/modal/esm/components/footer/mobile.css +3 -3
  937. package/modal/esm/components/header/Component.js +3 -3
  938. package/modal/esm/components/header/desktop.css +15 -15
  939. package/modal/esm/components/header/index.css +4 -4
  940. package/modal/esm/components/header/mobile.css +4 -4
  941. package/modal/esm/desktop.css +9 -9
  942. package/modal/esm/mobile.css +2 -2
  943. package/modal/esm/transitions.css +8 -8
  944. package/modal/mobile.css +2 -2
  945. package/modal/modern/Component.js +3 -3
  946. package/modal/modern/components/content/Component.js +3 -3
  947. package/modal/modern/components/content/desktop.css +7 -7
  948. package/modal/modern/components/content/index.css +4 -4
  949. package/modal/modern/components/content/mobile.css +3 -3
  950. package/modal/modern/components/footer/Component.js +4 -4
  951. package/modal/modern/components/footer/desktop.css +9 -9
  952. package/modal/modern/components/footer/index.css +4 -4
  953. package/modal/modern/components/footer/layout.css +29 -29
  954. package/modal/modern/components/footer/mobile.css +3 -3
  955. package/modal/modern/components/header/Component.js +3 -3
  956. package/modal/modern/components/header/desktop.css +15 -15
  957. package/modal/modern/components/header/index.css +4 -4
  958. package/modal/modern/components/header/mobile.css +4 -4
  959. package/modal/modern/desktop.css +9 -9
  960. package/modal/modern/mobile.css +2 -2
  961. package/modal/modern/transitions.css +8 -8
  962. package/modal/transitions.css +8 -8
  963. package/navigation-bar/Component.js +1 -1
  964. package/navigation-bar/components/back-arrow-addon/Component.js +1 -1
  965. package/navigation-bar/components/back-arrow-addon/index.css +12 -12
  966. package/navigation-bar/components/closer/Component.js +1 -1
  967. package/navigation-bar/components/closer/index.css +5 -5
  968. package/navigation-bar/esm/Component.js +1 -1
  969. package/navigation-bar/esm/components/back-arrow-addon/Component.js +1 -1
  970. package/navigation-bar/esm/components/back-arrow-addon/index.css +12 -12
  971. package/navigation-bar/esm/components/closer/Component.js +1 -1
  972. package/navigation-bar/esm/components/closer/index.css +5 -5
  973. package/navigation-bar/esm/index.css +27 -27
  974. package/navigation-bar/index.css +27 -27
  975. package/navigation-bar/modern/Component.js +1 -1
  976. package/navigation-bar/modern/components/back-arrow-addon/Component.js +1 -1
  977. package/navigation-bar/modern/components/back-arrow-addon/index.css +12 -12
  978. package/navigation-bar/modern/components/closer/Component.js +1 -1
  979. package/navigation-bar/modern/components/closer/index.css +5 -5
  980. package/navigation-bar/modern/index.css +27 -27
  981. package/notification/Component-9211a437.d.ts +7 -7
  982. package/notification/Component.js +1 -1
  983. package/notification/cssm/Component-9211a437.d.ts +7 -7
  984. package/notification/esm/Component-9211a437.d.ts +7 -7
  985. package/notification/esm/Component.js +1 -1
  986. package/notification/esm/index.css +8 -8
  987. package/notification/index.css +8 -8
  988. package/notification/modern/Component-9211a437.d.ts +7 -7
  989. package/notification/modern/Component.js +1 -1
  990. package/notification/modern/index.css +8 -8
  991. package/notification-manager/component.js +1 -1
  992. package/notification-manager/esm/component.js +1 -1
  993. package/notification-manager/esm/index.css +11 -11
  994. package/notification-manager/index.css +11 -11
  995. package/notification-manager/modern/component.js +1 -1
  996. package/notification-manager/modern/index.css +11 -11
  997. package/package.json +1 -1
  998. package/pagination/Component.js +1 -1
  999. package/pagination/components/default-view/index.css +1 -1
  1000. package/pagination/components/default-view/index.js +1 -1
  1001. package/pagination/components/per-page-view/index.css +1 -1
  1002. package/pagination/components/per-page-view/index.js +1 -1
  1003. package/pagination/components/tag/index.css +7 -7
  1004. package/pagination/components/tag/index.js +1 -1
  1005. package/pagination/esm/Component.js +1 -1
  1006. package/pagination/esm/components/default-view/index.css +1 -1
  1007. package/pagination/esm/components/default-view/index.js +1 -1
  1008. package/pagination/esm/components/per-page-view/index.css +1 -1
  1009. package/pagination/esm/components/per-page-view/index.js +1 -1
  1010. package/pagination/esm/components/tag/index.css +7 -7
  1011. package/pagination/esm/components/tag/index.js +1 -1
  1012. package/pagination/esm/index.css +3 -3
  1013. package/pagination/index.css +3 -3
  1014. package/pagination/modern/Component.js +1 -1
  1015. package/pagination/modern/components/default-view/index.css +1 -1
  1016. package/pagination/modern/components/default-view/index.js +1 -1
  1017. package/pagination/modern/components/per-page-view/index.css +1 -1
  1018. package/pagination/modern/components/per-page-view/index.js +1 -1
  1019. package/pagination/modern/components/tag/index.css +7 -7
  1020. package/pagination/modern/components/tag/index.js +1 -1
  1021. package/pagination/modern/index.css +3 -3
  1022. package/pass-code/Component.js +1 -1
  1023. package/pass-code/components/InputProgress/Component.js +2 -2
  1024. package/pass-code/components/InputProgress/index.css +5 -5
  1025. package/pass-code/components/InputProgress/transitions.css +8 -8
  1026. package/pass-code/components/KeyPad/Component.js +1 -1
  1027. package/pass-code/components/KeyPad/index.css +5 -5
  1028. package/pass-code/components/KeyPadButton/Component.js +1 -1
  1029. package/pass-code/components/KeyPadButton/index.css +13 -13
  1030. package/pass-code/esm/Component.js +1 -1
  1031. package/pass-code/esm/components/InputProgress/Component.js +2 -2
  1032. package/pass-code/esm/components/InputProgress/index.css +5 -5
  1033. package/pass-code/esm/components/InputProgress/transitions.css +8 -8
  1034. package/pass-code/esm/components/KeyPad/Component.js +1 -1
  1035. package/pass-code/esm/components/KeyPad/index.css +5 -5
  1036. package/pass-code/esm/components/KeyPadButton/Component.js +1 -1
  1037. package/pass-code/esm/components/KeyPadButton/index.css +13 -13
  1038. package/pass-code/esm/index.css +3 -3
  1039. package/pass-code/index.css +3 -3
  1040. package/pass-code/modern/Component.js +1 -1
  1041. package/pass-code/modern/components/InputProgress/Component.js +2 -2
  1042. package/pass-code/modern/components/InputProgress/index.css +5 -5
  1043. package/pass-code/modern/components/InputProgress/transitions.css +8 -8
  1044. package/pass-code/modern/components/KeyPad/Component.js +1 -1
  1045. package/pass-code/modern/components/KeyPad/index.css +5 -5
  1046. package/pass-code/modern/components/KeyPadButton/Component.js +1 -1
  1047. package/pass-code/modern/components/KeyPadButton/index.css +13 -13
  1048. package/pass-code/modern/index.css +3 -3
  1049. package/password-input/component.js +1 -1
  1050. package/password-input/esm/component.js +1 -1
  1051. package/password-input/esm/index.css +6 -6
  1052. package/password-input/index.css +6 -6
  1053. package/password-input/modern/component.js +1 -1
  1054. package/password-input/modern/index.css +6 -6
  1055. package/pattern-lock/Component.js +1 -1
  1056. package/pattern-lock/esm/Component.js +1 -1
  1057. package/pattern-lock/esm/index.css +10 -10
  1058. package/pattern-lock/index.css +10 -10
  1059. package/pattern-lock/modern/Component.js +1 -1
  1060. package/pattern-lock/modern/index.css +10 -10
  1061. package/picker-button/Component.desktop.js +1 -1
  1062. package/picker-button/cssm/field/Component.js +5 -3
  1063. package/picker-button/cssm/field/index.module.css +4 -1
  1064. package/picker-button/esm/Component.desktop.js +1 -1
  1065. package/picker-button/esm/field/Component.js +6 -4
  1066. package/picker-button/esm/field/index.css +9 -6
  1067. package/picker-button/esm/index.css +5 -5
  1068. package/picker-button/esm/option/Component.js +1 -1
  1069. package/picker-button/esm/option/index.css +4 -4
  1070. package/picker-button/field/Component.js +6 -4
  1071. package/picker-button/field/index.css +9 -6
  1072. package/picker-button/index.css +5 -5
  1073. package/picker-button/modern/Component.desktop.js +1 -1
  1074. package/picker-button/modern/field/Component.js +4 -2
  1075. package/picker-button/modern/field/index.css +9 -6
  1076. package/picker-button/modern/index.css +5 -5
  1077. package/picker-button/modern/option/Component.js +1 -1
  1078. package/picker-button/modern/option/index.css +4 -4
  1079. package/picker-button/option/Component.js +1 -1
  1080. package/picker-button/option/index.css +4 -4
  1081. package/plate/Component.desktop.js +1 -1
  1082. package/plate/Component.mobile.js +1 -1
  1083. package/plate/components/base-plate/Component.js +1 -1
  1084. package/plate/components/base-plate/index.css +49 -49
  1085. package/plate/desktop.css +4 -4
  1086. package/plate/esm/Component.desktop.js +1 -1
  1087. package/plate/esm/Component.mobile.js +1 -1
  1088. package/plate/esm/components/base-plate/Component.js +1 -1
  1089. package/plate/esm/components/base-plate/index.css +49 -49
  1090. package/plate/esm/desktop.css +4 -4
  1091. package/plate/esm/mobile.css +4 -4
  1092. package/plate/mobile.css +4 -4
  1093. package/plate/modern/Component.desktop.js +1 -1
  1094. package/plate/modern/Component.mobile.js +1 -1
  1095. package/plate/modern/components/base-plate/Component.js +1 -1
  1096. package/plate/modern/components/base-plate/index.css +49 -49
  1097. package/plate/modern/desktop.css +4 -4
  1098. package/plate/modern/mobile.css +4 -4
  1099. package/popover/Component.js +1 -1
  1100. package/popover/esm/Component.js +1 -1
  1101. package/popover/esm/index.css +33 -33
  1102. package/popover/index.css +33 -33
  1103. package/popover/modern/Component.js +1 -1
  1104. package/popover/modern/index.css +33 -33
  1105. package/popup-sheet/Component.js +1 -1
  1106. package/popup-sheet/components/backdrop/Component.js +1 -1
  1107. package/popup-sheet/components/backdrop/index.css +10 -10
  1108. package/popup-sheet/esm/Component.js +1 -1
  1109. package/popup-sheet/esm/components/backdrop/Component.js +1 -1
  1110. package/popup-sheet/esm/components/backdrop/index.css +10 -10
  1111. package/popup-sheet/esm/index.css +14 -14
  1112. package/popup-sheet/index.css +14 -14
  1113. package/popup-sheet/modern/Component.js +1 -1
  1114. package/popup-sheet/modern/components/backdrop/Component.js +1 -1
  1115. package/popup-sheet/modern/components/backdrop/index.css +10 -10
  1116. package/popup-sheet/modern/index.css +14 -14
  1117. package/progress-bar/Component.js +1 -1
  1118. package/progress-bar/esm/Component.js +1 -1
  1119. package/progress-bar/esm/index.css +12 -12
  1120. package/progress-bar/index.css +12 -12
  1121. package/progress-bar/modern/Component.js +1 -1
  1122. package/progress-bar/modern/index.css +12 -12
  1123. package/pure-cell/{component-b96676c0.js → component-e7adc9c0.js} +4 -4
  1124. package/pure-cell/component.js +1 -1
  1125. package/pure-cell/components/addon/component.js +1 -1
  1126. package/pure-cell/components/addon/index.css +10 -10
  1127. package/pure-cell/components/amount/component.js +1 -1
  1128. package/pure-cell/components/amount/index.css +2 -2
  1129. package/pure-cell/components/amount-title/component.js +1 -1
  1130. package/pure-cell/components/amount-title/index.css +3 -3
  1131. package/pure-cell/components/category/component.js +1 -1
  1132. package/pure-cell/components/category/index.css +5 -5
  1133. package/pure-cell/components/content/component.js +1 -1
  1134. package/pure-cell/components/content/index.css +3 -3
  1135. package/pure-cell/components/content/index.d.ts +1 -1
  1136. package/pure-cell/components/content/index.js +1 -1
  1137. package/pure-cell/components/footer/component.js +1 -1
  1138. package/pure-cell/components/footer/index.css +4 -4
  1139. package/pure-cell/components/footer-button/component.js +1 -1
  1140. package/pure-cell/components/footer-button/index.css +2 -2
  1141. package/pure-cell/components/graphics/component.js +1 -1
  1142. package/pure-cell/components/graphics/index.css +5 -5
  1143. package/pure-cell/components/main/component.js +1 -1
  1144. package/pure-cell/components/main/index.css +4 -4
  1145. package/pure-cell/components/main/index.d.ts +1 -1
  1146. package/pure-cell/components/main/index.js +1 -1
  1147. package/pure-cell/components/text/component.js +1 -1
  1148. package/pure-cell/components/text/index.css +7 -7
  1149. package/pure-cell/components/text/index.d.ts +1 -1
  1150. package/pure-cell/components/text/index.js +1 -1
  1151. package/pure-cell/esm/{component-4f6ca416.js → component-81a95e9c.js} +4 -4
  1152. package/pure-cell/esm/component.js +1 -1
  1153. package/pure-cell/esm/components/addon/component.js +1 -1
  1154. package/pure-cell/esm/components/addon/index.css +10 -10
  1155. package/pure-cell/esm/components/amount/component.js +1 -1
  1156. package/pure-cell/esm/components/amount/index.css +2 -2
  1157. package/pure-cell/esm/components/amount-title/component.js +1 -1
  1158. package/pure-cell/esm/components/amount-title/index.css +3 -3
  1159. package/pure-cell/esm/components/category/component.js +1 -1
  1160. package/pure-cell/esm/components/category/index.css +5 -5
  1161. package/pure-cell/esm/components/content/component.js +1 -1
  1162. package/pure-cell/esm/components/content/index.css +3 -3
  1163. package/pure-cell/esm/components/content/index.d.ts +1 -1
  1164. package/pure-cell/esm/components/content/index.js +1 -1
  1165. package/pure-cell/esm/components/footer/component.js +1 -1
  1166. package/pure-cell/esm/components/footer/index.css +4 -4
  1167. package/pure-cell/esm/components/footer-button/component.js +1 -1
  1168. package/pure-cell/esm/components/footer-button/index.css +2 -2
  1169. package/pure-cell/esm/components/graphics/component.js +1 -1
  1170. package/pure-cell/esm/components/graphics/index.css +5 -5
  1171. package/pure-cell/esm/components/main/component.js +1 -1
  1172. package/pure-cell/esm/components/main/index.css +4 -4
  1173. package/pure-cell/esm/components/main/index.d.ts +1 -1
  1174. package/pure-cell/esm/components/main/index.js +1 -1
  1175. package/pure-cell/esm/components/text/component.js +1 -1
  1176. package/pure-cell/esm/components/text/index.css +7 -7
  1177. package/pure-cell/esm/components/text/index.d.ts +1 -1
  1178. package/pure-cell/esm/components/text/index.js +1 -1
  1179. package/pure-cell/esm/index.css +21 -21
  1180. package/pure-cell/esm/index.js +1 -1
  1181. package/pure-cell/index.css +21 -21
  1182. package/pure-cell/index.js +1 -1
  1183. package/pure-cell/modern/{component-4312f00c.js → component-45378c89.js} +4 -4
  1184. package/pure-cell/modern/component.js +1 -1
  1185. package/pure-cell/modern/components/addon/component.js +1 -1
  1186. package/pure-cell/modern/components/addon/index.css +10 -10
  1187. package/pure-cell/modern/components/amount/component.js +1 -1
  1188. package/pure-cell/modern/components/amount/index.css +2 -2
  1189. package/pure-cell/modern/components/amount-title/component.js +1 -1
  1190. package/pure-cell/modern/components/amount-title/index.css +3 -3
  1191. package/pure-cell/modern/components/category/component.js +1 -1
  1192. package/pure-cell/modern/components/category/index.css +5 -5
  1193. package/pure-cell/modern/components/content/component.js +1 -1
  1194. package/pure-cell/modern/components/content/index.css +3 -3
  1195. package/pure-cell/modern/components/content/index.d.ts +1 -1
  1196. package/pure-cell/modern/components/content/index.js +1 -1
  1197. package/pure-cell/modern/components/footer/component.js +1 -1
  1198. package/pure-cell/modern/components/footer/index.css +4 -4
  1199. package/pure-cell/modern/components/footer-button/component.js +1 -1
  1200. package/pure-cell/modern/components/footer-button/index.css +2 -2
  1201. package/pure-cell/modern/components/graphics/component.js +1 -1
  1202. package/pure-cell/modern/components/graphics/index.css +5 -5
  1203. package/pure-cell/modern/components/main/component.js +1 -1
  1204. package/pure-cell/modern/components/main/index.css +4 -4
  1205. package/pure-cell/modern/components/main/index.d.ts +1 -1
  1206. package/pure-cell/modern/components/main/index.js +1 -1
  1207. package/pure-cell/modern/components/text/component.js +1 -1
  1208. package/pure-cell/modern/components/text/index.css +7 -7
  1209. package/pure-cell/modern/components/text/index.d.ts +1 -1
  1210. package/pure-cell/modern/components/text/index.js +1 -1
  1211. package/pure-cell/modern/index.css +21 -21
  1212. package/pure-cell/modern/index.js +1 -1
  1213. package/pure-input/Component.js +1 -1
  1214. package/pure-input/esm/Component.js +1 -1
  1215. package/pure-input/esm/index.css +22 -22
  1216. package/pure-input/index.css +22 -22
  1217. package/pure-input/modern/Component.js +1 -1
  1218. package/pure-input/modern/index.css +22 -22
  1219. package/radio/Component.js +1 -1
  1220. package/radio/esm/Component.js +1 -1
  1221. package/radio/esm/index.css +31 -31
  1222. package/radio/index.css +31 -31
  1223. package/radio/modern/Component.js +1 -1
  1224. package/radio/modern/index.css +31 -31
  1225. package/radio-group/Component.desktop.js +1 -1
  1226. package/radio-group/Component.mobile.js +1 -1
  1227. package/radio-group/components/base-radio-group/Component.js +1 -1
  1228. package/radio-group/components/base-radio-group/index.css +19 -19
  1229. package/radio-group/desktop.css +3 -3
  1230. package/radio-group/esm/Component.desktop.js +1 -1
  1231. package/radio-group/esm/Component.mobile.js +1 -1
  1232. package/radio-group/esm/components/base-radio-group/Component.js +1 -1
  1233. package/radio-group/esm/components/base-radio-group/index.css +19 -19
  1234. package/radio-group/esm/desktop.css +3 -3
  1235. package/radio-group/esm/mobile.css +3 -3
  1236. package/radio-group/mobile.css +3 -3
  1237. package/radio-group/modern/Component.desktop.js +1 -1
  1238. package/radio-group/modern/Component.mobile.js +1 -1
  1239. package/radio-group/modern/components/base-radio-group/Component.js +1 -1
  1240. package/radio-group/modern/components/base-radio-group/index.css +19 -19
  1241. package/radio-group/modern/desktop.css +3 -3
  1242. package/radio-group/modern/mobile.css +3 -3
  1243. package/scrollbar/Component.js +3 -3
  1244. package/scrollbar/default.css +2 -2
  1245. package/scrollbar/esm/Component.js +3 -3
  1246. package/scrollbar/esm/default.css +2 -2
  1247. package/scrollbar/esm/index.css +25 -25
  1248. package/scrollbar/esm/inverted.css +2 -2
  1249. package/scrollbar/index.css +25 -25
  1250. package/scrollbar/inverted.css +2 -2
  1251. package/scrollbar/modern/Component.js +3 -3
  1252. package/scrollbar/modern/default.css +2 -2
  1253. package/scrollbar/modern/index.css +25 -25
  1254. package/scrollbar/modern/inverted.css +2 -2
  1255. package/segmented-control/Component.js +1 -1
  1256. package/segmented-control/components/segment/Component.js +1 -1
  1257. package/segmented-control/components/segment/index.css +3 -3
  1258. package/segmented-control/esm/Component.js +1 -1
  1259. package/segmented-control/esm/components/segment/Component.js +1 -1
  1260. package/segmented-control/esm/components/segment/index.css +3 -3
  1261. package/segmented-control/esm/index.css +18 -18
  1262. package/segmented-control/index.css +18 -18
  1263. package/segmented-control/modern/Component.js +1 -1
  1264. package/segmented-control/modern/components/segment/Component.js +1 -1
  1265. package/segmented-control/modern/components/segment/index.css +3 -3
  1266. package/segmented-control/modern/index.css +18 -18
  1267. package/select/Component.mobile.js +1 -1
  1268. package/select/Component.modal.mobile.js +1 -1
  1269. package/select/Component.responsive.js +1 -1
  1270. package/select/components/arrow/Component.js +1 -1
  1271. package/select/components/arrow/index.css +3 -3
  1272. package/select/components/base-checkmark/Component.js +1 -1
  1273. package/select/components/base-checkmark/index.css +4 -4
  1274. package/select/components/base-option/Component.js +1 -1
  1275. package/select/components/base-option/index.css +13 -13
  1276. package/select/components/base-select/Component.js +1 -1
  1277. package/select/components/base-select/index.css +8 -8
  1278. package/select/components/base-select-mobile/Component.js +1 -1
  1279. package/select/components/base-select-mobile/footer/Component.js +1 -1
  1280. package/select/components/base-select-mobile/footer/index.css +5 -5
  1281. package/select/components/base-select-mobile/index.css +11 -11
  1282. package/select/components/checkmark/Component.js +1 -1
  1283. package/select/components/checkmark/index.css +10 -10
  1284. package/select/components/checkmark-mobile/Component.js +1 -1
  1285. package/select/components/checkmark-mobile/index.css +6 -6
  1286. package/select/components/field/Component.js +1 -1
  1287. package/select/components/field/index.css +12 -12
  1288. package/select/components/optgroup/Component.js +1 -1
  1289. package/select/components/optgroup/index.css +6 -6
  1290. package/select/components/option/Component.js +1 -1
  1291. package/select/components/option/index.css +20 -20
  1292. package/select/components/options-list/Component.js +1 -1
  1293. package/select/components/options-list/index.css +9 -9
  1294. package/select/components/virtual-options-list/Component.js +1 -1
  1295. package/select/components/virtual-options-list/index.css +15 -15
  1296. package/select/cssm/index-ebda875c.d.ts +0 -2
  1297. package/select/esm/Component.mobile.js +1 -1
  1298. package/select/esm/Component.modal.mobile.js +1 -1
  1299. package/select/esm/Component.responsive.js +1 -1
  1300. package/select/esm/components/arrow/Component.js +1 -1
  1301. package/select/esm/components/arrow/index.css +3 -3
  1302. package/select/esm/components/base-checkmark/Component.js +1 -1
  1303. package/select/esm/components/base-checkmark/index.css +4 -4
  1304. package/select/esm/components/base-option/Component.js +1 -1
  1305. package/select/esm/components/base-option/index.css +13 -13
  1306. package/select/esm/components/base-select/Component.js +1 -1
  1307. package/select/esm/components/base-select/index.css +8 -8
  1308. package/select/esm/components/base-select-mobile/Component.js +1 -1
  1309. package/select/esm/components/base-select-mobile/footer/Component.js +1 -1
  1310. package/select/esm/components/base-select-mobile/footer/index.css +5 -5
  1311. package/select/esm/components/base-select-mobile/index.css +11 -11
  1312. package/select/esm/components/checkmark/Component.js +1 -1
  1313. package/select/esm/components/checkmark/index.css +10 -10
  1314. package/select/esm/components/checkmark-mobile/Component.js +1 -1
  1315. package/select/esm/components/checkmark-mobile/index.css +6 -6
  1316. package/select/esm/components/field/Component.js +1 -1
  1317. package/select/esm/components/field/index.css +12 -12
  1318. package/select/esm/components/optgroup/Component.js +1 -1
  1319. package/select/esm/components/optgroup/index.css +6 -6
  1320. package/select/esm/components/option/Component.js +1 -1
  1321. package/select/esm/components/option/index.css +20 -20
  1322. package/select/esm/components/options-list/Component.js +1 -1
  1323. package/select/esm/components/options-list/index.css +9 -9
  1324. package/select/esm/components/virtual-options-list/Component.js +1 -1
  1325. package/select/esm/components/virtual-options-list/index.css +15 -15
  1326. package/select/esm/index-ebda875c.d.ts +0 -2
  1327. package/select/esm/index.js +1 -1
  1328. package/select/esm/mobile.js +1 -1
  1329. package/select/esm/presets/index.js +1 -1
  1330. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  1331. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  1332. package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  1333. package/select/esm/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  1334. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  1335. package/select/esm/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  1336. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1337. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  1338. package/select/esm/presets/useSelectWithLoading/hook.js +1 -1
  1339. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  1340. package/select/esm/shared.js +1 -1
  1341. package/select/index-ebda875c.d.ts +0 -2
  1342. package/select/index.js +1 -1
  1343. package/select/mobile.js +1 -1
  1344. package/select/modern/Component.mobile.js +1 -1
  1345. package/select/modern/Component.modal.mobile.js +1 -1
  1346. package/select/modern/Component.responsive.js +1 -1
  1347. package/select/modern/components/arrow/Component.js +1 -1
  1348. package/select/modern/components/arrow/index.css +3 -3
  1349. package/select/modern/components/base-checkmark/Component.js +1 -1
  1350. package/select/modern/components/base-checkmark/index.css +4 -4
  1351. package/select/modern/components/base-option/Component.js +1 -1
  1352. package/select/modern/components/base-option/index.css +13 -13
  1353. package/select/modern/components/base-select/Component.js +1 -1
  1354. package/select/modern/components/base-select/index.css +8 -8
  1355. package/select/modern/components/base-select-mobile/Component.js +1 -1
  1356. package/select/modern/components/base-select-mobile/footer/Component.js +1 -1
  1357. package/select/modern/components/base-select-mobile/footer/index.css +5 -5
  1358. package/select/modern/components/base-select-mobile/index.css +11 -11
  1359. package/select/modern/components/checkmark/Component.js +1 -1
  1360. package/select/modern/components/checkmark/index.css +10 -10
  1361. package/select/modern/components/checkmark-mobile/Component.js +1 -1
  1362. package/select/modern/components/checkmark-mobile/index.css +6 -6
  1363. package/select/modern/components/field/Component.js +1 -1
  1364. package/select/modern/components/field/index.css +12 -12
  1365. package/select/modern/components/optgroup/Component.js +1 -1
  1366. package/select/modern/components/optgroup/index.css +6 -6
  1367. package/select/modern/components/option/Component.js +1 -1
  1368. package/select/modern/components/option/index.css +20 -20
  1369. package/select/modern/components/options-list/Component.js +1 -1
  1370. package/select/modern/components/options-list/index.css +9 -9
  1371. package/select/modern/components/virtual-options-list/Component.js +1 -1
  1372. package/select/modern/components/virtual-options-list/index.css +15 -15
  1373. package/select/modern/index-ebda875c.d.ts +0 -2
  1374. package/select/modern/index.js +1 -1
  1375. package/select/modern/mobile.js +1 -1
  1376. package/select/modern/presets/index.js +1 -1
  1377. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  1378. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  1379. package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  1380. package/select/modern/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  1381. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  1382. package/select/modern/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  1383. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1384. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  1385. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  1386. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  1387. package/select/modern/shared.js +1 -1
  1388. package/select/presets/index.js +1 -1
  1389. package/select/presets/useSelectWithApply/hook.js +1 -1
  1390. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  1391. package/select/presets/useSelectWithApply/options-list-with-apply/footer/Component.js +1 -1
  1392. package/select/presets/useSelectWithApply/options-list-with-apply/footer/index.css +3 -3
  1393. package/select/presets/useSelectWithApply/options-list-with-apply/header/Component.js +1 -1
  1394. package/select/presets/useSelectWithApply/options-list-with-apply/header/index.css +3 -3
  1395. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1396. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  1397. package/select/presets/useSelectWithLoading/hook.js +1 -1
  1398. package/select/presets/useSelectWithLoading/index.css +2 -2
  1399. package/select/shared.js +1 -1
  1400. package/select-with-tags/components/tag/component.js +1 -1
  1401. package/select-with-tags/components/tag/index.css +11 -11
  1402. package/select-with-tags/components/tag-list/component.js +1 -1
  1403. package/select-with-tags/components/tag-list/index.css +31 -31
  1404. package/select-with-tags/esm/components/tag/component.js +1 -1
  1405. package/select-with-tags/esm/components/tag/index.css +11 -11
  1406. package/select-with-tags/esm/components/tag-list/component.js +1 -1
  1407. package/select-with-tags/esm/components/tag-list/index.css +31 -31
  1408. package/select-with-tags/modern/components/tag/component.js +1 -1
  1409. package/select-with-tags/modern/components/tag/index.css +11 -11
  1410. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  1411. package/select-with-tags/modern/components/tag-list/index.css +31 -31
  1412. package/side-panel/Component.desktop.js +2 -2
  1413. package/side-panel/Component.mobile.js +2 -2
  1414. package/side-panel/components/content/Component.desktop.js +1 -1
  1415. package/side-panel/components/content/Component.js +1 -1
  1416. package/side-panel/components/content/Component.mobile.js +1 -1
  1417. package/side-panel/components/content/desktop.css +3 -3
  1418. package/side-panel/components/content/index.css +4 -4
  1419. package/side-panel/components/content/mobile.css +3 -3
  1420. package/side-panel/components/footer/Component.desktop.js +1 -1
  1421. package/side-panel/components/footer/Component.js +2 -2
  1422. package/side-panel/components/footer/Component.mobile.js +1 -1
  1423. package/side-panel/components/footer/desktop.css +3 -3
  1424. package/side-panel/components/footer/index.css +4 -4
  1425. package/side-panel/components/footer/layout.css +25 -25
  1426. package/side-panel/components/footer/mobile.css +7 -7
  1427. package/side-panel/components/header/Component.js +3 -3
  1428. package/side-panel/components/header/desktop.css +5 -5
  1429. package/side-panel/components/header/index.css +14 -14
  1430. package/side-panel/components/header/mobile.css +4 -4
  1431. package/side-panel/desktop.css +3 -3
  1432. package/side-panel/esm/Component.desktop.js +2 -2
  1433. package/side-panel/esm/Component.mobile.js +2 -2
  1434. package/side-panel/esm/components/content/Component.desktop.js +1 -1
  1435. package/side-panel/esm/components/content/Component.js +1 -1
  1436. package/side-panel/esm/components/content/Component.mobile.js +1 -1
  1437. package/side-panel/esm/components/content/desktop.css +3 -3
  1438. package/side-panel/esm/components/content/index.css +4 -4
  1439. package/side-panel/esm/components/content/mobile.css +3 -3
  1440. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  1441. package/side-panel/esm/components/footer/Component.js +2 -2
  1442. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  1443. package/side-panel/esm/components/footer/desktop.css +3 -3
  1444. package/side-panel/esm/components/footer/index.css +4 -4
  1445. package/side-panel/esm/components/footer/layout.css +25 -25
  1446. package/side-panel/esm/components/footer/mobile.css +7 -7
  1447. package/side-panel/esm/components/header/Component.js +3 -3
  1448. package/side-panel/esm/components/header/desktop.css +5 -5
  1449. package/side-panel/esm/components/header/index.css +14 -14
  1450. package/side-panel/esm/components/header/mobile.css +4 -4
  1451. package/side-panel/esm/desktop.css +3 -3
  1452. package/side-panel/esm/mobile.css +3 -3
  1453. package/side-panel/esm/transitions.desktop.css +7 -7
  1454. package/side-panel/esm/transitions.mobile.css +8 -8
  1455. package/side-panel/mobile.css +3 -3
  1456. package/side-panel/modern/Component.desktop.js +2 -2
  1457. package/side-panel/modern/Component.mobile.js +2 -2
  1458. package/side-panel/modern/components/content/Component.desktop.js +1 -1
  1459. package/side-panel/modern/components/content/Component.js +1 -1
  1460. package/side-panel/modern/components/content/Component.mobile.js +1 -1
  1461. package/side-panel/modern/components/content/desktop.css +3 -3
  1462. package/side-panel/modern/components/content/index.css +4 -4
  1463. package/side-panel/modern/components/content/mobile.css +3 -3
  1464. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  1465. package/side-panel/modern/components/footer/Component.js +2 -2
  1466. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  1467. package/side-panel/modern/components/footer/desktop.css +3 -3
  1468. package/side-panel/modern/components/footer/index.css +4 -4
  1469. package/side-panel/modern/components/footer/layout.css +25 -25
  1470. package/side-panel/modern/components/footer/mobile.css +7 -7
  1471. package/side-panel/modern/components/header/Component.js +3 -3
  1472. package/side-panel/modern/components/header/desktop.css +5 -5
  1473. package/side-panel/modern/components/header/index.css +14 -14
  1474. package/side-panel/modern/components/header/mobile.css +4 -4
  1475. package/side-panel/modern/desktop.css +3 -3
  1476. package/side-panel/modern/mobile.css +3 -3
  1477. package/side-panel/modern/transitions.desktop.css +7 -7
  1478. package/side-panel/modern/transitions.mobile.css +8 -8
  1479. package/side-panel/transitions.desktop.css +7 -7
  1480. package/side-panel/transitions.mobile.css +8 -8
  1481. package/skeleton/Component.js +1 -1
  1482. package/skeleton/esm/Component.js +1 -1
  1483. package/skeleton/esm/index.css +10 -10
  1484. package/skeleton/index.css +10 -10
  1485. package/skeleton/modern/Component.js +1 -1
  1486. package/skeleton/modern/index.css +10 -10
  1487. package/slider/Component.js +1 -1
  1488. package/slider/esm/Component.js +1 -1
  1489. package/slider/esm/index.css +20 -20
  1490. package/slider/index.css +20 -20
  1491. package/slider/modern/Component.js +1 -1
  1492. package/slider/modern/index.css +20 -20
  1493. package/slider-input/Component.js +1 -1
  1494. package/slider-input/esm/Component.js +1 -1
  1495. package/slider-input/esm/index.css +27 -27
  1496. package/slider-input/index.css +27 -27
  1497. package/slider-input/modern/Component.js +1 -1
  1498. package/slider-input/modern/index.css +27 -27
  1499. package/sortable-list/Component.js +1 -1
  1500. package/sortable-list/components/item/Components.js +1 -1
  1501. package/sortable-list/components/item/index.css +26 -26
  1502. package/sortable-list/esm/Component.js +1 -1
  1503. package/sortable-list/esm/components/item/Components.js +1 -1
  1504. package/sortable-list/esm/components/item/index.css +26 -26
  1505. package/sortable-list/esm/index.css +31 -31
  1506. package/sortable-list/index.css +31 -31
  1507. package/sortable-list/modern/Component.js +1 -1
  1508. package/sortable-list/modern/components/item/Components.js +1 -1
  1509. package/sortable-list/modern/components/item/index.css +26 -26
  1510. package/sortable-list/modern/index.css +31 -31
  1511. package/space/Component.js +1 -1
  1512. package/space/esm/Component.js +1 -1
  1513. package/space/esm/index.css +8 -8
  1514. package/space/index.css +8 -8
  1515. package/space/modern/Component.js +1 -1
  1516. package/space/modern/index.css +8 -8
  1517. package/spinner/Component.js +3 -3
  1518. package/spinner/default.css +1 -1
  1519. package/spinner/esm/Component.js +3 -3
  1520. package/spinner/esm/default.css +1 -1
  1521. package/spinner/esm/index.css +7 -7
  1522. package/spinner/esm/inverted.css +1 -1
  1523. package/spinner/index.css +7 -7
  1524. package/spinner/inverted.css +1 -1
  1525. package/spinner/modern/Component.js +3 -3
  1526. package/spinner/modern/default.css +1 -1
  1527. package/spinner/modern/index.css +7 -7
  1528. package/spinner/modern/inverted.css +1 -1
  1529. package/status/Component.js +1 -1
  1530. package/status/esm/Component.js +1 -1
  1531. package/status/esm/index.css +17 -17
  1532. package/status/index.css +17 -17
  1533. package/status/modern/Component.js +1 -1
  1534. package/status/modern/index.css +17 -17
  1535. package/stepped-progress-bar/Component.js +3 -3
  1536. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  1537. package/stepped-progress-bar/components/step-bar/index.css +10 -10
  1538. package/stepped-progress-bar/default.css +2 -2
  1539. package/stepped-progress-bar/esm/Component.js +3 -3
  1540. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  1541. package/stepped-progress-bar/esm/components/step-bar/index.css +10 -10
  1542. package/stepped-progress-bar/esm/default.css +2 -2
  1543. package/stepped-progress-bar/esm/index.css +3 -3
  1544. package/stepped-progress-bar/esm/inverted.css +2 -2
  1545. package/stepped-progress-bar/index.css +3 -3
  1546. package/stepped-progress-bar/inverted.css +2 -2
  1547. package/stepped-progress-bar/modern/Component.js +3 -3
  1548. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  1549. package/stepped-progress-bar/modern/components/step-bar/index.css +10 -10
  1550. package/stepped-progress-bar/modern/default.css +2 -2
  1551. package/stepped-progress-bar/modern/index.css +3 -3
  1552. package/stepped-progress-bar/modern/inverted.css +2 -2
  1553. package/steps/Component.js +1 -1
  1554. package/steps/components/step/Component.js +1 -1
  1555. package/steps/components/step/index.css +25 -25
  1556. package/steps/components/step-indicator/Component.js +1 -1
  1557. package/steps/components/step-indicator/index.css +1 -1
  1558. package/steps/esm/Component.js +1 -1
  1559. package/steps/esm/components/step/Component.js +1 -1
  1560. package/steps/esm/components/step/index.css +25 -25
  1561. package/steps/esm/components/step-indicator/Component.js +1 -1
  1562. package/steps/esm/components/step-indicator/index.css +1 -1
  1563. package/steps/esm/index.css +2 -2
  1564. package/steps/index.css +2 -2
  1565. package/steps/modern/Component.js +1 -1
  1566. package/steps/modern/components/step/Component.js +1 -1
  1567. package/steps/modern/components/step/index.css +25 -25
  1568. package/steps/modern/components/step-indicator/Component.js +1 -1
  1569. package/steps/modern/components/step-indicator/index.css +1 -1
  1570. package/steps/modern/index.css +2 -2
  1571. package/switch/Component.js +1 -1
  1572. package/switch/esm/Component.js +1 -1
  1573. package/switch/esm/index.css +26 -26
  1574. package/switch/index.css +26 -26
  1575. package/switch/modern/Component.js +1 -1
  1576. package/switch/modern/index.css +26 -26
  1577. package/system-message/Component.js +1 -1
  1578. package/system-message/components/caption/Component.js +1 -1
  1579. package/system-message/components/caption/index.css +2 -2
  1580. package/system-message/components/controls/Component.js +1 -1
  1581. package/system-message/components/controls/index.css +11 -11
  1582. package/system-message/components/graphic/Component.js +1 -1
  1583. package/system-message/components/graphic/index.css +2 -2
  1584. package/system-message/components/subtitle/Component.js +1 -1
  1585. package/system-message/components/subtitle/index.css +2 -2
  1586. package/system-message/components/title/Component.js +3 -3
  1587. package/system-message/components/title/desktop.css +2 -2
  1588. package/system-message/components/title/index.css +2 -2
  1589. package/system-message/components/title/mobile.css +2 -2
  1590. package/system-message/esm/Component.js +1 -1
  1591. package/system-message/esm/components/caption/Component.js +1 -1
  1592. package/system-message/esm/components/caption/index.css +2 -2
  1593. package/system-message/esm/components/controls/Component.js +1 -1
  1594. package/system-message/esm/components/controls/index.css +11 -11
  1595. package/system-message/esm/components/graphic/Component.js +1 -1
  1596. package/system-message/esm/components/graphic/index.css +2 -2
  1597. package/system-message/esm/components/subtitle/Component.js +1 -1
  1598. package/system-message/esm/components/subtitle/index.css +2 -2
  1599. package/system-message/esm/components/title/Component.js +3 -3
  1600. package/system-message/esm/components/title/desktop.css +2 -2
  1601. package/system-message/esm/components/title/index.css +2 -2
  1602. package/system-message/esm/components/title/mobile.css +2 -2
  1603. package/system-message/esm/index.css +7 -7
  1604. package/system-message/index.css +7 -7
  1605. package/system-message/modern/Component.js +1 -1
  1606. package/system-message/modern/components/caption/Component.js +1 -1
  1607. package/system-message/modern/components/caption/index.css +2 -2
  1608. package/system-message/modern/components/controls/Component.js +1 -1
  1609. package/system-message/modern/components/controls/index.css +11 -11
  1610. package/system-message/modern/components/graphic/Component.js +1 -1
  1611. package/system-message/modern/components/graphic/index.css +2 -2
  1612. package/system-message/modern/components/subtitle/Component.js +1 -1
  1613. package/system-message/modern/components/subtitle/index.css +2 -2
  1614. package/system-message/modern/components/title/Component.js +3 -3
  1615. package/system-message/modern/components/title/desktop.css +2 -2
  1616. package/system-message/modern/components/title/index.css +2 -2
  1617. package/system-message/modern/components/title/mobile.css +2 -2
  1618. package/system-message/modern/index.css +7 -7
  1619. package/table/components/pagination/Component.js +1 -1
  1620. package/table/components/pagination/index.css +8 -8
  1621. package/table/components/pagination/select-field/index.css +4 -4
  1622. package/table/components/pagination/select-field/index.js +1 -1
  1623. package/table/components/table/Component.js +1 -1
  1624. package/table/components/table/index.css +7 -7
  1625. package/table/components/tbody/Component.js +1 -1
  1626. package/table/components/tbody/index.css +2 -2
  1627. package/table/components/tcell/Component.js +1 -1
  1628. package/table/components/tcell/index.css +6 -6
  1629. package/table/components/texpandable-row/Component.js +1 -1
  1630. package/table/components/texpandable-row/index.css +5 -5
  1631. package/table/components/thead/Component.js +1 -1
  1632. package/table/components/thead/index.css +6 -6
  1633. package/table/components/thead-cell/Component.js +1 -1
  1634. package/table/components/thead-cell/index.css +9 -9
  1635. package/table/components/trow/Component.js +1 -1
  1636. package/table/components/trow/index.css +8 -8
  1637. package/table/components/tsortable-head-cell/Component.js +1 -1
  1638. package/table/components/tsortable-head-cell/index.css +8 -8
  1639. package/table/esm/components/pagination/Component.js +1 -1
  1640. package/table/esm/components/pagination/index.css +8 -8
  1641. package/table/esm/components/pagination/select-field/index.css +4 -4
  1642. package/table/esm/components/pagination/select-field/index.js +1 -1
  1643. package/table/esm/components/table/Component.js +1 -1
  1644. package/table/esm/components/table/index.css +7 -7
  1645. package/table/esm/components/tbody/Component.js +1 -1
  1646. package/table/esm/components/tbody/index.css +2 -2
  1647. package/table/esm/components/tcell/Component.js +1 -1
  1648. package/table/esm/components/tcell/index.css +6 -6
  1649. package/table/esm/components/texpandable-row/Component.js +1 -1
  1650. package/table/esm/components/texpandable-row/index.css +5 -5
  1651. package/table/esm/components/thead/Component.js +1 -1
  1652. package/table/esm/components/thead/index.css +6 -6
  1653. package/table/esm/components/thead-cell/Component.js +1 -1
  1654. package/table/esm/components/thead-cell/index.css +9 -9
  1655. package/table/esm/components/trow/Component.js +1 -1
  1656. package/table/esm/components/trow/index.css +8 -8
  1657. package/table/esm/components/tsortable-head-cell/Component.js +1 -1
  1658. package/table/esm/components/tsortable-head-cell/index.css +8 -8
  1659. package/table/modern/components/pagination/Component.js +1 -1
  1660. package/table/modern/components/pagination/index.css +8 -8
  1661. package/table/modern/components/pagination/select-field/index.css +4 -4
  1662. package/table/modern/components/pagination/select-field/index.js +1 -1
  1663. package/table/modern/components/table/Component.js +1 -1
  1664. package/table/modern/components/table/index.css +7 -7
  1665. package/table/modern/components/tbody/Component.js +1 -1
  1666. package/table/modern/components/tbody/index.css +2 -2
  1667. package/table/modern/components/tcell/Component.js +1 -1
  1668. package/table/modern/components/tcell/index.css +6 -6
  1669. package/table/modern/components/texpandable-row/Component.js +1 -1
  1670. package/table/modern/components/texpandable-row/index.css +5 -5
  1671. package/table/modern/components/thead/Component.js +1 -1
  1672. package/table/modern/components/thead/index.css +6 -6
  1673. package/table/modern/components/thead-cell/Component.js +1 -1
  1674. package/table/modern/components/thead-cell/index.css +9 -9
  1675. package/table/modern/components/trow/Component.js +1 -1
  1676. package/table/modern/components/trow/index.css +8 -8
  1677. package/table/modern/components/tsortable-head-cell/Component.js +1 -1
  1678. package/table/modern/components/tsortable-head-cell/index.css +8 -8
  1679. package/tabs/collapsible.js +2 -2
  1680. package/tabs/components/primary-tablist/Component.collapsible.desktop.js +1 -1
  1681. package/tabs/components/primary-tablist/Component.collapsible.mobile.js +2 -2
  1682. package/tabs/components/primary-tablist/Component.collapsible.responsive.js +2 -2
  1683. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  1684. package/tabs/components/primary-tablist/Component.mobile.js +2 -2
  1685. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  1686. package/tabs/components/primary-tablist/index.css +29 -29
  1687. package/tabs/components/primary-tablist/mobile.css +32 -32
  1688. package/tabs/components/scrollable-container/Component.js +1 -1
  1689. package/tabs/components/scrollable-container/index.css +5 -5
  1690. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  1691. package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
  1692. package/tabs/components/secondary-tablist/Component.responsive.js +1 -1
  1693. package/tabs/components/secondary-tablist/index.css +11 -11
  1694. package/tabs/components/secondary-tablist/mobile.css +13 -13
  1695. package/tabs/components/tab/Component.js +1 -1
  1696. package/tabs/components/tab/index.css +3 -3
  1697. package/tabs/components/tabs/Component.collabsible.desktop.js +1 -1
  1698. package/tabs/components/tabs/Component.collapsible.mobile.js +2 -2
  1699. package/tabs/components/tabs/Component.collapsible.responsive.js +2 -2
  1700. package/tabs/components/tabs/Component.desktop.js +2 -2
  1701. package/tabs/components/tabs/Component.mobile.js +3 -3
  1702. package/tabs/components/tabs/Component.responsive.js +3 -3
  1703. package/tabs/desktop.js +2 -2
  1704. package/tabs/esm/collapsible.js +2 -2
  1705. package/tabs/esm/components/primary-tablist/Component.collapsible.desktop.js +1 -1
  1706. package/tabs/esm/components/primary-tablist/Component.collapsible.mobile.js +2 -2
  1707. package/tabs/esm/components/primary-tablist/Component.collapsible.responsive.js +2 -2
  1708. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  1709. package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -2
  1710. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  1711. package/tabs/esm/components/primary-tablist/index.css +29 -29
  1712. package/tabs/esm/components/primary-tablist/mobile.css +32 -32
  1713. package/tabs/esm/components/scrollable-container/Component.js +1 -1
  1714. package/tabs/esm/components/scrollable-container/index.css +5 -5
  1715. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  1716. package/tabs/esm/components/secondary-tablist/Component.mobile.js +2 -2
  1717. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  1718. package/tabs/esm/components/secondary-tablist/index.css +11 -11
  1719. package/tabs/esm/components/secondary-tablist/mobile.css +13 -13
  1720. package/tabs/esm/components/tab/Component.js +1 -1
  1721. package/tabs/esm/components/tab/index.css +3 -3
  1722. package/tabs/esm/components/tabs/Component.collabsible.desktop.js +1 -1
  1723. package/tabs/esm/components/tabs/Component.collapsible.mobile.js +2 -2
  1724. package/tabs/esm/components/tabs/Component.collapsible.responsive.js +2 -2
  1725. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  1726. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  1727. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  1728. package/tabs/esm/desktop.js +2 -2
  1729. package/tabs/esm/index.js +3 -3
  1730. package/tabs/esm/index.module-049f9ac4.js +4 -0
  1731. package/tabs/esm/index.module-14dc8ef8.js +4 -0
  1732. package/tabs/esm/mobile.js +3 -3
  1733. package/tabs/esm/mobile.module-1655f441.js +4 -0
  1734. package/tabs/index-ebda875c.d.ts +21 -86
  1735. package/tabs/index.js +3 -3
  1736. package/tabs/index.module-23f5d47d.js +4 -0
  1737. package/tabs/index.module-51a99123.js +4 -0
  1738. package/tabs/mobile.js +3 -3
  1739. package/tabs/mobile.module-2c14d5d3.js +4 -0
  1740. package/tabs/modern/collapsible.js +2 -2
  1741. package/tabs/modern/components/primary-tablist/Component.collapsible.desktop.js +1 -1
  1742. package/tabs/modern/components/primary-tablist/Component.collapsible.mobile.js +2 -2
  1743. package/tabs/modern/components/primary-tablist/Component.collapsible.responsive.js +2 -2
  1744. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  1745. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  1746. package/tabs/modern/components/primary-tablist/Component.responsive.js +2 -2
  1747. package/tabs/modern/components/primary-tablist/index.css +29 -29
  1748. package/tabs/modern/components/primary-tablist/mobile.css +32 -32
  1749. package/tabs/modern/components/scrollable-container/Component.js +1 -1
  1750. package/tabs/modern/components/scrollable-container/index.css +5 -5
  1751. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  1752. package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
  1753. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  1754. package/tabs/modern/components/secondary-tablist/index.css +11 -11
  1755. package/tabs/modern/components/secondary-tablist/mobile.css +13 -13
  1756. package/tabs/modern/components/tab/Component.js +1 -1
  1757. package/tabs/modern/components/tab/index.css +3 -3
  1758. package/tabs/modern/components/tabs/Component.collabsible.desktop.js +1 -1
  1759. package/tabs/modern/components/tabs/Component.collapsible.mobile.js +2 -2
  1760. package/tabs/modern/components/tabs/Component.collapsible.responsive.js +2 -2
  1761. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  1762. package/tabs/modern/components/tabs/Component.mobile.js +3 -3
  1763. package/tabs/modern/components/tabs/Component.responsive.js +3 -3
  1764. package/tabs/modern/desktop.js +2 -2
  1765. package/tabs/modern/index.js +3 -3
  1766. package/tabs/modern/index.module-809d9d38.js +4 -0
  1767. package/tabs/modern/index.module-e0adf3ca.js +4 -0
  1768. package/tabs/modern/mobile.js +3 -3
  1769. package/tabs/modern/mobile.module-0e6fb7d7.js +4 -0
  1770. package/tag/Component.desktop.js +3 -3
  1771. package/tag/Component.mobile.js +3 -3
  1772. package/tag/components/base-tag/Component.js +3 -3
  1773. package/tag/components/base-tag/default.css +8 -8
  1774. package/tag/components/base-tag/index.css +41 -41
  1775. package/tag/components/base-tag/inverted.css +8 -8
  1776. package/tag/default.desktop.css +8 -8
  1777. package/tag/default.mobile.css +8 -8
  1778. package/tag/desktop.css +6 -6
  1779. package/tag/esm/Component.desktop.js +3 -3
  1780. package/tag/esm/Component.mobile.js +3 -3
  1781. package/tag/esm/components/base-tag/Component.js +3 -3
  1782. package/tag/esm/components/base-tag/default.css +8 -8
  1783. package/tag/esm/components/base-tag/index.css +41 -41
  1784. package/tag/esm/components/base-tag/inverted.css +8 -8
  1785. package/tag/esm/default.desktop.css +8 -8
  1786. package/tag/esm/default.mobile.css +8 -8
  1787. package/tag/esm/desktop.css +6 -6
  1788. package/tag/esm/inverted.desktop.css +8 -8
  1789. package/tag/esm/inverted.mobile.css +8 -8
  1790. package/tag/esm/mobile.css +6 -6
  1791. package/tag/inverted.desktop.css +8 -8
  1792. package/tag/inverted.mobile.css +8 -8
  1793. package/tag/mobile.css +6 -6
  1794. package/tag/modern/Component.desktop.js +3 -3
  1795. package/tag/modern/Component.mobile.js +3 -3
  1796. package/tag/modern/components/base-tag/Component.js +3 -3
  1797. package/tag/modern/components/base-tag/default.css +8 -8
  1798. package/tag/modern/components/base-tag/index.css +41 -41
  1799. package/tag/modern/components/base-tag/inverted.css +8 -8
  1800. package/tag/modern/default.desktop.css +8 -8
  1801. package/tag/modern/default.mobile.css +8 -8
  1802. package/tag/modern/desktop.css +6 -6
  1803. package/tag/modern/inverted.desktop.css +8 -8
  1804. package/tag/modern/inverted.mobile.css +8 -8
  1805. package/tag/modern/mobile.css +6 -6
  1806. package/textarea/Component.js +3 -3
  1807. package/textarea/{PseudoTextArea-2c668994.js → PseudoTextArea-0064ff92.js} +1 -1
  1808. package/textarea/components/PseudoTextArea.js +1 -1
  1809. package/textarea/components/index.d.ts +1 -1
  1810. package/textarea/components/index.js +1 -1
  1811. package/textarea/default.css +18 -18
  1812. package/textarea/esm/Component.js +3 -3
  1813. package/textarea/esm/{PseudoTextArea-bc285695.js → PseudoTextArea-a2ca9d1a.js} +1 -1
  1814. package/textarea/esm/components/PseudoTextArea.js +1 -1
  1815. package/textarea/esm/components/index.d.ts +1 -1
  1816. package/textarea/esm/components/index.js +1 -1
  1817. package/textarea/esm/default.css +18 -18
  1818. package/textarea/esm/index.css +43 -43
  1819. package/textarea/esm/index.js +1 -1
  1820. package/textarea/esm/inverted.css +18 -18
  1821. package/textarea/index.css +43 -43
  1822. package/textarea/index.js +1 -1
  1823. package/textarea/inverted.css +18 -18
  1824. package/textarea/modern/Component.js +3 -3
  1825. package/textarea/modern/PseudoTextArea-4b5902f6.js +12 -0
  1826. package/textarea/modern/components/PseudoTextArea.js +1 -1
  1827. package/textarea/modern/components/index.d.ts +1 -1
  1828. package/textarea/modern/components/index.js +1 -1
  1829. package/textarea/modern/default.css +18 -18
  1830. package/textarea/modern/index.css +43 -43
  1831. package/textarea/modern/index.js +1 -1
  1832. package/textarea/modern/inverted.css +18 -18
  1833. package/themes/compiled/mobile-dark-bluetint.css +282 -326
  1834. package/themes/dist/compiled/mobile-dark-bluetint.css +1209 -1205
  1835. package/themes/dist/package.json +1 -1
  1836. package/toast/Component-9211a437.d.ts +7 -7
  1837. package/toast/Component.responsive.d.ts +1 -1
  1838. package/toast/components/base-toast/component.d.ts +1 -1
  1839. package/toast/components/base-toast/component.js +1 -1
  1840. package/toast/components/base-toast/index.css +10 -10
  1841. package/toast/cssm/Component-9211a437.d.ts +7 -7
  1842. package/toast/esm/Component-9211a437.d.ts +7 -7
  1843. package/toast/esm/components/base-toast/component.js +1 -1
  1844. package/toast/esm/components/base-toast/index.css +10 -10
  1845. package/toast/index-7ca84eff.d.ts +3 -3
  1846. package/toast/modern/Component-9211a437.d.ts +7 -7
  1847. package/toast/modern/components/base-toast/component.js +1 -1
  1848. package/toast/modern/components/base-toast/index.css +10 -10
  1849. package/toast-plate/Component.desktop.js +1 -1
  1850. package/toast-plate/Component.mobile.js +1 -1
  1851. package/toast-plate/components/base-toast-plate/component.js +3 -3
  1852. package/toast-plate/components/base-toast-plate/default.css +3 -3
  1853. package/toast-plate/components/base-toast-plate/index.css +19 -19
  1854. package/toast-plate/components/base-toast-plate/inverted.css +3 -3
  1855. package/toast-plate/desktop.css +5 -5
  1856. package/toast-plate/esm/Component.desktop.js +1 -1
  1857. package/toast-plate/esm/Component.mobile.js +1 -1
  1858. package/toast-plate/esm/components/base-toast-plate/component.js +3 -3
  1859. package/toast-plate/esm/components/base-toast-plate/default.css +3 -3
  1860. package/toast-plate/esm/components/base-toast-plate/index.css +19 -19
  1861. package/toast-plate/esm/components/base-toast-plate/inverted.css +3 -3
  1862. package/toast-plate/esm/desktop.css +5 -5
  1863. package/toast-plate/esm/mobile.css +5 -5
  1864. package/toast-plate/mobile.css +5 -5
  1865. package/toast-plate/modern/Component.desktop.js +1 -1
  1866. package/toast-plate/modern/Component.mobile.js +1 -1
  1867. package/toast-plate/modern/components/base-toast-plate/component.js +3 -3
  1868. package/toast-plate/modern/components/base-toast-plate/default.css +3 -3
  1869. package/toast-plate/modern/components/base-toast-plate/index.css +19 -19
  1870. package/toast-plate/modern/components/base-toast-plate/inverted.css +3 -3
  1871. package/toast-plate/modern/desktop.css +5 -5
  1872. package/toast-plate/modern/mobile.css +5 -5
  1873. package/tooltip/Component.desktop.js +3 -3
  1874. package/tooltip/Component.mobile.js +1 -1
  1875. package/tooltip/default.css +5 -5
  1876. package/tooltip/esm/Component.desktop.js +3 -3
  1877. package/tooltip/esm/Component.mobile.js +1 -1
  1878. package/tooltip/esm/default.css +5 -5
  1879. package/tooltip/esm/index.css +7 -7
  1880. package/tooltip/esm/inverted.css +5 -5
  1881. package/tooltip/esm/mobile.css +3 -3
  1882. package/tooltip/index.css +7 -7
  1883. package/tooltip/inverted.css +5 -5
  1884. package/tooltip/mobile.css +3 -3
  1885. package/tooltip/modern/Component.desktop.js +3 -3
  1886. package/tooltip/modern/Component.mobile.js +1 -1
  1887. package/tooltip/modern/default.css +5 -5
  1888. package/tooltip/modern/index.css +7 -7
  1889. package/tooltip/modern/inverted.css +5 -5
  1890. package/tooltip/modern/mobile.css +3 -3
  1891. package/typography/colors.css +19 -19
  1892. package/typography/colors.module-2926b960.js +4 -0
  1893. package/typography/common.module-2c295264.js +4 -0
  1894. package/typography/component.js +2 -2
  1895. package/typography/esm/colors.css +19 -19
  1896. package/typography/esm/colors.module-4ca9a0d4.js +4 -0
  1897. package/typography/esm/common.module-aef46784.js +4 -0
  1898. package/typography/esm/component.js +2 -2
  1899. package/typography/esm/index.js +2 -2
  1900. package/typography/esm/text/component.js +2 -2
  1901. package/typography/esm/text/index.css +17 -17
  1902. package/typography/esm/text/index.js +1 -1
  1903. package/typography/esm/title/common.css +4 -4
  1904. package/typography/esm/title/component.js +1 -1
  1905. package/typography/esm/title/index.css +18 -18
  1906. package/typography/esm/title/index.js +3 -3
  1907. package/typography/esm/title-mobile/component.js +3 -3
  1908. package/typography/esm/title-mobile/index.css +10 -10
  1909. package/typography/esm/title-mobile/index.js +2 -2
  1910. package/typography/esm/title-responsive/component.js +3 -3
  1911. package/typography/esm/title-responsive/index.css +30 -30
  1912. package/typography/esm/title-responsive/index.js +2 -2
  1913. package/typography/index.js +2 -2
  1914. package/typography/modern/colors.css +19 -19
  1915. package/typography/modern/colors.module-da1886e6.js +4 -0
  1916. package/typography/modern/common.module-9679f432.js +4 -0
  1917. package/typography/modern/component.js +2 -2
  1918. package/typography/modern/index.js +2 -2
  1919. package/typography/modern/text/component.js +2 -2
  1920. package/typography/modern/text/index.css +17 -17
  1921. package/typography/modern/text/index.js +1 -1
  1922. package/typography/modern/title/common.css +4 -4
  1923. package/typography/modern/title/component.js +1 -1
  1924. package/typography/modern/title/index.css +18 -18
  1925. package/typography/modern/title/index.js +3 -3
  1926. package/typography/modern/title-mobile/component.js +3 -3
  1927. package/typography/modern/title-mobile/index.css +10 -10
  1928. package/typography/modern/title-mobile/index.js +2 -2
  1929. package/typography/modern/title-responsive/component.js +3 -3
  1930. package/typography/modern/title-responsive/index.css +30 -30
  1931. package/typography/modern/title-responsive/index.js +2 -2
  1932. package/typography/text/component.js +2 -2
  1933. package/typography/text/index.css +17 -17
  1934. package/typography/text/index.js +1 -1
  1935. package/typography/title/common.css +4 -4
  1936. package/typography/title/component.js +1 -1
  1937. package/typography/title/index.css +18 -18
  1938. package/typography/title/index.js +3 -3
  1939. package/typography/title-mobile/component.js +3 -3
  1940. package/typography/title-mobile/index.css +10 -10
  1941. package/typography/title-mobile/index.js +2 -2
  1942. package/typography/title-responsive/component.js +3 -3
  1943. package/typography/title-responsive/index.css +30 -30
  1944. package/typography/title-responsive/index.js +2 -2
  1945. package/underlay/Component.js +1 -1
  1946. package/underlay/esm/Component.js +1 -1
  1947. package/underlay/esm/index.css +161 -161
  1948. package/underlay/esm/index.js +1 -1
  1949. package/underlay/esm/index.module-f847ea6d.js +4 -0
  1950. package/underlay/esm/utils/getBorderCorners.js +1 -1
  1951. package/underlay/esm/utils/getClasses.js +1 -1
  1952. package/underlay/index.css +161 -161
  1953. package/underlay/index.js +1 -1
  1954. package/underlay/index.module-b9df119b.js +4 -0
  1955. package/underlay/modern/Component.js +1 -1
  1956. package/underlay/modern/index.css +161 -161
  1957. package/underlay/modern/index.js +1 -1
  1958. package/underlay/modern/index.module-d1babb9b.js +4 -0
  1959. package/underlay/modern/utils/getBorderCorners.js +1 -1
  1960. package/underlay/modern/utils/getClasses.js +1 -1
  1961. package/underlay/utils/getBorderCorners.js +1 -1
  1962. package/underlay/utils/getClasses.js +1 -1
  1963. package/with-suffix/Component.js +2 -2
  1964. package/with-suffix/cssm/Component.js +1 -1
  1965. package/with-suffix/esm/Component.js +2 -2
  1966. package/with-suffix/esm/index.css +9 -9
  1967. package/with-suffix/index.css +9 -9
  1968. package/with-suffix/modern/Component.js +2 -2
  1969. package/with-suffix/modern/index.css +9 -9
  1970. package/calendar/Component.desktop-ebda875c.d.ts +0 -6
  1971. package/calendar-range/esm/index.module-46b1abbe.js +0 -4
  1972. package/calendar-range/index.module-2681dffc.js +0 -4
  1973. package/calendar-range/modern/index.module-95129248.js +0 -4
  1974. package/grid/esm/gutters.module-e9493a6d.js +0 -4
  1975. package/grid/gutters.module-9b4923dc.js +0 -4
  1976. package/grid/modern/gutters.module-be81e76f.js +0 -4
  1977. package/intl-phone-input/desktop-2e2b2125.d.ts +0 -2
  1978. package/intl-phone-input/hook-c44170fe.d.ts +0 -48
  1979. package/tabs/esm/index.module-07ef4b36.js +0 -4
  1980. package/tabs/esm/index.module-a9e566cd.js +0 -4
  1981. package/tabs/esm/mobile.module-a482a7ab.js +0 -4
  1982. package/tabs/index.module-5dc2b717.js +0 -4
  1983. package/tabs/index.module-d50828f5.js +0 -4
  1984. package/tabs/mobile.module-39c6dc63.js +0 -4
  1985. package/tabs/modern/index.module-2e9ff693.js +0 -4
  1986. package/tabs/modern/index.module-79e3dc27.js +0 -4
  1987. package/tabs/modern/mobile.module-ba3f5e47.js +0 -4
  1988. package/textarea/modern/PseudoTextArea-a6815ec2.js +0 -12
  1989. package/typography/colors.module-dbdc9109.js +0 -4
  1990. package/typography/common.module-bae0232d.js +0 -4
  1991. package/typography/esm/colors.module-01dfe343.js +0 -4
  1992. package/typography/esm/common.module-07c67f3c.js +0 -4
  1993. package/typography/modern/colors.module-7a83690f.js +0 -4
  1994. package/typography/modern/common.module-2fe1f831.js +0 -4
  1995. package/underlay/esm/index.module-3fd286ed.js +0 -4
  1996. package/underlay/index.module-04dc6d40.js +0 -4
  1997. package/underlay/modern/index.module-99109021.js +0 -4
  1998. /package/confirmation/{countdown-section-b212c5b4.d.ts → countdown-section-9a6d1d6b.d.ts} +0 -0
  1999. /package/confirmation/esm/{countdown-section-83d922ef.d.ts → countdown-section-281fb6b0.d.ts} +0 -0
  2000. /package/confirmation/modern/{countdown-section-ea7af879.d.ts → countdown-section-baf81c17.d.ts} +0 -0
  2001. /package/gallery/{buttons-a2be6d97.d.ts → buttons-a5ebe5df.d.ts} +0 -0
  2002. /package/gallery/esm/{buttons-83f36b01.d.ts → buttons-6964bdef.d.ts} +0 -0
  2003. /package/gallery/esm/{slide-a481ee16.d.ts → slide-4c914b1d.d.ts} +0 -0
  2004. /package/gallery/modern/{buttons-fa6480fa.d.ts → buttons-7389842e.d.ts} +0 -0
  2005. /package/gallery/modern/{slide-ef1f690b.d.ts → slide-236ccf15.d.ts} +0 -0
  2006. /package/gallery/{slide-610e04e2.d.ts → slide-1e59abc7.d.ts} +0 -0
  2007. /package/intl-phone-input/{Component.desktop-ed17077e.d.ts → Component.desktop-4cd3936b.d.ts} +0 -0
  2008. /package/intl-phone-input/{Component.desktop-63dec22f.d.ts → Component.desktop-5e1b8383.d.ts} +0 -0
  2009. /package/list/{Component-e5e949a5.d.ts → Component-28836153.d.ts} +0 -0
  2010. /package/list/esm/{Component-8211ab08.d.ts → Component-9206b574.d.ts} +0 -0
  2011. /package/list/modern/{Component-8c300525.d.ts → Component-843766d8.d.ts} +0 -0
  2012. /package/markdown/esm/{use-overrides-6e68a6cf.d.ts → use-overrides-0b3ac680.d.ts} +0 -0
  2013. /package/markdown/modern/{use-overrides-aa347747.d.ts → use-overrides-5e7e9568.d.ts} +0 -0
  2014. /package/markdown/{use-overrides-060de549.d.ts → use-overrides-e79c5354.d.ts} +0 -0
  2015. /package/pure-cell/{component-b96676c0.d.ts → component-e7adc9c0.d.ts} +0 -0
  2016. /package/pure-cell/esm/{component-4f6ca416.d.ts → component-81a95e9c.d.ts} +0 -0
  2017. /package/pure-cell/modern/{component-4312f00c.d.ts → component-45378c89.d.ts} +0 -0
  2018. /package/select/esm/{hook-cb30fc23.d.ts → hook-0fd92266.d.ts} +0 -0
  2019. /package/select/esm/{hook-cb30fc23.js → hook-0fd92266.js} +0 -0
  2020. /package/select/{hook-3e654f56.d.ts → hook-c3ee8e85.d.ts} +0 -0
  2021. /package/select/{hook-3e654f56.js → hook-c3ee8e85.js} +0 -0
  2022. /package/select/modern/{hook-467b4d42.d.ts → hook-607b8786.d.ts} +0 -0
  2023. /package/select/modern/{hook-467b4d42.js → hook-607b8786.js} +0 -0
  2024. /package/textarea/{PseudoTextArea-2c668994.d.ts → PseudoTextArea-0064ff92.d.ts} +0 -0
  2025. /package/textarea/esm/{PseudoTextArea-bc285695.d.ts → PseudoTextArea-a2ca9d1a.d.ts} +0 -0
  2026. /package/textarea/modern/{PseudoTextArea-a6815ec2.d.ts → PseudoTextArea-4b5902f6.d.ts} +0 -0
@@ -17,7 +17,7 @@ import { Typography } from '../../typography/esm';
17
17
  import '../../amount/esm';
18
18
  import '../../button/esm';
19
19
 
20
- var styles$3 = {"component":"pure-cell__component_9h4sa","horizontal":"pure-cell__horizontal_9h4sa"};
20
+ var styles$3 = {"component":"pure-cell__component_1dpln","horizontal":"pure-cell__horizontal_1dpln"};
21
21
  require('./components/content/index.css');
22
22
 
23
23
  var Content = function (_a) {
@@ -27,7 +27,7 @@ var Content = function (_a) {
27
27
  return (React.createElement("section", { className: cn(styles$3.component, (_b = {}, _b[styles$3.horizontal] = direction === 'horizontal', _b)), "data-test-id": getDataTestId(dataTestId, 'content') }, children));
28
28
  };
29
29
 
30
- var styles$2 = {"component":"pure-cell__component_64fzd","vertical":"pure-cell__vertical_64fzd","reverse":"pure-cell__reverse_64fzd"};
30
+ var styles$2 = {"component":"pure-cell__component_1vdr7","vertical":"pure-cell__vertical_1vdr7","reverse":"pure-cell__reverse_1vdr7"};
31
31
  require('./components/main/index.css');
32
32
 
33
33
  var Main = function (_a) {
@@ -39,7 +39,7 @@ var Main = function (_a) {
39
39
  _b), className), "data-test-id": getDataTestId(dataTestId, 'main') }, children));
40
40
  };
41
41
 
42
- var styles$1 = {"horizontal":"pure-cell__horizontal_1y1lk","rowLimit1":"pure-cell__rowLimit1_1y1lk","rowLimit2":"pure-cell__rowLimit2_1y1lk","component":"pure-cell__component_1y1lk","vertical":"pure-cell__vertical_1y1lk","title":"pure-cell__title_1y1lk","value":"pure-cell__value_1y1lk"};
42
+ var styles$1 = {"horizontal":"pure-cell__horizontal_1cm27","rowLimit1":"pure-cell__rowLimit1_1cm27","rowLimit2":"pure-cell__rowLimit2_1cm27","component":"pure-cell__component_1cm27","vertical":"pure-cell__vertical_1cm27","title":"pure-cell__title_1cm27","value":"pure-cell__value_1cm27"};
43
43
  require('./components/text/index.css');
44
44
 
45
45
  var Text = function (_a) {
@@ -56,7 +56,7 @@ var Text = function (_a) {
56
56
  React.createElement(Typography.Text, { view: view, tag: 'div', color: valueColor, className: className, "data-test-id": getDataTestId(dataTestId, 'text_value') }, value)))));
57
57
  };
58
58
 
59
- var styles = {"component":"pure-cell__component_1tjx3","horizontal":"pure-cell__horizontal_1tjx3","vertical":"pure-cell__vertical_1tjx3","button":"pure-cell__button_1tjx3","link":"pure-cell__link_1tjx3","none":"pure-cell__none_1tjx3","airy":"pure-cell__airy_1tjx3","defaultPadding":"pure-cell__defaultPadding_1tjx3","compact":"pure-cell__compact_1tjx3","tiny":"pure-cell__tiny_1tjx3","left":"pure-cell__left_1tjx3","right":"pure-cell__right_1tjx3","both":"pure-cell__both_1tjx3","focused":"pure-cell__focused_1tjx3"};
59
+ var styles = {"component":"pure-cell__component_1c33m","horizontal":"pure-cell__horizontal_1c33m","vertical":"pure-cell__vertical_1c33m","button":"pure-cell__button_1c33m","link":"pure-cell__link_1c33m","none":"pure-cell__none_1c33m","airy":"pure-cell__airy_1c33m","defaultPadding":"pure-cell__defaultPadding_1c33m","compact":"pure-cell__compact_1c33m","tiny":"pure-cell__tiny_1c33m","left":"pure-cell__left_1c33m","right":"pure-cell__right_1c33m","both":"pure-cell__both_1c33m","focused":"pure-cell__focused_1c33m"};
60
60
  require('./index.css');
61
61
 
62
62
  // eslint-disable-next-line @typescript-eslint/no-redeclare
@@ -8,7 +8,7 @@ import './components/addon/component.js';
8
8
  import './components/amount/component.js';
9
9
  import './components/amount-title/component.js';
10
10
  import './components/category/component.js';
11
- export { P as PureCell, a as PureCellContext } from './component-4f6ca416.js';
11
+ export { P as PureCell, a as PureCellContext } from './component-81a95e9c.js';
12
12
  import './components/footer/component.js';
13
13
  import './components/footer-button/component.js';
14
14
  import '../../shared/esm';
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { getDataTestId } from '../../../../shared/esm';
4
4
 
5
- var styles = {"component":"pure-cell__component_bmwsy","none":"pure-cell__none_bmwsy","default":"pure-cell__default_bmwsy","addonPadding":"pure-cell__addonPadding_bmwsy","auto":"pure-cell__auto_bmwsy","top":"pure-cell__top_bmwsy","center":"pure-cell__center_bmwsy","bottom":"pure-cell__bottom_bmwsy"};
5
+ var styles = {"component":"pure-cell__component_1lwgi","none":"pure-cell__none_1lwgi","default":"pure-cell__default_1lwgi","addonPadding":"pure-cell__addonPadding_1lwgi","auto":"pure-cell__auto_1lwgi","top":"pure-cell__top_1lwgi","center":"pure-cell__center_1lwgi","bottom":"pure-cell__bottom_1lwgi"};
6
6
  require('./index.css');
7
7
 
8
8
  var Addon = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1wmq1 */
1
+ /* hash: 1kcel */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -15,24 +15,24 @@
15
15
  --gap-m: 16px;
16
16
  } :root {
17
17
  } :root {
18
- } .pure-cell__component_bmwsy {
18
+ } .pure-cell__component_1lwgi {
19
19
  display: flex;
20
20
  flex-direction: column;
21
21
  align-items: flex-end
22
- } .pure-cell__component_bmwsy > * {
22
+ } .pure-cell__component_1lwgi > * {
23
23
  justify-content: flex-end;
24
- } .pure-cell__component_bmwsy.pure-cell__none_bmwsy {
24
+ } .pure-cell__component_1lwgi.pure-cell__none_1lwgi {
25
25
  padding-left: 0;
26
- } .pure-cell__component_bmwsy.pure-cell__default_bmwsy {
26
+ } .pure-cell__component_1lwgi.pure-cell__default_1lwgi {
27
27
  padding-left: var(--gap-m);
28
- } .pure-cell__component_bmwsy.pure-cell__addonPadding_bmwsy {
28
+ } .pure-cell__component_1lwgi.pure-cell__addonPadding_1lwgi {
29
29
  padding-left: var(--gap-m);
30
- } .pure-cell__component_bmwsy.pure-cell__auto_bmwsy {
30
+ } .pure-cell__component_1lwgi.pure-cell__auto_1lwgi {
31
31
  align-self: auto;
32
- } .pure-cell__component_bmwsy.pure-cell__top_bmwsy {
32
+ } .pure-cell__component_1lwgi.pure-cell__top_1lwgi {
33
33
  align-self: flex-start;
34
- } .pure-cell__component_bmwsy.pure-cell__center_bmwsy {
34
+ } .pure-cell__component_1lwgi.pure-cell__center_1lwgi {
35
35
  align-self: center;
36
- } .pure-cell__component_bmwsy.pure-cell__bottom_bmwsy {
36
+ } .pure-cell__component_1lwgi.pure-cell__bottom_1lwgi {
37
37
  align-self: flex-end;
38
38
  }
@@ -5,7 +5,7 @@ import { Amount as Amount$1 } from '../../../../amount/esm';
5
5
  import { getDataTestId } from '../../../../shared/esm';
6
6
  import { Typography } from '../../../../typography/esm';
7
7
 
8
- var styles = {"component":"pure-cell__component_qctmr"};
8
+ var styles = {"component":"pure-cell__component_104mg"};
9
9
  require('./index.css');
10
10
 
11
11
  var Amount = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: kz7hz */
1
+ /* hash: 2ocvu */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -15,7 +15,7 @@
15
15
  --gap-3xs: 2px;
16
16
  } :root {
17
17
  } :root {
18
- } .pure-cell__component_qctmr {
18
+ } .pure-cell__component_104mg {
19
19
  padding: var(--gap-3xs) 0;
20
20
  display: flex;
21
21
  }
@@ -5,7 +5,7 @@ import { Amount } from '../../../../amount/esm';
5
5
  import { getDataTestId } from '../../../../shared/esm';
6
6
  import { Typography } from '../../../../typography/esm';
7
7
 
8
- var styles = {"component":"pure-cell__component_60wve","weight":"pure-cell__weight_60wve"};
8
+ var styles = {"component":"pure-cell__component_1jmhj","weight":"pure-cell__weight_1jmhj"};
9
9
  require('./index.css');
10
10
 
11
11
  var AmountTitle = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 4c4xd */
1
+ /* hash: yg89e */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -14,8 +14,8 @@
14
14
  } :root {
15
15
  } :root {
16
16
  } :root {
17
- } .pure-cell__component_60wve {
17
+ } .pure-cell__component_1jmhj {
18
18
  display: flex;
19
- } .pure-cell__weight_60wve {
19
+ } .pure-cell__weight_1jmhj {
20
20
  font-weight: inherit;
21
21
  }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import { getDataTestId } from '../../../../shared/esm';
3
3
  import { Typography } from '../../../../typography/esm';
4
4
 
5
- var styles = {"component":"pure-cell__component_vivzp","categoryName":"pure-cell__categoryName_vivzp","categoryPercent":"pure-cell__categoryPercent_vivzp","rightAddon":"pure-cell__rightAddon_vivzp"};
5
+ var styles = {"component":"pure-cell__component_15aot","categoryName":"pure-cell__categoryName_15aot","categoryPercent":"pure-cell__categoryPercent_15aot","rightAddon":"pure-cell__rightAddon_15aot"};
6
6
  require('./index.css');
7
7
 
8
8
  var Category = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1gonf */
1
+ /* hash: ydssy */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-secondary: #f3f4f5; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -19,21 +19,21 @@
19
19
  --gap-xs: 8px;
20
20
  } :root {
21
21
  } :root {
22
- } .pure-cell__component_vivzp {
22
+ } .pure-cell__component_15aot {
23
23
  display: flex;
24
24
  overflow: hidden;
25
25
  padding: var(--gap-3xs) 0;
26
- } .pure-cell__categoryName_vivzp {
26
+ } .pure-cell__categoryName_15aot {
27
27
  display: -webkit-box;
28
28
  -webkit-line-clamp: 1;
29
29
  -webkit-box-orient: vertical;
30
30
  overflow: hidden;
31
31
  word-break: break-all;
32
- } .pure-cell__categoryPercent_vivzp {
32
+ } .pure-cell__categoryPercent_15aot {
33
33
  padding: 0 var(--gap-xs);
34
34
  background-color: var(--color-light-bg-secondary);
35
35
  border-radius: var(--border-radius-xl);
36
36
  margin-left: var(--gap-2xs);
37
- } .pure-cell__rightAddon_vivzp {
37
+ } .pure-cell__rightAddon_15aot {
38
38
  margin-left: var(--gap-2xs);
39
39
  }
@@ -1,7 +1,7 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
3
  import '../../../../shared/esm';
4
- export { C as Content } from '../../component-4f6ca416.js';
4
+ export { C as Content } from '../../component-81a95e9c.js';
5
5
  import 'tslib';
6
6
  import 'react-merge-refs';
7
7
  import '../../../../comment/esm';
@@ -1,4 +1,4 @@
1
- /* hash: gk8to */
1
+ /* hash: yv3ft */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -14,11 +14,11 @@
14
14
  } :root {
15
15
  } :root {
16
16
  } :root {
17
- } .pure-cell__component_9h4sa {
17
+ } .pure-cell__component_1dpln {
18
18
  flex-basis: 100%;
19
19
  display: grid;
20
20
  grid-template-columns: 1fr auto
21
- } .pure-cell__component_9h4sa.pure-cell__horizontal_9h4sa {
21
+ } .pure-cell__component_1dpln.pure-cell__horizontal_1dpln {
22
22
  /* for button */
23
23
  align-self: stretch;
24
24
  }
@@ -1 +1 @@
1
- export * from "../../component-4f6ca416";
1
+ export * from "../../component-81a95e9c";
@@ -1,4 +1,4 @@
1
- export { C as Content } from '../../component-4f6ca416.js';
1
+ export { C as Content } from '../../component-81a95e9c.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import 'react-merge-refs';
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { getDataTestId } from '../../../../shared/esm';
4
4
 
5
- var styles = {"component":"pure-cell__component_1nbtx","none":"pure-cell__none_1nbtx","default":"pure-cell__default_1nbtx"};
5
+ var styles = {"component":"pure-cell__component_11wak","none":"pure-cell__none_11wak","default":"pure-cell__default_11wak"};
6
6
  require('./index.css');
7
7
 
8
8
  var Footer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: pasxk */
1
+ /* hash: 1jew9 */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -15,12 +15,12 @@
15
15
  --gap-xs: 8px;
16
16
  } :root {
17
17
  } :root {
18
- } .pure-cell__component_1nbtx {
18
+ } .pure-cell__component_11wak {
19
19
  grid-column: 1/3;
20
20
  display: grid;
21
21
  grid-row-gap: var(--gap-xs)
22
- } .pure-cell__component_1nbtx.pure-cell__none_1nbtx {
22
+ } .pure-cell__component_11wak.pure-cell__none_11wak {
23
23
  margin-top: 0;
24
- } .pure-cell__component_1nbtx.pure-cell__default_1nbtx {
24
+ } .pure-cell__component_11wak.pure-cell__default_11wak {
25
25
  margin-top: var(--gap-xs);
26
26
  }
@@ -3,7 +3,7 @@ import React from 'react';
3
3
  import { Button } from '../../../../button/esm';
4
4
  import { getDataTestId } from '../../../../shared/esm';
5
5
 
6
- var styles = {"component":"pure-cell__component_li8mo"};
6
+ var styles = {"component":"pure-cell__component_16xs0"};
7
7
  require('./index.css');
8
8
 
9
9
  var FooterButton = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1ebh5 */
1
+ /* hash: 119vi */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -14,6 +14,6 @@
14
14
  } :root {
15
15
  } :root {
16
16
  } :root {
17
- } .pure-cell__component_li8mo {
17
+ } .pure-cell__component_16xs0 {
18
18
  justify-self: start;
19
19
  }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { getDataTestId } from '../../../../shared/esm';
4
4
 
5
- var styles = {"component":"pure-cell__component_cd3tm","top":"pure-cell__top_cd3tm","center":"pure-cell__center_cd3tm","bottom":"pure-cell__bottom_cd3tm"};
5
+ var styles = {"component":"pure-cell__component_pgxmg","top":"pure-cell__top_pgxmg","center":"pure-cell__center_pgxmg","bottom":"pure-cell__bottom_pgxmg"};
6
6
  require('./index.css');
7
7
 
8
8
  var Graphics = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: qd9kq */
1
+ /* hash: 17wtz */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -14,13 +14,13 @@
14
14
  } :root {
15
15
  } :root {
16
16
  } :root {
17
- } .pure-cell__component_cd3tm {
17
+ } .pure-cell__component_pgxmg {
18
18
  display: inline-flex;
19
19
  flex-basis: auto;
20
- } .pure-cell__top_cd3tm {
20
+ } .pure-cell__top_pgxmg {
21
21
  align-self: flex-start;
22
- } .pure-cell__center_cd3tm {
22
+ } .pure-cell__center_pgxmg {
23
23
  align-self: center;
24
- } .pure-cell__bottom_cd3tm {
24
+ } .pure-cell__bottom_pgxmg {
25
25
  align-self: flex-end;
26
26
  }
@@ -1,7 +1,7 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
3
  import '../../../../shared/esm';
4
- export { M as Main } from '../../component-4f6ca416.js';
4
+ export { M as Main } from '../../component-81a95e9c.js';
5
5
  import 'tslib';
6
6
  import 'react-merge-refs';
7
7
  import '../../../../comment/esm';
@@ -1,4 +1,4 @@
1
- /* hash: ik9fg */
1
+ /* hash: 1hxlq */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -15,20 +15,20 @@
15
15
  --gap-3xs: 2px;
16
16
  } :root {
17
17
  } :root {
18
- } .pure-cell__component_64fzd {
18
+ } .pure-cell__component_1vdr7 {
19
19
  display: flex;
20
20
  flex-direction: column;
21
21
  align-self: center;
22
22
 
23
23
  /* can use /r/n */
24
24
  white-space: pre-line
25
- } .pure-cell__component_64fzd.pure-cell__vertical_64fzd {
25
+ } .pure-cell__component_1vdr7.pure-cell__vertical_1vdr7 {
26
26
  grid-row-gap: var(--gap-3xs);
27
27
  justify-content: center;
28
28
  align-items: center;
29
29
 
30
30
  /* for button */
31
31
  text-align: center;
32
- } .pure-cell__component_64fzd.pure-cell__reverse_64fzd {
32
+ } .pure-cell__component_1vdr7.pure-cell__reverse_1vdr7 {
33
33
  flex-direction: column-reverse;
34
34
  }
@@ -1 +1 @@
1
- export * from "../../component-4f6ca416";
1
+ export * from "../../component-81a95e9c";
@@ -1,4 +1,4 @@
1
- export { M as Main } from '../../component-4f6ca416.js';
1
+ export { M as Main } from '../../component-81a95e9c.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import 'react-merge-refs';
@@ -2,7 +2,7 @@ import 'react';
2
2
  import 'classnames';
3
3
  import '../../../../shared/esm';
4
4
  import '../../../../typography/esm';
5
- export { T as Text } from '../../component-4f6ca416.js';
5
+ export { T as Text } from '../../component-81a95e9c.js';
6
6
  import 'tslib';
7
7
  import 'react-merge-refs';
8
8
  import '../../../../comment/esm';
@@ -1,4 +1,4 @@
1
- /* hash: 10dse */
1
+ /* hash: 1uhvq */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -16,29 +16,29 @@
16
16
  --gap-m: 16px;
17
17
  } :root {
18
18
  } :root {
19
- } .pure-cell__horizontal_1y1lk {
19
+ } .pure-cell__horizontal_1cm27 {
20
20
  padding: var(--gap-3xs) 0;
21
- } .pure-cell__rowLimit1_1y1lk {
21
+ } .pure-cell__rowLimit1_1cm27 {
22
22
  -webkit-line-clamp: 1;
23
23
  display: -webkit-box;
24
24
  -webkit-box-orient: vertical;
25
25
  overflow: hidden;
26
26
  word-break: break-all;
27
- } .pure-cell__rowLimit2_1y1lk {
27
+ } .pure-cell__rowLimit2_1cm27 {
28
28
  -webkit-line-clamp: 2;
29
29
  display: -webkit-box;
30
30
  -webkit-box-orient: vertical;
31
31
  overflow: hidden;
32
- } .pure-cell__component_1y1lk {
32
+ } .pure-cell__component_1cm27 {
33
33
  display: flex;
34
34
  flex-direction: row;
35
35
  flex-wrap: nowrap;
36
36
  justify-content: space-between;
37
37
  margin: var(--gap-3xs) 0;
38
38
  word-break: break-word;
39
- } .pure-cell__component_1y1lk .pure-cell__vertical_1y1lk {
39
+ } .pure-cell__component_1cm27 .pure-cell__vertical_1cm27 {
40
40
  justify-content: center;
41
- } .pure-cell__title_1y1lk + .pure-cell__value_1y1lk {
41
+ } .pure-cell__title_1cm27 + .pure-cell__value_1cm27 {
42
42
  margin-left: var(--gap-m);
43
43
  flex-shrink: 0;
44
44
  }
@@ -1 +1 @@
1
- export * from "../../component-4f6ca416";
1
+ export * from "../../component-81a95e9c";
@@ -1,4 +1,4 @@
1
- export { T as Text } from '../../component-4f6ca416.js';
1
+ export { T as Text } from '../../component-81a95e9c.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import 'react-merge-refs';
@@ -1,4 +1,4 @@
1
- /* hash: n3qmg */
1
+ /* hash: atf72 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-border-link: #0072ef; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -20,21 +20,21 @@
20
20
  } :root {
21
21
  } :root {
22
22
  --focus-color: var(--color-light-border-link);
23
- } .pure-cell__component_1tjx3 {
23
+ } .pure-cell__component_1c33m {
24
24
  text-align: unset;
25
25
  box-sizing: border-box;
26
- } .pure-cell__horizontal_1tjx3 {
26
+ } .pure-cell__horizontal_1c33m {
27
27
  display: flex;
28
28
  width: 100%
29
- } .pure-cell__horizontal_1tjx3 > section:not(:last-child) {
29
+ } .pure-cell__horizontal_1c33m > section:not(:last-child) {
30
30
  margin-right: var(--gap-m);
31
- } .pure-cell__vertical_1tjx3 {
31
+ } .pure-cell__vertical_1c33m {
32
32
  display: flex;
33
33
  align-items: center;
34
34
  flex-direction: column
35
- } .pure-cell__vertical_1tjx3 > section:not(:last-child) {
35
+ } .pure-cell__vertical_1c33m > section:not(:last-child) {
36
36
  margin-bottom: var(--gap-s);
37
- } .pure-cell__button_1tjx3 {
37
+ } .pure-cell__button_1c33m {
38
38
  font-family: inherit;
39
39
  background: none;
40
40
  border: 0;
@@ -42,37 +42,37 @@
42
42
  cursor: pointer;
43
43
  transition: opacity 0.15s ease-in-out;
44
44
  padding: 0
45
- } .pure-cell__button_1tjx3:hover {
45
+ } .pure-cell__button_1c33m:hover {
46
46
  opacity: 0.8;
47
- } .pure-cell__button_1tjx3:active {
47
+ } .pure-cell__button_1c33m:active {
48
48
  opacity: 0.6;
49
- } .pure-cell__link_1tjx3 {
49
+ } .pure-cell__link_1c33m {
50
50
  text-decoration: none;
51
51
  color: inherit;
52
52
  cursor: pointer;
53
53
  transition: opacity 0.15s ease-in-out
54
- } .pure-cell__link_1tjx3:hover {
54
+ } .pure-cell__link_1c33m:hover {
55
55
  opacity: 0.8;
56
- } .pure-cell__link_1tjx3:active {
56
+ } .pure-cell__link_1c33m:active {
57
57
  opacity: 0.6;
58
- } .pure-cell__none_1tjx3 {
58
+ } .pure-cell__none_1c33m {
59
59
  padding: 0;
60
- } .pure-cell__airy_1tjx3 {
60
+ } .pure-cell__airy_1c33m {
61
61
  padding: var(--gap-m) 0;
62
- } .pure-cell__defaultPadding_1tjx3 {
62
+ } .pure-cell__defaultPadding_1c33m {
63
63
  padding: var(--gap-s) 0;
64
- } .pure-cell__compact_1tjx3 {
64
+ } .pure-cell__compact_1c33m {
65
65
  padding: var(--gap-xs) 0;
66
- } .pure-cell__tiny_1tjx3 {
66
+ } .pure-cell__tiny_1c33m {
67
67
  padding: var(--gap-2xs) 0;
68
- } .pure-cell__left_1tjx3 {
68
+ } .pure-cell__left_1c33m {
69
69
  padding-left: var(--gap-m);
70
- } .pure-cell__right_1tjx3 {
70
+ } .pure-cell__right_1c33m {
71
71
  padding-right: var(--gap-m);
72
- } .pure-cell__both_1tjx3 {
72
+ } .pure-cell__both_1c33m {
73
73
  padding-right: var(--gap-m);
74
74
  padding-left: var(--gap-m);
75
- } .pure-cell__focused_1tjx3 {
75
+ } .pure-cell__focused_1c33m {
76
76
  outline: 2px solid var(--focus-color);
77
77
  outline-offset: 2px;
78
78
  }
@@ -1,4 +1,4 @@
1
- export { P as PureCell } from './component-4f6ca416.js';
1
+ export { P as PureCell } from './component-81a95e9c.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import 'react-merge-refs';