@alfalab/core-components 27.7.0 → 27.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1736) hide show
  1. package/alert/Component.js +1 -1
  2. package/alert/cssm/index.module.css +685 -0
  3. package/alert/esm/Component.js +1 -1
  4. package/alert/esm/index.css +689 -4
  5. package/alert/index.css +689 -4
  6. package/alert/modern/Component.js +1 -1
  7. package/alert/modern/index.css +689 -4
  8. package/amount/component.js +1 -1
  9. package/amount/cssm/index.module.css +692 -0
  10. package/amount/esm/component.js +1 -1
  11. package/amount/esm/index.css +698 -6
  12. package/amount/esm/pure/component.js +1 -1
  13. package/amount/esm/pure/index.css +1 -1
  14. package/amount/index.css +698 -6
  15. package/amount/modern/component.js +1 -1
  16. package/amount/modern/index.css +698 -6
  17. package/amount/modern/pure/component.js +1 -1
  18. package/amount/modern/pure/index.css +1 -1
  19. package/amount/pure/component.js +1 -1
  20. package/amount/pure/index.css +1 -1
  21. package/amount-input/Component.js +3 -3
  22. package/amount-input/cssm/default.module.css +689 -0
  23. package/amount-input/cssm/index.module.css +692 -0
  24. package/amount-input/cssm/inverted.module.css +692 -0
  25. package/amount-input/default.css +690 -1
  26. package/amount-input/esm/Component.js +3 -3
  27. package/amount-input/esm/default.css +690 -1
  28. package/amount-input/esm/index.css +698 -6
  29. package/amount-input/esm/inverted.css +693 -1
  30. package/amount-input/index.css +698 -6
  31. package/amount-input/inverted.css +693 -1
  32. package/amount-input/modern/Component.js +3 -3
  33. package/amount-input/modern/default.css +690 -1
  34. package/amount-input/modern/index.css +698 -6
  35. package/amount-input/modern/inverted.css +693 -1
  36. package/attach/Component.js +1 -1
  37. package/attach/cssm/index.module.css +684 -1
  38. package/attach/esm/Component.js +1 -1
  39. package/attach/esm/index.css +710 -27
  40. package/attach/index.css +710 -27
  41. package/attach/modern/Component.js +1 -1
  42. package/attach/modern/index.css +710 -27
  43. package/backdrop/Component.js +1 -1
  44. package/backdrop/cssm/index.module.css +689 -0
  45. package/backdrop/cssm/vars.css +696 -0
  46. package/backdrop/esm/Component.js +1 -1
  47. package/backdrop/esm/index.css +700 -11
  48. package/backdrop/index.css +700 -11
  49. package/backdrop/modern/Component.js +1 -1
  50. package/backdrop/modern/index.css +700 -11
  51. package/badge/Component.js +1 -1
  52. package/badge/cssm/index.module.css +671 -0
  53. package/badge/esm/Component.js +1 -1
  54. package/badge/esm/index.css +709 -38
  55. package/badge/index.css +709 -38
  56. package/badge/modern/Component.js +1 -1
  57. package/badge/modern/index.css +709 -38
  58. package/bank-card/Component.js +1 -1
  59. package/bank-card/esm/Component.js +1 -1
  60. package/bank-card/esm/index.css +19 -19
  61. package/bank-card/index.css +19 -19
  62. package/bank-card/modern/Component.js +1 -1
  63. package/bank-card/modern/index.css +19 -19
  64. package/base-modal/Component.js +1 -1
  65. package/base-modal/cssm/index.module.css +689 -0
  66. package/base-modal/esm/Component.js +1 -1
  67. package/base-modal/esm/index.css +701 -12
  68. package/base-modal/index.css +701 -12
  69. package/base-modal/modern/Component.js +1 -1
  70. package/base-modal/modern/index.css +701 -12
  71. package/bottom-sheet/{component-79cc0f82.d.ts → component-69e79c88.d.ts} +13 -1
  72. package/bottom-sheet/{component-79cc0f82.js → component-69e79c88.js} +34 -30
  73. package/bottom-sheet/component.js +2 -2
  74. package/bottom-sheet/components/backer/Component.js +2 -2
  75. package/bottom-sheet/components/backer/index.css +3 -3
  76. package/bottom-sheet/components/closer/Component.js +2 -2
  77. package/bottom-sheet/components/closer/index.css +3 -3
  78. package/bottom-sheet/components/footer/Component.js +1 -1
  79. package/bottom-sheet/components/footer/index.css +689 -4
  80. package/bottom-sheet/components/header/Component.js +2 -2
  81. package/bottom-sheet/components/header/index.css +697 -17
  82. package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
  83. package/bottom-sheet/{esm/component-d0076513.d.ts → cssm/component-1a32e10b.d.ts} +13 -1
  84. package/bottom-sheet/cssm/{component-42c27971.js → component-1a32e10b.js} +31 -27
  85. package/bottom-sheet/cssm/component.js +1 -1
  86. package/bottom-sheet/cssm/components/footer/index.module.css +685 -0
  87. package/bottom-sheet/cssm/components/header/Component.js +1 -1
  88. package/bottom-sheet/cssm/components/header/index.module.css +682 -2
  89. package/bottom-sheet/cssm/index.d.ts +1 -1
  90. package/bottom-sheet/cssm/index.js +1 -1
  91. package/bottom-sheet/cssm/index.module.css +679 -0
  92. package/bottom-sheet/{cssm/component-42c27971.d.ts → esm/component-83588473.d.ts} +13 -1
  93. package/bottom-sheet/esm/{component-d0076513.js → component-83588473.js} +34 -30
  94. package/bottom-sheet/esm/component.js +2 -2
  95. package/bottom-sheet/esm/components/backer/Component.js +2 -2
  96. package/bottom-sheet/esm/components/backer/index.css +3 -3
  97. package/bottom-sheet/esm/components/closer/Component.js +2 -2
  98. package/bottom-sheet/esm/components/closer/index.css +3 -3
  99. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  100. package/bottom-sheet/esm/components/footer/index.css +689 -4
  101. package/bottom-sheet/esm/components/header/Component.js +2 -2
  102. package/bottom-sheet/esm/components/header/index.css +697 -17
  103. package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
  104. package/bottom-sheet/esm/index.css +695 -16
  105. package/bottom-sheet/esm/index.d.ts +1 -1
  106. package/bottom-sheet/esm/index.js +2 -2
  107. package/bottom-sheet/esm/{tslib.es6-0000c249.d.ts → tslib.es6-3c98b572.d.ts} +0 -0
  108. package/bottom-sheet/esm/{tslib.es6-0000c249.js → tslib.es6-3c98b572.js} +0 -0
  109. package/bottom-sheet/index.css +695 -16
  110. package/bottom-sheet/index.d.ts +1 -1
  111. package/bottom-sheet/index.js +2 -2
  112. package/bottom-sheet/modern/{component-6f1cc9e9.d.ts → component-22385132.d.ts} +13 -1
  113. package/bottom-sheet/modern/{component-6f1cc9e9.js → component-22385132.js} +31 -27
  114. package/bottom-sheet/modern/component.js +1 -1
  115. package/bottom-sheet/modern/components/backer/Component.js +1 -1
  116. package/bottom-sheet/modern/components/backer/index.css +3 -3
  117. package/bottom-sheet/modern/components/closer/Component.js +1 -1
  118. package/bottom-sheet/modern/components/closer/index.css +3 -3
  119. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  120. package/bottom-sheet/modern/components/footer/index.css +689 -4
  121. package/bottom-sheet/modern/components/header/Component.js +1 -1
  122. package/bottom-sheet/modern/components/header/index.css +697 -17
  123. package/bottom-sheet/modern/index.css +695 -16
  124. package/bottom-sheet/modern/index.d.ts +1 -1
  125. package/bottom-sheet/modern/index.js +1 -1
  126. package/bottom-sheet/{tslib.es6-5c74ee0c.d.ts → tslib.es6-f3270e16.d.ts} +0 -0
  127. package/bottom-sheet/{tslib.es6-5c74ee0c.js → tslib.es6-f3270e16.js} +0 -0
  128. package/button/Component.js +3 -3
  129. package/button/cssm/default.module.css +665 -0
  130. package/button/cssm/index.module.css +667 -0
  131. package/button/cssm/inverted.module.css +672 -0
  132. package/button/default.css +705 -40
  133. package/button/esm/Component.js +3 -3
  134. package/button/esm/default.css +705 -40
  135. package/button/esm/index.css +720 -53
  136. package/button/esm/inverted.css +712 -40
  137. package/button/index.css +720 -53
  138. package/button/inverted.css +712 -40
  139. package/button/modern/Component.js +3 -3
  140. package/button/modern/default.css +705 -40
  141. package/button/modern/index.css +720 -53
  142. package/button/modern/inverted.css +712 -40
  143. package/calendar/Component.js +2 -2
  144. package/calendar/components/days-table/Component.js +2 -2
  145. package/calendar/components/days-table/index.css +729 -51
  146. package/calendar/components/days-table/index.js +1 -1
  147. package/calendar/components/header/Component.js +1 -1
  148. package/calendar/components/header/index.css +714 -3
  149. package/calendar/components/month-year-header/Component.js +2 -2
  150. package/calendar/components/month-year-header/index.css +720 -10
  151. package/calendar/components/month-year-header/index.js +1 -1
  152. package/calendar/components/months-table/Component.js +2 -2
  153. package/calendar/components/months-table/index.css +719 -9
  154. package/calendar/components/months-table/index.js +1 -1
  155. package/calendar/components/period-slider/Component.js +1 -1
  156. package/calendar/components/period-slider/index.css +713 -10
  157. package/calendar/components/select-button/Component.js +2 -2
  158. package/calendar/components/select-button/index.css +710 -10
  159. package/calendar/components/select-button/index.js +1 -1
  160. package/calendar/components/years-table/Component.js +2 -2
  161. package/calendar/components/years-table/index.css +720 -10
  162. package/calendar/components/years-table/index.js +1 -1
  163. package/calendar/cssm/components/days-table/index.module.css +678 -0
  164. package/calendar/cssm/components/header/index.module.css +711 -0
  165. package/calendar/cssm/components/month-year-header/index.module.css +713 -0
  166. package/calendar/cssm/components/months-table/index.module.css +735 -0
  167. package/calendar/cssm/components/period-slider/index.module.css +703 -0
  168. package/calendar/cssm/components/select-button/index.module.css +736 -0
  169. package/calendar/cssm/components/years-table/index.module.css +736 -0
  170. package/calendar/cssm/index.module.css +709 -0
  171. package/calendar/cssm/vars.css +24 -0
  172. package/calendar/esm/Component.js +2 -2
  173. package/calendar/esm/components/days-table/Component.js +2 -2
  174. package/calendar/esm/components/days-table/index.css +729 -51
  175. package/calendar/esm/components/days-table/index.js +1 -1
  176. package/calendar/esm/components/header/Component.js +1 -1
  177. package/calendar/esm/components/header/index.css +714 -3
  178. package/calendar/esm/components/month-year-header/Component.js +2 -2
  179. package/calendar/esm/components/month-year-header/index.css +720 -10
  180. package/calendar/esm/components/month-year-header/index.js +1 -1
  181. package/calendar/esm/components/months-table/Component.js +2 -2
  182. package/calendar/esm/components/months-table/index.css +719 -9
  183. package/calendar/esm/components/months-table/index.js +1 -1
  184. package/calendar/esm/components/period-slider/Component.js +1 -1
  185. package/calendar/esm/components/period-slider/index.css +713 -10
  186. package/calendar/esm/components/select-button/Component.js +2 -2
  187. package/calendar/esm/components/select-button/index.css +710 -10
  188. package/calendar/esm/components/select-button/index.js +1 -1
  189. package/calendar/esm/components/years-table/Component.js +2 -2
  190. package/calendar/esm/components/years-table/index.css +720 -10
  191. package/calendar/esm/components/years-table/index.js +1 -1
  192. package/calendar/esm/index.css +720 -11
  193. package/calendar/esm/index.js +1 -1
  194. package/calendar/esm/{tslib.es6-039530fb.d.ts → tslib.es6-1d5fa605.d.ts} +0 -0
  195. package/calendar/esm/{tslib.es6-039530fb.js → tslib.es6-1d5fa605.js} +0 -0
  196. package/calendar/index.css +720 -11
  197. package/calendar/index.js +1 -1
  198. package/calendar/modern/Component.js +1 -1
  199. package/calendar/modern/components/days-table/Component.js +1 -1
  200. package/calendar/modern/components/days-table/index.css +729 -51
  201. package/calendar/modern/components/header/Component.js +1 -1
  202. package/calendar/modern/components/header/index.css +714 -3
  203. package/calendar/modern/components/month-year-header/Component.js +1 -1
  204. package/calendar/modern/components/month-year-header/index.css +720 -10
  205. package/calendar/modern/components/months-table/Component.js +1 -1
  206. package/calendar/modern/components/months-table/index.css +719 -9
  207. package/calendar/modern/components/period-slider/Component.js +1 -1
  208. package/calendar/modern/components/period-slider/index.css +713 -10
  209. package/calendar/modern/components/select-button/Component.js +1 -1
  210. package/calendar/modern/components/select-button/index.css +710 -10
  211. package/calendar/modern/components/years-table/Component.js +1 -1
  212. package/calendar/modern/components/years-table/index.css +720 -10
  213. package/calendar/modern/index.css +720 -11
  214. package/calendar/{tslib.es6-d4eb6069.d.ts → tslib.es6-5c55239b.d.ts} +0 -0
  215. package/calendar/{tslib.es6-d4eb6069.js → tslib.es6-5c55239b.js} +0 -0
  216. package/calendar-input/Component.d.ts +3 -3
  217. package/calendar-input/Component.js +1 -1
  218. package/calendar-input/cssm/index.module.css +707 -0
  219. package/calendar-input/cssm/stories.module.css +719 -0
  220. package/calendar-input/esm/Component.js +1 -1
  221. package/calendar-input/esm/index.css +717 -10
  222. package/calendar-input/index.css +717 -10
  223. package/calendar-input/modern/Component.js +1 -1
  224. package/calendar-input/modern/index.css +717 -10
  225. package/calendar-range/Component.js +1 -1
  226. package/calendar-range/cssm/views/index.module.css +709 -0
  227. package/calendar-range/esm/Component.js +1 -1
  228. package/calendar-range/esm/index.js +1 -1
  229. package/calendar-range/esm/{index.module-e826e4f2.d.ts → index.module-5a08cc8d.d.ts} +0 -0
  230. package/calendar-range/esm/{index.module-e826e4f2.js → index.module-5a08cc8d.js} +1 -1
  231. package/calendar-range/esm/views/index.css +717 -8
  232. package/calendar-range/esm/views/popover.js +1 -1
  233. package/calendar-range/esm/views/static.js +1 -1
  234. package/calendar-range/index.js +1 -1
  235. package/calendar-range/{index.module-cbd237fc.d.ts → index.module-60ddc26e.d.ts} +0 -0
  236. package/calendar-range/{index.module-cbd237fc.js → index.module-60ddc26e.js} +1 -1
  237. package/calendar-range/modern/Component.js +1 -1
  238. package/calendar-range/modern/index.js +1 -1
  239. package/calendar-range/modern/index.module-03884471.js +4 -0
  240. package/calendar-range/modern/views/index.css +717 -8
  241. package/calendar-range/modern/views/popover.js +1 -1
  242. package/calendar-range/modern/views/static.js +1 -1
  243. package/calendar-range/views/index.css +717 -8
  244. package/calendar-range/views/popover.js +1 -1
  245. package/calendar-range/views/static.js +1 -1
  246. package/calendar-with-skeleton/Component.js +1 -1
  247. package/calendar-with-skeleton/cssm/index.module.css +685 -0
  248. package/calendar-with-skeleton/esm/Component.js +1 -1
  249. package/calendar-with-skeleton/esm/index.css +697 -12
  250. package/calendar-with-skeleton/index.css +697 -12
  251. package/calendar-with-skeleton/modern/Component.js +1 -1
  252. package/calendar-with-skeleton/modern/index.css +697 -12
  253. package/card-image/Component.js +1 -1
  254. package/card-image/cssm/index.module.css +689 -0
  255. package/card-image/esm/Component.js +1 -1
  256. package/card-image/esm/index.css +696 -7
  257. package/card-image/index.css +696 -7
  258. package/card-image/modern/Component.js +1 -1
  259. package/card-image/modern/index.css +696 -7
  260. package/cdn-icon/Component.js +1 -1
  261. package/cdn-icon/cssm/index.module.css +692 -0
  262. package/cdn-icon/esm/Component.js +1 -1
  263. package/cdn-icon/esm/index.css +694 -2
  264. package/cdn-icon/index.css +694 -2
  265. package/cdn-icon/modern/Component.js +1 -1
  266. package/cdn-icon/modern/index.css +694 -2
  267. package/chart/Component.js +2 -2
  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 +696 -7
  271. package/chart/components/Legends/index.js +1 -1
  272. package/chart/components/Tick/index.css +691 -3
  273. package/chart/components/Tick/index.js +1 -1
  274. package/chart/components/TooltipContent/index.css +686 -6
  275. package/chart/components/TooltipContent/index.js +1 -1
  276. package/chart/cssm/components/Legends/index.module.css +689 -0
  277. package/chart/cssm/components/Tick/index.module.css +688 -0
  278. package/chart/cssm/components/TooltipContent/index.module.css +680 -0
  279. package/chart/cssm/index.module.css +689 -0
  280. package/chart/esm/Component.js +2 -2
  281. package/chart/esm/components/Dot/index.css +7 -7
  282. package/chart/esm/components/Dot/index.js +1 -1
  283. package/chart/esm/components/Legends/index.css +696 -7
  284. package/chart/esm/components/Legends/index.js +1 -1
  285. package/chart/esm/components/Tick/index.css +691 -3
  286. package/chart/esm/components/Tick/index.js +1 -1
  287. package/chart/esm/components/TooltipContent/index.css +686 -6
  288. package/chart/esm/components/TooltipContent/index.js +1 -1
  289. package/chart/esm/hooks/useSettings/index.js +1 -1
  290. package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
  291. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
  292. package/chart/esm/index.css +702 -2
  293. package/chart/esm/index.js +1 -1
  294. package/chart/esm/{tslib.es6-f0a55121.d.ts → tslib.es6-7ce7357a.d.ts} +0 -0
  295. package/chart/esm/{tslib.es6-f0a55121.js → tslib.es6-7ce7357a.js} +0 -0
  296. package/chart/hooks/useSettings/index.js +1 -1
  297. package/chart/hooks/useSettings/utils/setDatas.js +1 -1
  298. package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
  299. package/chart/index.css +702 -2
  300. package/chart/index.js +1 -1
  301. package/chart/modern/Component.js +1 -1
  302. package/chart/modern/components/Dot/index.css +7 -7
  303. package/chart/modern/components/Dot/index.js +1 -1
  304. package/chart/modern/components/Legends/index.css +696 -7
  305. package/chart/modern/components/Legends/index.js +1 -1
  306. package/chart/modern/components/Tick/index.css +691 -3
  307. package/chart/modern/components/Tick/index.js +1 -1
  308. package/chart/modern/components/TooltipContent/index.css +686 -6
  309. package/chart/modern/components/TooltipContent/index.js +1 -1
  310. package/chart/modern/index.css +702 -2
  311. package/chart/{tslib.es6-34014f04.d.ts → tslib.es6-2bfc4f02.d.ts} +0 -0
  312. package/chart/{tslib.es6-34014f04.js → tslib.es6-2bfc4f02.js} +0 -0
  313. package/checkbox/Component.js +1 -1
  314. package/checkbox/cssm/index.module.css +661 -0
  315. package/checkbox/esm/Component.js +1 -1
  316. package/checkbox/esm/index.css +697 -36
  317. package/checkbox/index.css +697 -36
  318. package/checkbox/modern/Component.js +1 -1
  319. package/checkbox/modern/index.css +697 -36
  320. package/checkbox-group/Component.js +1 -1
  321. package/checkbox-group/cssm/index.module.css +679 -0
  322. package/checkbox-group/esm/Component.js +1 -1
  323. package/checkbox-group/esm/index.css +695 -16
  324. package/checkbox-group/index.css +695 -16
  325. package/checkbox-group/modern/Component.js +1 -1
  326. package/checkbox-group/modern/index.css +695 -16
  327. package/circular-progress-bar/Component.js +1 -1
  328. package/circular-progress-bar/cssm/index.module.css +402 -0
  329. package/circular-progress-bar/esm/Component.js +1 -1
  330. package/circular-progress-bar/esm/index.css +422 -20
  331. package/circular-progress-bar/index.css +422 -20
  332. package/circular-progress-bar/modern/Component.js +1 -1
  333. package/circular-progress-bar/modern/index.css +422 -20
  334. package/code-input/component.js +1 -1
  335. package/code-input/components/input/component.js +1 -1
  336. package/code-input/components/input/index.css +686 -11
  337. package/code-input/cssm/components/input/index.module.css +675 -0
  338. package/code-input/cssm/index.module.css +686 -0
  339. package/code-input/cssm/vars.css +700 -0
  340. package/code-input/esm/component.js +1 -1
  341. package/code-input/esm/components/input/component.js +1 -1
  342. package/code-input/esm/components/input/index.css +686 -11
  343. package/code-input/esm/index.css +692 -6
  344. package/code-input/index.css +692 -6
  345. package/code-input/modern/component.js +1 -1
  346. package/code-input/modern/components/input/component.js +1 -1
  347. package/code-input/modern/components/input/index.css +686 -11
  348. package/code-input/modern/index.css +692 -6
  349. package/collapse/Component.js +1 -1
  350. package/collapse/cssm/index.module.css +688 -0
  351. package/collapse/esm/Component.js +1 -1
  352. package/collapse/esm/index.css +695 -7
  353. package/collapse/index.css +695 -7
  354. package/collapse/modern/Component.js +1 -1
  355. package/collapse/modern/index.css +695 -7
  356. package/confirmation/component.js +2 -2
  357. package/confirmation/components/countdown-loader/component.js +1 -1
  358. package/confirmation/components/countdown-loader/index.css +709 -2
  359. package/confirmation/components/index.js +1 -1
  360. package/confirmation/components/screens/fatal-error/component.js +1 -1
  361. package/confirmation/components/screens/fatal-error/index.css +690 -3
  362. package/confirmation/components/screens/hint/component.js +1 -1
  363. package/confirmation/components/screens/hint/index.css +699 -13
  364. package/confirmation/components/screens/index.js +1 -1
  365. package/confirmation/components/screens/initial/component.js +1 -1
  366. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  367. package/confirmation/components/screens/initial/index.css +706 -16
  368. package/confirmation/components/screens/initial/index.js +1 -1
  369. package/confirmation/components/screens/temp-block/component.js +1 -1
  370. package/confirmation/components/screens/temp-block/index.css +691 -5
  371. package/confirmation/{countdown-section-4c67ee24.d.ts → countdown-section-3f900708.d.ts} +0 -0
  372. package/confirmation/{countdown-section-4c67ee24.js → countdown-section-3f900708.js} +1 -1
  373. package/confirmation/cssm/components/countdown-loader/index.module.css +707 -0
  374. package/confirmation/cssm/components/screens/fatal-error/index.module.css +687 -0
  375. package/confirmation/cssm/components/screens/hint/index.module.css +686 -0
  376. package/confirmation/cssm/components/screens/initial/index.module.css +690 -0
  377. package/confirmation/cssm/components/screens/temp-block/index.module.css +686 -0
  378. package/confirmation/cssm/index.module.css +698 -0
  379. package/confirmation/cssm/vars.css +710 -0
  380. package/confirmation/esm/component.js +2 -2
  381. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  382. package/confirmation/esm/components/countdown-loader/index.css +709 -2
  383. package/confirmation/esm/components/index.js +1 -1
  384. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  385. package/confirmation/esm/components/screens/fatal-error/index.css +690 -3
  386. package/confirmation/esm/components/screens/hint/component.js +1 -1
  387. package/confirmation/esm/components/screens/hint/index.css +699 -13
  388. package/confirmation/esm/components/screens/index.js +1 -1
  389. package/confirmation/esm/components/screens/initial/component.js +1 -1
  390. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  391. package/confirmation/esm/components/screens/initial/index.css +706 -16
  392. package/confirmation/esm/components/screens/initial/index.js +1 -1
  393. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  394. package/confirmation/esm/components/screens/temp-block/index.css +691 -5
  395. package/confirmation/esm/{countdown-section-c0aab25b.d.ts → countdown-section-b8820bf3.d.ts} +0 -0
  396. package/confirmation/esm/{countdown-section-c0aab25b.js → countdown-section-b8820bf3.js} +1 -1
  397. package/confirmation/esm/index.css +701 -3
  398. package/confirmation/esm/index.js +1 -1
  399. package/confirmation/index.css +701 -3
  400. package/confirmation/index.js +1 -1
  401. package/confirmation/modern/component.js +2 -2
  402. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  403. package/confirmation/modern/components/countdown-loader/index.css +709 -2
  404. package/confirmation/modern/components/index.js +1 -1
  405. package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
  406. package/confirmation/modern/components/screens/fatal-error/index.css +690 -3
  407. package/confirmation/modern/components/screens/hint/component.js +1 -1
  408. package/confirmation/modern/components/screens/hint/index.css +699 -13
  409. package/confirmation/modern/components/screens/index.js +1 -1
  410. package/confirmation/modern/components/screens/initial/component.js +1 -1
  411. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  412. package/confirmation/modern/components/screens/initial/index.css +706 -16
  413. package/confirmation/modern/components/screens/initial/index.js +1 -1
  414. package/confirmation/modern/components/screens/temp-block/component.js +1 -1
  415. package/confirmation/modern/components/screens/temp-block/index.css +691 -5
  416. package/confirmation/modern/{countdown-section-b949d753.d.ts → countdown-section-5fe0557c.d.ts} +0 -0
  417. package/confirmation/modern/{countdown-section-b949d753.js → countdown-section-5fe0557c.js} +1 -1
  418. package/confirmation/modern/index.css +701 -3
  419. package/confirmation/modern/index.js +1 -1
  420. package/custom-button/Component.js +1 -1
  421. package/custom-button/cssm/index.module.css +688 -0
  422. package/custom-button/esm/Component.js +1 -1
  423. package/custom-button/esm/index.css +699 -11
  424. package/custom-button/index.css +699 -11
  425. package/custom-button/modern/Component.js +1 -1
  426. package/custom-button/modern/index.css +699 -11
  427. package/date-input/Component.js +1 -1
  428. package/date-input/cssm/index.module.css +692 -0
  429. package/date-input/esm/Component.js +1 -1
  430. package/date-input/esm/index.css +696 -4
  431. package/date-input/index.css +696 -4
  432. package/date-input/modern/Component.js +1 -1
  433. package/date-input/modern/index.css +696 -4
  434. package/divider/Component.js +1 -1
  435. package/divider/cssm/index.module.css +689 -0
  436. package/divider/esm/Component.js +1 -1
  437. package/divider/esm/index.css +690 -1
  438. package/divider/index.css +690 -1
  439. package/divider/modern/Component.js +1 -1
  440. package/divider/modern/index.css +690 -1
  441. package/drawer/Component.js +1 -1
  442. package/drawer/cssm/index.module.css +689 -0
  443. package/drawer/esm/Component.js +1 -1
  444. package/drawer/esm/index.css +706 -17
  445. package/drawer/index.css +706 -17
  446. package/drawer/modern/Component.js +1 -1
  447. package/drawer/modern/index.css +706 -17
  448. package/dropzone/Component.js +1 -1
  449. package/dropzone/components/overlay/Component.js +1 -1
  450. package/dropzone/components/overlay/index.css +685 -3
  451. package/dropzone/cssm/components/overlay/index.module.css +682 -0
  452. package/dropzone/cssm/index.module.css +682 -0
  453. package/dropzone/esm/Component.js +1 -1
  454. package/dropzone/esm/components/overlay/Component.js +1 -1
  455. package/dropzone/esm/components/overlay/index.css +685 -3
  456. package/dropzone/esm/index.css +688 -6
  457. package/dropzone/index.css +688 -6
  458. package/dropzone/modern/Component.js +1 -1
  459. package/dropzone/modern/components/overlay/Component.js +1 -1
  460. package/dropzone/modern/components/overlay/index.css +685 -3
  461. package/dropzone/modern/index.css +688 -6
  462. package/file-upload-item/Component.js +1 -1
  463. package/file-upload-item/cssm/index.module.css +677 -0
  464. package/file-upload-item/esm/Component.js +1 -1
  465. package/file-upload-item/esm/index.css +700 -23
  466. package/file-upload-item/index.css +700 -23
  467. package/file-upload-item/modern/Component.js +1 -1
  468. package/file-upload-item/modern/index.css +700 -23
  469. package/filter-tag/Component.js +1 -1
  470. package/filter-tag/cssm/index.module.css +682 -0
  471. package/filter-tag/esm/Component.js +1 -1
  472. package/filter-tag/esm/index.css +739 -57
  473. package/filter-tag/index.css +739 -57
  474. package/filter-tag/modern/Component.js +1 -1
  475. package/filter-tag/modern/index.css +739 -57
  476. package/form-control/Component.js +3 -3
  477. package/form-control/cssm/default.module.css +682 -0
  478. package/form-control/cssm/index.module.css +678 -0
  479. package/form-control/cssm/inverted.module.css +682 -0
  480. package/form-control/default.css +696 -14
  481. package/form-control/esm/Component.js +3 -3
  482. package/form-control/esm/default.css +696 -14
  483. package/form-control/esm/index.css +719 -41
  484. package/form-control/esm/inverted.css +696 -14
  485. package/form-control/index.css +719 -41
  486. package/form-control/inverted.css +696 -14
  487. package/form-control/modern/Component.js +3 -3
  488. package/form-control/modern/default.css +696 -14
  489. package/form-control/modern/index.css +719 -41
  490. package/form-control/modern/inverted.css +696 -14
  491. package/gallery/Component.js +3 -3
  492. package/gallery/components/header/Component.js +2 -2
  493. package/gallery/components/header/buttons.js +1 -1
  494. package/gallery/components/header/index.css +687 -3
  495. package/gallery/components/header/index.js +1 -1
  496. package/gallery/components/header-info-block/Component.js +1 -1
  497. package/gallery/components/header-info-block/index.css +694 -5
  498. package/gallery/components/image-preview/Component.js +1 -1
  499. package/gallery/components/image-preview/index.css +689 -12
  500. package/gallery/components/image-viewer/component.js +2 -2
  501. package/gallery/components/image-viewer/index.css +692 -19
  502. package/gallery/components/image-viewer/index.js +2 -2
  503. package/gallery/components/image-viewer/slide.js +1 -1
  504. package/gallery/components/index.js +2 -2
  505. package/gallery/components/navigation-bar/Component.js +1 -1
  506. package/gallery/components/navigation-bar/index.css +691 -6
  507. package/gallery/cssm/components/header/index.module.css +684 -0
  508. package/gallery/cssm/components/header-info-block/index.module.css +689 -0
  509. package/gallery/cssm/components/image-preview/index.module.css +677 -0
  510. package/gallery/cssm/components/image-viewer/index.module.css +673 -0
  511. package/gallery/cssm/components/navigation-bar/index.module.css +685 -0
  512. package/gallery/cssm/index.module.css +692 -0
  513. package/gallery/cssm/vars.css +3 -0
  514. package/gallery/esm/Component.js +3 -3
  515. package/gallery/esm/components/header/Component.js +2 -2
  516. package/gallery/esm/components/header/buttons.js +1 -1
  517. package/gallery/esm/components/header/index.css +687 -3
  518. package/gallery/esm/components/header/index.js +1 -1
  519. package/gallery/esm/components/header-info-block/Component.js +1 -1
  520. package/gallery/esm/components/header-info-block/index.css +694 -5
  521. package/gallery/esm/components/image-preview/Component.js +1 -1
  522. package/gallery/esm/components/image-preview/index.css +689 -12
  523. package/gallery/esm/components/image-viewer/component.js +2 -2
  524. package/gallery/esm/components/image-viewer/index.css +692 -19
  525. package/gallery/esm/components/image-viewer/index.js +2 -2
  526. package/gallery/esm/components/image-viewer/slide.js +1 -1
  527. package/gallery/esm/components/index.js +2 -2
  528. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  529. package/gallery/esm/components/navigation-bar/index.css +691 -6
  530. package/gallery/esm/index.css +695 -3
  531. package/gallery/esm/index.js +2 -2
  532. package/gallery/esm/{slide-3d3abf56.d.ts → slide-60cb3e16.d.ts} +0 -0
  533. package/gallery/esm/{slide-3d3abf56.js → slide-60cb3e16.js} +1 -1
  534. package/gallery/esm/{tslib.es6-50c7d801.d.ts → tslib.es6-911511b7.d.ts} +0 -0
  535. package/gallery/esm/{tslib.es6-50c7d801.js → tslib.es6-911511b7.js} +0 -0
  536. package/gallery/index.css +695 -3
  537. package/gallery/index.js +2 -2
  538. package/gallery/modern/Component.js +2 -2
  539. package/gallery/modern/components/header/Component.js +1 -1
  540. package/gallery/modern/components/header/index.css +687 -3
  541. package/gallery/modern/components/header-info-block/Component.js +1 -1
  542. package/gallery/modern/components/header-info-block/index.css +694 -5
  543. package/gallery/modern/components/image-preview/Component.js +1 -1
  544. package/gallery/modern/components/image-preview/index.css +689 -12
  545. package/gallery/modern/components/image-viewer/component.js +1 -1
  546. package/gallery/modern/components/image-viewer/index.css +692 -19
  547. package/gallery/modern/components/image-viewer/index.js +1 -1
  548. package/gallery/modern/components/image-viewer/slide.js +1 -1
  549. package/gallery/modern/components/index.js +1 -1
  550. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  551. package/gallery/modern/components/navigation-bar/index.css +691 -6
  552. package/gallery/modern/index.css +695 -3
  553. package/gallery/modern/index.js +1 -1
  554. package/gallery/modern/{slide-8b5ff8fa.d.ts → slide-c6a19e1a.d.ts} +0 -0
  555. package/gallery/modern/{slide-8b5ff8fa.js → slide-c6a19e1a.js} +1 -1
  556. package/gallery/{slide-b40f1e7b.d.ts → slide-54c21291.d.ts} +0 -0
  557. package/gallery/{slide-b40f1e7b.js → slide-54c21291.js} +1 -1
  558. package/gallery/{tslib.es6-a46aaa15.d.ts → tslib.es6-ba757d04.d.ts} +0 -0
  559. package/gallery/{tslib.es6-a46aaa15.js → tslib.es6-ba757d04.js} +0 -0
  560. package/grid/Component.js +1 -1
  561. package/grid/col/Component.js +2 -2
  562. package/grid/col/index.css +511 -511
  563. package/grid/col/index.js +1 -1
  564. package/grid/esm/Component.js +1 -1
  565. package/grid/esm/col/Component.js +2 -2
  566. package/grid/esm/col/index.css +511 -511
  567. package/grid/esm/col/index.js +1 -1
  568. package/grid/esm/gutters.css +78 -78
  569. package/grid/esm/{gutters.module-80c4410f.d.ts → gutters.module-04d57550.d.ts} +0 -0
  570. package/grid/esm/gutters.module-04d57550.js +27 -0
  571. package/grid/esm/index.js +1 -1
  572. package/grid/esm/row/Component.js +2 -2
  573. package/grid/esm/row/index.css +9 -9
  574. package/grid/esm/row/index.js +1 -1
  575. package/grid/gutters.css +78 -78
  576. package/grid/{gutters.module-b006e876.d.ts → gutters.module-f6cd35b4.d.ts} +0 -0
  577. package/grid/gutters.module-f6cd35b4.js +28 -0
  578. package/grid/index.js +1 -1
  579. package/grid/modern/Component.js +1 -1
  580. package/grid/modern/col/Component.js +2 -2
  581. package/grid/modern/col/index.css +511 -511
  582. package/grid/modern/col/index.js +1 -1
  583. package/grid/modern/gutters.css +78 -78
  584. package/grid/modern/gutters.module-5b3c53f8.js +4 -0
  585. package/grid/modern/index.js +1 -1
  586. package/grid/modern/row/Component.js +2 -2
  587. package/grid/modern/row/index.css +9 -9
  588. package/grid/modern/row/index.js +1 -1
  589. package/grid/row/Component.js +2 -2
  590. package/grid/row/index.css +9 -9
  591. package/grid/row/index.js +1 -1
  592. package/hatching-progress-bar/Component.js +1 -1
  593. package/hatching-progress-bar/cssm/index.module.css +677 -0
  594. package/hatching-progress-bar/esm/Component.js +1 -1
  595. package/hatching-progress-bar/esm/index.css +688 -11
  596. package/hatching-progress-bar/index.css +688 -11
  597. package/hatching-progress-bar/modern/Component.js +1 -1
  598. package/hatching-progress-bar/modern/index.css +688 -11
  599. package/icon-button/Component.js +3 -3
  600. package/icon-button/cssm/default.module.css +680 -0
  601. package/icon-button/cssm/index.module.css +695 -0
  602. package/icon-button/cssm/inverted.module.css +698 -0
  603. package/icon-button/default.css +700 -20
  604. package/icon-button/esm/Component.js +3 -3
  605. package/icon-button/esm/default.css +700 -20
  606. package/icon-button/esm/index.css +701 -6
  607. package/icon-button/esm/inverted.css +714 -16
  608. package/icon-button/index.css +701 -6
  609. package/icon-button/inverted.css +714 -16
  610. package/icon-button/modern/Component.js +3 -3
  611. package/icon-button/modern/default.css +700 -20
  612. package/icon-button/modern/index.css +701 -6
  613. package/icon-button/modern/inverted.css +714 -16
  614. package/icon-view/circle.js +1 -1
  615. package/icon-view/components/base-shape/component.js +1 -1
  616. package/icon-view/components/base-shape/index.css +716 -28
  617. package/icon-view/components/circle/component.js +1 -1
  618. package/icon-view/components/circle/index.js +1 -1
  619. package/icon-view/components/index.js +1 -1
  620. package/icon-view/components/super-ellipse/component.js +1 -1
  621. package/icon-view/components/super-ellipse/index.js +1 -1
  622. package/icon-view/cssm/components/base-shape/index.module.css +688 -0
  623. package/icon-view/esm/circle.js +1 -1
  624. package/icon-view/esm/components/base-shape/component.js +1 -1
  625. package/icon-view/esm/components/base-shape/index.css +716 -28
  626. package/icon-view/esm/components/circle/component.js +1 -1
  627. package/icon-view/esm/components/circle/index.js +1 -1
  628. package/icon-view/esm/components/index.js +1 -1
  629. package/icon-view/esm/components/super-ellipse/component.js +1 -1
  630. package/icon-view/esm/components/super-ellipse/index.js +1 -1
  631. package/icon-view/esm/super-ellipse.js +1 -1
  632. package/icon-view/esm/{tslib.es6-ea40d6b9.d.ts → tslib.es6-6f38239a.d.ts} +0 -0
  633. package/icon-view/esm/{tslib.es6-ea40d6b9.js → tslib.es6-6f38239a.js} +0 -0
  634. package/icon-view/modern/components/base-shape/component.js +1 -1
  635. package/icon-view/modern/components/base-shape/index.css +716 -28
  636. package/icon-view/super-ellipse.js +1 -1
  637. package/icon-view/{tslib.es6-9e555c2f.d.ts → tslib.es6-cc2bd98f.d.ts} +0 -0
  638. package/icon-view/{tslib.es6-9e555c2f.js → tslib.es6-cc2bd98f.js} +0 -0
  639. package/input/Component.js +3 -3
  640. package/input/cssm/default.module.css +686 -0
  641. package/input/cssm/index.module.css +682 -0
  642. package/input/cssm/inverted.module.css +686 -0
  643. package/input/default.css +698 -12
  644. package/input/esm/Component.js +3 -3
  645. package/input/esm/default.css +698 -12
  646. package/input/esm/index.css +712 -30
  647. package/input/esm/inverted.css +698 -12
  648. package/input/index.css +712 -30
  649. package/input/inverted.css +698 -12
  650. package/input/modern/Component.js +3 -3
  651. package/input/modern/default.css +698 -12
  652. package/input/modern/index.css +712 -30
  653. package/input/modern/inverted.css +698 -12
  654. package/input-autocomplete/Component-7ca84eff.d.ts +227 -0
  655. package/input-autocomplete/Component.d.ts +3 -3
  656. package/input-autocomplete/Component.js +6 -5
  657. package/input-autocomplete/Component.mobile.d.ts +96 -0
  658. package/input-autocomplete/Component.mobile.js +80 -0
  659. package/input-autocomplete/autocomplete-field/Component.d.ts +6 -0
  660. package/input-autocomplete/autocomplete-field/Component.js +39 -6
  661. package/input-autocomplete/autocomplete-field/index.css +2 -2
  662. package/input-autocomplete/autocomplete-field/index.d.ts +1 -1
  663. package/input-autocomplete/autocomplete-field/index.js +4 -3
  664. package/input-autocomplete/autocomplete-mobile-field/Component.d.ts +7 -0
  665. package/input-autocomplete/autocomplete-mobile-field/Component.js +35 -0
  666. package/input-autocomplete/autocomplete-mobile-field/index.css +733 -0
  667. package/input-autocomplete/autocomplete-mobile-field/index.d.ts +1 -0
  668. package/input-autocomplete/autocomplete-mobile-field/index.js +12 -0
  669. package/input-autocomplete/cssm/Component-7ca84eff.d.ts +227 -0
  670. package/input-autocomplete/cssm/Component.d.ts +3 -3
  671. package/input-autocomplete/cssm/Component.js +6 -5
  672. package/input-autocomplete/cssm/Component.mobile.d.ts +96 -0
  673. package/input-autocomplete/cssm/Component.mobile.js +80 -0
  674. package/input-autocomplete/cssm/autocomplete-field/Component.d.ts +6 -0
  675. package/input-autocomplete/cssm/autocomplete-field/Component.js +38 -7
  676. package/input-autocomplete/cssm/autocomplete-field/index.d.ts +1 -1
  677. package/input-autocomplete/cssm/autocomplete-field/index.js +4 -3
  678. package/input-autocomplete/cssm/autocomplete-mobile-field/Component.d.ts +7 -0
  679. package/input-autocomplete/cssm/autocomplete-mobile-field/Component.js +34 -0
  680. package/input-autocomplete/cssm/autocomplete-mobile-field/index.d.ts +1 -0
  681. package/input-autocomplete/cssm/autocomplete-mobile-field/index.js +13 -0
  682. package/input-autocomplete/cssm/autocomplete-mobile-field/index.module.css +732 -0
  683. package/input-autocomplete/cssm/index-7ca84eff.d.ts +178 -0
  684. package/input-autocomplete/cssm/index-bdb4c6b9.d.ts +193 -0
  685. package/input-autocomplete/cssm/index-ebda875c.d.ts +36 -0
  686. package/input-autocomplete/cssm/index.js +4 -3
  687. package/input-autocomplete/cssm/mobile.d.ts +1 -0
  688. package/input-autocomplete/cssm/mobile.js +20 -0
  689. package/input-autocomplete/cssm/mobile.module.css +710 -0
  690. package/{modal/esm/tslib.es6-bce61805.d.ts → input-autocomplete/cssm/tslib.es6-ce870b46.d.ts} +0 -0
  691. package/{modal/tslib.es6-57eea1b1.js → input-autocomplete/cssm/tslib.es6-ce870b46.js} +0 -0
  692. package/input-autocomplete/esm/Component-7ca84eff.d.ts +227 -0
  693. package/input-autocomplete/esm/Component.d.ts +3 -3
  694. package/input-autocomplete/esm/Component.js +4 -3
  695. package/input-autocomplete/esm/Component.mobile.d.ts +96 -0
  696. package/input-autocomplete/esm/Component.mobile.js +71 -0
  697. package/input-autocomplete/esm/autocomplete-field/Component.d.ts +6 -0
  698. package/input-autocomplete/esm/autocomplete-field/Component.js +36 -5
  699. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  700. package/input-autocomplete/esm/autocomplete-field/index.d.ts +1 -1
  701. package/input-autocomplete/esm/autocomplete-field/index.js +4 -3
  702. package/input-autocomplete/esm/autocomplete-mobile-field/Component.d.ts +7 -0
  703. package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +28 -0
  704. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +733 -0
  705. package/input-autocomplete/esm/autocomplete-mobile-field/index.d.ts +1 -0
  706. package/input-autocomplete/esm/autocomplete-mobile-field/index.js +6 -0
  707. package/input-autocomplete/esm/index-7ca84eff.d.ts +178 -0
  708. package/input-autocomplete/esm/index-bdb4c6b9.d.ts +193 -0
  709. package/input-autocomplete/esm/index-ebda875c.d.ts +36 -0
  710. package/input-autocomplete/esm/index.js +4 -3
  711. package/input-autocomplete/esm/mobile.css +711 -0
  712. package/input-autocomplete/esm/mobile.d.ts +1 -0
  713. package/input-autocomplete/esm/mobile.js +12 -0
  714. package/{modal/tslib.es6-57eea1b1.d.ts → input-autocomplete/esm/tslib.es6-675ade68.d.ts} +0 -0
  715. package/{modal/esm/tslib.es6-bce61805.js → input-autocomplete/esm/tslib.es6-675ade68.js} +0 -0
  716. package/input-autocomplete/index-7ca84eff.d.ts +178 -0
  717. package/input-autocomplete/index-bdb4c6b9.d.ts +193 -0
  718. package/input-autocomplete/index-ebda875c.d.ts +36 -0
  719. package/input-autocomplete/index.js +4 -3
  720. package/input-autocomplete/mobile.css +711 -0
  721. package/input-autocomplete/mobile.d.ts +1 -0
  722. package/input-autocomplete/mobile.js +18 -0
  723. package/input-autocomplete/modern/Component-7ca84eff.d.ts +227 -0
  724. package/input-autocomplete/modern/Component.d.ts +3 -3
  725. package/input-autocomplete/modern/Component.js +1 -1
  726. package/input-autocomplete/modern/Component.mobile.d.ts +96 -0
  727. package/input-autocomplete/modern/Component.mobile.js +80 -0
  728. package/input-autocomplete/modern/autocomplete-field/Component.js +2 -2
  729. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  730. package/input-autocomplete/modern/autocomplete-field/index.js +1 -1
  731. package/input-autocomplete/modern/autocomplete-mobile-field/Component.d.ts +7 -0
  732. package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +25 -0
  733. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +733 -0
  734. package/input-autocomplete/modern/autocomplete-mobile-field/index.d.ts +1 -0
  735. package/input-autocomplete/modern/autocomplete-mobile-field/index.js +5 -0
  736. package/input-autocomplete/modern/index-7ca84eff.d.ts +178 -0
  737. package/input-autocomplete/modern/index-bdb4c6b9.d.ts +193 -0
  738. package/input-autocomplete/modern/index-ebda875c.d.ts +36 -0
  739. package/input-autocomplete/modern/index.js +1 -1
  740. package/input-autocomplete/modern/mobile.css +711 -0
  741. package/input-autocomplete/modern/mobile.d.ts +1 -0
  742. package/input-autocomplete/modern/mobile.js +11 -0
  743. package/{picker-button/esm/tslib.es6-fd209890.d.ts → input-autocomplete/tslib.es6-2cf95ef9.d.ts} +0 -0
  744. package/{picker-button/tslib.es6-6e760e45.js → input-autocomplete/tslib.es6-2cf95ef9.js} +0 -0
  745. package/intl-phone-input/{component-68473205.d.ts → component-7420e24a.d.ts} +0 -0
  746. package/intl-phone-input/{component-68473205.js → component-7420e24a.js} +1 -1
  747. package/intl-phone-input/component.js +3 -3
  748. package/intl-phone-input/components/flag-icon/component.js +1 -1
  749. package/intl-phone-input/components/flag-icon/index.css +261 -261
  750. package/intl-phone-input/components/index.js +1 -1
  751. package/intl-phone-input/components/select/component.js +2 -2
  752. package/intl-phone-input/components/select/index.css +688 -6
  753. package/intl-phone-input/components/select/index.js +1 -1
  754. package/intl-phone-input/components/select-field/component.js +1 -1
  755. package/intl-phone-input/components/select-field/index.css +688 -8
  756. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  757. package/intl-phone-input/components/select-field/index.js +1 -1
  758. package/intl-phone-input/cssm/components/select/index.module.css +682 -0
  759. package/intl-phone-input/cssm/components/select-field/index.module.css +680 -0
  760. package/intl-phone-input/esm/{component-af7a2b18.d.ts → component-2b67ad97.d.ts} +0 -0
  761. package/intl-phone-input/esm/{component-af7a2b18.js → component-2b67ad97.js} +1 -1
  762. package/intl-phone-input/esm/component.js +3 -3
  763. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  764. package/intl-phone-input/esm/components/flag-icon/index.css +261 -261
  765. package/intl-phone-input/esm/components/index.js +1 -1
  766. package/intl-phone-input/esm/components/select/component.js +2 -2
  767. package/intl-phone-input/esm/components/select/index.css +688 -6
  768. package/intl-phone-input/esm/components/select/index.js +1 -1
  769. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  770. package/intl-phone-input/esm/components/select-field/index.css +688 -8
  771. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  772. package/intl-phone-input/esm/components/select-field/index.js +1 -1
  773. package/intl-phone-input/esm/index.css +3 -3
  774. package/intl-phone-input/esm/index.js +1 -1
  775. package/intl-phone-input/esm/{libphonenumber-js.min-fb9fb9ab.d.ts → libphonenumber-js.min-468da5f3.d.ts} +0 -0
  776. package/intl-phone-input/esm/{libphonenumber-js.min-fb9fb9ab.js → libphonenumber-js.min-468da5f3.js} +0 -0
  777. package/intl-phone-input/index.css +3 -3
  778. package/intl-phone-input/index.js +1 -1
  779. package/intl-phone-input/{libphonenumber-js.min-b754cbb4.d.ts → libphonenumber-js.min-60cd54d4.d.ts} +0 -0
  780. package/intl-phone-input/{libphonenumber-js.min-b754cbb4.js → libphonenumber-js.min-60cd54d4.js} +0 -0
  781. package/intl-phone-input/modern/component.js +2 -2
  782. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  783. package/intl-phone-input/modern/components/flag-icon/index.css +261 -261
  784. package/intl-phone-input/modern/components/select/component.js +1 -1
  785. package/intl-phone-input/modern/components/select/index.css +688 -6
  786. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  787. package/intl-phone-input/modern/components/select-field/index.css +688 -8
  788. package/intl-phone-input/modern/index.css +3 -3
  789. package/intl-phone-input/modern/{libphonenumber-js.min-fb9fb9ab.d.ts → libphonenumber-js.min-468da5f3.d.ts} +0 -0
  790. package/intl-phone-input/modern/{libphonenumber-js.min-fb9fb9ab.js → libphonenumber-js.min-468da5f3.js} +0 -0
  791. package/link/Component.js +3 -3
  792. package/link/cssm/default.module.css +681 -0
  793. package/link/cssm/index.module.css +681 -0
  794. package/link/cssm/inverted.module.css +687 -0
  795. package/link/default.css +690 -9
  796. package/link/esm/Component.js +3 -3
  797. package/link/esm/default.css +690 -9
  798. package/link/esm/index.css +692 -11
  799. package/link/esm/inverted.css +696 -9
  800. package/link/index.css +692 -11
  801. package/link/inverted.css +696 -9
  802. package/link/modern/Component.js +3 -3
  803. package/link/modern/default.css +690 -9
  804. package/link/modern/index.css +692 -11
  805. package/link/modern/inverted.css +696 -9
  806. package/list/Component.js +1 -1
  807. package/list/cssm/index.module.css +683 -0
  808. package/list/esm/Component.js +1 -1
  809. package/list/esm/index.css +692 -9
  810. package/list/index.css +692 -9
  811. package/list/modern/Component.js +1 -1
  812. package/list/modern/index.css +692 -9
  813. package/list-header/Component.js +1 -1
  814. package/list-header/cssm/index.module.css +682 -0
  815. package/list-header/esm/Component.js +1 -1
  816. package/list-header/esm/index.css +685 -3
  817. package/list-header/index.css +685 -3
  818. package/list-header/modern/Component.js +1 -1
  819. package/list-header/modern/index.css +685 -3
  820. package/loader/Component.js +1 -1
  821. package/loader/esm/Component.js +1 -1
  822. package/loader/esm/index.css +7 -7
  823. package/loader/index.css +7 -7
  824. package/loader/modern/Component.js +1 -1
  825. package/loader/modern/index.css +7 -7
  826. package/masked-input/Component.js +1 -1
  827. package/masked-input/esm/Component.js +1 -1
  828. package/masked-input/esm/index.css +1 -1
  829. package/masked-input/index.css +1 -1
  830. package/masked-input/modern/Component.js +1 -1
  831. package/masked-input/modern/index.css +1 -1
  832. package/modal/Component.desktop.js +3 -3
  833. package/modal/Component.mobile.js +3 -3
  834. package/modal/Component.responsive.d.ts +1 -1
  835. package/modal/Component.responsive.js +2 -2
  836. package/modal/components/closer/Component.js +2 -2
  837. package/modal/components/closer/index.css +719 -4
  838. package/modal/components/content/Component.desktop.js +2 -2
  839. package/modal/components/content/Component.js +1 -1
  840. package/modal/components/content/Component.mobile.js +2 -2
  841. package/modal/components/content/desktop.css +725 -8
  842. package/modal/components/content/index.css +725 -3
  843. package/modal/components/content/mobile.css +722 -3
  844. package/modal/components/footer/Component.desktop.js +2 -2
  845. package/modal/components/footer/Component.js +2 -2
  846. package/modal/components/footer/Component.mobile.js +2 -2
  847. package/modal/components/footer/desktop.css +719 -9
  848. package/modal/components/footer/index.css +719 -4
  849. package/modal/components/footer/layout.css +741 -25
  850. package/modal/components/footer/mobile.css +722 -3
  851. package/modal/components/header/Component.desktop.js +2 -2
  852. package/modal/components/header/Component.js +1 -1
  853. package/modal/components/header/Component.mobile.js +2 -2
  854. package/modal/components/header/desktop.css +715 -17
  855. package/modal/components/header/index.css +731 -15
  856. package/modal/components/header/mobile.css +711 -3
  857. package/modal/cssm/components/closer/index.module.css +715 -0
  858. package/modal/cssm/components/content/desktop.module.css +717 -0
  859. package/modal/cssm/components/content/index.module.css +722 -0
  860. package/modal/cssm/components/content/mobile.module.css +719 -0
  861. package/modal/cssm/components/footer/desktop.module.css +710 -0
  862. package/modal/cssm/components/footer/index.module.css +715 -0
  863. package/modal/cssm/components/footer/layout.module.css +716 -0
  864. package/modal/cssm/components/footer/mobile.module.css +719 -0
  865. package/modal/cssm/components/header/desktop.module.css +698 -0
  866. package/modal/cssm/components/header/index.module.css +716 -0
  867. package/modal/cssm/components/header/mobile.module.css +708 -0
  868. package/modal/cssm/desktop.module.css +710 -0
  869. package/modal/cssm/mobile.module.css +722 -0
  870. package/modal/cssm/vars.css +722 -0
  871. package/modal/desktop.css +719 -9
  872. package/modal/desktop.js +2 -2
  873. package/modal/esm/Component.desktop.js +3 -3
  874. package/modal/esm/Component.mobile.js +3 -3
  875. package/modal/esm/Component.responsive.js +2 -2
  876. package/modal/esm/components/closer/Component.js +2 -2
  877. package/modal/esm/components/closer/index.css +719 -4
  878. package/modal/esm/components/content/Component.desktop.js +2 -2
  879. package/modal/esm/components/content/Component.js +1 -1
  880. package/modal/esm/components/content/Component.mobile.js +2 -2
  881. package/modal/esm/components/content/desktop.css +725 -8
  882. package/modal/esm/components/content/index.css +725 -3
  883. package/modal/esm/components/content/mobile.css +722 -3
  884. package/modal/esm/components/footer/Component.desktop.js +2 -2
  885. package/modal/esm/components/footer/Component.js +2 -2
  886. package/modal/esm/components/footer/Component.mobile.js +2 -2
  887. package/modal/esm/components/footer/desktop.css +719 -9
  888. package/modal/esm/components/footer/index.css +719 -4
  889. package/modal/esm/components/footer/layout.css +741 -25
  890. package/modal/esm/components/footer/mobile.css +722 -3
  891. package/modal/esm/components/header/Component.desktop.js +2 -2
  892. package/modal/esm/components/header/Component.js +1 -1
  893. package/modal/esm/components/header/Component.mobile.js +2 -2
  894. package/modal/esm/components/header/desktop.css +715 -17
  895. package/modal/esm/components/header/index.css +731 -15
  896. package/modal/esm/components/header/mobile.css +711 -3
  897. package/modal/esm/desktop.css +719 -9
  898. package/modal/esm/desktop.js +2 -2
  899. package/modal/esm/index.js +2 -2
  900. package/modal/esm/mobile.css +724 -2
  901. package/modal/esm/mobile.js +2 -2
  902. package/modal/esm/responsive.js +2 -2
  903. package/modal/esm/transitions.css +8 -8
  904. package/modal/esm/transitions.module-e48c3856.js +4 -0
  905. package/{picker-button/tslib.es6-6e760e45.d.ts → modal/esm/tslib.es6-f60f0e7f.d.ts} +0 -0
  906. package/{picker-button/esm/tslib.es6-fd209890.js → modal/esm/tslib.es6-f60f0e7f.js} +0 -0
  907. package/modal/index.js +2 -2
  908. package/modal/mobile.css +724 -2
  909. package/modal/mobile.js +2 -2
  910. package/modal/modern/Component.desktop.js +2 -2
  911. package/modal/modern/Component.mobile.js +2 -2
  912. package/modal/modern/Component.responsive.js +1 -1
  913. package/modal/modern/components/closer/Component.js +1 -1
  914. package/modal/modern/components/closer/index.css +719 -4
  915. package/modal/modern/components/content/Component.desktop.js +1 -1
  916. package/modal/modern/components/content/Component.js +1 -1
  917. package/modal/modern/components/content/Component.mobile.js +1 -1
  918. package/modal/modern/components/content/desktop.css +725 -8
  919. package/modal/modern/components/content/index.css +725 -3
  920. package/modal/modern/components/content/mobile.css +722 -3
  921. package/modal/modern/components/footer/Component.desktop.js +1 -1
  922. package/modal/modern/components/footer/Component.js +2 -2
  923. package/modal/modern/components/footer/Component.mobile.js +1 -1
  924. package/modal/modern/components/footer/desktop.css +719 -9
  925. package/modal/modern/components/footer/index.css +719 -4
  926. package/modal/modern/components/footer/layout.css +741 -25
  927. package/modal/modern/components/footer/mobile.css +722 -3
  928. package/modal/modern/components/header/Component.desktop.js +1 -1
  929. package/modal/modern/components/header/Component.js +1 -1
  930. package/modal/modern/components/header/Component.mobile.js +1 -1
  931. package/modal/modern/components/header/desktop.css +715 -17
  932. package/modal/modern/components/header/index.css +731 -15
  933. package/modal/modern/components/header/mobile.css +711 -3
  934. package/modal/modern/desktop.css +719 -9
  935. package/modal/modern/desktop.js +1 -1
  936. package/modal/modern/index.js +1 -1
  937. package/modal/modern/mobile.css +724 -2
  938. package/modal/modern/mobile.js +1 -1
  939. package/modal/modern/responsive.js +1 -1
  940. package/modal/modern/transitions.css +8 -8
  941. package/modal/modern/transitions.module-e48c3856.js +4 -0
  942. package/modal/responsive.js +2 -2
  943. package/modal/transitions.css +8 -8
  944. package/modal/transitions.module-131a2bc9.js +4 -0
  945. package/{select-with-tags/esm/tslib.es6-2b20842d.d.ts → modal/tslib.es6-ee4910bf.d.ts} +0 -0
  946. package/{select-with-tags/tslib.es6-2e57621e.js → modal/tslib.es6-ee4910bf.js} +0 -0
  947. package/notification/Component.js +1 -1
  948. package/notification/cssm/index.module.css +685 -0
  949. package/notification/esm/Component.js +1 -1
  950. package/notification/esm/index.css +693 -8
  951. package/notification/index.css +693 -8
  952. package/notification/modern/Component.js +1 -1
  953. package/notification/modern/index.css +693 -8
  954. package/notification-manager/{component-f4d8819d.d.ts → component-f87b34bf.d.ts} +0 -0
  955. package/notification-manager/{component-f4d8819d.js → component-f87b34bf.js} +0 -0
  956. package/notification-manager/component.js +2 -2
  957. package/notification-manager/components/index.js +1 -1
  958. package/notification-manager/components/notification/component.js +1 -1
  959. package/notification-manager/components/notification/index.d.ts +1 -1
  960. package/notification-manager/components/notification/index.js +1 -1
  961. package/notification-manager/cssm/index.module.css +25 -0
  962. package/notification-manager/esm/{component-354ecbe1.d.ts → component-9d932457.d.ts} +0 -0
  963. package/notification-manager/esm/{component-354ecbe1.js → component-9d932457.js} +0 -0
  964. package/notification-manager/esm/component.js +2 -2
  965. package/notification-manager/esm/components/index.js +1 -1
  966. package/notification-manager/esm/components/notification/component.js +1 -1
  967. package/notification-manager/esm/components/notification/index.d.ts +1 -1
  968. package/notification-manager/esm/components/notification/index.js +1 -1
  969. package/notification-manager/esm/index.css +36 -11
  970. package/notification-manager/esm/index.js +1 -1
  971. package/notification-manager/index.css +36 -11
  972. package/notification-manager/index.js +1 -1
  973. package/notification-manager/modern/component.js +1 -1
  974. package/notification-manager/modern/index.css +36 -11
  975. package/package.json +10 -5
  976. package/pagination/Component.js +1 -1
  977. package/pagination/components/default-view/index.css +690 -1
  978. package/pagination/components/default-view/index.js +1 -1
  979. package/pagination/components/per-page-view/index.css +690 -1
  980. package/pagination/components/per-page-view/index.js +1 -1
  981. package/pagination/components/tag/index.css +688 -7
  982. package/pagination/components/tag/index.js +1 -1
  983. package/pagination/cssm/components/default-view/index.module.css +689 -0
  984. package/pagination/cssm/components/per-page-view/index.module.css +689 -0
  985. package/pagination/cssm/components/tag/index.module.css +681 -0
  986. package/pagination/cssm/index.module.css +686 -0
  987. package/pagination/esm/Component.js +1 -1
  988. package/pagination/esm/components/default-view/index.css +690 -1
  989. package/pagination/esm/components/default-view/index.js +1 -1
  990. package/pagination/esm/components/per-page-view/index.css +690 -1
  991. package/pagination/esm/components/per-page-view/index.js +1 -1
  992. package/pagination/esm/components/tag/index.css +688 -7
  993. package/pagination/esm/components/tag/index.js +1 -1
  994. package/pagination/esm/index.css +689 -3
  995. package/pagination/index.css +689 -3
  996. package/pagination/modern/Component.js +1 -1
  997. package/pagination/modern/components/default-view/index.css +690 -1
  998. package/pagination/modern/components/default-view/index.js +1 -1
  999. package/pagination/modern/components/per-page-view/index.css +690 -1
  1000. package/pagination/modern/components/per-page-view/index.js +1 -1
  1001. package/pagination/modern/components/tag/index.css +688 -7
  1002. package/pagination/modern/components/tag/index.js +1 -1
  1003. package/pagination/modern/index.css +689 -3
  1004. package/password-input/component.js +1 -1
  1005. package/password-input/cssm/index.module.css +687 -0
  1006. package/password-input/esm/component.js +1 -1
  1007. package/password-input/esm/index.css +692 -5
  1008. package/password-input/index.css +692 -5
  1009. package/password-input/modern/component.js +1 -1
  1010. package/password-input/modern/index.css +692 -5
  1011. package/picker-button/Component.js +2 -2
  1012. package/picker-button/cssm/field/index.module.css +689 -0
  1013. package/picker-button/cssm/index.module.css +685 -0
  1014. package/picker-button/cssm/option/index.module.css +689 -0
  1015. package/picker-button/esm/Component.js +2 -2
  1016. package/picker-button/esm/field/Component.js +2 -2
  1017. package/picker-button/esm/field/index.css +692 -3
  1018. package/picker-button/esm/field/index.js +1 -1
  1019. package/picker-button/esm/index.css +691 -6
  1020. package/picker-button/esm/index.js +1 -1
  1021. package/picker-button/esm/option/Component.js +2 -2
  1022. package/picker-button/esm/option/index.css +693 -4
  1023. package/picker-button/esm/option/index.js +1 -1
  1024. package/{select-with-tags/tslib.es6-2e57621e.d.ts → picker-button/esm/tslib.es6-b461f496.d.ts} +0 -0
  1025. package/{select-with-tags/esm/tslib.es6-2b20842d.js → picker-button/esm/tslib.es6-b461f496.js} +0 -0
  1026. package/picker-button/field/Component.js +2 -2
  1027. package/picker-button/field/index.css +692 -3
  1028. package/picker-button/field/index.js +1 -1
  1029. package/picker-button/index.css +691 -6
  1030. package/picker-button/index.js +1 -1
  1031. package/picker-button/modern/Component.js +1 -1
  1032. package/picker-button/modern/field/Component.js +1 -1
  1033. package/picker-button/modern/field/index.css +692 -3
  1034. package/picker-button/modern/index.css +691 -6
  1035. package/picker-button/modern/option/Component.js +1 -1
  1036. package/picker-button/modern/option/index.css +693 -4
  1037. package/picker-button/option/Component.js +2 -2
  1038. package/picker-button/option/index.css +693 -4
  1039. package/picker-button/option/index.js +1 -1
  1040. package/{select/esm/tslib.es6-0082a09a.d.ts → picker-button/tslib.es6-42180f79.d.ts} +0 -0
  1041. package/{table/tslib.es6-13f9e3ba.js → picker-button/tslib.es6-42180f79.js} +0 -0
  1042. package/plate/Component.js +1 -1
  1043. package/plate/cssm/index.module.css +662 -0
  1044. package/plate/esm/Component.js +1 -1
  1045. package/plate/esm/index.css +689 -27
  1046. package/plate/index.css +689 -27
  1047. package/plate/modern/Component.js +1 -1
  1048. package/plate/modern/index.css +689 -27
  1049. package/popover/Component.js +1 -1
  1050. package/popover/cssm/index.module.css +687 -0
  1051. package/popover/esm/Component.js +1 -1
  1052. package/popover/esm/index.css +720 -33
  1053. package/popover/index.css +720 -33
  1054. package/popover/modern/Component.js +1 -1
  1055. package/popover/modern/index.css +720 -33
  1056. package/progress-bar/Component.js +1 -1
  1057. package/progress-bar/cssm/index.module.css +677 -0
  1058. package/progress-bar/esm/Component.js +1 -1
  1059. package/progress-bar/esm/index.css +689 -12
  1060. package/progress-bar/index.css +689 -12
  1061. package/progress-bar/modern/Component.js +1 -1
  1062. package/progress-bar/modern/index.css +689 -12
  1063. package/pure-input/Component.js +1 -1
  1064. package/pure-input/cssm/index.module.css +681 -0
  1065. package/pure-input/esm/Component.js +1 -1
  1066. package/pure-input/esm/index.css +706 -25
  1067. package/pure-input/index.css +706 -25
  1068. package/pure-input/modern/Component.js +1 -1
  1069. package/pure-input/modern/index.css +706 -25
  1070. package/radio/Component.js +1 -1
  1071. package/radio/cssm/index.module.css +662 -0
  1072. package/radio/esm/Component.js +1 -1
  1073. package/radio/esm/index.css +693 -31
  1074. package/radio/index.css +693 -31
  1075. package/radio/modern/Component.js +1 -1
  1076. package/radio/modern/index.css +693 -31
  1077. package/radio-group/Component.js +1 -1
  1078. package/radio-group/cssm/index.module.css +679 -0
  1079. package/radio-group/esm/Component.js +1 -1
  1080. package/radio-group/esm/index.css +695 -16
  1081. package/radio-group/index.css +695 -16
  1082. package/radio-group/modern/Component.js +1 -1
  1083. package/radio-group/modern/index.css +695 -16
  1084. package/scrollbar/Component.js +3 -3
  1085. package/scrollbar/cssm/default.module.css +688 -0
  1086. package/scrollbar/cssm/index.module.css +704 -0
  1087. package/scrollbar/cssm/inverted.module.css +689 -0
  1088. package/scrollbar/default.css +690 -2
  1089. package/scrollbar/esm/Component.js +3 -3
  1090. package/scrollbar/esm/default.css +690 -2
  1091. package/scrollbar/esm/index.css +717 -25
  1092. package/scrollbar/esm/inverted.css +691 -2
  1093. package/scrollbar/index.css +717 -25
  1094. package/scrollbar/inverted.css +691 -2
  1095. package/scrollbar/modern/Component.js +3 -3
  1096. package/scrollbar/modern/default.css +690 -2
  1097. package/scrollbar/modern/index.css +717 -25
  1098. package/scrollbar/modern/inverted.css +691 -2
  1099. package/select/{cssm/Component-ab46cfa1.d.ts → Component-1175c9e6.d.ts} +13 -2
  1100. package/select/{Component-4d827af4.js → Component-1175c9e6.js} +7 -7
  1101. package/select/{Component-a8813866.d.ts → Component-b6788085.d.ts} +0 -0
  1102. package/select/{Component-a8813866.js → Component-b6788085.js} +2 -2
  1103. package/select/Component.js +2 -2
  1104. package/select/components/arrow/Component.js +1 -1
  1105. package/select/components/arrow/index.css +731 -3
  1106. package/select/components/base-select/Component.js +2 -2
  1107. package/select/components/base-select/index.css +731 -7
  1108. package/select/components/base-select/index.d.ts +1 -1
  1109. package/select/components/base-select/index.js +2 -2
  1110. package/select/components/checkmark/Component.js +1 -1
  1111. package/select/components/checkmark/index.css +724 -7
  1112. package/select/components/field/Component.js +2 -2
  1113. package/select/components/field/index.css +735 -9
  1114. package/select/components/field/index.js +1 -1
  1115. package/select/components/index.js +4 -4
  1116. package/select/components/native-select/Component.js +1 -1
  1117. package/select/components/native-select/index.js +1 -1
  1118. package/select/components/optgroup/Component.js +1 -1
  1119. package/select/components/optgroup/index.css +725 -6
  1120. package/select/components/option/Component.js +2 -2
  1121. package/select/components/option/index.css +719 -20
  1122. package/select/components/option/index.js +1 -1
  1123. package/select/components/options-list/Component.js +2 -2
  1124. package/select/components/options-list/index.css +732 -6
  1125. package/select/components/options-list/index.js +1 -1
  1126. package/select/components/select-mobile/Component.js +4 -4
  1127. package/select/components/select-mobile/checkmark/Component.js +1 -1
  1128. package/select/components/select-mobile/checkmark/index.css +738 -4
  1129. package/select/components/select-mobile/index.css +739 -11
  1130. package/select/components/select-mobile/index.d.ts +1 -1
  1131. package/select/components/select-mobile/index.js +4 -4
  1132. package/select/components/select-mobile/options-list/Component.js +2 -2
  1133. package/select/components/select-mobile/options-list/index.css +733 -9
  1134. package/select/components/select-mobile/options-list/index.js +1 -1
  1135. package/select/components/virtual-options-list/Component.js +2 -2
  1136. package/select/components/virtual-options-list/index.css +732 -12
  1137. package/select/components/virtual-options-list/index.js +1 -1
  1138. package/select/{esm/Component-6975d6d5.d.ts → cssm/Component-078b099c.d.ts} +13 -2
  1139. package/select/cssm/{Component-ab46cfa1.js → Component-078b099c.js} +2 -2
  1140. package/select/cssm/components/arrow/index.module.css +728 -0
  1141. package/select/cssm/components/base-select/index.module.css +724 -0
  1142. package/select/cssm/components/checkmark/index.module.css +717 -0
  1143. package/select/cssm/components/field/index.module.css +726 -0
  1144. package/select/cssm/components/index.js +1 -1
  1145. package/select/cssm/components/optgroup/index.module.css +719 -0
  1146. package/select/cssm/components/option/index.module.css +699 -0
  1147. package/select/cssm/components/options-list/index.module.css +726 -0
  1148. package/select/cssm/components/select-mobile/Component.js +1 -1
  1149. package/select/cssm/components/select-mobile/checkmark/index.module.css +734 -0
  1150. package/select/cssm/components/select-mobile/index.d.ts +1 -1
  1151. package/select/cssm/components/select-mobile/index.js +1 -1
  1152. package/select/cssm/components/select-mobile/index.module.css +728 -0
  1153. package/select/cssm/components/select-mobile/options-list/index.module.css +724 -0
  1154. package/select/cssm/components/virtual-options-list/index.module.css +720 -0
  1155. package/select/cssm/index.js +1 -1
  1156. package/select/cssm/presets/index.js +1 -1
  1157. package/select/cssm/presets/useSelectWithApply/hook.js +1 -1
  1158. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  1159. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1160. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  1161. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.module.css +726 -0
  1162. package/select/cssm/vars.css +43 -0
  1163. package/select/esm/{Component-148e2816.d.ts → Component-5b838f20.d.ts} +0 -0
  1164. package/select/esm/{Component-148e2816.js → Component-5b838f20.js} +2 -2
  1165. package/select/{modern/Component-e3661da1.d.ts → esm/Component-b57b7c0b.d.ts} +13 -2
  1166. package/select/esm/{Component-6975d6d5.js → Component-b57b7c0b.js} +7 -7
  1167. package/select/esm/Component.js +2 -2
  1168. package/select/esm/components/arrow/Component.js +1 -1
  1169. package/select/esm/components/arrow/index.css +731 -3
  1170. package/select/esm/components/base-select/Component.js +2 -2
  1171. package/select/esm/components/base-select/index.css +731 -7
  1172. package/select/esm/components/base-select/index.d.ts +1 -1
  1173. package/select/esm/components/base-select/index.js +2 -2
  1174. package/select/esm/components/checkmark/Component.js +1 -1
  1175. package/select/esm/components/checkmark/index.css +724 -7
  1176. package/select/esm/components/field/Component.js +2 -2
  1177. package/select/esm/components/field/index.css +735 -9
  1178. package/select/esm/components/field/index.js +1 -1
  1179. package/select/esm/components/index.js +4 -4
  1180. package/select/esm/components/native-select/Component.js +1 -1
  1181. package/select/esm/components/native-select/index.js +1 -1
  1182. package/select/esm/components/optgroup/Component.js +1 -1
  1183. package/select/esm/components/optgroup/index.css +725 -6
  1184. package/select/esm/components/option/Component.js +2 -2
  1185. package/select/esm/components/option/index.css +719 -20
  1186. package/select/esm/components/option/index.js +1 -1
  1187. package/select/esm/components/options-list/Component.js +2 -2
  1188. package/select/esm/components/options-list/index.css +732 -6
  1189. package/select/esm/components/options-list/index.js +1 -1
  1190. package/select/esm/components/select-mobile/Component.js +4 -4
  1191. package/select/esm/components/select-mobile/checkmark/Component.js +1 -1
  1192. package/select/esm/components/select-mobile/checkmark/index.css +738 -4
  1193. package/select/esm/components/select-mobile/index.css +739 -11
  1194. package/select/esm/components/select-mobile/index.d.ts +1 -1
  1195. package/select/esm/components/select-mobile/index.js +4 -4
  1196. package/select/esm/components/select-mobile/options-list/Component.js +2 -2
  1197. package/select/esm/components/select-mobile/options-list/index.css +733 -9
  1198. package/select/esm/components/select-mobile/options-list/index.js +1 -1
  1199. package/select/esm/components/virtual-options-list/Component.js +2 -2
  1200. package/select/esm/components/virtual-options-list/index.css +732 -12
  1201. package/select/esm/components/virtual-options-list/index.js +1 -1
  1202. package/select/esm/index.js +4 -4
  1203. package/select/esm/{intersection-observer-ebdfdb11.d.ts → intersection-observer-d0b36d93.d.ts} +0 -0
  1204. package/select/esm/{intersection-observer-ebdfdb11.js → intersection-observer-d0b36d93.js} +0 -0
  1205. package/select/esm/presets/index.js +4 -4
  1206. package/select/esm/presets/useLazyLoading/hook.js +3 -3
  1207. package/select/esm/presets/useLazyLoading/index.css +2 -2
  1208. package/select/esm/presets/useSelectWithApply/hook.js +4 -4
  1209. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  1210. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.css +730 -4
  1211. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1212. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  1213. package/select/esm/presets/useSelectWithLoading/hook.js +2 -2
  1214. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  1215. package/{table/tslib.es6-13f9e3ba.d.ts → select/esm/tslib.es6-5bcd9683.d.ts} +0 -0
  1216. package/select/esm/{tslib.es6-0082a09a.js → tslib.es6-5bcd9683.js} +0 -0
  1217. package/select/index.js +4 -4
  1218. package/select/{intersection-observer-f51db423.d.ts → intersection-observer-b1b6ab0d.d.ts} +0 -0
  1219. package/select/{intersection-observer-f51db423.js → intersection-observer-b1b6ab0d.js} +0 -0
  1220. package/select/modern/{Component-cd8eced8.d.ts → Component-6b8e9796.d.ts} +0 -0
  1221. package/select/modern/{Component-cd8eced8.js → Component-6b8e9796.js} +1 -1
  1222. package/select/{Component-4d827af4.d.ts → modern/Component-a34e74a2.d.ts} +13 -2
  1223. package/select/modern/{Component-e3661da1.js → Component-a34e74a2.js} +6 -6
  1224. package/select/modern/Component.js +1 -1
  1225. package/select/modern/components/arrow/Component.js +1 -1
  1226. package/select/modern/components/arrow/index.css +731 -3
  1227. package/select/modern/components/base-select/Component.js +1 -1
  1228. package/select/modern/components/base-select/index.css +731 -7
  1229. package/select/modern/components/base-select/index.d.ts +1 -1
  1230. package/select/modern/components/base-select/index.js +1 -1
  1231. package/select/modern/components/checkmark/Component.js +1 -1
  1232. package/select/modern/components/checkmark/index.css +724 -7
  1233. package/select/modern/components/field/Component.js +1 -1
  1234. package/select/modern/components/field/index.css +735 -9
  1235. package/select/modern/components/index.js +3 -3
  1236. package/select/modern/components/optgroup/Component.js +1 -1
  1237. package/select/modern/components/optgroup/index.css +725 -6
  1238. package/select/modern/components/option/Component.js +1 -1
  1239. package/select/modern/components/option/index.css +719 -20
  1240. package/select/modern/components/options-list/Component.js +1 -1
  1241. package/select/modern/components/options-list/index.css +732 -6
  1242. package/select/modern/components/select-mobile/Component.js +3 -3
  1243. package/select/modern/components/select-mobile/checkmark/Component.js +1 -1
  1244. package/select/modern/components/select-mobile/checkmark/index.css +738 -4
  1245. package/select/modern/components/select-mobile/index.css +739 -11
  1246. package/select/modern/components/select-mobile/index.d.ts +1 -1
  1247. package/select/modern/components/select-mobile/index.js +3 -3
  1248. package/select/modern/components/select-mobile/options-list/Component.js +1 -1
  1249. package/select/modern/components/select-mobile/options-list/index.css +733 -9
  1250. package/select/modern/components/virtual-options-list/Component.js +1 -1
  1251. package/select/modern/components/virtual-options-list/index.css +732 -12
  1252. package/select/modern/index.js +3 -3
  1253. package/select/modern/{intersection-observer-ebdfdb11.d.ts → intersection-observer-d0b36d93.d.ts} +0 -0
  1254. package/select/modern/{intersection-observer-ebdfdb11.js → intersection-observer-d0b36d93.js} +0 -0
  1255. package/select/modern/presets/index.js +3 -3
  1256. package/select/modern/presets/useLazyLoading/hook.js +2 -2
  1257. package/select/modern/presets/useLazyLoading/index.css +2 -2
  1258. package/select/modern/presets/useSelectWithApply/hook.js +3 -3
  1259. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
  1260. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.css +730 -4
  1261. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1262. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
  1263. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  1264. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  1265. package/select/presets/index.js +4 -4
  1266. package/select/presets/useLazyLoading/hook.js +3 -3
  1267. package/select/presets/useLazyLoading/index.css +2 -2
  1268. package/select/presets/useSelectWithApply/hook.js +4 -4
  1269. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +4 -4
  1270. package/select/presets/useSelectWithApply/options-list-with-apply/index.css +730 -4
  1271. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1272. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +4 -4
  1273. package/select/presets/useSelectWithLoading/hook.js +2 -2
  1274. package/select/presets/useSelectWithLoading/index.css +2 -2
  1275. package/{tabs/esm/tslib.es6-0d96f196.d.ts → select/tslib.es6-a63fc917.d.ts} +0 -0
  1276. package/select/{tslib.es6-42d27d11.js → tslib.es6-a63fc917.js} +0 -0
  1277. package/select-with-tags/component.js +1 -1
  1278. package/select-with-tags/components/index.js +1 -1
  1279. package/select-with-tags/components/tag/component.js +2 -2
  1280. package/select-with-tags/components/tag/index.css +697 -10
  1281. package/select-with-tags/components/tag/index.js +1 -1
  1282. package/select-with-tags/components/tag-list/component.js +2 -2
  1283. package/select-with-tags/components/tag-list/index.css +702 -30
  1284. package/select-with-tags/components/tag-list/index.js +1 -1
  1285. package/select-with-tags/cssm/components/tag/index.module.css +687 -0
  1286. package/select-with-tags/cssm/components/tag-list/index.module.css +672 -0
  1287. package/select-with-tags/esm/component.js +1 -1
  1288. package/select-with-tags/esm/components/index.js +1 -1
  1289. package/select-with-tags/esm/components/tag/component.js +2 -2
  1290. package/select-with-tags/esm/components/tag/index.css +697 -10
  1291. package/select-with-tags/esm/components/tag/index.js +1 -1
  1292. package/select-with-tags/esm/components/tag-list/component.js +2 -2
  1293. package/select-with-tags/esm/components/tag-list/index.css +702 -30
  1294. package/select-with-tags/esm/components/tag-list/index.js +1 -1
  1295. package/select-with-tags/esm/index.js +1 -1
  1296. package/{select/tslib.es6-42d27d11.d.ts → select-with-tags/esm/tslib.es6-9d6d8035.d.ts} +0 -0
  1297. package/{table/esm/tslib.es6-6f8ec7bf.js → select-with-tags/esm/tslib.es6-9d6d8035.js} +0 -0
  1298. package/select-with-tags/esm/utils/index.js +1 -1
  1299. package/select-with-tags/esm/utils/match.js +1 -1
  1300. package/select-with-tags/index.js +1 -1
  1301. package/select-with-tags/modern/components/tag/component.js +1 -1
  1302. package/select-with-tags/modern/components/tag/index.css +697 -10
  1303. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  1304. package/select-with-tags/modern/components/tag-list/index.css +702 -30
  1305. package/{table/esm/tslib.es6-6f8ec7bf.d.ts → select-with-tags/tslib.es6-24751087.d.ts} +0 -0
  1306. package/{tabs/tslib.es6-3a9c9503.js → select-with-tags/tslib.es6-24751087.js} +0 -0
  1307. package/select-with-tags/utils/index.js +1 -1
  1308. package/select-with-tags/utils/match.js +1 -1
  1309. package/skeleton/Component.js +1 -1
  1310. package/skeleton/cssm/index.module.css +686 -0
  1311. package/skeleton/cssm/stories.module.css +53 -0
  1312. package/skeleton/esm/Component.js +1 -1
  1313. package/skeleton/esm/index.css +696 -10
  1314. package/skeleton/index.css +696 -10
  1315. package/skeleton/modern/Component.js +1 -1
  1316. package/skeleton/modern/index.css +696 -10
  1317. package/slider/Component.js +1 -1
  1318. package/slider/cssm/index.module.css +677 -0
  1319. package/slider/esm/Component.js +1 -1
  1320. package/slider/esm/index.css +713 -36
  1321. package/slider/index.css +713 -36
  1322. package/slider/modern/Component.js +1 -1
  1323. package/slider/modern/index.css +713 -36
  1324. package/slider-input/Component.js +1 -1
  1325. package/slider-input/cssm/index.module.css +686 -0
  1326. package/slider-input/esm/Component.js +1 -1
  1327. package/slider-input/esm/index.css +702 -16
  1328. package/slider-input/index.css +702 -16
  1329. package/slider-input/modern/Component.js +1 -1
  1330. package/slider-input/modern/index.css +702 -16
  1331. package/space/Component.js +2 -2
  1332. package/space/{Item-fcc9325f.d.ts → Item-1236dab1.d.ts} +0 -0
  1333. package/space/{Item-fcc9325f.js → Item-1236dab1.js} +0 -0
  1334. package/space/Item.js +1 -1
  1335. package/space/cssm/index.module.css +692 -0
  1336. package/space/esm/Component.js +2 -2
  1337. package/space/esm/{Item-b9f42db0.d.ts → Item-6b788d63.d.ts} +0 -0
  1338. package/space/esm/{Item-b9f42db0.js → Item-6b788d63.js} +0 -0
  1339. package/space/esm/Item.js +1 -1
  1340. package/space/esm/index.css +700 -8
  1341. package/space/esm/index.js +1 -1
  1342. package/space/index.css +700 -8
  1343. package/space/index.js +1 -1
  1344. package/space/modern/Component.js +1 -1
  1345. package/space/modern/index.css +700 -8
  1346. package/spinner/Component.js +1 -1
  1347. package/spinner/esm/Component.js +1 -1
  1348. package/spinner/esm/index.css +6 -6
  1349. package/spinner/index.css +6 -6
  1350. package/spinner/modern/Component.js +1 -1
  1351. package/spinner/modern/index.css +6 -6
  1352. package/status/Component.js +1 -1
  1353. package/status/cssm/index.module.css +667 -0
  1354. package/status/esm/Component.js +1 -1
  1355. package/status/esm/index.css +684 -17
  1356. package/status/index.css +684 -17
  1357. package/status/modern/Component.js +1 -1
  1358. package/status/modern/index.css +684 -17
  1359. package/stepped-progress-bar/Component.js +1 -1
  1360. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  1361. package/stepped-progress-bar/components/step-bar/index.css +685 -10
  1362. package/stepped-progress-bar/cssm/components/step-bar/index.module.css +675 -0
  1363. package/stepped-progress-bar/cssm/index.module.css +686 -0
  1364. package/stepped-progress-bar/esm/Component.js +1 -1
  1365. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  1366. package/stepped-progress-bar/esm/components/step-bar/index.css +685 -10
  1367. package/stepped-progress-bar/esm/index.css +689 -3
  1368. package/stepped-progress-bar/index.css +689 -3
  1369. package/stepped-progress-bar/modern/Component.js +1 -1
  1370. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  1371. package/stepped-progress-bar/modern/components/step-bar/index.css +685 -10
  1372. package/stepped-progress-bar/modern/index.css +689 -3
  1373. package/switch/Component.js +1 -1
  1374. package/switch/cssm/index.module.css +668 -0
  1375. package/switch/esm/Component.js +1 -1
  1376. package/switch/esm/index.css +693 -25
  1377. package/switch/index.css +693 -25
  1378. package/switch/modern/Component.js +1 -1
  1379. package/switch/modern/index.css +693 -25
  1380. package/table/component.js +1 -1
  1381. package/table/components/index.js +1 -1
  1382. package/table/components/pagination/Component.js +2 -2
  1383. package/table/components/pagination/index.css +690 -8
  1384. package/table/components/pagination/index.js +1 -1
  1385. package/table/components/pagination/select-field/index.css +693 -4
  1386. package/table/components/pagination/select-field/index.js +2 -2
  1387. package/table/components/table/Component.js +2 -2
  1388. package/table/components/table/index.css +687 -6
  1389. package/table/components/table/index.js +1 -1
  1390. package/table/components/table/utils.js +1 -1
  1391. package/table/components/tbody/Component.js +2 -2
  1392. package/table/components/tbody/index.css +694 -2
  1393. package/table/components/tbody/index.js +1 -1
  1394. package/table/components/tcell/Component.js +2 -2
  1395. package/table/components/tcell/index.css +687 -4
  1396. package/table/components/tcell/index.js +1 -1
  1397. package/table/components/texpandable-row/Component.js +2 -2
  1398. package/table/components/texpandable-row/index.css +697 -5
  1399. package/table/components/texpandable-row/index.js +1 -1
  1400. package/table/components/thead/Component.js +2 -2
  1401. package/table/components/thead/index.css +695 -6
  1402. package/table/components/thead/index.js +1 -1
  1403. package/table/components/thead-cell/Component.js +2 -2
  1404. package/table/components/thead-cell/index.css +687 -5
  1405. package/table/components/thead-cell/index.js +1 -1
  1406. package/table/components/trow/Component.js +2 -2
  1407. package/table/components/trow/index.css +693 -8
  1408. package/table/components/trow/index.js +1 -1
  1409. package/table/components/tsortable-head-cell/Component.js +2 -2
  1410. package/table/components/tsortable-head-cell/index.css +693 -9
  1411. package/table/components/tsortable-head-cell/index.js +1 -1
  1412. package/table/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1413. package/table/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1414. package/table/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1415. package/table/cssm/components/pagination/index.module.css +682 -0
  1416. package/table/cssm/components/pagination/select-field/index.module.css +689 -0
  1417. package/table/cssm/components/table/index.module.css +681 -0
  1418. package/table/cssm/components/tbody/index.module.css +692 -0
  1419. package/table/cssm/components/tcell/index.module.css +683 -0
  1420. package/table/cssm/components/texpandable-row/index.module.css +692 -0
  1421. package/table/cssm/components/thead/index.module.css +689 -0
  1422. package/table/cssm/components/thead-cell/index.module.css +682 -0
  1423. package/table/cssm/components/trow/index.module.css +685 -0
  1424. package/table/cssm/components/tsortable-head-cell/index.module.css +684 -0
  1425. package/table/esm/component.js +1 -1
  1426. package/table/esm/components/index.js +1 -1
  1427. package/table/esm/components/pagination/Component.js +2 -2
  1428. package/table/esm/components/pagination/index.css +690 -8
  1429. package/table/esm/components/pagination/index.js +1 -1
  1430. package/table/esm/components/pagination/select-field/index.css +693 -4
  1431. package/table/esm/components/pagination/select-field/index.js +2 -2
  1432. package/table/esm/components/table/Component.js +2 -2
  1433. package/table/esm/components/table/index.css +687 -6
  1434. package/table/esm/components/table/index.js +1 -1
  1435. package/table/esm/components/table/utils.js +1 -1
  1436. package/table/esm/components/tbody/Component.js +2 -2
  1437. package/table/esm/components/tbody/index.css +694 -2
  1438. package/table/esm/components/tbody/index.js +1 -1
  1439. package/table/esm/components/tcell/Component.js +2 -2
  1440. package/table/esm/components/tcell/index.css +687 -4
  1441. package/table/esm/components/tcell/index.js +1 -1
  1442. package/table/esm/components/texpandable-row/Component.js +2 -2
  1443. package/table/esm/components/texpandable-row/index.css +697 -5
  1444. package/table/esm/components/texpandable-row/index.js +1 -1
  1445. package/table/esm/components/thead/Component.js +2 -2
  1446. package/table/esm/components/thead/index.css +695 -6
  1447. package/table/esm/components/thead/index.js +1 -1
  1448. package/table/esm/components/thead-cell/Component.js +2 -2
  1449. package/table/esm/components/thead-cell/index.css +687 -5
  1450. package/table/esm/components/thead-cell/index.js +1 -1
  1451. package/table/esm/components/trow/Component.js +2 -2
  1452. package/table/esm/components/trow/index.css +693 -8
  1453. package/table/esm/components/trow/index.js +1 -1
  1454. package/table/esm/components/tsortable-head-cell/Component.js +2 -2
  1455. package/table/esm/components/tsortable-head-cell/index.css +693 -9
  1456. package/table/esm/components/tsortable-head-cell/index.js +1 -1
  1457. package/table/esm/components/tsortable-head-cell/sort-icon-asc.js +1 -1
  1458. package/table/esm/components/tsortable-head-cell/sort-icon-desc.js +1 -1
  1459. package/table/esm/components/tsortable-head-cell/sort-icon-unset.js +1 -1
  1460. package/table/esm/index.js +1 -1
  1461. package/{tabs/tslib.es6-3a9c9503.d.ts → table/esm/tslib.es6-3fb3d2dc.d.ts} +0 -0
  1462. package/{tabs/esm/tslib.es6-0d96f196.js → table/esm/tslib.es6-3fb3d2dc.js} +0 -0
  1463. package/table/index.js +1 -1
  1464. package/table/modern/components/pagination/Component.js +1 -1
  1465. package/table/modern/components/pagination/index.css +690 -8
  1466. package/table/modern/components/pagination/select-field/index.css +693 -4
  1467. package/table/modern/components/pagination/select-field/index.js +1 -1
  1468. package/table/modern/components/table/Component.js +1 -1
  1469. package/table/modern/components/table/index.css +687 -6
  1470. package/table/modern/components/tbody/Component.js +1 -1
  1471. package/table/modern/components/tbody/index.css +694 -2
  1472. package/table/modern/components/tcell/Component.js +1 -1
  1473. package/table/modern/components/tcell/index.css +687 -4
  1474. package/table/modern/components/texpandable-row/Component.js +1 -1
  1475. package/table/modern/components/texpandable-row/index.css +697 -5
  1476. package/table/modern/components/thead/Component.js +1 -1
  1477. package/table/modern/components/thead/index.css +695 -6
  1478. package/table/modern/components/thead-cell/Component.js +1 -1
  1479. package/table/modern/components/thead-cell/index.css +687 -5
  1480. package/table/modern/components/trow/Component.js +1 -1
  1481. package/table/modern/components/trow/index.css +693 -8
  1482. package/table/modern/components/tsortable-head-cell/Component.js +1 -1
  1483. package/table/modern/components/tsortable-head-cell/index.css +693 -9
  1484. package/{typography/colors.module-95de0a84.d.ts → table/tslib.es6-93f4b0d0.d.ts} +0 -0
  1485. package/table/tslib.es6-93f4b0d0.js +40 -0
  1486. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  1487. package/tabs/components/primary-tablist/Component.js +1 -1
  1488. package/tabs/components/primary-tablist/Component.mobile.js +3 -3
  1489. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  1490. package/tabs/components/primary-tablist/index.css +700 -19
  1491. package/tabs/components/primary-tablist/mobile.css +689 -22
  1492. package/tabs/components/scrollable-container/Component.js +1 -1
  1493. package/tabs/components/scrollable-container/index.css +734 -4
  1494. package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
  1495. package/tabs/components/secondary-tablist/Component.js +1 -1
  1496. package/tabs/components/secondary-tablist/Component.mobile.js +3 -3
  1497. package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
  1498. package/tabs/components/secondary-tablist/index.css +729 -10
  1499. package/tabs/components/secondary-tablist/mobile.css +716 -12
  1500. package/tabs/components/tab/Component.js +1 -1
  1501. package/tabs/components/tab/index.css +3 -3
  1502. package/tabs/components/tabs/Component.desktop.js +3 -3
  1503. package/tabs/components/tabs/Component.mobile.js +3 -3
  1504. package/tabs/components/tabs/Component.responsive.js +3 -3
  1505. package/tabs/cssm/components/primary-tablist/index.module.css +681 -0
  1506. package/tabs/cssm/components/primary-tablist/mobile.module.css +717 -0
  1507. package/tabs/cssm/components/scrollable-container/index.module.css +730 -0
  1508. package/tabs/cssm/components/secondary-tablist/index.module.css +719 -0
  1509. package/tabs/cssm/components/secondary-tablist/mobile.module.css +726 -0
  1510. package/tabs/cssm/vars.css +730 -0
  1511. package/tabs/desktop.js +3 -3
  1512. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  1513. package/tabs/esm/components/primary-tablist/Component.js +1 -1
  1514. package/tabs/esm/components/primary-tablist/Component.mobile.js +3 -3
  1515. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  1516. package/tabs/esm/components/primary-tablist/index.css +700 -19
  1517. package/tabs/esm/components/primary-tablist/mobile.css +689 -22
  1518. package/tabs/esm/components/scrollable-container/Component.js +1 -1
  1519. package/tabs/esm/components/scrollable-container/index.css +734 -4
  1520. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  1521. package/tabs/esm/components/secondary-tablist/Component.js +1 -1
  1522. package/tabs/esm/components/secondary-tablist/Component.mobile.js +3 -3
  1523. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  1524. package/tabs/esm/components/secondary-tablist/index.css +729 -10
  1525. package/tabs/esm/components/secondary-tablist/mobile.css +716 -12
  1526. package/tabs/esm/components/tab/Component.js +1 -1
  1527. package/tabs/esm/components/tab/index.css +3 -3
  1528. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  1529. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  1530. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  1531. package/tabs/esm/desktop.js +3 -3
  1532. package/tabs/esm/index.js +3 -3
  1533. package/tabs/esm/index.module-7a4e70e5.js +4 -0
  1534. package/tabs/esm/index.module-c824b74f.js +4 -0
  1535. package/tabs/esm/mobile.js +3 -3
  1536. package/tabs/esm/responsive.js +3 -3
  1537. package/{typography/esm/colors.module-f5234f1d.d.ts → tabs/esm/tslib.es6-742c7a24.d.ts} +0 -0
  1538. package/tabs/esm/tslib.es6-742c7a24.js +40 -0
  1539. package/tabs/index.js +3 -3
  1540. package/tabs/index.module-877699f0.js +4 -0
  1541. package/tabs/index.module-bd0fd49b.js +4 -0
  1542. package/tabs/mobile.js +3 -3
  1543. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  1544. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  1545. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  1546. package/tabs/modern/components/primary-tablist/index.css +700 -19
  1547. package/tabs/modern/components/primary-tablist/mobile.css +689 -22
  1548. package/tabs/modern/components/scrollable-container/Component.js +1 -1
  1549. package/tabs/modern/components/scrollable-container/index.css +734 -4
  1550. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  1551. package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
  1552. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  1553. package/tabs/modern/components/secondary-tablist/index.css +729 -10
  1554. package/tabs/modern/components/secondary-tablist/mobile.css +716 -12
  1555. package/tabs/modern/components/tab/Component.js +1 -1
  1556. package/tabs/modern/components/tab/index.css +3 -3
  1557. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  1558. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  1559. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  1560. package/tabs/modern/desktop.js +2 -2
  1561. package/tabs/modern/index.js +2 -2
  1562. package/tabs/modern/index.module-7a4e70e5.js +4 -0
  1563. package/tabs/modern/index.module-c824b74f.js +4 -0
  1564. package/tabs/modern/mobile.js +2 -2
  1565. package/tabs/modern/responsive.js +2 -2
  1566. package/tabs/responsive.js +3 -3
  1567. package/tabs/tslib.es6-30333d5e.d.ts +32 -0
  1568. package/tabs/tslib.es6-30333d5e.js +40 -0
  1569. package/tag/Component.js +3 -3
  1570. package/tag/cssm/default.module.css +702 -0
  1571. package/tag/cssm/index.module.css +703 -0
  1572. package/tag/cssm/inverted.module.css +702 -0
  1573. package/tag/cssm/vars.css +733 -0
  1574. package/tag/default.css +710 -8
  1575. package/tag/esm/Component.js +3 -3
  1576. package/tag/esm/default.css +710 -8
  1577. package/tag/esm/index.css +740 -37
  1578. package/tag/esm/inverted.css +710 -8
  1579. package/tag/index.css +740 -37
  1580. package/tag/inverted.css +710 -8
  1581. package/tag/modern/Component.js +3 -3
  1582. package/tag/modern/default.css +710 -8
  1583. package/tag/modern/index.css +740 -37
  1584. package/tag/modern/inverted.css +710 -8
  1585. package/textarea/Component.js +3 -3
  1586. package/textarea/cssm/default.module.css +686 -0
  1587. package/textarea/cssm/index.module.css +682 -0
  1588. package/textarea/cssm/inverted.module.css +686 -0
  1589. package/textarea/default.css +704 -18
  1590. package/textarea/esm/Component.js +3 -3
  1591. package/textarea/esm/default.css +704 -18
  1592. package/textarea/esm/index.css +703 -21
  1593. package/textarea/esm/inverted.css +704 -18
  1594. package/textarea/index.css +703 -21
  1595. package/textarea/inverted.css +704 -18
  1596. package/textarea/modern/Component.js +3 -3
  1597. package/textarea/modern/default.css +704 -18
  1598. package/textarea/modern/index.css +703 -21
  1599. package/textarea/modern/inverted.css +704 -18
  1600. package/themes/compiled/mobile-dark-bluetint.css +280 -280
  1601. package/themes/dist/compiled/mobile-dark-bluetint.css +737 -730
  1602. package/toast/component.js +1 -1
  1603. package/toast/cssm/index.module.css +688 -0
  1604. package/toast/esm/component.js +1 -1
  1605. package/toast/esm/index.css +698 -10
  1606. package/toast/index.css +698 -10
  1607. package/toast/modern/component.js +1 -1
  1608. package/toast/modern/index.css +698 -10
  1609. package/toast-plate/component.js +1 -1
  1610. package/toast-plate/esm/component.js +1 -1
  1611. package/toast-plate/esm/index.css +16 -16
  1612. package/toast-plate/index.css +16 -16
  1613. package/toast-plate/modern/component.js +1 -1
  1614. package/toast-plate/modern/index.css +16 -16
  1615. package/tooltip/{Component-ff95c212.d.ts → Component-5973d4dc.d.ts} +0 -0
  1616. package/tooltip/{Component-ff95c212.js → Component-5973d4dc.js} +3 -3
  1617. package/tooltip/Component.js +1 -1
  1618. package/tooltip/component.responsive.js +2 -2
  1619. package/tooltip/cssm/default.module.css +684 -0
  1620. package/tooltip/cssm/index.module.css +682 -0
  1621. package/tooltip/cssm/inverted.module.css +680 -0
  1622. package/tooltip/default.css +687 -3
  1623. package/tooltip/esm/{Component-994b3c90.d.ts → Component-191bddbc.d.ts} +0 -0
  1624. package/tooltip/esm/{Component-994b3c90.js → Component-191bddbc.js} +3 -3
  1625. package/tooltip/esm/Component.js +1 -1
  1626. package/tooltip/esm/component.responsive.js +2 -2
  1627. package/tooltip/esm/default.css +687 -3
  1628. package/tooltip/esm/index.css +688 -6
  1629. package/tooltip/esm/index.d.ts +1 -1
  1630. package/tooltip/esm/index.js +1 -1
  1631. package/tooltip/esm/inverted.css +685 -5
  1632. package/tooltip/esm/responsive.css +3 -3
  1633. package/tooltip/esm/responsive.js +1 -1
  1634. package/tooltip/index.css +688 -6
  1635. package/tooltip/index.d.ts +1 -1
  1636. package/tooltip/index.js +1 -1
  1637. package/tooltip/inverted.css +685 -5
  1638. package/tooltip/modern/Component.js +3 -3
  1639. package/tooltip/modern/component.responsive.js +1 -1
  1640. package/tooltip/modern/default.css +687 -3
  1641. package/tooltip/modern/index.css +688 -6
  1642. package/tooltip/modern/inverted.css +685 -5
  1643. package/tooltip/modern/responsive.css +3 -3
  1644. package/tooltip/responsive.css +3 -3
  1645. package/tooltip/responsive.js +1 -1
  1646. package/typography/colors.css +690 -12
  1647. package/typography/colors.module-cc193381.d.ts +32 -0
  1648. package/typography/{colors.module-95de0a84.js → colors.module-cc193381.js} +1 -1
  1649. package/typography/common.module-2793c4c4.js +4 -0
  1650. package/typography/component.js +2 -2
  1651. package/typography/cssm/colors.module.css +678 -0
  1652. package/typography/cssm/text/index.module.css +689 -0
  1653. package/typography/cssm/title/index.module.css +682 -0
  1654. package/typography/cssm/title-mobile/index.module.css +688 -0
  1655. package/typography/cssm/title-responsive/index.module.css +682 -0
  1656. package/typography/esm/colors.css +690 -12
  1657. package/typography/esm/colors.module-3c784e53.d.ts +32 -0
  1658. package/typography/esm/{colors.module-f5234f1d.js → colors.module-3c784e53.js} +1 -1
  1659. package/typography/esm/common.module-1bdaaf8c.js +4 -0
  1660. package/typography/esm/component.js +2 -2
  1661. package/typography/esm/index.js +2 -2
  1662. package/typography/esm/text/component.js +2 -2
  1663. package/typography/esm/text/index.css +702 -13
  1664. package/typography/esm/text/index.js +1 -1
  1665. package/typography/esm/title/common.css +4 -4
  1666. package/typography/esm/title/component.js +1 -1
  1667. package/typography/esm/title/index.css +700 -18
  1668. package/typography/esm/title/index.js +3 -3
  1669. package/typography/esm/title-mobile/component.js +3 -3
  1670. package/typography/esm/title-mobile/index.css +701 -13
  1671. package/typography/esm/title-mobile/index.js +2 -2
  1672. package/typography/esm/title-responsive/component.js +3 -3
  1673. package/typography/esm/title-responsive/index.css +722 -40
  1674. package/typography/esm/title-responsive/index.js +2 -2
  1675. package/typography/index.js +2 -2
  1676. package/typography/modern/colors.css +690 -12
  1677. package/typography/modern/colors.module-8a1ab81a.js +4 -0
  1678. package/typography/modern/common.module-1bdaaf8c.js +4 -0
  1679. package/typography/modern/component.js +2 -2
  1680. package/typography/modern/index.js +2 -2
  1681. package/typography/modern/text/component.js +2 -2
  1682. package/typography/modern/text/index.css +702 -13
  1683. package/typography/modern/text/index.js +1 -1
  1684. package/typography/modern/title/common.css +4 -4
  1685. package/typography/modern/title/component.js +1 -1
  1686. package/typography/modern/title/index.css +700 -18
  1687. package/typography/modern/title/index.js +3 -3
  1688. package/typography/modern/title-mobile/component.js +3 -3
  1689. package/typography/modern/title-mobile/index.css +701 -13
  1690. package/typography/modern/title-mobile/index.js +2 -2
  1691. package/typography/modern/title-responsive/component.js +3 -3
  1692. package/typography/modern/title-responsive/index.css +722 -40
  1693. package/typography/modern/title-responsive/index.js +2 -2
  1694. package/typography/text/component.js +2 -2
  1695. package/typography/text/index.css +702 -13
  1696. package/typography/text/index.js +1 -1
  1697. package/typography/title/common.css +4 -4
  1698. package/typography/title/component.js +1 -1
  1699. package/typography/title/index.css +700 -18
  1700. package/typography/title/index.js +3 -3
  1701. package/typography/title-mobile/component.js +3 -3
  1702. package/typography/title-mobile/index.css +701 -13
  1703. package/typography/title-mobile/index.js +2 -2
  1704. package/typography/title-responsive/component.js +3 -3
  1705. package/typography/title-responsive/index.css +722 -40
  1706. package/typography/title-responsive/index.js +2 -2
  1707. package/with-suffix/Component.js +1 -1
  1708. package/with-suffix/cssm/index.module.css +692 -0
  1709. package/with-suffix/esm/Component.js +1 -1
  1710. package/with-suffix/esm/index.css +700 -8
  1711. package/with-suffix/index.css +700 -8
  1712. package/with-suffix/modern/Component.js +1 -1
  1713. package/with-suffix/modern/index.css +700 -8
  1714. package/calendar-range/modern/index.module-ee4a9e95.js +0 -4
  1715. package/grid/esm/gutters.module-80c4410f.js +0 -27
  1716. package/grid/gutters.module-b006e876.js +0 -28
  1717. package/grid/modern/gutters.module-f040b1ba.js +0 -4
  1718. package/input-autocomplete/Component-7d703cac.d.ts +0 -37
  1719. package/input-autocomplete/Component-7d703cac.js +0 -81
  1720. package/input-autocomplete/cssm/Component-a04a9434.d.ts +0 -37
  1721. package/input-autocomplete/cssm/Component-a04a9434.js +0 -80
  1722. package/input-autocomplete/esm/Component-077ac41e.d.ts +0 -37
  1723. package/input-autocomplete/esm/Component-077ac41e.js +0 -74
  1724. package/modal/esm/transitions.module-afba711d.js +0 -4
  1725. package/modal/modern/transitions.module-afba711d.js +0 -4
  1726. package/modal/transitions.module-cc3fbd9e.js +0 -4
  1727. package/tabs/esm/index.module-0b49bd8c.js +0 -4
  1728. package/tabs/esm/index.module-467f4c32.js +0 -4
  1729. package/tabs/index.module-0f417062.js +0 -4
  1730. package/tabs/index.module-24f4736a.js +0 -4
  1731. package/tabs/modern/index.module-0b49bd8c.js +0 -4
  1732. package/tabs/modern/index.module-467f4c32.js +0 -4
  1733. package/typography/common.module-a227d22a.js +0 -4
  1734. package/typography/esm/common.module-8426507e.js +0 -4
  1735. package/typography/modern/colors.module-1e7b8b1f.js +0 -4
  1736. package/typography/modern/common.module-8426507e.js +0 -4
@@ -1,4 +1,4 @@
1
- import '../gutters.module-80c4410f.js';
1
+ import '../gutters.module-04d57550.js';
2
2
  import 'classnames';
3
3
  import 'react';
4
4
  import '../utils/index.js';
@@ -1,41 +1,41 @@
1
1
  /* hash: ka07c */
2
2
  /* stylelint-disable comment-empty-line-before */
3
- .grid__row_1xovt.grid__gutter-8_1xovt {
3
+ .grid__row_1123s.grid__gutter-8_1123s {
4
4
  /* prettier-ignore */
5
5
  margin-left: calc(-8px / 2);
6
6
 
7
7
  /* prettier-ignore */
8
8
  margin-right: calc(-8px / 2)
9
9
  }
10
- .grid__row_1xovt.grid__gutter-8_1xovt > .grid__col_1xovt {
10
+ .grid__row_1123s.grid__gutter-8_1123s > .grid__col_1123s {
11
11
  /* prettier-ignore */
12
12
  padding-left: calc(8px / 2);
13
13
 
14
14
  /* prettier-ignore */
15
15
  padding-right: calc(8px / 2);
16
16
  }
17
- .grid__row_1xovt.grid__gutter-16_1xovt {
17
+ .grid__row_1123s.grid__gutter-16_1123s {
18
18
  /* prettier-ignore */
19
19
  margin-left: calc(-16px / 2);
20
20
 
21
21
  /* prettier-ignore */
22
22
  margin-right: calc(-16px / 2)
23
23
  }
24
- .grid__row_1xovt.grid__gutter-16_1xovt > .grid__col_1xovt {
24
+ .grid__row_1123s.grid__gutter-16_1123s > .grid__col_1123s {
25
25
  /* prettier-ignore */
26
26
  padding-left: calc(16px / 2);
27
27
 
28
28
  /* prettier-ignore */
29
29
  padding-right: calc(16px / 2);
30
30
  }
31
- .grid__row_1xovt.grid__gutter-24_1xovt {
31
+ .grid__row_1123s.grid__gutter-24_1123s {
32
32
  /* prettier-ignore */
33
33
  margin-left: calc(-24px / 2);
34
34
 
35
35
  /* prettier-ignore */
36
36
  margin-right: calc(-24px / 2)
37
37
  }
38
- .grid__row_1xovt.grid__gutter-24_1xovt > .grid__col_1xovt {
38
+ .grid__row_1123s.grid__gutter-24_1123s > .grid__col_1123s {
39
39
  /* prettier-ignore */
40
40
  padding-left: calc(24px / 2);
41
41
 
@@ -43,7 +43,7 @@
43
43
  padding-right: calc(24px / 2);
44
44
  }
45
45
  @media (max-width: 599px) {
46
- .grid__row_1xovt.grid__gutter-mobile-8_1xovt {
46
+ .grid__row_1123s.grid__gutter-mobile-8_1123s {
47
47
  /* prettier-ignore */
48
48
  margin-left: calc(-8px / 2);
49
49
 
@@ -51,14 +51,14 @@
51
51
  margin-right: calc(-8px / 2)
52
52
  }
53
53
 
54
- .grid__row_1xovt.grid__gutter-mobile-8_1xovt > .grid__col_1xovt {
54
+ .grid__row_1123s.grid__gutter-mobile-8_1123s > .grid__col_1123s {
55
55
  /* prettier-ignore */
56
56
  padding-left: calc(8px / 2);
57
57
 
58
58
  /* prettier-ignore */
59
59
  padding-right: calc(8px / 2);
60
60
  }
61
- .grid__row_1xovt.grid__gutter-mobile-16_1xovt {
61
+ .grid__row_1123s.grid__gutter-mobile-16_1123s {
62
62
  /* prettier-ignore */
63
63
  margin-left: calc(-16px / 2);
64
64
 
@@ -66,14 +66,14 @@
66
66
  margin-right: calc(-16px / 2)
67
67
  }
68
68
 
69
- .grid__row_1xovt.grid__gutter-mobile-16_1xovt > .grid__col_1xovt {
69
+ .grid__row_1123s.grid__gutter-mobile-16_1123s > .grid__col_1123s {
70
70
  /* prettier-ignore */
71
71
  padding-left: calc(16px / 2);
72
72
 
73
73
  /* prettier-ignore */
74
74
  padding-right: calc(16px / 2);
75
75
  }
76
- .grid__row_1xovt.grid__gutter-mobile-24_1xovt {
76
+ .grid__row_1123s.grid__gutter-mobile-24_1123s {
77
77
  /* prettier-ignore */
78
78
  margin-left: calc(-24px / 2);
79
79
 
@@ -81,7 +81,7 @@
81
81
  margin-right: calc(-24px / 2)
82
82
  }
83
83
 
84
- .grid__row_1xovt.grid__gutter-mobile-24_1xovt > .grid__col_1xovt {
84
+ .grid__row_1123s.grid__gutter-mobile-24_1123s > .grid__col_1123s {
85
85
  /* prettier-ignore */
86
86
  padding-left: calc(24px / 2);
87
87
 
@@ -90,7 +90,7 @@
90
90
  }
91
91
  }
92
92
  @media (min-width: 360px) {
93
- .grid__row_1xovt.grid__gutter-mobile-s-8_1xovt {
93
+ .grid__row_1123s.grid__gutter-mobile-s-8_1123s {
94
94
  /* prettier-ignore */
95
95
  margin-left: calc(-8px / 2);
96
96
 
@@ -98,14 +98,14 @@
98
98
  margin-right: calc(-8px / 2)
99
99
  }
100
100
 
101
- .grid__row_1xovt.grid__gutter-mobile-s-8_1xovt > .grid__col_1xovt {
101
+ .grid__row_1123s.grid__gutter-mobile-s-8_1123s > .grid__col_1123s {
102
102
  /* prettier-ignore */
103
103
  padding-left: calc(8px / 2);
104
104
 
105
105
  /* prettier-ignore */
106
106
  padding-right: calc(8px / 2);
107
107
  }
108
- .grid__row_1xovt.grid__gutter-mobile-s-16_1xovt {
108
+ .grid__row_1123s.grid__gutter-mobile-s-16_1123s {
109
109
  /* prettier-ignore */
110
110
  margin-left: calc(-16px / 2);
111
111
 
@@ -113,14 +113,14 @@
113
113
  margin-right: calc(-16px / 2)
114
114
  }
115
115
 
116
- .grid__row_1xovt.grid__gutter-mobile-s-16_1xovt > .grid__col_1xovt {
116
+ .grid__row_1123s.grid__gutter-mobile-s-16_1123s > .grid__col_1123s {
117
117
  /* prettier-ignore */
118
118
  padding-left: calc(16px / 2);
119
119
 
120
120
  /* prettier-ignore */
121
121
  padding-right: calc(16px / 2);
122
122
  }
123
- .grid__row_1xovt.grid__gutter-mobile-s-24_1xovt {
123
+ .grid__row_1123s.grid__gutter-mobile-s-24_1123s {
124
124
  /* prettier-ignore */
125
125
  margin-left: calc(-24px / 2);
126
126
 
@@ -128,7 +128,7 @@
128
128
  margin-right: calc(-24px / 2)
129
129
  }
130
130
 
131
- .grid__row_1xovt.grid__gutter-mobile-s-24_1xovt > .grid__col_1xovt {
131
+ .grid__row_1123s.grid__gutter-mobile-s-24_1123s > .grid__col_1123s {
132
132
  /* prettier-ignore */
133
133
  padding-left: calc(24px / 2);
134
134
 
@@ -137,7 +137,7 @@
137
137
  }
138
138
  }
139
139
  @media (min-width: 375px) {
140
- .grid__row_1xovt.grid__gutter-mobile-m-8_1xovt {
140
+ .grid__row_1123s.grid__gutter-mobile-m-8_1123s {
141
141
  /* prettier-ignore */
142
142
  margin-left: calc(-8px / 2);
143
143
 
@@ -145,14 +145,14 @@
145
145
  margin-right: calc(-8px / 2)
146
146
  }
147
147
 
148
- .grid__row_1xovt.grid__gutter-mobile-m-8_1xovt > .grid__col_1xovt {
148
+ .grid__row_1123s.grid__gutter-mobile-m-8_1123s > .grid__col_1123s {
149
149
  /* prettier-ignore */
150
150
  padding-left: calc(8px / 2);
151
151
 
152
152
  /* prettier-ignore */
153
153
  padding-right: calc(8px / 2);
154
154
  }
155
- .grid__row_1xovt.grid__gutter-mobile-m-16_1xovt {
155
+ .grid__row_1123s.grid__gutter-mobile-m-16_1123s {
156
156
  /* prettier-ignore */
157
157
  margin-left: calc(-16px / 2);
158
158
 
@@ -160,14 +160,14 @@
160
160
  margin-right: calc(-16px / 2)
161
161
  }
162
162
 
163
- .grid__row_1xovt.grid__gutter-mobile-m-16_1xovt > .grid__col_1xovt {
163
+ .grid__row_1123s.grid__gutter-mobile-m-16_1123s > .grid__col_1123s {
164
164
  /* prettier-ignore */
165
165
  padding-left: calc(16px / 2);
166
166
 
167
167
  /* prettier-ignore */
168
168
  padding-right: calc(16px / 2);
169
169
  }
170
- .grid__row_1xovt.grid__gutter-mobile-m-24_1xovt {
170
+ .grid__row_1123s.grid__gutter-mobile-m-24_1123s {
171
171
  /* prettier-ignore */
172
172
  margin-left: calc(-24px / 2);
173
173
 
@@ -175,7 +175,7 @@
175
175
  margin-right: calc(-24px / 2)
176
176
  }
177
177
 
178
- .grid__row_1xovt.grid__gutter-mobile-m-24_1xovt > .grid__col_1xovt {
178
+ .grid__row_1123s.grid__gutter-mobile-m-24_1123s > .grid__col_1123s {
179
179
  /* prettier-ignore */
180
180
  padding-left: calc(24px / 2);
181
181
 
@@ -184,7 +184,7 @@
184
184
  }
185
185
  }
186
186
  @media (min-width: 412px) {
187
- .grid__row_1xovt.grid__gutter-mobile-l-8_1xovt {
187
+ .grid__row_1123s.grid__gutter-mobile-l-8_1123s {
188
188
  /* prettier-ignore */
189
189
  margin-left: calc(-8px / 2);
190
190
 
@@ -192,14 +192,14 @@
192
192
  margin-right: calc(-8px / 2)
193
193
  }
194
194
 
195
- .grid__row_1xovt.grid__gutter-mobile-l-8_1xovt > .grid__col_1xovt {
195
+ .grid__row_1123s.grid__gutter-mobile-l-8_1123s > .grid__col_1123s {
196
196
  /* prettier-ignore */
197
197
  padding-left: calc(8px / 2);
198
198
 
199
199
  /* prettier-ignore */
200
200
  padding-right: calc(8px / 2);
201
201
  }
202
- .grid__row_1xovt.grid__gutter-mobile-l-16_1xovt {
202
+ .grid__row_1123s.grid__gutter-mobile-l-16_1123s {
203
203
  /* prettier-ignore */
204
204
  margin-left: calc(-16px / 2);
205
205
 
@@ -207,14 +207,14 @@
207
207
  margin-right: calc(-16px / 2)
208
208
  }
209
209
 
210
- .grid__row_1xovt.grid__gutter-mobile-l-16_1xovt > .grid__col_1xovt {
210
+ .grid__row_1123s.grid__gutter-mobile-l-16_1123s > .grid__col_1123s {
211
211
  /* prettier-ignore */
212
212
  padding-left: calc(16px / 2);
213
213
 
214
214
  /* prettier-ignore */
215
215
  padding-right: calc(16px / 2);
216
216
  }
217
- .grid__row_1xovt.grid__gutter-mobile-l-24_1xovt {
217
+ .grid__row_1123s.grid__gutter-mobile-l-24_1123s {
218
218
  /* prettier-ignore */
219
219
  margin-left: calc(-24px / 2);
220
220
 
@@ -222,7 +222,7 @@
222
222
  margin-right: calc(-24px / 2)
223
223
  }
224
224
 
225
- .grid__row_1xovt.grid__gutter-mobile-l-24_1xovt > .grid__col_1xovt {
225
+ .grid__row_1123s.grid__gutter-mobile-l-24_1123s > .grid__col_1123s {
226
226
  /* prettier-ignore */
227
227
  padding-left: calc(24px / 2);
228
228
 
@@ -231,7 +231,7 @@
231
231
  }
232
232
  }
233
233
  @media (min-width: 600px) and (max-width: 1023px) {
234
- .grid__row_1xovt.grid__gutter-tablet-8_1xovt {
234
+ .grid__row_1123s.grid__gutter-tablet-8_1123s {
235
235
  /* prettier-ignore */
236
236
  margin-left: calc(-8px / 2);
237
237
 
@@ -239,14 +239,14 @@
239
239
  margin-right: calc(-8px / 2)
240
240
  }
241
241
 
242
- .grid__row_1xovt.grid__gutter-tablet-8_1xovt > .grid__col_1xovt {
242
+ .grid__row_1123s.grid__gutter-tablet-8_1123s > .grid__col_1123s {
243
243
  /* prettier-ignore */
244
244
  padding-left: calc(8px / 2);
245
245
 
246
246
  /* prettier-ignore */
247
247
  padding-right: calc(8px / 2);
248
248
  }
249
- .grid__row_1xovt.grid__gutter-tablet-16_1xovt {
249
+ .grid__row_1123s.grid__gutter-tablet-16_1123s {
250
250
  /* prettier-ignore */
251
251
  margin-left: calc(-16px / 2);
252
252
 
@@ -254,14 +254,14 @@
254
254
  margin-right: calc(-16px / 2)
255
255
  }
256
256
 
257
- .grid__row_1xovt.grid__gutter-tablet-16_1xovt > .grid__col_1xovt {
257
+ .grid__row_1123s.grid__gutter-tablet-16_1123s > .grid__col_1123s {
258
258
  /* prettier-ignore */
259
259
  padding-left: calc(16px / 2);
260
260
 
261
261
  /* prettier-ignore */
262
262
  padding-right: calc(16px / 2);
263
263
  }
264
- .grid__row_1xovt.grid__gutter-tablet-24_1xovt {
264
+ .grid__row_1123s.grid__gutter-tablet-24_1123s {
265
265
  /* prettier-ignore */
266
266
  margin-left: calc(-24px / 2);
267
267
 
@@ -269,7 +269,7 @@
269
269
  margin-right: calc(-24px / 2)
270
270
  }
271
271
 
272
- .grid__row_1xovt.grid__gutter-tablet-24_1xovt > .grid__col_1xovt {
272
+ .grid__row_1123s.grid__gutter-tablet-24_1123s > .grid__col_1123s {
273
273
  /* prettier-ignore */
274
274
  padding-left: calc(24px / 2);
275
275
 
@@ -278,7 +278,7 @@
278
278
  }
279
279
  }
280
280
  @media (min-width: 600px) {
281
- .grid__row_1xovt.grid__gutter-tablet-s-8_1xovt {
281
+ .grid__row_1123s.grid__gutter-tablet-s-8_1123s {
282
282
  /* prettier-ignore */
283
283
  margin-left: calc(-8px / 2);
284
284
 
@@ -286,14 +286,14 @@
286
286
  margin-right: calc(-8px / 2)
287
287
  }
288
288
 
289
- .grid__row_1xovt.grid__gutter-tablet-s-8_1xovt > .grid__col_1xovt {
289
+ .grid__row_1123s.grid__gutter-tablet-s-8_1123s > .grid__col_1123s {
290
290
  /* prettier-ignore */
291
291
  padding-left: calc(8px / 2);
292
292
 
293
293
  /* prettier-ignore */
294
294
  padding-right: calc(8px / 2);
295
295
  }
296
- .grid__row_1xovt.grid__gutter-tablet-s-16_1xovt {
296
+ .grid__row_1123s.grid__gutter-tablet-s-16_1123s {
297
297
  /* prettier-ignore */
298
298
  margin-left: calc(-16px / 2);
299
299
 
@@ -301,14 +301,14 @@
301
301
  margin-right: calc(-16px / 2)
302
302
  }
303
303
 
304
- .grid__row_1xovt.grid__gutter-tablet-s-16_1xovt > .grid__col_1xovt {
304
+ .grid__row_1123s.grid__gutter-tablet-s-16_1123s > .grid__col_1123s {
305
305
  /* prettier-ignore */
306
306
  padding-left: calc(16px / 2);
307
307
 
308
308
  /* prettier-ignore */
309
309
  padding-right: calc(16px / 2);
310
310
  }
311
- .grid__row_1xovt.grid__gutter-tablet-s-24_1xovt {
311
+ .grid__row_1123s.grid__gutter-tablet-s-24_1123s {
312
312
  /* prettier-ignore */
313
313
  margin-left: calc(-24px / 2);
314
314
 
@@ -316,7 +316,7 @@
316
316
  margin-right: calc(-24px / 2)
317
317
  }
318
318
 
319
- .grid__row_1xovt.grid__gutter-tablet-s-24_1xovt > .grid__col_1xovt {
319
+ .grid__row_1123s.grid__gutter-tablet-s-24_1123s > .grid__col_1123s {
320
320
  /* prettier-ignore */
321
321
  padding-left: calc(24px / 2);
322
322
 
@@ -325,7 +325,7 @@
325
325
  }
326
326
  }
327
327
  @media (min-width: 768px) {
328
- .grid__row_1xovt.grid__gutter-tablet-m-8_1xovt {
328
+ .grid__row_1123s.grid__gutter-tablet-m-8_1123s {
329
329
  /* prettier-ignore */
330
330
  margin-left: calc(-8px / 2);
331
331
 
@@ -333,14 +333,14 @@
333
333
  margin-right: calc(-8px / 2)
334
334
  }
335
335
 
336
- .grid__row_1xovt.grid__gutter-tablet-m-8_1xovt > .grid__col_1xovt {
336
+ .grid__row_1123s.grid__gutter-tablet-m-8_1123s > .grid__col_1123s {
337
337
  /* prettier-ignore */
338
338
  padding-left: calc(8px / 2);
339
339
 
340
340
  /* prettier-ignore */
341
341
  padding-right: calc(8px / 2);
342
342
  }
343
- .grid__row_1xovt.grid__gutter-tablet-m-16_1xovt {
343
+ .grid__row_1123s.grid__gutter-tablet-m-16_1123s {
344
344
  /* prettier-ignore */
345
345
  margin-left: calc(-16px / 2);
346
346
 
@@ -348,14 +348,14 @@
348
348
  margin-right: calc(-16px / 2)
349
349
  }
350
350
 
351
- .grid__row_1xovt.grid__gutter-tablet-m-16_1xovt > .grid__col_1xovt {
351
+ .grid__row_1123s.grid__gutter-tablet-m-16_1123s > .grid__col_1123s {
352
352
  /* prettier-ignore */
353
353
  padding-left: calc(16px / 2);
354
354
 
355
355
  /* prettier-ignore */
356
356
  padding-right: calc(16px / 2);
357
357
  }
358
- .grid__row_1xovt.grid__gutter-tablet-m-24_1xovt {
358
+ .grid__row_1123s.grid__gutter-tablet-m-24_1123s {
359
359
  /* prettier-ignore */
360
360
  margin-left: calc(-24px / 2);
361
361
 
@@ -363,7 +363,7 @@
363
363
  margin-right: calc(-24px / 2)
364
364
  }
365
365
 
366
- .grid__row_1xovt.grid__gutter-tablet-m-24_1xovt > .grid__col_1xovt {
366
+ .grid__row_1123s.grid__gutter-tablet-m-24_1123s > .grid__col_1123s {
367
367
  /* prettier-ignore */
368
368
  padding-left: calc(24px / 2);
369
369
 
@@ -372,7 +372,7 @@
372
372
  }
373
373
  }
374
374
  @media (min-width: 1024px) {
375
- .grid__row_1xovt.grid__gutter-desktop-8_1xovt {
375
+ .grid__row_1123s.grid__gutter-desktop-8_1123s {
376
376
  /* prettier-ignore */
377
377
  margin-left: calc(-8px / 2);
378
378
 
@@ -380,14 +380,14 @@
380
380
  margin-right: calc(-8px / 2)
381
381
  }
382
382
 
383
- .grid__row_1xovt.grid__gutter-desktop-8_1xovt > .grid__col_1xovt {
383
+ .grid__row_1123s.grid__gutter-desktop-8_1123s > .grid__col_1123s {
384
384
  /* prettier-ignore */
385
385
  padding-left: calc(8px / 2);
386
386
 
387
387
  /* prettier-ignore */
388
388
  padding-right: calc(8px / 2);
389
389
  }
390
- .grid__row_1xovt.grid__gutter-desktop-16_1xovt {
390
+ .grid__row_1123s.grid__gutter-desktop-16_1123s {
391
391
  /* prettier-ignore */
392
392
  margin-left: calc(-16px / 2);
393
393
 
@@ -395,14 +395,14 @@
395
395
  margin-right: calc(-16px / 2)
396
396
  }
397
397
 
398
- .grid__row_1xovt.grid__gutter-desktop-16_1xovt > .grid__col_1xovt {
398
+ .grid__row_1123s.grid__gutter-desktop-16_1123s > .grid__col_1123s {
399
399
  /* prettier-ignore */
400
400
  padding-left: calc(16px / 2);
401
401
 
402
402
  /* prettier-ignore */
403
403
  padding-right: calc(16px / 2);
404
404
  }
405
- .grid__row_1xovt.grid__gutter-desktop-24_1xovt {
405
+ .grid__row_1123s.grid__gutter-desktop-24_1123s {
406
406
  /* prettier-ignore */
407
407
  margin-left: calc(-24px / 2);
408
408
 
@@ -410,7 +410,7 @@
410
410
  margin-right: calc(-24px / 2)
411
411
  }
412
412
 
413
- .grid__row_1xovt.grid__gutter-desktop-24_1xovt > .grid__col_1xovt {
413
+ .grid__row_1123s.grid__gutter-desktop-24_1123s > .grid__col_1123s {
414
414
  /* prettier-ignore */
415
415
  padding-left: calc(24px / 2);
416
416
 
@@ -419,7 +419,7 @@
419
419
  }
420
420
  }
421
421
  @media (min-width: 1024px) {
422
- .grid__row_1xovt.grid__gutter-desktop-s-8_1xovt {
422
+ .grid__row_1123s.grid__gutter-desktop-s-8_1123s {
423
423
  /* prettier-ignore */
424
424
  margin-left: calc(-8px / 2);
425
425
 
@@ -427,14 +427,14 @@
427
427
  margin-right: calc(-8px / 2)
428
428
  }
429
429
 
430
- .grid__row_1xovt.grid__gutter-desktop-s-8_1xovt > .grid__col_1xovt {
430
+ .grid__row_1123s.grid__gutter-desktop-s-8_1123s > .grid__col_1123s {
431
431
  /* prettier-ignore */
432
432
  padding-left: calc(8px / 2);
433
433
 
434
434
  /* prettier-ignore */
435
435
  padding-right: calc(8px / 2);
436
436
  }
437
- .grid__row_1xovt.grid__gutter-desktop-s-16_1xovt {
437
+ .grid__row_1123s.grid__gutter-desktop-s-16_1123s {
438
438
  /* prettier-ignore */
439
439
  margin-left: calc(-16px / 2);
440
440
 
@@ -442,14 +442,14 @@
442
442
  margin-right: calc(-16px / 2)
443
443
  }
444
444
 
445
- .grid__row_1xovt.grid__gutter-desktop-s-16_1xovt > .grid__col_1xovt {
445
+ .grid__row_1123s.grid__gutter-desktop-s-16_1123s > .grid__col_1123s {
446
446
  /* prettier-ignore */
447
447
  padding-left: calc(16px / 2);
448
448
 
449
449
  /* prettier-ignore */
450
450
  padding-right: calc(16px / 2);
451
451
  }
452
- .grid__row_1xovt.grid__gutter-desktop-s-24_1xovt {
452
+ .grid__row_1123s.grid__gutter-desktop-s-24_1123s {
453
453
  /* prettier-ignore */
454
454
  margin-left: calc(-24px / 2);
455
455
 
@@ -457,7 +457,7 @@
457
457
  margin-right: calc(-24px / 2)
458
458
  }
459
459
 
460
- .grid__row_1xovt.grid__gutter-desktop-s-24_1xovt > .grid__col_1xovt {
460
+ .grid__row_1123s.grid__gutter-desktop-s-24_1123s > .grid__col_1123s {
461
461
  /* prettier-ignore */
462
462
  padding-left: calc(24px / 2);
463
463
 
@@ -466,7 +466,7 @@
466
466
  }
467
467
  }
468
468
  @media (min-width: 1280px) {
469
- .grid__row_1xovt.grid__gutter-desktop-m-8_1xovt {
469
+ .grid__row_1123s.grid__gutter-desktop-m-8_1123s {
470
470
  /* prettier-ignore */
471
471
  margin-left: calc(-8px / 2);
472
472
 
@@ -474,14 +474,14 @@
474
474
  margin-right: calc(-8px / 2)
475
475
  }
476
476
 
477
- .grid__row_1xovt.grid__gutter-desktop-m-8_1xovt > .grid__col_1xovt {
477
+ .grid__row_1123s.grid__gutter-desktop-m-8_1123s > .grid__col_1123s {
478
478
  /* prettier-ignore */
479
479
  padding-left: calc(8px / 2);
480
480
 
481
481
  /* prettier-ignore */
482
482
  padding-right: calc(8px / 2);
483
483
  }
484
- .grid__row_1xovt.grid__gutter-desktop-m-16_1xovt {
484
+ .grid__row_1123s.grid__gutter-desktop-m-16_1123s {
485
485
  /* prettier-ignore */
486
486
  margin-left: calc(-16px / 2);
487
487
 
@@ -489,14 +489,14 @@
489
489
  margin-right: calc(-16px / 2)
490
490
  }
491
491
 
492
- .grid__row_1xovt.grid__gutter-desktop-m-16_1xovt > .grid__col_1xovt {
492
+ .grid__row_1123s.grid__gutter-desktop-m-16_1123s > .grid__col_1123s {
493
493
  /* prettier-ignore */
494
494
  padding-left: calc(16px / 2);
495
495
 
496
496
  /* prettier-ignore */
497
497
  padding-right: calc(16px / 2);
498
498
  }
499
- .grid__row_1xovt.grid__gutter-desktop-m-24_1xovt {
499
+ .grid__row_1123s.grid__gutter-desktop-m-24_1123s {
500
500
  /* prettier-ignore */
501
501
  margin-left: calc(-24px / 2);
502
502
 
@@ -504,7 +504,7 @@
504
504
  margin-right: calc(-24px / 2)
505
505
  }
506
506
 
507
- .grid__row_1xovt.grid__gutter-desktop-m-24_1xovt > .grid__col_1xovt {
507
+ .grid__row_1123s.grid__gutter-desktop-m-24_1123s > .grid__col_1123s {
508
508
  /* prettier-ignore */
509
509
  padding-left: calc(24px / 2);
510
510
 
@@ -513,7 +513,7 @@
513
513
  }
514
514
  }
515
515
  @media (min-width: 1440px) {
516
- .grid__row_1xovt.grid__gutter-desktop-l-8_1xovt {
516
+ .grid__row_1123s.grid__gutter-desktop-l-8_1123s {
517
517
  /* prettier-ignore */
518
518
  margin-left: calc(-8px / 2);
519
519
 
@@ -521,14 +521,14 @@
521
521
  margin-right: calc(-8px / 2)
522
522
  }
523
523
 
524
- .grid__row_1xovt.grid__gutter-desktop-l-8_1xovt > .grid__col_1xovt {
524
+ .grid__row_1123s.grid__gutter-desktop-l-8_1123s > .grid__col_1123s {
525
525
  /* prettier-ignore */
526
526
  padding-left: calc(8px / 2);
527
527
 
528
528
  /* prettier-ignore */
529
529
  padding-right: calc(8px / 2);
530
530
  }
531
- .grid__row_1xovt.grid__gutter-desktop-l-16_1xovt {
531
+ .grid__row_1123s.grid__gutter-desktop-l-16_1123s {
532
532
  /* prettier-ignore */
533
533
  margin-left: calc(-16px / 2);
534
534
 
@@ -536,14 +536,14 @@
536
536
  margin-right: calc(-16px / 2)
537
537
  }
538
538
 
539
- .grid__row_1xovt.grid__gutter-desktop-l-16_1xovt > .grid__col_1xovt {
539
+ .grid__row_1123s.grid__gutter-desktop-l-16_1123s > .grid__col_1123s {
540
540
  /* prettier-ignore */
541
541
  padding-left: calc(16px / 2);
542
542
 
543
543
  /* prettier-ignore */
544
544
  padding-right: calc(16px / 2);
545
545
  }
546
- .grid__row_1xovt.grid__gutter-desktop-l-24_1xovt {
546
+ .grid__row_1123s.grid__gutter-desktop-l-24_1123s {
547
547
  /* prettier-ignore */
548
548
  margin-left: calc(-24px / 2);
549
549
 
@@ -551,7 +551,7 @@
551
551
  margin-right: calc(-24px / 2)
552
552
  }
553
553
 
554
- .grid__row_1xovt.grid__gutter-desktop-l-24_1xovt > .grid__col_1xovt {
554
+ .grid__row_1123s.grid__gutter-desktop-l-24_1123s > .grid__col_1123s {
555
555
  /* prettier-ignore */
556
556
  padding-left: calc(24px / 2);
557
557
 
@@ -560,7 +560,7 @@
560
560
  }
561
561
  }
562
562
  @media (min-width: 1920px) {
563
- .grid__row_1xovt.grid__gutter-desktop-xl-8_1xovt {
563
+ .grid__row_1123s.grid__gutter-desktop-xl-8_1123s {
564
564
  /* prettier-ignore */
565
565
  margin-left: calc(-8px / 2);
566
566
 
@@ -568,14 +568,14 @@
568
568
  margin-right: calc(-8px / 2)
569
569
  }
570
570
 
571
- .grid__row_1xovt.grid__gutter-desktop-xl-8_1xovt > .grid__col_1xovt {
571
+ .grid__row_1123s.grid__gutter-desktop-xl-8_1123s > .grid__col_1123s {
572
572
  /* prettier-ignore */
573
573
  padding-left: calc(8px / 2);
574
574
 
575
575
  /* prettier-ignore */
576
576
  padding-right: calc(8px / 2);
577
577
  }
578
- .grid__row_1xovt.grid__gutter-desktop-xl-16_1xovt {
578
+ .grid__row_1123s.grid__gutter-desktop-xl-16_1123s {
579
579
  /* prettier-ignore */
580
580
  margin-left: calc(-16px / 2);
581
581
 
@@ -583,14 +583,14 @@
583
583
  margin-right: calc(-16px / 2)
584
584
  }
585
585
 
586
- .grid__row_1xovt.grid__gutter-desktop-xl-16_1xovt > .grid__col_1xovt {
586
+ .grid__row_1123s.grid__gutter-desktop-xl-16_1123s > .grid__col_1123s {
587
587
  /* prettier-ignore */
588
588
  padding-left: calc(16px / 2);
589
589
 
590
590
  /* prettier-ignore */
591
591
  padding-right: calc(16px / 2);
592
592
  }
593
- .grid__row_1xovt.grid__gutter-desktop-xl-24_1xovt {
593
+ .grid__row_1123s.grid__gutter-desktop-xl-24_1123s {
594
594
  /* prettier-ignore */
595
595
  margin-left: calc(-24px / 2);
596
596
 
@@ -598,7 +598,7 @@
598
598
  margin-right: calc(-24px / 2)
599
599
  }
600
600
 
601
- .grid__row_1xovt.grid__gutter-desktop-xl-24_1xovt > .grid__col_1xovt {
601
+ .grid__row_1123s.grid__gutter-desktop-xl-24_1123s > .grid__col_1123s {
602
602
  /* prettier-ignore */
603
603
  padding-left: calc(24px / 2);
604
604