@alfalab/core-components 38.4.0 → 39.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2167) hide show
  1. package/action-button/Component.js +4 -4
  2. package/action-button/default.css +9 -9
  3. package/action-button/esm/Component.js +4 -4
  4. package/action-button/esm/default.css +9 -9
  5. package/action-button/esm/index.css +9 -9
  6. package/action-button/esm/inverted.css +9 -9
  7. package/action-button/esm/static.css +5 -5
  8. package/action-button/index.css +9 -9
  9. package/action-button/inverted.css +9 -9
  10. package/action-button/modern/Component.js +4 -4
  11. package/action-button/modern/default.css +9 -9
  12. package/action-button/modern/index.css +9 -9
  13. package/action-button/modern/inverted.css +9 -9
  14. package/action-button/modern/static.css +5 -5
  15. package/action-button/static.css +5 -5
  16. package/alert/Component.js +1 -1
  17. package/alert/esm/Component.js +1 -1
  18. package/alert/esm/index.css +3 -3
  19. package/alert/index.css +3 -3
  20. package/alert/modern/Component.js +1 -1
  21. package/alert/modern/index.css +3 -3
  22. package/amount/component.js +1 -1
  23. package/amount/esm/component.js +1 -1
  24. package/amount/esm/index.css +7 -7
  25. package/amount/esm/pure/component.js +1 -1
  26. package/amount/esm/pure/index.css +2 -2
  27. package/amount/index.css +7 -7
  28. package/amount/modern/component.js +1 -1
  29. package/amount/modern/index.css +7 -7
  30. package/amount/modern/pure/component.js +1 -1
  31. package/amount/modern/pure/index.css +2 -2
  32. package/amount/pure/component.js +1 -1
  33. package/amount/pure/index.css +2 -2
  34. package/amount-input/Component.js +3 -3
  35. package/amount-input/default.css +2 -2
  36. package/amount-input/esm/Component.js +3 -3
  37. package/amount-input/esm/default.css +2 -2
  38. package/amount-input/esm/index.css +7 -7
  39. package/amount-input/esm/inverted.css +2 -2
  40. package/amount-input/index.css +7 -7
  41. package/amount-input/inverted.css +2 -2
  42. package/amount-input/modern/Component.js +3 -3
  43. package/amount-input/modern/default.css +2 -2
  44. package/amount-input/modern/index.css +7 -7
  45. package/amount-input/modern/inverted.css +2 -2
  46. package/attach/Component.js +1 -1
  47. package/attach/esm/Component.js +1 -1
  48. package/attach/esm/index.css +25 -25
  49. package/attach/index.css +25 -25
  50. package/attach/modern/Component.js +1 -1
  51. package/attach/modern/index.css +25 -25
  52. package/backdrop/Component.js +1 -1
  53. package/backdrop/esm/Component.js +1 -1
  54. package/backdrop/esm/index.css +12 -12
  55. package/backdrop/index.css +12 -12
  56. package/backdrop/modern/Component.js +1 -1
  57. package/backdrop/modern/index.css +12 -12
  58. package/badge/Component.js +1 -1
  59. package/badge/esm/Component.js +1 -1
  60. package/badge/esm/index.css +42 -42
  61. package/badge/index.css +42 -42
  62. package/badge/modern/Component.js +1 -1
  63. package/badge/modern/index.css +42 -42
  64. package/bank-card/Component.js +1 -1
  65. package/bank-card/esm/Component.js +1 -1
  66. package/bank-card/esm/index.css +20 -20
  67. package/bank-card/index.css +20 -20
  68. package/bank-card/modern/Component.js +1 -1
  69. package/bank-card/modern/index.css +20 -20
  70. package/base-modal/Component.d.ts +2 -0
  71. package/base-modal/Component.js +5 -1
  72. package/base-modal/cssm/Component.d.ts +2 -0
  73. package/base-modal/cssm/Component.js +4 -0
  74. package/base-modal/esm/Component.d.ts +2 -0
  75. package/base-modal/esm/Component.js +5 -1
  76. package/base-modal/esm/index.css +13 -13
  77. package/base-modal/index.css +13 -13
  78. package/base-modal/modern/Component.d.ts +2 -0
  79. package/base-modal/modern/Component.js +5 -1
  80. package/base-modal/modern/index.css +13 -13
  81. package/bottom-sheet/{component-7f6ec6ba.d.ts → component-1a05f463.d.ts} +14 -67
  82. package/bottom-sheet/{component-7f6ec6ba.js → component-1a05f463.js} +23 -67
  83. package/bottom-sheet/component.js +2 -7
  84. package/bottom-sheet/components/footer/Component.js +1 -1
  85. package/bottom-sheet/components/footer/index.css +4 -4
  86. package/bottom-sheet/components/header/Component.js +3 -8
  87. package/bottom-sheet/components/header/index.css +19 -32
  88. package/bottom-sheet/cssm/{component-8a02e7db.d.ts → component-3f9ff39b.d.ts} +14 -67
  89. package/bottom-sheet/cssm/{component-8a02e7db.js → component-3f9ff39b.js} +21 -65
  90. package/bottom-sheet/cssm/component.js +2 -9
  91. package/bottom-sheet/cssm/components/header/Component.js +3 -10
  92. package/bottom-sheet/cssm/components/header/index.module.css +7 -20
  93. package/bottom-sheet/cssm/index.d.ts +1 -1
  94. package/bottom-sheet/cssm/index.js +2 -9
  95. package/bottom-sheet/cssm/index.module.css +4 -5
  96. package/bottom-sheet/esm/{component-9a8081cd.d.ts → component-d9905fec.d.ts} +14 -67
  97. package/bottom-sheet/esm/{component-9a8081cd.js → component-d9905fec.js} +24 -71
  98. package/bottom-sheet/esm/component.js +2 -7
  99. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  100. package/bottom-sheet/esm/components/footer/index.css +4 -4
  101. package/bottom-sheet/esm/components/header/Component.js +3 -8
  102. package/bottom-sheet/esm/components/header/index.css +19 -32
  103. package/bottom-sheet/esm/index.css +19 -20
  104. package/bottom-sheet/esm/index.d.ts +1 -1
  105. package/bottom-sheet/esm/index.js +2 -7
  106. package/bottom-sheet/index.css +19 -20
  107. package/bottom-sheet/index.d.ts +1 -1
  108. package/bottom-sheet/index.js +2 -7
  109. package/bottom-sheet/modern/{component-6012913e.d.ts → component-f5b809c2.d.ts} +14 -67
  110. package/bottom-sheet/modern/{component-6012913e.js → component-f5b809c2.js} +28 -54
  111. package/bottom-sheet/modern/component.js +2 -7
  112. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  113. package/bottom-sheet/modern/components/footer/index.css +4 -4
  114. package/bottom-sheet/modern/components/header/Component.js +2 -7
  115. package/bottom-sheet/modern/components/header/index.css +19 -32
  116. package/bottom-sheet/modern/index.css +19 -20
  117. package/bottom-sheet/modern/index.d.ts +1 -1
  118. package/bottom-sheet/modern/index.js +2 -7
  119. package/button/Component.js +3 -3
  120. package/button/default.css +59 -59
  121. package/button/esm/Component.js +3 -3
  122. package/button/esm/default.css +59 -59
  123. package/button/esm/index.css +53 -53
  124. package/button/esm/inverted.css +59 -59
  125. package/button/index.css +53 -53
  126. package/button/inverted.css +59 -59
  127. package/button/modern/Component.js +3 -3
  128. package/button/modern/default.css +59 -59
  129. package/button/modern/index.css +53 -53
  130. package/button/modern/inverted.css +59 -59
  131. package/calendar/Component.desktop.js +1 -1
  132. package/calendar/{Component.responsive-df4a4d24.d.ts → Component.responsive-197346c2.d.ts} +264 -40
  133. package/calendar/{Component.responsive-df4a4d24.js → Component.responsive-197346c2.js} +1 -1
  134. package/calendar/Component.responsive.js +1 -1
  135. package/calendar/components/calendar-mobile/Component.js +1 -1
  136. package/calendar/components/calendar-mobile/index.css +13 -11
  137. package/calendar/components/calendar-mobile/index.d.ts +1 -1
  138. package/calendar/components/calendar-mobile/index.js +1 -1
  139. package/calendar/components/days-table/Component.js +1 -1
  140. package/calendar/components/days-table/index.css +58 -58
  141. package/calendar/components/header/Component.js +1 -1
  142. package/calendar/components/header/index.css +3 -3
  143. package/calendar/components/month-year-header/Component.js +1 -1
  144. package/calendar/components/month-year-header/index.css +10 -10
  145. package/calendar/components/months-table/Component.js +1 -1
  146. package/calendar/components/months-table/index.css +11 -11
  147. package/calendar/components/period-slider/Component.js +1 -1
  148. package/calendar/components/period-slider/index.css +10 -10
  149. package/calendar/components/select-button/Component.js +1 -1
  150. package/calendar/components/select-button/index.css +10 -10
  151. package/calendar/components/years-table/Component.js +1 -1
  152. package/calendar/components/years-table/index.css +13 -13
  153. package/calendar/cssm/Component.responsive-6388fd43.d.ts +264 -40
  154. package/calendar/cssm/components/calendar-mobile/index.module.css +2 -0
  155. package/calendar/desktop.css +14 -14
  156. package/calendar/esm/Component.desktop.js +1 -1
  157. package/calendar/esm/{Component.responsive-f62ef4af.d.ts → Component.responsive-51095667.d.ts} +264 -40
  158. package/calendar/esm/{Component.responsive-f62ef4af.js → Component.responsive-51095667.js} +1 -1
  159. package/calendar/esm/Component.responsive.js +1 -1
  160. package/calendar/esm/components/calendar-mobile/Component.js +1 -1
  161. package/calendar/esm/components/calendar-mobile/index.css +13 -11
  162. package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
  163. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  164. package/calendar/esm/components/days-table/Component.js +1 -1
  165. package/calendar/esm/components/days-table/index.css +58 -58
  166. package/calendar/esm/components/header/Component.js +1 -1
  167. package/calendar/esm/components/header/index.css +3 -3
  168. package/calendar/esm/components/month-year-header/Component.js +1 -1
  169. package/calendar/esm/components/month-year-header/index.css +10 -10
  170. package/calendar/esm/components/months-table/Component.js +1 -1
  171. package/calendar/esm/components/months-table/index.css +11 -11
  172. package/calendar/esm/components/period-slider/Component.js +1 -1
  173. package/calendar/esm/components/period-slider/index.css +10 -10
  174. package/calendar/esm/components/select-button/Component.js +1 -1
  175. package/calendar/esm/components/select-button/index.css +10 -10
  176. package/calendar/esm/components/years-table/Component.js +1 -1
  177. package/calendar/esm/components/years-table/index.css +13 -13
  178. package/calendar/esm/desktop.css +14 -14
  179. package/calendar/esm/index.js +1 -1
  180. package/calendar/esm/mobile.js +1 -1
  181. package/calendar/esm/responsive.d.ts +1 -1
  182. package/calendar/esm/responsive.js +1 -1
  183. package/calendar/index.js +1 -1
  184. package/calendar/mobile.js +1 -1
  185. package/calendar/modern/Component.desktop.js +1 -1
  186. package/calendar/modern/{Component.responsive-5a84f08b.d.ts → Component.responsive-c409bcd8.d.ts} +264 -40
  187. package/calendar/modern/{Component.responsive-5a84f08b.js → Component.responsive-c409bcd8.js} +1 -1
  188. package/calendar/modern/Component.responsive.js +1 -1
  189. package/calendar/modern/components/calendar-mobile/Component.js +1 -1
  190. package/calendar/modern/components/calendar-mobile/index.css +13 -11
  191. package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
  192. package/calendar/modern/components/calendar-mobile/index.js +1 -1
  193. package/calendar/modern/components/days-table/Component.js +1 -1
  194. package/calendar/modern/components/days-table/index.css +58 -58
  195. package/calendar/modern/components/header/Component.js +1 -1
  196. package/calendar/modern/components/header/index.css +3 -3
  197. package/calendar/modern/components/month-year-header/Component.js +1 -1
  198. package/calendar/modern/components/month-year-header/index.css +10 -10
  199. package/calendar/modern/components/months-table/Component.js +1 -1
  200. package/calendar/modern/components/months-table/index.css +11 -11
  201. package/calendar/modern/components/period-slider/Component.js +1 -1
  202. package/calendar/modern/components/period-slider/index.css +10 -10
  203. package/calendar/modern/components/select-button/Component.js +1 -1
  204. package/calendar/modern/components/select-button/index.css +10 -10
  205. package/calendar/modern/components/years-table/Component.js +1 -1
  206. package/calendar/modern/components/years-table/index.css +13 -13
  207. package/calendar/modern/desktop.css +14 -14
  208. package/calendar/modern/index.js +1 -1
  209. package/calendar/modern/mobile.js +1 -1
  210. package/calendar/modern/responsive.d.ts +1 -1
  211. package/calendar/modern/responsive.js +1 -1
  212. package/calendar/responsive.d.ts +1 -1
  213. package/calendar/responsive.js +1 -1
  214. package/calendar-input/components/calendar-input/Component.d.ts +1 -1
  215. package/calendar-input/components/calendar-input/Component.js +1 -1
  216. package/calendar-input/components/calendar-input/index.css +11 -11
  217. package/calendar-input/cssm/components/calendar-input/Component.d.ts +1 -1
  218. package/calendar-input/esm/components/calendar-input/Component.d.ts +1 -1
  219. package/calendar-input/esm/components/calendar-input/Component.js +1 -1
  220. package/calendar-input/esm/components/calendar-input/index.css +11 -11
  221. package/calendar-input/modern/components/calendar-input/Component.d.ts +1 -1
  222. package/calendar-input/modern/components/calendar-input/Component.js +1 -1
  223. package/calendar-input/modern/components/calendar-input/index.css +11 -11
  224. package/calendar-range/Component.js +1 -1
  225. package/calendar-range/components/divider/Component.js +1 -1
  226. package/calendar-range/components/divider/index.css +8 -8
  227. package/calendar-range/esm/Component.js +1 -1
  228. package/calendar-range/esm/components/divider/Component.js +1 -1
  229. package/calendar-range/esm/components/divider/index.css +8 -8
  230. package/calendar-range/esm/index.js +1 -1
  231. package/calendar-range/esm/index.module-5c3de738.js +4 -0
  232. package/calendar-range/esm/views/index.css +6 -6
  233. package/calendar-range/esm/views/popover.js +1 -1
  234. package/calendar-range/esm/views/static.js +1 -1
  235. package/calendar-range/index.js +1 -1
  236. package/calendar-range/index.module-bc1eeb2a.js +4 -0
  237. package/calendar-range/modern/Component.js +1 -1
  238. package/calendar-range/modern/components/divider/Component.js +1 -1
  239. package/calendar-range/modern/components/divider/index.css +8 -8
  240. package/calendar-range/modern/index.js +1 -1
  241. package/calendar-range/modern/index.module-80dc9842.js +4 -0
  242. package/calendar-range/modern/views/index.css +6 -6
  243. package/calendar-range/modern/views/popover.js +1 -1
  244. package/calendar-range/modern/views/static.js +1 -1
  245. package/calendar-range/views/index.css +6 -6
  246. package/calendar-range/views/popover.js +1 -1
  247. package/calendar-range/views/static.js +1 -1
  248. package/calendar-with-skeleton/Component.js +1 -1
  249. package/calendar-with-skeleton/esm/Component.js +1 -1
  250. package/calendar-with-skeleton/esm/index.css +12 -12
  251. package/calendar-with-skeleton/index.css +12 -12
  252. package/calendar-with-skeleton/modern/Component.js +1 -1
  253. package/calendar-with-skeleton/modern/index.css +12 -12
  254. package/card-image/Component.js +21 -7
  255. package/card-image/cssm/Component.js +20 -6
  256. package/card-image/esm/Component.js +22 -8
  257. package/card-image/esm/index.css +7 -7
  258. package/card-image/index.css +7 -7
  259. package/card-image/modern/Component.js +21 -8
  260. package/card-image/modern/index.css +7 -7
  261. package/cdn-icon/Component.js +1 -1
  262. package/cdn-icon/esm/Component.js +1 -1
  263. package/cdn-icon/esm/index.css +4 -4
  264. package/cdn-icon/index.css +4 -4
  265. package/cdn-icon/modern/Component.js +1 -1
  266. package/cdn-icon/modern/index.css +4 -4
  267. package/chart/Component.js +1 -1
  268. package/chart/components/Dot/index.css +8 -8
  269. package/chart/components/Dot/index.js +1 -1
  270. package/chart/components/Legends/index.css +8 -8
  271. package/chart/components/Legends/index.js +1 -1
  272. package/chart/components/Tick/index.css +4 -4
  273. package/chart/components/Tick/index.js +1 -1
  274. package/chart/components/TooltipContent/index.css +7 -7
  275. package/chart/components/TooltipContent/index.js +1 -1
  276. package/chart/esm/Component.js +1 -1
  277. package/chart/esm/components/Dot/index.css +8 -8
  278. package/chart/esm/components/Dot/index.js +1 -1
  279. package/chart/esm/components/Legends/index.css +8 -8
  280. package/chart/esm/components/Legends/index.js +1 -1
  281. package/chart/esm/components/Tick/index.css +4 -4
  282. package/chart/esm/components/Tick/index.js +1 -1
  283. package/chart/esm/components/TooltipContent/index.css +7 -7
  284. package/chart/esm/components/TooltipContent/index.js +1 -1
  285. package/chart/esm/index.css +5 -5
  286. package/chart/index.css +5 -5
  287. package/chart/modern/Component.js +1 -1
  288. package/chart/modern/components/Dot/index.css +8 -8
  289. package/chart/modern/components/Dot/index.js +1 -1
  290. package/chart/modern/components/Legends/index.css +8 -8
  291. package/chart/modern/components/Legends/index.js +1 -1
  292. package/chart/modern/components/Tick/index.css +4 -4
  293. package/chart/modern/components/Tick/index.js +1 -1
  294. package/chart/modern/components/TooltipContent/index.css +7 -7
  295. package/chart/modern/components/TooltipContent/index.js +1 -1
  296. package/chart/modern/index.css +5 -5
  297. package/checkbox/Component.js +1 -1
  298. package/checkbox/esm/Component.js +1 -1
  299. package/checkbox/esm/index.css +39 -39
  300. package/checkbox/index.css +39 -39
  301. package/checkbox/modern/Component.js +1 -1
  302. package/checkbox/modern/index.css +39 -39
  303. package/checkbox-group/Component.js +1 -1
  304. package/checkbox-group/esm/Component.js +1 -1
  305. package/checkbox-group/esm/index.css +17 -17
  306. package/checkbox-group/index.css +17 -17
  307. package/checkbox-group/modern/Component.js +1 -1
  308. package/checkbox-group/modern/index.css +17 -17
  309. package/circular-progress-bar/Component.js +1 -1
  310. package/circular-progress-bar/esm/Component.js +1 -1
  311. package/circular-progress-bar/esm/index.css +49 -49
  312. package/circular-progress-bar/index.css +49 -49
  313. package/circular-progress-bar/modern/Component.js +1 -1
  314. package/circular-progress-bar/modern/index.css +49 -49
  315. package/code-input/component.js +1 -1
  316. package/code-input/components/input/component.js +1 -1
  317. package/code-input/components/input/index.css +12 -12
  318. package/code-input/esm/component.js +1 -1
  319. package/code-input/esm/components/input/component.js +1 -1
  320. package/code-input/esm/components/input/index.css +12 -12
  321. package/code-input/esm/index.css +6 -6
  322. package/code-input/index.css +6 -6
  323. package/code-input/modern/component.js +1 -1
  324. package/code-input/modern/components/input/component.js +1 -1
  325. package/code-input/modern/components/input/index.css +12 -12
  326. package/code-input/modern/index.css +6 -6
  327. package/collapse/Component.js +1 -1
  328. package/collapse/esm/Component.js +1 -1
  329. package/collapse/esm/index.css +8 -8
  330. package/collapse/index.css +8 -8
  331. package/collapse/modern/Component.js +1 -1
  332. package/collapse/modern/index.css +8 -8
  333. package/comment/Component.js +1 -1
  334. package/comment/esm/Component.js +1 -1
  335. package/comment/esm/index.css +4 -4
  336. package/comment/index.css +4 -4
  337. package/comment/modern/Component.js +1 -1
  338. package/comment/modern/index.css +4 -4
  339. package/confirmation/component.desktop.js +1 -1
  340. package/confirmation/component.mobile.js +2 -2
  341. package/confirmation/component.responsive.js +1 -1
  342. package/confirmation/components/base-confirmation/component.js +2 -2
  343. package/confirmation/components/base-confirmation/index.css +2 -2
  344. package/confirmation/components/base-confirmation/index.js +1 -1
  345. package/confirmation/components/countdown-loader/component.js +1 -1
  346. package/confirmation/components/countdown-loader/index.css +2 -2
  347. package/confirmation/components/header/component.js +1 -1
  348. package/confirmation/components/header/index.css +4 -4
  349. package/confirmation/components/index.js +1 -1
  350. package/confirmation/components/screens/fatal-error/component.js +1 -1
  351. package/confirmation/components/screens/fatal-error/index.css +6 -6
  352. package/confirmation/components/screens/hint/component.js +1 -1
  353. package/confirmation/components/screens/hint/index.css +12 -12
  354. package/confirmation/components/screens/index.js +1 -1
  355. package/confirmation/components/screens/initial/component.js +1 -1
  356. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  357. package/confirmation/components/screens/initial/index.css +18 -18
  358. package/confirmation/components/screens/initial/index.js +1 -1
  359. package/confirmation/components/screens/temp-block/component.js +1 -1
  360. package/confirmation/components/screens/temp-block/index.css +7 -7
  361. package/confirmation/{countdown-section-bda43975.js → countdown-section-3bf2e5a1.js} +1 -1
  362. package/confirmation/desktop.js +1 -1
  363. package/confirmation/esm/component.desktop.js +1 -1
  364. package/confirmation/esm/component.mobile.js +2 -2
  365. package/confirmation/esm/component.responsive.js +1 -1
  366. package/confirmation/esm/components/base-confirmation/component.js +2 -2
  367. package/confirmation/esm/components/base-confirmation/index.css +2 -2
  368. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  369. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  370. package/confirmation/esm/components/countdown-loader/index.css +2 -2
  371. package/confirmation/esm/components/header/component.js +1 -1
  372. package/confirmation/esm/components/header/index.css +4 -4
  373. package/confirmation/esm/components/index.js +1 -1
  374. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  375. package/confirmation/esm/components/screens/fatal-error/index.css +6 -6
  376. package/confirmation/esm/components/screens/hint/component.js +1 -1
  377. package/confirmation/esm/components/screens/hint/index.css +12 -12
  378. package/confirmation/esm/components/screens/index.js +1 -1
  379. package/confirmation/esm/components/screens/initial/component.js +1 -1
  380. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  381. package/confirmation/esm/components/screens/initial/index.css +18 -18
  382. package/confirmation/esm/components/screens/initial/index.js +1 -1
  383. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  384. package/confirmation/esm/components/screens/temp-block/index.css +7 -7
  385. package/confirmation/esm/{countdown-section-6eb66678.js → countdown-section-ffd66d88.js} +1 -1
  386. package/confirmation/esm/desktop.js +1 -1
  387. package/confirmation/esm/index.js +1 -1
  388. package/confirmation/esm/mobile.css +2 -2
  389. package/confirmation/esm/mobile.js +1 -1
  390. package/confirmation/esm/responsive.js +1 -1
  391. package/confirmation/index.js +1 -1
  392. package/confirmation/mobile.css +2 -2
  393. package/confirmation/mobile.js +1 -1
  394. package/confirmation/modern/component.desktop.js +1 -1
  395. package/confirmation/modern/component.mobile.js +2 -2
  396. package/confirmation/modern/component.responsive.js +1 -1
  397. package/confirmation/modern/components/base-confirmation/component.js +2 -2
  398. package/confirmation/modern/components/base-confirmation/index.css +2 -2
  399. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  400. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  401. package/confirmation/modern/components/countdown-loader/index.css +2 -2
  402. package/confirmation/modern/components/header/component.js +1 -1
  403. package/confirmation/modern/components/header/index.css +4 -4
  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 +6 -6
  407. package/confirmation/modern/components/screens/hint/component.js +1 -1
  408. package/confirmation/modern/components/screens/hint/index.css +12 -12
  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 +18 -18
  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 +7 -7
  416. package/confirmation/modern/{countdown-section-f17bf1df.js → countdown-section-79267bca.js} +1 -1
  417. package/confirmation/modern/desktop.js +1 -1
  418. package/confirmation/modern/index.js +1 -1
  419. package/confirmation/modern/mobile.css +2 -2
  420. package/confirmation/modern/mobile.js +1 -1
  421. package/confirmation/modern/responsive.js +1 -1
  422. package/confirmation/responsive.js +1 -1
  423. package/confirmation-v1/component.js +1 -1
  424. package/confirmation-v1/components/code-input/component.js +1 -1
  425. package/confirmation-v1/components/code-input/index.css +10 -10
  426. package/confirmation-v1/components/countdown/component.js +1 -1
  427. package/confirmation-v1/components/countdown/index.css +13 -13
  428. package/confirmation-v1/components/countdown-loader/component.js +1 -1
  429. package/confirmation-v1/components/countdown-loader/index.css +2 -2
  430. package/confirmation-v1/components/overlimit/component.js +1 -1
  431. package/confirmation-v1/components/overlimit/index.css +9 -9
  432. package/confirmation-v1/components/sign-confirmation/component.js +1 -1
  433. package/confirmation-v1/components/sign-confirmation/index.css +13 -13
  434. package/confirmation-v1/esm/component.js +1 -1
  435. package/confirmation-v1/esm/components/code-input/component.js +1 -1
  436. package/confirmation-v1/esm/components/code-input/index.css +10 -10
  437. package/confirmation-v1/esm/components/countdown/component.js +1 -1
  438. package/confirmation-v1/esm/components/countdown/index.css +13 -13
  439. package/confirmation-v1/esm/components/countdown-loader/component.js +1 -1
  440. package/confirmation-v1/esm/components/countdown-loader/index.css +2 -2
  441. package/confirmation-v1/esm/components/overlimit/component.js +1 -1
  442. package/confirmation-v1/esm/components/overlimit/index.css +9 -9
  443. package/confirmation-v1/esm/components/sign-confirmation/component.js +1 -1
  444. package/confirmation-v1/esm/components/sign-confirmation/index.css +13 -13
  445. package/confirmation-v1/esm/index.css +14 -14
  446. package/confirmation-v1/index.css +14 -14
  447. package/confirmation-v1/modern/component.js +1 -1
  448. package/confirmation-v1/modern/components/code-input/component.js +1 -1
  449. package/confirmation-v1/modern/components/code-input/index.css +10 -10
  450. package/confirmation-v1/modern/components/countdown/component.js +1 -1
  451. package/confirmation-v1/modern/components/countdown/index.css +13 -13
  452. package/confirmation-v1/modern/components/countdown-loader/component.js +1 -1
  453. package/confirmation-v1/modern/components/countdown-loader/index.css +2 -2
  454. package/confirmation-v1/modern/components/overlimit/component.js +1 -1
  455. package/confirmation-v1/modern/components/overlimit/index.css +9 -9
  456. package/confirmation-v1/modern/components/sign-confirmation/component.js +1 -1
  457. package/confirmation-v1/modern/components/sign-confirmation/index.css +13 -13
  458. package/confirmation-v1/modern/index.css +14 -14
  459. package/custom-button/Component.js +1 -1
  460. package/custom-button/esm/Component.js +1 -1
  461. package/custom-button/esm/index.css +14 -14
  462. package/custom-button/index.css +14 -14
  463. package/custom-button/modern/Component.js +1 -1
  464. package/custom-button/modern/index.css +14 -14
  465. package/date-input/Component.js +1 -1
  466. package/date-input/esm/Component.js +1 -1
  467. package/date-input/esm/index.css +4 -4
  468. package/date-input/index.css +4 -4
  469. package/date-input/modern/Component.js +1 -1
  470. package/date-input/modern/index.css +4 -4
  471. package/date-range-input/components/date-range-input/Component.js +1 -1
  472. package/date-range-input/components/date-range-input/index.css +6 -6
  473. package/date-range-input/esm/components/date-range-input/Component.js +1 -1
  474. package/date-range-input/esm/components/date-range-input/index.css +6 -6
  475. package/date-range-input/modern/components/date-range-input/Component.js +1 -1
  476. package/date-range-input/modern/components/date-range-input/index.css +6 -6
  477. package/date-time-input/components/date-time-input/Component.d.ts +1 -1
  478. package/date-time-input/components/date-time-input/Component.js +1 -1
  479. package/date-time-input/components/date-time-input/index.css +6 -6
  480. package/date-time-input/cssm/components/date-time-input/Component.d.ts +1 -1
  481. package/date-time-input/esm/components/date-time-input/Component.d.ts +1 -1
  482. package/date-time-input/esm/components/date-time-input/Component.js +1 -1
  483. package/date-time-input/esm/components/date-time-input/index.css +6 -6
  484. package/date-time-input/modern/components/date-time-input/Component.d.ts +1 -1
  485. package/date-time-input/modern/components/date-time-input/Component.js +1 -1
  486. package/date-time-input/modern/components/date-time-input/index.css +6 -6
  487. package/divider/Component.js +1 -1
  488. package/divider/esm/Component.js +1 -1
  489. package/divider/esm/index.css +2 -2
  490. package/divider/index.css +2 -2
  491. package/divider/modern/Component.js +1 -1
  492. package/divider/modern/index.css +2 -2
  493. package/drawer/Component.js +1 -1
  494. package/drawer/esm/Component.js +1 -1
  495. package/drawer/esm/index.css +22 -22
  496. package/drawer/index.css +22 -22
  497. package/drawer/modern/Component.js +1 -1
  498. package/drawer/modern/index.css +22 -22
  499. package/dropzone/Component.js +1 -1
  500. package/dropzone/components/overlay/Component.js +1 -1
  501. package/dropzone/components/overlay/index.css +4 -4
  502. package/dropzone/esm/Component.js +1 -1
  503. package/dropzone/esm/components/overlay/Component.js +1 -1
  504. package/dropzone/esm/components/overlay/index.css +4 -4
  505. package/dropzone/esm/index.css +7 -7
  506. package/dropzone/index.css +7 -7
  507. package/dropzone/modern/Component.js +1 -1
  508. package/dropzone/modern/components/overlay/Component.js +1 -1
  509. package/dropzone/modern/components/overlay/index.css +4 -4
  510. package/dropzone/modern/index.css +7 -7
  511. package/file-upload-item/Component.js +1 -1
  512. package/file-upload-item/esm/Component.js +1 -1
  513. package/file-upload-item/esm/index.css +22 -22
  514. package/file-upload-item/index.css +22 -22
  515. package/file-upload-item/modern/Component.js +1 -1
  516. package/file-upload-item/modern/index.css +22 -22
  517. package/filter-tag/Component.js +1 -1
  518. package/filter-tag/esm/Component.js +1 -1
  519. package/filter-tag/esm/index.css +83 -83
  520. package/filter-tag/index.css +83 -83
  521. package/filter-tag/modern/Component.js +1 -1
  522. package/filter-tag/modern/index.css +83 -83
  523. package/form-control/Component.js +3 -3
  524. package/form-control/default.css +19 -19
  525. package/form-control/esm/Component.js +3 -3
  526. package/form-control/esm/default.css +19 -19
  527. package/form-control/esm/index.css +43 -43
  528. package/form-control/esm/inverted.css +19 -19
  529. package/form-control/index.css +43 -43
  530. package/form-control/inverted.css +19 -19
  531. package/form-control/modern/Component.js +3 -3
  532. package/form-control/modern/default.css +19 -19
  533. package/form-control/modern/index.css +43 -43
  534. package/form-control/modern/inverted.css +19 -19
  535. package/gallery/Component.js +2 -2
  536. package/gallery/components/header/Component.js +1 -1
  537. package/gallery/components/header/index.css +3 -3
  538. package/gallery/components/header-info-block/Component.js +1 -1
  539. package/gallery/components/header-info-block/index.css +5 -5
  540. package/gallery/components/image-preview/Component.js +1 -1
  541. package/gallery/components/image-preview/index.css +12 -12
  542. package/gallery/components/image-viewer/component.js +1 -1
  543. package/gallery/components/image-viewer/index.css +19 -19
  544. package/gallery/components/image-viewer/index.js +1 -1
  545. package/gallery/components/image-viewer/slide.js +1 -1
  546. package/gallery/components/index.js +1 -1
  547. package/gallery/components/navigation-bar/Component.js +1 -1
  548. package/gallery/components/navigation-bar/index.css +6 -6
  549. package/gallery/esm/Component.js +2 -2
  550. package/gallery/esm/components/header/Component.js +1 -1
  551. package/gallery/esm/components/header/index.css +3 -3
  552. package/gallery/esm/components/header-info-block/Component.js +1 -1
  553. package/gallery/esm/components/header-info-block/index.css +5 -5
  554. package/gallery/esm/components/image-preview/Component.js +1 -1
  555. package/gallery/esm/components/image-preview/index.css +12 -12
  556. package/gallery/esm/components/image-viewer/component.js +1 -1
  557. package/gallery/esm/components/image-viewer/index.css +19 -19
  558. package/gallery/esm/components/image-viewer/index.js +1 -1
  559. package/gallery/esm/components/image-viewer/slide.js +1 -1
  560. package/gallery/esm/components/index.js +1 -1
  561. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  562. package/gallery/esm/components/navigation-bar/index.css +6 -6
  563. package/gallery/esm/index.css +3 -3
  564. package/gallery/esm/index.js +1 -1
  565. package/gallery/esm/{slide-746d03af.js → slide-da7f68d5.js} +1 -1
  566. package/gallery/index.css +3 -3
  567. package/gallery/index.js +1 -1
  568. package/gallery/modern/Component.js +2 -2
  569. package/gallery/modern/components/header/Component.js +1 -1
  570. package/gallery/modern/components/header/index.css +3 -3
  571. package/gallery/modern/components/header-info-block/Component.js +1 -1
  572. package/gallery/modern/components/header-info-block/index.css +5 -5
  573. package/gallery/modern/components/image-preview/Component.js +1 -1
  574. package/gallery/modern/components/image-preview/index.css +12 -12
  575. package/gallery/modern/components/image-viewer/component.js +1 -1
  576. package/gallery/modern/components/image-viewer/index.css +19 -19
  577. package/gallery/modern/components/image-viewer/index.js +1 -1
  578. package/gallery/modern/components/image-viewer/slide.js +1 -1
  579. package/gallery/modern/components/index.js +1 -1
  580. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  581. package/gallery/modern/components/navigation-bar/index.css +6 -6
  582. package/gallery/modern/index.css +3 -3
  583. package/gallery/modern/index.js +1 -1
  584. package/gallery/modern/{slide-88e3f94f.js → slide-2a56a425.js} +1 -1
  585. package/gallery/{slide-2c42ca22.js → slide-c67d86be.js} +1 -1
  586. package/gap/Component.js +1 -1
  587. package/gap/esm/Component.js +1 -1
  588. package/gap/esm/index.css +32 -32
  589. package/gap/index.css +32 -32
  590. package/gap/modern/Component.js +1 -1
  591. package/gap/modern/index.css +32 -32
  592. package/generic-wrapper/Component.js +1 -1
  593. package/generic-wrapper/esm/Component.js +1 -1
  594. package/generic-wrapper/esm/index.css +43 -43
  595. package/generic-wrapper/index.css +43 -43
  596. package/generic-wrapper/modern/Component.js +1 -1
  597. package/generic-wrapper/modern/index.css +43 -43
  598. package/grid/Component.js +1 -1
  599. package/grid/col/Component.js +2 -2
  600. package/grid/col/index.css +512 -512
  601. package/grid/col/index.js +1 -1
  602. package/grid/esm/Component.js +1 -1
  603. package/grid/esm/col/Component.js +2 -2
  604. package/grid/esm/col/index.css +512 -512
  605. package/grid/esm/col/index.js +1 -1
  606. package/grid/esm/gutters.css +79 -79
  607. package/grid/esm/gutters.module-d6b58997.js +4 -0
  608. package/grid/esm/index.js +1 -1
  609. package/grid/esm/row/Component.js +2 -2
  610. package/grid/esm/row/index.css +10 -10
  611. package/grid/esm/row/index.js +1 -1
  612. package/grid/gutters.css +79 -79
  613. package/grid/gutters.module-a5b7580a.js +4 -0
  614. package/grid/index.js +1 -1
  615. package/grid/modern/Component.js +1 -1
  616. package/grid/modern/col/Component.js +2 -2
  617. package/grid/modern/col/index.css +512 -512
  618. package/grid/modern/col/index.js +1 -1
  619. package/grid/modern/gutters.css +79 -79
  620. package/grid/modern/gutters.module-308d42eb.js +4 -0
  621. package/grid/modern/index.js +1 -1
  622. package/grid/modern/row/Component.js +2 -2
  623. package/grid/modern/row/index.css +10 -10
  624. package/grid/modern/row/index.js +1 -1
  625. package/grid/row/Component.js +2 -2
  626. package/grid/row/index.css +10 -10
  627. package/grid/row/index.js +1 -1
  628. package/hatching-progress-bar/Component.js +1 -1
  629. package/hatching-progress-bar/esm/Component.js +1 -1
  630. package/hatching-progress-bar/esm/index.css +12 -12
  631. package/hatching-progress-bar/index.css +12 -12
  632. package/hatching-progress-bar/modern/Component.js +1 -1
  633. package/hatching-progress-bar/modern/index.css +12 -12
  634. package/icon-button/Component.js +3 -3
  635. package/icon-button/default.css +24 -24
  636. package/icon-button/esm/Component.js +3 -3
  637. package/icon-button/esm/default.css +24 -24
  638. package/icon-button/esm/index.css +7 -7
  639. package/icon-button/esm/inverted.css +24 -24
  640. package/icon-button/index.css +7 -7
  641. package/icon-button/inverted.css +24 -24
  642. package/icon-button/modern/Component.js +3 -3
  643. package/icon-button/modern/default.css +24 -24
  644. package/icon-button/modern/index.css +7 -7
  645. package/icon-button/modern/inverted.css +24 -24
  646. package/icon-view/components/base-shape/component.js +1 -1
  647. package/icon-view/components/base-shape/index.css +38 -38
  648. package/icon-view/esm/components/base-shape/component.js +1 -1
  649. package/icon-view/esm/components/base-shape/index.css +38 -38
  650. package/icon-view/modern/components/base-shape/component.js +1 -1
  651. package/icon-view/modern/components/base-shape/index.css +38 -38
  652. package/input/Component.js +3 -3
  653. package/input/default.css +11 -11
  654. package/input/esm/Component.js +3 -3
  655. package/input/esm/default.css +11 -11
  656. package/input/esm/index.css +41 -41
  657. package/input/esm/inverted.css +11 -11
  658. package/input/index.css +41 -41
  659. package/input/inverted.css +11 -11
  660. package/input/modern/Component.js +3 -3
  661. package/input/modern/default.css +11 -11
  662. package/input/modern/index.css +41 -41
  663. package/input/modern/inverted.css +11 -11
  664. package/input-autocomplete/Component-7ca84eff.d.ts +4 -270
  665. package/input-autocomplete/Component.mobile.js +1 -1
  666. package/input-autocomplete/autocomplete-field/Component.js +1 -1
  667. package/input-autocomplete/autocomplete-field/index.css +2 -2
  668. package/input-autocomplete/autocomplete-mobile-field/Component.js +1 -1
  669. package/input-autocomplete/autocomplete-mobile-field/index.css +8 -8
  670. package/input-autocomplete/cssm/Component-7ca84eff.d.ts +4 -270
  671. package/input-autocomplete/cssm/index-3885b0d7.d.ts +3 -0
  672. package/input-autocomplete/cssm/index-7ca84eff.d.ts +10 -3
  673. package/input-autocomplete/cssm/index-bdb4c6b9.d.ts +2 -0
  674. package/{tabs/cssm/Component-3fe0d3e6.d.ts → input-autocomplete/cssm/index-e81c389f.d.ts} +183 -85
  675. package/input-autocomplete/esm/Component-7ca84eff.d.ts +4 -270
  676. package/input-autocomplete/esm/Component.mobile.js +1 -1
  677. package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
  678. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  679. package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +1 -1
  680. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +8 -8
  681. package/input-autocomplete/esm/index-3885b0d7.d.ts +3 -0
  682. package/input-autocomplete/esm/index-7ca84eff.d.ts +10 -3
  683. package/input-autocomplete/esm/index-bdb4c6b9.d.ts +2 -0
  684. package/{tabs/esm/Component-3fe0d3e6.d.ts → input-autocomplete/esm/index-e81c389f.d.ts} +183 -85
  685. package/input-autocomplete/esm/mobile.css +4 -4
  686. package/input-autocomplete/index-3885b0d7.d.ts +3 -0
  687. package/input-autocomplete/index-7ca84eff.d.ts +10 -3
  688. package/input-autocomplete/index-bdb4c6b9.d.ts +2 -0
  689. package/{tabs/modern/Component-3fe0d3e6.d.ts → input-autocomplete/index-e81c389f.d.ts} +183 -85
  690. package/input-autocomplete/mobile.css +4 -4
  691. package/input-autocomplete/modern/Component-7ca84eff.d.ts +4 -270
  692. package/input-autocomplete/modern/Component.desktop.d.ts +4 -4
  693. package/input-autocomplete/modern/Component.mobile.js +1 -1
  694. package/input-autocomplete/modern/Component.responsive.d.ts +4 -4
  695. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  696. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  697. package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +1 -1
  698. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +8 -8
  699. package/input-autocomplete/modern/index-3885b0d7.d.ts +3 -0
  700. package/input-autocomplete/modern/index-7ca84eff.d.ts +10 -3
  701. package/input-autocomplete/modern/index-bdb4c6b9.d.ts +2 -0
  702. package/{tabs/Component-3fe0d3e6.d.ts → input-autocomplete/modern/index-e81c389f.d.ts} +183 -85
  703. package/input-autocomplete/modern/mobile.css +4 -4
  704. package/intl-phone-input/component.js +2 -2
  705. package/intl-phone-input/components/flag-icon/component.js +1 -1
  706. package/intl-phone-input/components/flag-icon/index.css +3 -3
  707. package/intl-phone-input/components/select/component.js +1 -1
  708. package/intl-phone-input/components/select/index.css +6 -6
  709. package/intl-phone-input/components/select-field/component.js +1 -1
  710. package/intl-phone-input/components/select-field/index.css +9 -9
  711. package/intl-phone-input/esm/component.js +2 -2
  712. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  713. package/intl-phone-input/esm/components/flag-icon/index.css +3 -3
  714. package/intl-phone-input/esm/components/select/component.js +1 -1
  715. package/intl-phone-input/esm/components/select/index.css +6 -6
  716. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  717. package/intl-phone-input/esm/components/select-field/index.css +9 -9
  718. package/intl-phone-input/esm/index.css +5 -5
  719. package/intl-phone-input/index.css +5 -5
  720. package/intl-phone-input/modern/component.js +2 -2
  721. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  722. package/intl-phone-input/modern/components/flag-icon/index.css +3 -3
  723. package/intl-phone-input/modern/components/select/component.js +1 -1
  724. package/intl-phone-input/modern/components/select/index.css +6 -6
  725. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  726. package/intl-phone-input/modern/components/select-field/index.css +9 -9
  727. package/intl-phone-input/modern/index.css +5 -5
  728. package/link/Component.js +3 -3
  729. package/link/default.css +10 -10
  730. package/link/esm/Component.js +3 -3
  731. package/link/esm/default.css +10 -10
  732. package/link/esm/index.css +14 -14
  733. package/link/esm/inverted.css +10 -10
  734. package/link/index.css +14 -14
  735. package/link/inverted.css +10 -10
  736. package/link/modern/Component.js +3 -3
  737. package/link/modern/default.css +10 -10
  738. package/link/modern/index.css +14 -14
  739. package/link/modern/inverted.css +10 -10
  740. package/list/Component.js +1 -1
  741. package/list/esm/Component.js +1 -1
  742. package/list/esm/index.css +10 -10
  743. package/list/index.css +10 -10
  744. package/list/modern/Component.js +1 -1
  745. package/list/modern/index.css +10 -10
  746. package/list-header/Component.js +1 -1
  747. package/list-header/esm/Component.js +1 -1
  748. package/list-header/esm/index.css +4 -4
  749. package/list-header/index.css +4 -4
  750. package/list-header/modern/Component.js +1 -1
  751. package/list-header/modern/index.css +4 -4
  752. package/loader/Component.js +1 -1
  753. package/loader/esm/Component.js +1 -1
  754. package/loader/esm/index.css +8 -8
  755. package/loader/index.css +8 -8
  756. package/loader/modern/Component.js +1 -1
  757. package/loader/modern/index.css +8 -8
  758. package/masked-input/Component.js +1 -1
  759. package/masked-input/esm/Component.js +1 -1
  760. package/masked-input/esm/index.css +2 -2
  761. package/masked-input/index.css +2 -2
  762. package/masked-input/modern/Component.js +1 -1
  763. package/masked-input/modern/index.css +2 -2
  764. package/modal/Component.desktop.d.ts +1 -1
  765. package/modal/Component.desktop.js +2 -5
  766. package/modal/Component.js +3 -3
  767. package/modal/Component.mobile.d.ts +1 -1
  768. package/modal/Component.mobile.js +2 -5
  769. package/modal/Component.responsive.d.ts +1 -1
  770. package/modal/Component.responsive.js +2 -5
  771. package/modal/components/content/Component.js +6 -5
  772. package/modal/components/content/desktop.css +12 -13
  773. package/modal/components/content/index.css +8 -4
  774. package/modal/components/content/mobile.css +6 -4
  775. package/modal/components/footer/Component.js +4 -4
  776. package/modal/components/footer/desktop.css +12 -13
  777. package/modal/components/footer/index.css +8 -6
  778. package/modal/components/footer/layout.css +27 -25
  779. package/modal/components/footer/mobile.css +5 -3
  780. package/modal/components/header/Component.d.ts +3 -47
  781. package/modal/components/header/Component.js +15 -29
  782. package/modal/components/header/desktop.css +23 -27
  783. package/modal/components/header/index.css +8 -42
  784. package/modal/components/header/mobile.css +10 -5
  785. package/modal/cssm/Component.desktop.d.ts +1 -1
  786. package/modal/cssm/Component.desktop.js +2 -6
  787. package/modal/cssm/Component.mobile.d.ts +1 -1
  788. package/modal/cssm/Component.mobile.js +2 -6
  789. package/modal/cssm/Component.responsive.d.ts +1 -1
  790. package/modal/cssm/Component.responsive.js +2 -6
  791. package/modal/cssm/components/content/Component.js +3 -2
  792. package/modal/cssm/components/content/desktop.module.css +10 -11
  793. package/modal/cssm/components/content/index.module.css +6 -2
  794. package/modal/cssm/components/content/mobile.module.css +3 -1
  795. package/modal/cssm/components/footer/desktop.module.css +6 -7
  796. package/modal/cssm/components/footer/index.module.css +4 -2
  797. package/modal/cssm/components/footer/layout.module.css +2 -0
  798. package/modal/cssm/components/footer/mobile.module.css +2 -0
  799. package/modal/cssm/components/header/Component.d.ts +3 -47
  800. package/modal/cssm/components/header/Component.js +12 -27
  801. package/modal/cssm/components/header/desktop.module.css +11 -15
  802. package/modal/cssm/components/header/index.module.css +5 -39
  803. package/modal/cssm/components/header/mobile.module.css +7 -2
  804. package/modal/cssm/desktop.js +2 -6
  805. package/modal/cssm/desktop.module.css +2 -0
  806. package/modal/cssm/index.js +3 -7
  807. package/modal/cssm/mobile.js +2 -6
  808. package/modal/cssm/mobile.module.css +2 -0
  809. package/modal/cssm/responsive.js +2 -6
  810. package/modal/cssm/vars.css +2 -0
  811. package/modal/desktop.css +11 -9
  812. package/modal/desktop.js +2 -5
  813. package/modal/esm/Component.desktop.d.ts +1 -1
  814. package/modal/esm/Component.desktop.js +1 -4
  815. package/modal/esm/Component.js +3 -3
  816. package/modal/esm/Component.mobile.d.ts +1 -1
  817. package/modal/esm/Component.mobile.js +1 -4
  818. package/modal/esm/Component.responsive.d.ts +1 -1
  819. package/modal/esm/Component.responsive.js +1 -4
  820. package/modal/esm/components/content/Component.js +6 -5
  821. package/modal/esm/components/content/desktop.css +12 -13
  822. package/modal/esm/components/content/index.css +8 -4
  823. package/modal/esm/components/content/mobile.css +6 -4
  824. package/modal/esm/components/footer/Component.js +4 -4
  825. package/modal/esm/components/footer/desktop.css +12 -13
  826. package/modal/esm/components/footer/index.css +8 -6
  827. package/modal/esm/components/footer/layout.css +27 -25
  828. package/modal/esm/components/footer/mobile.css +5 -3
  829. package/modal/esm/components/header/Component.d.ts +3 -47
  830. package/modal/esm/components/header/Component.js +15 -29
  831. package/modal/esm/components/header/desktop.css +23 -27
  832. package/modal/esm/components/header/index.css +8 -42
  833. package/modal/esm/components/header/mobile.css +10 -5
  834. package/modal/esm/desktop.css +11 -9
  835. package/modal/esm/desktop.js +2 -5
  836. package/modal/esm/index.js +3 -6
  837. package/modal/esm/mobile.css +4 -2
  838. package/modal/esm/mobile.js +2 -5
  839. package/modal/esm/responsive.js +2 -5
  840. package/modal/esm/transitions.css +8 -8
  841. package/modal/index.js +3 -6
  842. package/modal/mobile.css +4 -2
  843. package/modal/mobile.js +2 -5
  844. package/modal/modern/Component.desktop.d.ts +1 -1
  845. package/modal/modern/Component.desktop.js +1 -4
  846. package/modal/modern/Component.js +3 -3
  847. package/modal/modern/Component.mobile.d.ts +1 -1
  848. package/modal/modern/Component.mobile.js +1 -4
  849. package/modal/modern/Component.responsive.d.ts +1 -1
  850. package/modal/modern/Component.responsive.js +1 -4
  851. package/modal/modern/components/content/Component.js +5 -4
  852. package/modal/modern/components/content/desktop.css +12 -13
  853. package/modal/modern/components/content/index.css +8 -4
  854. package/modal/modern/components/content/mobile.css +6 -4
  855. package/modal/modern/components/footer/Component.js +4 -4
  856. package/modal/modern/components/footer/desktop.css +12 -13
  857. package/modal/modern/components/footer/index.css +8 -6
  858. package/modal/modern/components/footer/layout.css +27 -25
  859. package/modal/modern/components/footer/mobile.css +5 -3
  860. package/modal/modern/components/header/Component.d.ts +3 -47
  861. package/modal/modern/components/header/Component.js +14 -28
  862. package/modal/modern/components/header/desktop.css +23 -27
  863. package/modal/modern/components/header/index.css +8 -42
  864. package/modal/modern/components/header/mobile.css +10 -5
  865. package/modal/modern/desktop.css +11 -9
  866. package/modal/modern/desktop.js +2 -5
  867. package/modal/modern/index.js +3 -6
  868. package/modal/modern/mobile.css +4 -2
  869. package/modal/modern/mobile.js +2 -5
  870. package/modal/modern/responsive.js +2 -5
  871. package/modal/modern/transitions.css +8 -8
  872. package/modal/responsive.js +2 -5
  873. package/modal/transitions.css +8 -8
  874. package/navigation-bar/Component.d.ts +4 -0
  875. package/navigation-bar/Component.js +129 -0
  876. package/navigation-bar/components/back-arrow-addon/Component.d.ts +26 -0
  877. package/navigation-bar/components/back-arrow-addon/Component.js +30 -0
  878. package/navigation-bar/components/back-arrow-addon/index.css +69 -0
  879. package/navigation-bar/components/back-arrow-addon/index.d.ts +1 -0
  880. package/navigation-bar/components/back-arrow-addon/index.js +12 -0
  881. package/{modal → navigation-bar}/components/closer/Component.d.ts +13 -11
  882. package/navigation-bar/components/closer/Component.js +28 -0
  883. package/navigation-bar/components/closer/index.css +41 -0
  884. package/navigation-bar/components/closer/index.d.ts +1 -0
  885. package/navigation-bar/components/closer/index.js +11 -0
  886. package/navigation-bar/cssm/Component.d.ts +4 -0
  887. package/navigation-bar/cssm/Component.js +130 -0
  888. package/navigation-bar/cssm/components/back-arrow-addon/Component.d.ts +26 -0
  889. package/navigation-bar/cssm/components/back-arrow-addon/Component.js +29 -0
  890. package/navigation-bar/cssm/components/back-arrow-addon/index.d.ts +1 -0
  891. package/navigation-bar/cssm/components/back-arrow-addon/index.js +13 -0
  892. package/navigation-bar/cssm/components/back-arrow-addon/index.module.css +68 -0
  893. package/{modal → navigation-bar}/cssm/components/closer/Component.d.ts +13 -11
  894. package/navigation-bar/cssm/components/closer/Component.js +27 -0
  895. package/navigation-bar/cssm/components/closer/index.d.ts +1 -0
  896. package/navigation-bar/cssm/components/closer/index.js +12 -0
  897. package/{side-panel → navigation-bar}/cssm/components/closer/index.module.css +9 -15
  898. package/navigation-bar/cssm/index.d.ts +3 -0
  899. package/navigation-bar/cssm/index.js +21 -0
  900. package/navigation-bar/cssm/index.module.css +108 -0
  901. package/navigation-bar/cssm/types.d.ts +113 -0
  902. package/navigation-bar/cssm/types.js +1 -0
  903. package/navigation-bar/esm/Component.d.ts +4 -0
  904. package/navigation-bar/esm/Component.js +124 -0
  905. package/navigation-bar/esm/components/back-arrow-addon/Component.d.ts +26 -0
  906. package/navigation-bar/esm/components/back-arrow-addon/Component.js +25 -0
  907. package/navigation-bar/esm/components/back-arrow-addon/index.css +69 -0
  908. package/navigation-bar/esm/components/back-arrow-addon/index.d.ts +1 -0
  909. package/navigation-bar/esm/components/back-arrow-addon/index.js +8 -0
  910. package/{modal → navigation-bar}/esm/components/closer/Component.d.ts +13 -11
  911. package/navigation-bar/esm/components/closer/Component.js +23 -0
  912. package/navigation-bar/esm/components/closer/index.css +41 -0
  913. package/navigation-bar/esm/components/closer/index.d.ts +1 -0
  914. package/navigation-bar/esm/components/closer/index.js +7 -0
  915. package/navigation-bar/esm/index.css +108 -0
  916. package/navigation-bar/esm/index.d.ts +3 -0
  917. package/navigation-bar/esm/index.js +13 -0
  918. package/navigation-bar/esm/types.d.ts +113 -0
  919. package/navigation-bar/esm/types.js +1 -0
  920. package/navigation-bar/index.css +108 -0
  921. package/navigation-bar/index.d.ts +3 -0
  922. package/navigation-bar/index.js +18 -0
  923. package/navigation-bar/modern/Component.d.ts +4 -0
  924. package/navigation-bar/modern/Component.js +125 -0
  925. package/navigation-bar/modern/components/back-arrow-addon/Component.d.ts +26 -0
  926. package/navigation-bar/modern/components/back-arrow-addon/Component.js +22 -0
  927. package/navigation-bar/modern/components/back-arrow-addon/index.css +69 -0
  928. package/navigation-bar/modern/components/back-arrow-addon/index.d.ts +1 -0
  929. package/navigation-bar/modern/components/back-arrow-addon/index.js +7 -0
  930. package/{modal → navigation-bar}/modern/components/closer/Component.d.ts +13 -11
  931. package/navigation-bar/modern/components/closer/Component.js +20 -0
  932. package/navigation-bar/modern/components/closer/index.css +41 -0
  933. package/navigation-bar/modern/components/closer/index.d.ts +1 -0
  934. package/navigation-bar/modern/components/closer/index.js +6 -0
  935. package/navigation-bar/modern/index.css +108 -0
  936. package/navigation-bar/modern/index.d.ts +3 -0
  937. package/navigation-bar/modern/index.js +12 -0
  938. package/navigation-bar/modern/types.d.ts +113 -0
  939. package/navigation-bar/modern/types.js +1 -0
  940. package/navigation-bar/package.json +3 -0
  941. package/navigation-bar/send-stats.js +82 -0
  942. package/navigation-bar/types.d.ts +113 -0
  943. package/navigation-bar/types.js +1 -0
  944. package/notification/Component.js +1 -1
  945. package/notification/esm/Component.js +1 -1
  946. package/notification/esm/index.css +8 -8
  947. package/notification/index.css +8 -8
  948. package/notification/modern/Component.js +1 -1
  949. package/notification/modern/index.css +8 -8
  950. package/notification-manager/component.js +1 -1
  951. package/notification-manager/esm/component.js +1 -1
  952. package/notification-manager/esm/index.css +11 -11
  953. package/notification-manager/index.css +11 -11
  954. package/notification-manager/modern/component.js +1 -1
  955. package/notification-manager/modern/index.css +11 -11
  956. package/package.json +3 -1
  957. package/pagination/Component.js +1 -1
  958. package/pagination/components/default-view/index.css +2 -2
  959. package/pagination/components/default-view/index.js +1 -1
  960. package/pagination/components/per-page-view/index.css +2 -2
  961. package/pagination/components/per-page-view/index.js +1 -1
  962. package/pagination/components/tag/index.css +8 -8
  963. package/pagination/components/tag/index.js +1 -1
  964. package/pagination/esm/Component.js +1 -1
  965. package/pagination/esm/components/default-view/index.css +2 -2
  966. package/pagination/esm/components/default-view/index.js +1 -1
  967. package/pagination/esm/components/per-page-view/index.css +2 -2
  968. package/pagination/esm/components/per-page-view/index.js +1 -1
  969. package/pagination/esm/components/tag/index.css +8 -8
  970. package/pagination/esm/components/tag/index.js +1 -1
  971. package/pagination/esm/index.css +4 -4
  972. package/pagination/index.css +4 -4
  973. package/pagination/modern/Component.js +1 -1
  974. package/pagination/modern/components/default-view/index.css +2 -2
  975. package/pagination/modern/components/default-view/index.js +1 -1
  976. package/pagination/modern/components/per-page-view/index.css +2 -2
  977. package/pagination/modern/components/per-page-view/index.js +1 -1
  978. package/pagination/modern/components/tag/index.css +8 -8
  979. package/pagination/modern/components/tag/index.js +1 -1
  980. package/pagination/modern/index.css +4 -4
  981. package/pass-code/Component.js +2 -2
  982. package/pass-code/components/InputProgress/Component.js +3 -3
  983. package/pass-code/components/InputProgress/index.css +5 -5
  984. package/pass-code/components/InputProgress/index.js +1 -1
  985. package/pass-code/components/InputProgress/transitions.css +8 -8
  986. package/pass-code/components/KeyPad/Component.js +2 -2
  987. package/pass-code/components/KeyPad/index.css +5 -5
  988. package/pass-code/components/KeyPad/index.js +1 -1
  989. package/pass-code/components/KeyPadButton/Component.js +1 -1
  990. package/pass-code/components/KeyPadButton/index.css +13 -13
  991. package/pass-code/esm/Component.js +2 -2
  992. package/pass-code/esm/components/InputProgress/Component.js +3 -3
  993. package/pass-code/esm/components/InputProgress/index.css +5 -5
  994. package/pass-code/esm/components/InputProgress/index.js +1 -1
  995. package/pass-code/esm/components/InputProgress/transitions.css +8 -8
  996. package/pass-code/esm/components/KeyPad/Component.js +2 -2
  997. package/pass-code/esm/components/KeyPad/index.css +5 -5
  998. package/pass-code/esm/components/KeyPad/index.js +1 -1
  999. package/pass-code/esm/components/KeyPadButton/Component.js +1 -1
  1000. package/pass-code/esm/components/KeyPadButton/index.css +13 -13
  1001. package/pass-code/esm/index-3885b0d7.d.ts +1 -1
  1002. package/pass-code/esm/index.css +3 -3
  1003. package/pass-code/esm/index.js +1 -1
  1004. package/pass-code/index-3885b0d7.d.ts +1 -1
  1005. package/pass-code/index.css +3 -3
  1006. package/pass-code/index.js +1 -1
  1007. package/pass-code/modern/Component.js +2 -2
  1008. package/pass-code/modern/components/InputProgress/Component.js +3 -3
  1009. package/pass-code/modern/components/InputProgress/index.css +5 -5
  1010. package/pass-code/modern/components/InputProgress/index.js +1 -1
  1011. package/pass-code/modern/components/InputProgress/transitions.css +8 -8
  1012. package/pass-code/modern/components/KeyPad/Component.js +2 -2
  1013. package/pass-code/modern/components/KeyPad/index.css +5 -5
  1014. package/pass-code/modern/components/KeyPad/index.js +1 -1
  1015. package/pass-code/modern/components/KeyPadButton/Component.js +1 -1
  1016. package/pass-code/modern/components/KeyPadButton/index.css +13 -13
  1017. package/pass-code/modern/index-3885b0d7.d.ts +1 -1
  1018. package/pass-code/modern/index.css +3 -3
  1019. package/pass-code/modern/index.js +1 -1
  1020. package/password-input/component.js +1 -1
  1021. package/password-input/esm/component.js +1 -1
  1022. package/password-input/esm/index.css +5 -5
  1023. package/password-input/index.css +5 -5
  1024. package/password-input/modern/component.js +1 -1
  1025. package/password-input/modern/index.css +5 -5
  1026. package/pattern-lock/Component.js +1 -1
  1027. package/pattern-lock/esm/Component.js +1 -1
  1028. package/pattern-lock/esm/index.css +10 -10
  1029. package/pattern-lock/index.css +10 -10
  1030. package/pattern-lock/modern/Component.js +1 -1
  1031. package/pattern-lock/modern/index.css +10 -10
  1032. package/picker-button/Component.js +1 -1
  1033. package/picker-button/esm/Component.js +1 -1
  1034. package/picker-button/esm/field/Component.js +1 -1
  1035. package/picker-button/esm/field/index.css +5 -5
  1036. package/picker-button/esm/index.css +7 -7
  1037. package/picker-button/esm/option/Component.js +1 -1
  1038. package/picker-button/esm/option/index.css +4 -4
  1039. package/picker-button/field/Component.js +1 -1
  1040. package/picker-button/field/index.css +5 -5
  1041. package/picker-button/index.css +7 -7
  1042. package/picker-button/modern/Component.js +1 -1
  1043. package/picker-button/modern/field/Component.js +1 -1
  1044. package/picker-button/modern/field/index.css +5 -5
  1045. package/picker-button/modern/index.css +7 -7
  1046. package/picker-button/modern/option/Component.js +1 -1
  1047. package/picker-button/modern/option/index.css +4 -4
  1048. package/picker-button/option/Component.js +1 -1
  1049. package/picker-button/option/index.css +4 -4
  1050. package/plate/Component.js +1 -1
  1051. package/plate/esm/Component.js +1 -1
  1052. package/plate/esm/index.css +50 -50
  1053. package/plate/index.css +50 -50
  1054. package/plate/modern/Component.js +1 -1
  1055. package/plate/modern/index.css +50 -50
  1056. package/popover/Component.js +1 -1
  1057. package/popover/esm/Component.js +1 -1
  1058. package/popover/esm/index.css +34 -34
  1059. package/popover/index.css +34 -34
  1060. package/popover/modern/Component.js +1 -1
  1061. package/popover/modern/index.css +34 -34
  1062. package/progress-bar/Component.js +1 -1
  1063. package/progress-bar/esm/Component.js +1 -1
  1064. package/progress-bar/esm/index.css +13 -13
  1065. package/progress-bar/index.css +13 -13
  1066. package/progress-bar/modern/Component.js +1 -1
  1067. package/progress-bar/modern/index.css +13 -13
  1068. package/pure-cell/{component-1dea020c.js → component-320fb852.js} +5 -5
  1069. package/pure-cell/component-c49f24a8.d.ts +4 -4
  1070. package/pure-cell/component.js +2 -2
  1071. package/pure-cell/components/addon/component.js +2 -2
  1072. package/pure-cell/components/addon/index.css +9 -9
  1073. package/pure-cell/components/addon/index.js +1 -1
  1074. package/pure-cell/components/amount/component.js +2 -2
  1075. package/pure-cell/components/amount/index.css +2 -2
  1076. package/pure-cell/components/amount/index.js +1 -1
  1077. package/pure-cell/components/amount-title/component.js +2 -2
  1078. package/pure-cell/components/amount-title/index.css +3 -3
  1079. package/pure-cell/components/amount-title/index.js +1 -1
  1080. package/pure-cell/components/category/component.js +2 -2
  1081. package/pure-cell/components/category/index.css +5 -5
  1082. package/pure-cell/components/category/index.js +1 -1
  1083. package/pure-cell/components/content/component.js +2 -2
  1084. package/pure-cell/components/content/index.css +3 -3
  1085. package/pure-cell/components/content/index.d.ts +1 -1
  1086. package/pure-cell/components/content/index.js +2 -2
  1087. package/pure-cell/components/footer/component.js +2 -2
  1088. package/pure-cell/components/footer/index.css +4 -4
  1089. package/pure-cell/components/footer/index.js +1 -1
  1090. package/pure-cell/components/footer-button/component.js +2 -2
  1091. package/pure-cell/components/footer-button/index.css +2 -2
  1092. package/pure-cell/components/footer-button/index.js +1 -1
  1093. package/pure-cell/components/footer-text/component.js +1 -1
  1094. package/pure-cell/components/footer-text/index.js +1 -1
  1095. package/pure-cell/components/graphics/component.js +2 -2
  1096. package/pure-cell/components/graphics/index.css +5 -5
  1097. package/pure-cell/components/graphics/index.js +1 -1
  1098. package/pure-cell/components/main/component.js +2 -2
  1099. package/pure-cell/components/main/index.css +4 -4
  1100. package/pure-cell/components/main/index.d.ts +1 -1
  1101. package/pure-cell/components/main/index.js +2 -2
  1102. package/pure-cell/components/text/component.js +2 -2
  1103. package/pure-cell/components/text/index.css +7 -7
  1104. package/pure-cell/components/text/index.d.ts +1 -1
  1105. package/pure-cell/components/text/index.js +2 -2
  1106. package/pure-cell/cssm/component-c49f24a8.d.ts +4 -4
  1107. package/pure-cell/cssm/index.module.css +0 -3
  1108. package/pure-cell/esm/{component-298df540.js → component-5857661c.js} +5 -5
  1109. package/pure-cell/esm/component-c49f24a8.d.ts +4 -4
  1110. package/pure-cell/esm/component.js +2 -2
  1111. package/pure-cell/esm/components/addon/component.js +2 -2
  1112. package/pure-cell/esm/components/addon/index.css +9 -9
  1113. package/pure-cell/esm/components/addon/index.js +1 -1
  1114. package/pure-cell/esm/components/amount/component.js +2 -2
  1115. package/pure-cell/esm/components/amount/index.css +2 -2
  1116. package/pure-cell/esm/components/amount/index.js +1 -1
  1117. package/pure-cell/esm/components/amount-title/component.js +2 -2
  1118. package/pure-cell/esm/components/amount-title/index.css +3 -3
  1119. package/pure-cell/esm/components/amount-title/index.js +1 -1
  1120. package/pure-cell/esm/components/category/component.js +2 -2
  1121. package/pure-cell/esm/components/category/index.css +5 -5
  1122. package/pure-cell/esm/components/category/index.js +1 -1
  1123. package/pure-cell/esm/components/content/component.js +2 -2
  1124. package/pure-cell/esm/components/content/index.css +3 -3
  1125. package/pure-cell/esm/components/content/index.d.ts +1 -1
  1126. package/pure-cell/esm/components/content/index.js +2 -2
  1127. package/pure-cell/esm/components/footer/component.js +2 -2
  1128. package/pure-cell/esm/components/footer/index.css +4 -4
  1129. package/pure-cell/esm/components/footer/index.js +1 -1
  1130. package/pure-cell/esm/components/footer-button/component.js +2 -2
  1131. package/pure-cell/esm/components/footer-button/index.css +2 -2
  1132. package/pure-cell/esm/components/footer-button/index.js +1 -1
  1133. package/pure-cell/esm/components/footer-text/component.js +1 -1
  1134. package/pure-cell/esm/components/footer-text/index.js +1 -1
  1135. package/pure-cell/esm/components/graphics/component.js +2 -2
  1136. package/pure-cell/esm/components/graphics/index.css +5 -5
  1137. package/pure-cell/esm/components/graphics/index.js +1 -1
  1138. package/pure-cell/esm/components/main/component.js +2 -2
  1139. package/pure-cell/esm/components/main/index.css +4 -4
  1140. package/pure-cell/esm/components/main/index.d.ts +1 -1
  1141. package/pure-cell/esm/components/main/index.js +2 -2
  1142. package/pure-cell/esm/components/text/component.js +2 -2
  1143. package/pure-cell/esm/components/text/index.css +7 -7
  1144. package/pure-cell/esm/components/text/index.d.ts +1 -1
  1145. package/pure-cell/esm/components/text/index.js +2 -2
  1146. package/pure-cell/esm/index.css +21 -24
  1147. package/pure-cell/esm/index.js +2 -2
  1148. package/pure-cell/index.css +21 -24
  1149. package/pure-cell/index.js +2 -2
  1150. package/pure-cell/modern/{component-a8aa353d.js → component-77fe711b.js} +5 -5
  1151. package/pure-cell/modern/component-c49f24a8.d.ts +4 -4
  1152. package/pure-cell/modern/component.js +2 -2
  1153. package/pure-cell/modern/components/addon/component.js +2 -2
  1154. package/pure-cell/modern/components/addon/index.css +9 -9
  1155. package/pure-cell/modern/components/addon/index.js +1 -1
  1156. package/pure-cell/modern/components/amount/component.js +2 -2
  1157. package/pure-cell/modern/components/amount/index.css +2 -2
  1158. package/pure-cell/modern/components/amount/index.js +1 -1
  1159. package/pure-cell/modern/components/amount-title/component.js +2 -2
  1160. package/pure-cell/modern/components/amount-title/index.css +3 -3
  1161. package/pure-cell/modern/components/amount-title/index.js +1 -1
  1162. package/pure-cell/modern/components/category/component.js +2 -2
  1163. package/pure-cell/modern/components/category/index.css +5 -5
  1164. package/pure-cell/modern/components/category/index.js +1 -1
  1165. package/pure-cell/modern/components/content/component.js +2 -2
  1166. package/pure-cell/modern/components/content/index.css +3 -3
  1167. package/pure-cell/modern/components/content/index.d.ts +1 -1
  1168. package/pure-cell/modern/components/content/index.js +2 -2
  1169. package/pure-cell/modern/components/footer/component.js +2 -2
  1170. package/pure-cell/modern/components/footer/index.css +4 -4
  1171. package/pure-cell/modern/components/footer/index.js +1 -1
  1172. package/pure-cell/modern/components/footer-button/component.js +2 -2
  1173. package/pure-cell/modern/components/footer-button/index.css +2 -2
  1174. package/pure-cell/modern/components/footer-button/index.js +1 -1
  1175. package/pure-cell/modern/components/footer-text/component.js +1 -1
  1176. package/pure-cell/modern/components/footer-text/index.js +1 -1
  1177. package/pure-cell/modern/components/graphics/component.js +2 -2
  1178. package/pure-cell/modern/components/graphics/index.css +5 -5
  1179. package/pure-cell/modern/components/graphics/index.js +1 -1
  1180. package/pure-cell/modern/components/main/component.js +2 -2
  1181. package/pure-cell/modern/components/main/index.css +4 -4
  1182. package/pure-cell/modern/components/main/index.d.ts +1 -1
  1183. package/pure-cell/modern/components/main/index.js +2 -2
  1184. package/pure-cell/modern/components/text/component.js +2 -2
  1185. package/pure-cell/modern/components/text/index.css +7 -7
  1186. package/pure-cell/modern/components/text/index.d.ts +1 -1
  1187. package/pure-cell/modern/components/text/index.js +2 -2
  1188. package/pure-cell/modern/index.css +21 -24
  1189. package/pure-cell/modern/index.js +2 -2
  1190. package/pure-input/Component.js +1 -1
  1191. package/pure-input/esm/Component.js +1 -1
  1192. package/pure-input/esm/index.css +24 -24
  1193. package/pure-input/index.css +24 -24
  1194. package/pure-input/modern/Component.js +1 -1
  1195. package/pure-input/modern/index.css +24 -24
  1196. package/radio/Component.js +1 -1
  1197. package/radio/esm/Component.js +1 -1
  1198. package/radio/esm/index.css +32 -32
  1199. package/radio/index.css +32 -32
  1200. package/radio/modern/Component.js +1 -1
  1201. package/radio/modern/index.css +32 -32
  1202. package/radio-group/Component.js +1 -1
  1203. package/radio-group/esm/Component.js +1 -1
  1204. package/radio-group/esm/index.css +17 -17
  1205. package/radio-group/index.css +17 -17
  1206. package/radio-group/modern/Component.js +1 -1
  1207. package/radio-group/modern/index.css +17 -17
  1208. package/scrollbar/Component.js +3 -3
  1209. package/scrollbar/default.css +3 -3
  1210. package/scrollbar/esm/Component.js +3 -3
  1211. package/scrollbar/esm/default.css +3 -3
  1212. package/scrollbar/esm/index.css +26 -26
  1213. package/scrollbar/esm/inverted.css +3 -3
  1214. package/scrollbar/index.css +26 -26
  1215. package/scrollbar/inverted.css +3 -3
  1216. package/scrollbar/modern/Component.js +3 -3
  1217. package/scrollbar/modern/default.css +3 -3
  1218. package/scrollbar/modern/index.css +26 -26
  1219. package/scrollbar/modern/inverted.css +3 -3
  1220. package/select/{Component-4af19284.js → Component-35779269.js} +1 -1
  1221. package/select/{Component-989a84db.d.ts → Component-9d8a4d54.d.ts} +285 -51
  1222. package/select/{Component-989a84db.js → Component-9d8a4d54.js} +4 -4
  1223. package/select/Component.js +1 -1
  1224. package/select/Component.responsive.js +3 -3
  1225. package/select/components/arrow/Component.js +1 -1
  1226. package/select/components/arrow/index.css +3 -3
  1227. package/select/components/base-checkmark/Component.js +1 -1
  1228. package/select/components/base-checkmark/index.css +4 -4
  1229. package/select/components/base-option/Component.js +1 -1
  1230. package/select/components/base-option/index.css +13 -13
  1231. package/select/components/base-select/Component.js +1 -1
  1232. package/select/components/base-select/index.css +7 -7
  1233. package/select/components/base-select/index.d.ts +1 -1
  1234. package/select/components/base-select/index.js +1 -1
  1235. package/select/components/base-select-mobile/Component.js +3 -3
  1236. package/select/components/base-select-mobile/checkmark/Component.js +1 -1
  1237. package/select/components/base-select-mobile/checkmark/index.css +6 -6
  1238. package/select/components/base-select-mobile/index.css +11 -11
  1239. package/select/components/base-select-mobile/index.d.ts +1 -1
  1240. package/select/components/base-select-mobile/index.js +3 -3
  1241. package/select/components/base-select-mobile/options-list/Component.js +1 -1
  1242. package/select/components/base-select-mobile/options-list/index.css +9 -9
  1243. package/select/components/base-select-mobile/virtual-options-list/Component.js +1 -1
  1244. package/select/components/base-select-mobile/virtual-options-list/index.css +15 -15
  1245. package/select/components/checkmark/Component.js +1 -1
  1246. package/select/components/checkmark/index.css +10 -10
  1247. package/select/components/field/Component.js +1 -1
  1248. package/select/components/field/index.css +9 -9
  1249. package/select/components/index.js +3 -3
  1250. package/select/components/optgroup/Component.js +1 -1
  1251. package/select/components/optgroup/index.css +6 -6
  1252. package/select/components/option/Component.js +1 -1
  1253. package/select/components/option/index.css +20 -20
  1254. package/select/components/options-list/Component.js +1 -1
  1255. package/select/components/options-list/index.css +6 -6
  1256. package/select/components/select-mobile/Component.js +3 -3
  1257. package/select/components/select-mobile/index.d.ts +1 -1
  1258. package/select/components/select-mobile/index.js +3 -3
  1259. package/select/components/select-modal-mobile/Component.js +3 -3
  1260. package/select/components/select-modal-mobile/index.d.ts +1 -1
  1261. package/select/components/select-modal-mobile/index.js +3 -3
  1262. package/select/components/virtual-options-list/Component.js +1 -1
  1263. package/select/components/virtual-options-list/index.css +12 -12
  1264. package/select/cssm/Component-8f0723b4.d.ts +285 -51
  1265. package/select/esm/{Component-b674590a.d.ts → Component-ab3df0d4.d.ts} +285 -51
  1266. package/select/esm/{Component-b674590a.js → Component-ab3df0d4.js} +4 -4
  1267. package/select/esm/{Component-a733e47f.js → Component-e7148601.js} +1 -1
  1268. package/select/esm/Component.js +1 -1
  1269. package/select/esm/Component.responsive.js +3 -3
  1270. package/select/esm/components/arrow/Component.js +1 -1
  1271. package/select/esm/components/arrow/index.css +3 -3
  1272. package/select/esm/components/base-checkmark/Component.js +1 -1
  1273. package/select/esm/components/base-checkmark/index.css +4 -4
  1274. package/select/esm/components/base-option/Component.js +1 -1
  1275. package/select/esm/components/base-option/index.css +13 -13
  1276. package/select/esm/components/base-select/Component.js +1 -1
  1277. package/select/esm/components/base-select/index.css +7 -7
  1278. package/select/esm/components/base-select/index.d.ts +1 -1
  1279. package/select/esm/components/base-select/index.js +1 -1
  1280. package/select/esm/components/base-select-mobile/Component.js +3 -3
  1281. package/select/esm/components/base-select-mobile/checkmark/Component.js +1 -1
  1282. package/select/esm/components/base-select-mobile/checkmark/index.css +6 -6
  1283. package/select/esm/components/base-select-mobile/index.css +11 -11
  1284. package/select/esm/components/base-select-mobile/index.d.ts +1 -1
  1285. package/select/esm/components/base-select-mobile/index.js +3 -3
  1286. package/select/esm/components/base-select-mobile/options-list/Component.js +1 -1
  1287. package/select/esm/components/base-select-mobile/options-list/index.css +9 -9
  1288. package/select/esm/components/base-select-mobile/virtual-options-list/Component.js +1 -1
  1289. package/select/esm/components/base-select-mobile/virtual-options-list/index.css +15 -15
  1290. package/select/esm/components/checkmark/Component.js +1 -1
  1291. package/select/esm/components/checkmark/index.css +10 -10
  1292. package/select/esm/components/field/Component.js +1 -1
  1293. package/select/esm/components/field/index.css +9 -9
  1294. package/select/esm/components/index.js +3 -3
  1295. package/select/esm/components/optgroup/Component.js +1 -1
  1296. package/select/esm/components/optgroup/index.css +6 -6
  1297. package/select/esm/components/option/Component.js +1 -1
  1298. package/select/esm/components/option/index.css +20 -20
  1299. package/select/esm/components/options-list/Component.js +1 -1
  1300. package/select/esm/components/options-list/index.css +6 -6
  1301. package/select/esm/components/select-mobile/Component.js +3 -3
  1302. package/select/esm/components/select-mobile/index.d.ts +1 -1
  1303. package/select/esm/components/select-mobile/index.js +3 -3
  1304. package/select/esm/components/select-modal-mobile/Component.js +3 -3
  1305. package/select/esm/components/select-modal-mobile/index.d.ts +1 -1
  1306. package/select/esm/components/select-modal-mobile/index.js +3 -3
  1307. package/select/esm/components/virtual-options-list/Component.js +1 -1
  1308. package/select/esm/components/virtual-options-list/index.css +12 -12
  1309. package/select/esm/index.js +3 -3
  1310. package/select/esm/presets/index.js +3 -3
  1311. package/select/esm/presets/useLazyLoading/hook.js +2 -2
  1312. package/select/esm/presets/useLazyLoading/index.css +2 -2
  1313. package/select/esm/presets/useSelectWithApply/hook.js +3 -3
  1314. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
  1315. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1316. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1317. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
  1318. package/select/esm/presets/useSelectWithLoading/hook.js +1 -1
  1319. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  1320. package/select/esm/responsive.js +3 -3
  1321. package/select/index.js +3 -3
  1322. package/select/modern/{Component-01c0d01a.d.ts → Component-2af5066b.d.ts} +285 -51
  1323. package/select/modern/{Component-01c0d01a.js → Component-2af5066b.js} +4 -4
  1324. package/select/modern/{Component-228a3435.js → Component-7f706817.js} +1 -1
  1325. package/select/modern/Component.js +1 -1
  1326. package/select/modern/Component.responsive.js +3 -3
  1327. package/select/modern/components/arrow/Component.js +1 -1
  1328. package/select/modern/components/arrow/index.css +3 -3
  1329. package/select/modern/components/base-checkmark/Component.js +1 -1
  1330. package/select/modern/components/base-checkmark/index.css +4 -4
  1331. package/select/modern/components/base-option/Component.js +1 -1
  1332. package/select/modern/components/base-option/index.css +13 -13
  1333. package/select/modern/components/base-select/Component.js +1 -1
  1334. package/select/modern/components/base-select/index.css +7 -7
  1335. package/select/modern/components/base-select/index.d.ts +1 -1
  1336. package/select/modern/components/base-select/index.js +1 -1
  1337. package/select/modern/components/base-select-mobile/Component.js +3 -3
  1338. package/select/modern/components/base-select-mobile/checkmark/Component.js +1 -1
  1339. package/select/modern/components/base-select-mobile/checkmark/index.css +6 -6
  1340. package/select/modern/components/base-select-mobile/index.css +11 -11
  1341. package/select/modern/components/base-select-mobile/index.d.ts +1 -1
  1342. package/select/modern/components/base-select-mobile/index.js +3 -3
  1343. package/select/modern/components/base-select-mobile/options-list/Component.js +1 -1
  1344. package/select/modern/components/base-select-mobile/options-list/index.css +9 -9
  1345. package/select/modern/components/base-select-mobile/virtual-options-list/Component.js +1 -1
  1346. package/select/modern/components/base-select-mobile/virtual-options-list/index.css +15 -15
  1347. package/select/modern/components/checkmark/Component.js +1 -1
  1348. package/select/modern/components/checkmark/index.css +10 -10
  1349. package/select/modern/components/field/Component.js +1 -1
  1350. package/select/modern/components/field/index.css +9 -9
  1351. package/select/modern/components/index.js +3 -3
  1352. package/select/modern/components/optgroup/Component.js +1 -1
  1353. package/select/modern/components/optgroup/index.css +6 -6
  1354. package/select/modern/components/option/Component.js +1 -1
  1355. package/select/modern/components/option/index.css +20 -20
  1356. package/select/modern/components/options-list/Component.js +1 -1
  1357. package/select/modern/components/options-list/index.css +6 -6
  1358. package/select/modern/components/select-mobile/Component.js +3 -3
  1359. package/select/modern/components/select-mobile/index.d.ts +1 -1
  1360. package/select/modern/components/select-mobile/index.js +3 -3
  1361. package/select/modern/components/select-modal-mobile/Component.js +3 -3
  1362. package/select/modern/components/select-modal-mobile/index.d.ts +1 -1
  1363. package/select/modern/components/select-modal-mobile/index.js +3 -3
  1364. package/select/modern/components/virtual-options-list/Component.js +1 -1
  1365. package/select/modern/components/virtual-options-list/index.css +12 -12
  1366. package/select/modern/index.js +3 -3
  1367. package/select/modern/presets/index.js +3 -3
  1368. package/select/modern/presets/useLazyLoading/hook.js +2 -2
  1369. package/select/modern/presets/useLazyLoading/index.css +2 -2
  1370. package/select/modern/presets/useSelectWithApply/hook.js +3 -3
  1371. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
  1372. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1373. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1374. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
  1375. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  1376. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  1377. package/select/modern/responsive.js +3 -3
  1378. package/select/presets/index.js +3 -3
  1379. package/select/presets/useLazyLoading/hook.js +2 -2
  1380. package/select/presets/useLazyLoading/index.css +2 -2
  1381. package/select/presets/useSelectWithApply/hook.js +3 -3
  1382. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
  1383. package/select/presets/useSelectWithApply/options-list-with-apply/index.css +4 -4
  1384. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1385. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
  1386. package/select/presets/useSelectWithLoading/hook.js +1 -1
  1387. package/select/presets/useSelectWithLoading/index.css +2 -2
  1388. package/select/responsive.js +3 -3
  1389. package/select-with-tags/components/tag/component.js +1 -1
  1390. package/select-with-tags/components/tag/index.css +11 -11
  1391. package/select-with-tags/components/tag-list/component.js +1 -1
  1392. package/select-with-tags/components/tag-list/index.css +31 -31
  1393. package/select-with-tags/esm/components/tag/component.js +1 -1
  1394. package/select-with-tags/esm/components/tag/index.css +11 -11
  1395. package/select-with-tags/esm/components/tag-list/component.js +1 -1
  1396. package/select-with-tags/esm/components/tag-list/index.css +31 -31
  1397. package/select-with-tags/modern/components/tag/component.js +1 -1
  1398. package/select-with-tags/modern/components/tag/index.css +11 -11
  1399. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  1400. package/select-with-tags/modern/components/tag-list/index.css +31 -31
  1401. package/side-panel/Component.desktop.d.ts +1 -1
  1402. package/side-panel/Component.desktop.js +12 -10
  1403. package/side-panel/Component.mobile.d.ts +1 -1
  1404. package/side-panel/Component.mobile.js +12 -9
  1405. package/side-panel/Component.responsive.d.ts +1 -2
  1406. package/side-panel/Component.responsive.js +9 -18
  1407. package/side-panel/ResponsiveContext.d.ts +5 -0
  1408. package/side-panel/ResponsiveContext.js +9 -0
  1409. package/side-panel/components/content/Component.desktop.js +1 -1
  1410. package/side-panel/components/content/Component.js +6 -3
  1411. package/side-panel/components/content/Component.mobile.js +1 -1
  1412. package/side-panel/components/content/desktop.css +7 -4
  1413. package/side-panel/components/content/index.css +8 -4
  1414. package/side-panel/components/content/mobile.css +6 -4
  1415. package/side-panel/components/footer/Component.desktop.js +1 -1
  1416. package/side-panel/components/footer/Component.js +2 -2
  1417. package/side-panel/components/footer/Component.mobile.js +1 -1
  1418. package/side-panel/components/footer/desktop.css +7 -5
  1419. package/side-panel/components/footer/index.css +8 -6
  1420. package/side-panel/components/footer/layout.css +27 -25
  1421. package/side-panel/components/footer/mobile.css +5 -3
  1422. package/side-panel/components/header/Component.d.ts +3 -51
  1423. package/side-panel/components/header/Component.js +22 -14
  1424. package/side-panel/components/header/desktop.css +11 -13
  1425. package/side-panel/components/header/index.css +18 -24
  1426. package/side-panel/components/header/mobile.css +10 -6
  1427. package/side-panel/cssm/Component.desktop.d.ts +1 -1
  1428. package/side-panel/cssm/Component.desktop.js +12 -10
  1429. package/side-panel/cssm/Component.mobile.d.ts +1 -1
  1430. package/side-panel/cssm/Component.mobile.js +11 -8
  1431. package/side-panel/cssm/Component.responsive.d.ts +1 -2
  1432. package/side-panel/cssm/Component.responsive.js +12 -22
  1433. package/side-panel/cssm/ResponsiveContext.d.ts +5 -0
  1434. package/side-panel/cssm/ResponsiveContext.js +9 -0
  1435. package/side-panel/cssm/components/content/Component.js +5 -2
  1436. package/side-panel/cssm/components/content/desktop.module.css +4 -1
  1437. package/side-panel/cssm/components/content/index.module.css +6 -2
  1438. package/side-panel/cssm/components/content/mobile.module.css +3 -1
  1439. package/side-panel/cssm/components/footer/desktop.module.css +4 -2
  1440. package/side-panel/cssm/components/footer/index.module.css +4 -2
  1441. package/side-panel/cssm/components/footer/layout.module.css +2 -0
  1442. package/side-panel/cssm/components/footer/mobile.module.css +2 -0
  1443. package/side-panel/cssm/components/header/Component.d.ts +3 -51
  1444. package/side-panel/cssm/components/header/Component.js +19 -13
  1445. package/side-panel/cssm/components/header/desktop.module.css +7 -9
  1446. package/side-panel/cssm/components/header/index.module.css +4 -10
  1447. package/side-panel/cssm/components/header/mobile.module.css +7 -3
  1448. package/side-panel/cssm/desktop.js +4 -6
  1449. package/side-panel/cssm/desktop.module.css +2 -0
  1450. package/side-panel/cssm/index.js +6 -11
  1451. package/side-panel/cssm/mobile.js +3 -5
  1452. package/side-panel/cssm/mobile.module.css +12 -0
  1453. package/side-panel/cssm/responsive.js +6 -11
  1454. package/side-panel/cssm/typings.d.ts +7 -0
  1455. package/side-panel/cssm/typings.js +1 -0
  1456. package/side-panel/cssm/vars.css +2 -0
  1457. package/side-panel/desktop.css +5 -3
  1458. package/side-panel/desktop.js +2 -4
  1459. package/side-panel/esm/Component.desktop.d.ts +1 -1
  1460. package/side-panel/esm/Component.desktop.js +13 -11
  1461. package/side-panel/esm/Component.mobile.d.ts +1 -1
  1462. package/side-panel/esm/Component.mobile.js +13 -10
  1463. package/side-panel/esm/Component.responsive.d.ts +1 -2
  1464. package/side-panel/esm/Component.responsive.js +8 -17
  1465. package/side-panel/esm/ResponsiveContext.d.ts +5 -0
  1466. package/side-panel/esm/ResponsiveContext.js +5 -0
  1467. package/side-panel/esm/components/content/Component.desktop.js +1 -1
  1468. package/side-panel/esm/components/content/Component.js +6 -3
  1469. package/side-panel/esm/components/content/Component.mobile.js +1 -1
  1470. package/side-panel/esm/components/content/desktop.css +7 -4
  1471. package/side-panel/esm/components/content/index.css +8 -4
  1472. package/side-panel/esm/components/content/mobile.css +6 -4
  1473. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  1474. package/side-panel/esm/components/footer/Component.js +2 -2
  1475. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  1476. package/side-panel/esm/components/footer/desktop.css +7 -5
  1477. package/side-panel/esm/components/footer/index.css +8 -6
  1478. package/side-panel/esm/components/footer/layout.css +27 -25
  1479. package/side-panel/esm/components/footer/mobile.css +5 -3
  1480. package/side-panel/esm/components/header/Component.d.ts +3 -51
  1481. package/side-panel/esm/components/header/Component.js +23 -15
  1482. package/side-panel/esm/components/header/desktop.css +11 -13
  1483. package/side-panel/esm/components/header/index.css +18 -24
  1484. package/side-panel/esm/components/header/mobile.css +10 -6
  1485. package/side-panel/esm/desktop.css +5 -3
  1486. package/side-panel/esm/desktop.js +2 -4
  1487. package/side-panel/esm/index.js +3 -7
  1488. package/side-panel/esm/mobile.css +14 -2
  1489. package/side-panel/esm/mobile.js +2 -4
  1490. package/side-panel/esm/responsive.js +3 -7
  1491. package/side-panel/esm/transitions.desktop.css +7 -7
  1492. package/side-panel/esm/transitions.mobile.css +8 -8
  1493. package/side-panel/esm/typings.d.ts +7 -0
  1494. package/side-panel/esm/typings.js +1 -0
  1495. package/side-panel/index.js +3 -7
  1496. package/side-panel/mobile.css +14 -2
  1497. package/side-panel/mobile.js +2 -4
  1498. package/side-panel/modern/Component.desktop.d.ts +1 -1
  1499. package/side-panel/modern/Component.desktop.js +12 -10
  1500. package/side-panel/modern/Component.mobile.d.ts +1 -1
  1501. package/side-panel/modern/Component.mobile.js +18 -13
  1502. package/side-panel/modern/Component.responsive.d.ts +1 -2
  1503. package/side-panel/modern/Component.responsive.js +8 -17
  1504. package/side-panel/modern/ResponsiveContext.d.ts +5 -0
  1505. package/side-panel/modern/ResponsiveContext.js +5 -0
  1506. package/side-panel/modern/components/content/Component.desktop.js +1 -1
  1507. package/side-panel/modern/components/content/Component.js +5 -3
  1508. package/side-panel/modern/components/content/Component.mobile.js +1 -1
  1509. package/side-panel/modern/components/content/desktop.css +7 -4
  1510. package/side-panel/modern/components/content/index.css +8 -4
  1511. package/side-panel/modern/components/content/mobile.css +6 -4
  1512. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  1513. package/side-panel/modern/components/footer/Component.js +2 -2
  1514. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  1515. package/side-panel/modern/components/footer/desktop.css +7 -5
  1516. package/side-panel/modern/components/footer/index.css +8 -6
  1517. package/side-panel/modern/components/footer/layout.css +27 -25
  1518. package/side-panel/modern/components/footer/mobile.css +5 -3
  1519. package/side-panel/modern/components/header/Component.d.ts +3 -51
  1520. package/side-panel/modern/components/header/Component.js +22 -16
  1521. package/side-panel/modern/components/header/desktop.css +11 -13
  1522. package/side-panel/modern/components/header/index.css +18 -24
  1523. package/side-panel/modern/components/header/mobile.css +10 -6
  1524. package/side-panel/modern/desktop.css +5 -3
  1525. package/side-panel/modern/desktop.js +2 -4
  1526. package/side-panel/modern/index.js +3 -7
  1527. package/side-panel/modern/mobile.css +14 -2
  1528. package/side-panel/modern/mobile.js +2 -4
  1529. package/side-panel/modern/responsive.js +3 -7
  1530. package/side-panel/modern/transitions.desktop.css +7 -7
  1531. package/side-panel/modern/transitions.mobile.css +8 -8
  1532. package/side-panel/modern/typings.d.ts +7 -0
  1533. package/side-panel/modern/typings.js +1 -0
  1534. package/side-panel/responsive.js +3 -7
  1535. package/side-panel/transitions.desktop.css +7 -7
  1536. package/side-panel/transitions.mobile.css +8 -8
  1537. package/side-panel/typings.d.ts +7 -0
  1538. package/side-panel/typings.js +1 -0
  1539. package/skeleton/Component.js +1 -1
  1540. package/skeleton/esm/Component.js +1 -1
  1541. package/skeleton/esm/index.css +11 -11
  1542. package/skeleton/index.css +11 -11
  1543. package/skeleton/modern/Component.js +1 -1
  1544. package/skeleton/modern/index.css +11 -11
  1545. package/slider/Component.js +1 -1
  1546. package/slider/esm/Component.js +1 -1
  1547. package/slider/esm/index.css +21 -21
  1548. package/slider/index.css +21 -21
  1549. package/slider/modern/Component.js +1 -1
  1550. package/slider/modern/index.css +21 -21
  1551. package/slider-input/Component.js +1 -1
  1552. package/slider-input/esm/Component.js +1 -1
  1553. package/slider-input/esm/index.css +27 -27
  1554. package/slider-input/index.css +27 -27
  1555. package/slider-input/modern/Component.js +1 -1
  1556. package/slider-input/modern/index.css +27 -27
  1557. package/sortable-list/Component.d.ts +5 -0
  1558. package/sortable-list/Component.js +105 -0
  1559. package/sortable-list/Components-b2c90027.d.ts +6 -0
  1560. package/sortable-list/Components-b2c90027.js +54 -0
  1561. package/sortable-list/components/item/Components.d.ts +0 -0
  1562. package/sortable-list/components/item/Components.js +11 -0
  1563. package/sortable-list/components/item/index.css +84 -0
  1564. package/sortable-list/cssm/Component.d.ts +5 -0
  1565. package/sortable-list/cssm/Component.js +105 -0
  1566. package/sortable-list/cssm/Components-2c44a427.d.ts +6 -0
  1567. package/sortable-list/cssm/Components-2c44a427.js +53 -0
  1568. package/sortable-list/cssm/components/item/Components.d.ts +0 -0
  1569. package/sortable-list/cssm/components/item/Components.js +12 -0
  1570. package/sortable-list/cssm/components/item/index.module.css +83 -0
  1571. package/sortable-list/cssm/index-3885b0d7.d.ts +3 -0
  1572. package/sortable-list/cssm/index.d.ts +2 -0
  1573. package/sortable-list/cssm/index.js +16 -0
  1574. package/sortable-list/cssm/index.module.css +87 -0
  1575. package/sortable-list/cssm/types.d.ts +92 -0
  1576. package/sortable-list/cssm/types.js +1 -0
  1577. package/sortable-list/cssm/utils.d.ts +6 -0
  1578. package/sortable-list/cssm/utils.js +33 -0
  1579. package/sortable-list/esm/Component.d.ts +5 -0
  1580. package/sortable-list/esm/Component.js +100 -0
  1581. package/sortable-list/esm/Components-53251a88.d.ts +6 -0
  1582. package/sortable-list/esm/Components-53251a88.js +48 -0
  1583. package/sortable-list/esm/components/item/Components.d.ts +0 -0
  1584. package/sortable-list/esm/components/item/Components.js +7 -0
  1585. package/sortable-list/esm/components/item/index.css +84 -0
  1586. package/sortable-list/esm/index-3885b0d7.d.ts +3 -0
  1587. package/sortable-list/esm/index.css +88 -0
  1588. package/sortable-list/esm/index.d.ts +2 -0
  1589. package/sortable-list/esm/index.js +10 -0
  1590. package/sortable-list/esm/types.d.ts +92 -0
  1591. package/sortable-list/esm/types.js +1 -0
  1592. package/sortable-list/esm/utils.d.ts +6 -0
  1593. package/sortable-list/esm/utils.js +31 -0
  1594. package/sortable-list/index-3885b0d7.d.ts +3 -0
  1595. package/sortable-list/index.css +88 -0
  1596. package/sortable-list/index.d.ts +2 -0
  1597. package/sortable-list/index.js +14 -0
  1598. package/sortable-list/modern/Component.d.ts +5 -0
  1599. package/sortable-list/modern/Component.js +90 -0
  1600. package/sortable-list/modern/Components-1c467200.d.ts +6 -0
  1601. package/sortable-list/modern/Components-1c467200.js +44 -0
  1602. package/sortable-list/modern/components/item/Components.d.ts +0 -0
  1603. package/sortable-list/modern/components/item/Components.js +6 -0
  1604. package/sortable-list/modern/components/item/index.css +84 -0
  1605. package/sortable-list/modern/index-3885b0d7.d.ts +3 -0
  1606. package/sortable-list/modern/index.css +88 -0
  1607. package/sortable-list/modern/index.d.ts +2 -0
  1608. package/sortable-list/modern/index.js +9 -0
  1609. package/sortable-list/modern/types.d.ts +92 -0
  1610. package/sortable-list/modern/types.js +1 -0
  1611. package/sortable-list/modern/utils.d.ts +6 -0
  1612. package/sortable-list/modern/utils.js +30 -0
  1613. package/sortable-list/package.json +3 -0
  1614. package/sortable-list/send-stats.js +82 -0
  1615. package/sortable-list/types.d.ts +92 -0
  1616. package/sortable-list/types.js +1 -0
  1617. package/sortable-list/utils.d.ts +6 -0
  1618. package/sortable-list/utils.js +33 -0
  1619. package/space/Component.js +1 -1
  1620. package/space/esm/Component.js +1 -1
  1621. package/space/esm/index.css +9 -9
  1622. package/space/index.css +9 -9
  1623. package/space/modern/Component.js +1 -1
  1624. package/space/modern/index.css +9 -9
  1625. package/spinner/Component.js +3 -3
  1626. package/spinner/default.css +2 -2
  1627. package/spinner/esm/Component.js +3 -3
  1628. package/spinner/esm/default.css +2 -2
  1629. package/spinner/esm/index.css +8 -8
  1630. package/spinner/esm/inverted.css +2 -2
  1631. package/spinner/index.css +8 -8
  1632. package/spinner/inverted.css +2 -2
  1633. package/spinner/modern/Component.js +3 -3
  1634. package/spinner/modern/default.css +2 -2
  1635. package/spinner/modern/index.css +8 -8
  1636. package/spinner/modern/inverted.css +2 -2
  1637. package/status/Component.js +1 -1
  1638. package/status/esm/Component.js +1 -1
  1639. package/status/esm/index.css +18 -18
  1640. package/status/index.css +18 -18
  1641. package/status/modern/Component.js +1 -1
  1642. package/status/modern/index.css +18 -18
  1643. package/stepped-progress-bar/Component.js +1 -1
  1644. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  1645. package/stepped-progress-bar/components/step-bar/index.css +11 -11
  1646. package/stepped-progress-bar/esm/Component.js +1 -1
  1647. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  1648. package/stepped-progress-bar/esm/components/step-bar/index.css +11 -11
  1649. package/stepped-progress-bar/esm/index.css +4 -4
  1650. package/stepped-progress-bar/index.css +4 -4
  1651. package/stepped-progress-bar/modern/Component.js +1 -1
  1652. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  1653. package/stepped-progress-bar/modern/components/step-bar/index.css +11 -11
  1654. package/stepped-progress-bar/modern/index.css +4 -4
  1655. package/steps/Component.js +1 -1
  1656. package/steps/components/step/Component.js +1 -1
  1657. package/steps/components/step/index.css +26 -26
  1658. package/steps/components/step-indicator/Component.js +1 -1
  1659. package/steps/components/step-indicator/index.css +2 -2
  1660. package/steps/esm/Component.js +1 -1
  1661. package/steps/esm/components/step/Component.js +1 -1
  1662. package/steps/esm/components/step/index.css +26 -26
  1663. package/steps/esm/components/step-indicator/Component.js +1 -1
  1664. package/steps/esm/components/step-indicator/index.css +2 -2
  1665. package/steps/esm/index.css +3 -3
  1666. package/steps/index.css +3 -3
  1667. package/steps/modern/Component.js +1 -1
  1668. package/steps/modern/components/step/Component.js +1 -1
  1669. package/steps/modern/components/step/index.css +26 -26
  1670. package/steps/modern/components/step-indicator/Component.js +1 -1
  1671. package/steps/modern/components/step-indicator/index.css +2 -2
  1672. package/steps/modern/index.css +3 -3
  1673. package/switch/Component.js +1 -1
  1674. package/switch/esm/Component.js +1 -1
  1675. package/switch/esm/index.css +26 -26
  1676. package/switch/index.css +26 -26
  1677. package/switch/modern/Component.js +1 -1
  1678. package/switch/modern/index.css +26 -26
  1679. package/table/components/pagination/Component.js +1 -1
  1680. package/table/components/pagination/index.css +8 -8
  1681. package/table/components/pagination/select-field/index.css +4 -4
  1682. package/table/components/pagination/select-field/index.js +1 -1
  1683. package/table/components/table/Component.js +1 -1
  1684. package/table/components/table/index.css +7 -7
  1685. package/table/components/tbody/Component.js +1 -1
  1686. package/table/components/tbody/index.css +2 -2
  1687. package/table/components/tcell/Component.js +1 -1
  1688. package/table/components/tcell/index.css +6 -6
  1689. package/table/components/texpandable-row/Component.js +1 -1
  1690. package/table/components/texpandable-row/index.css +5 -5
  1691. package/table/components/thead/Component.js +1 -1
  1692. package/table/components/thead/index.css +6 -6
  1693. package/table/components/thead-cell/Component.js +1 -1
  1694. package/table/components/thead-cell/index.css +8 -8
  1695. package/table/components/trow/Component.js +1 -1
  1696. package/table/components/trow/index.css +8 -8
  1697. package/table/components/tsortable-head-cell/Component.js +1 -1
  1698. package/table/components/tsortable-head-cell/index.css +9 -9
  1699. package/table/esm/components/pagination/Component.js +1 -1
  1700. package/table/esm/components/pagination/index.css +8 -8
  1701. package/table/esm/components/pagination/select-field/index.css +4 -4
  1702. package/table/esm/components/pagination/select-field/index.js +1 -1
  1703. package/table/esm/components/table/Component.js +1 -1
  1704. package/table/esm/components/table/index.css +7 -7
  1705. package/table/esm/components/tbody/Component.js +1 -1
  1706. package/table/esm/components/tbody/index.css +2 -2
  1707. package/table/esm/components/tcell/Component.js +1 -1
  1708. package/table/esm/components/tcell/index.css +6 -6
  1709. package/table/esm/components/texpandable-row/Component.js +1 -1
  1710. package/table/esm/components/texpandable-row/index.css +5 -5
  1711. package/table/esm/components/thead/Component.js +1 -1
  1712. package/table/esm/components/thead/index.css +6 -6
  1713. package/table/esm/components/thead-cell/Component.js +1 -1
  1714. package/table/esm/components/thead-cell/index.css +8 -8
  1715. package/table/esm/components/trow/Component.js +1 -1
  1716. package/table/esm/components/trow/index.css +8 -8
  1717. package/table/esm/components/tsortable-head-cell/Component.js +1 -1
  1718. package/table/esm/components/tsortable-head-cell/index.css +9 -9
  1719. package/table/modern/components/pagination/Component.js +1 -1
  1720. package/table/modern/components/pagination/index.css +8 -8
  1721. package/table/modern/components/pagination/select-field/index.css +4 -4
  1722. package/table/modern/components/pagination/select-field/index.js +1 -1
  1723. package/table/modern/components/table/Component.js +1 -1
  1724. package/table/modern/components/table/index.css +7 -7
  1725. package/table/modern/components/tbody/Component.js +1 -1
  1726. package/table/modern/components/tbody/index.css +2 -2
  1727. package/table/modern/components/tcell/Component.js +1 -1
  1728. package/table/modern/components/tcell/index.css +6 -6
  1729. package/table/modern/components/texpandable-row/Component.js +1 -1
  1730. package/table/modern/components/texpandable-row/index.css +5 -5
  1731. package/table/modern/components/thead/Component.js +1 -1
  1732. package/table/modern/components/thead/index.css +6 -6
  1733. package/table/modern/components/thead-cell/Component.js +1 -1
  1734. package/table/modern/components/thead-cell/index.css +8 -8
  1735. package/table/modern/components/trow/Component.js +1 -1
  1736. package/table/modern/components/trow/index.css +8 -8
  1737. package/table/modern/components/tsortable-head-cell/Component.js +1 -1
  1738. package/table/modern/components/tsortable-head-cell/index.css +9 -9
  1739. package/tabs/Component-7ca84eff.d.ts +5 -0
  1740. package/tabs/Component-ebda875c.d.ts +2 -0
  1741. package/tabs/Component.mobile-e81c389f.d.ts +38 -0
  1742. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  1743. package/tabs/components/primary-tablist/Component.mobile.js +2 -2
  1744. package/tabs/components/primary-tablist/Component.responsive.js +1 -1
  1745. package/tabs/components/primary-tablist/index.css +29 -29
  1746. package/tabs/components/primary-tablist/mobile.css +32 -32
  1747. package/tabs/components/scrollable-container/Component.js +1 -1
  1748. package/tabs/components/scrollable-container/index.css +5 -5
  1749. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  1750. package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
  1751. package/tabs/components/secondary-tablist/Component.responsive.js +1 -1
  1752. package/tabs/components/secondary-tablist/index.css +11 -11
  1753. package/tabs/components/secondary-tablist/mobile.css +13 -13
  1754. package/tabs/components/tab/Component.js +1 -1
  1755. package/tabs/components/tab/index.css +3 -3
  1756. package/tabs/components/tabs/Component.desktop.js +2 -2
  1757. package/tabs/components/tabs/Component.mobile.js +2 -2
  1758. package/tabs/components/tabs/Component.responsive.js +2 -2
  1759. package/tabs/cssm/Component-7ca84eff.d.ts +5 -0
  1760. package/tabs/cssm/Component-ebda875c.d.ts +2 -0
  1761. package/tabs/cssm/Component.mobile-e81c389f.d.ts +38 -0
  1762. package/tabs/cssm/index-7ca84eff.d.ts +9 -0
  1763. package/tabs/cssm/index-e81c389f.d.ts +141 -0
  1764. package/tabs/desktop.js +2 -2
  1765. package/tabs/esm/Component-7ca84eff.d.ts +5 -0
  1766. package/tabs/esm/Component-ebda875c.d.ts +2 -0
  1767. package/tabs/esm/Component.mobile-e81c389f.d.ts +38 -0
  1768. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  1769. package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -2
  1770. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  1771. package/tabs/esm/components/primary-tablist/index.css +29 -29
  1772. package/tabs/esm/components/primary-tablist/mobile.css +32 -32
  1773. package/tabs/esm/components/scrollable-container/Component.js +1 -1
  1774. package/tabs/esm/components/scrollable-container/index.css +5 -5
  1775. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  1776. package/tabs/esm/components/secondary-tablist/Component.mobile.js +2 -2
  1777. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  1778. package/tabs/esm/components/secondary-tablist/index.css +11 -11
  1779. package/tabs/esm/components/secondary-tablist/mobile.css +13 -13
  1780. package/tabs/esm/components/tab/Component.js +1 -1
  1781. package/tabs/esm/components/tab/index.css +3 -3
  1782. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  1783. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  1784. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  1785. package/tabs/esm/desktop.js +2 -2
  1786. package/tabs/esm/index-7ca84eff.d.ts +9 -0
  1787. package/tabs/esm/index-e81c389f.d.ts +141 -0
  1788. package/tabs/esm/index.js +2 -2
  1789. package/tabs/esm/index.module-b06e730b.js +4 -0
  1790. package/tabs/esm/index.module-ea1e031b.js +4 -0
  1791. package/tabs/esm/mobile.js +2 -2
  1792. package/tabs/esm/responsive.js +2 -2
  1793. package/tabs/index-7ca84eff.d.ts +9 -0
  1794. package/tabs/index-e81c389f.d.ts +141 -0
  1795. package/tabs/index.js +2 -2
  1796. package/tabs/index.module-9aac8027.js +4 -0
  1797. package/tabs/index.module-dde2566f.js +4 -0
  1798. package/tabs/mobile.js +2 -2
  1799. package/tabs/modern/Component-7ca84eff.d.ts +5 -0
  1800. package/tabs/modern/Component-ebda875c.d.ts +2 -0
  1801. package/tabs/modern/Component.mobile-e81c389f.d.ts +38 -0
  1802. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  1803. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  1804. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  1805. package/tabs/modern/components/primary-tablist/index.css +29 -29
  1806. package/tabs/modern/components/primary-tablist/mobile.css +32 -32
  1807. package/tabs/modern/components/scrollable-container/Component.js +1 -1
  1808. package/tabs/modern/components/scrollable-container/index.css +5 -5
  1809. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  1810. package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
  1811. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  1812. package/tabs/modern/components/secondary-tablist/index.css +11 -11
  1813. package/tabs/modern/components/secondary-tablist/mobile.css +13 -13
  1814. package/tabs/modern/components/tab/Component.js +1 -1
  1815. package/tabs/modern/components/tab/index.css +3 -3
  1816. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  1817. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  1818. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  1819. package/tabs/modern/desktop.js +2 -2
  1820. package/tabs/modern/index-7ca84eff.d.ts +9 -0
  1821. package/tabs/modern/index-e81c389f.d.ts +141 -0
  1822. package/tabs/modern/index.js +2 -2
  1823. package/tabs/modern/index.module-1428a125.js +4 -0
  1824. package/tabs/modern/index.module-1e6e4859.js +4 -0
  1825. package/tabs/modern/mobile.js +2 -2
  1826. package/tabs/modern/responsive.js +2 -2
  1827. package/tabs/responsive.js +2 -2
  1828. package/tag/Component.d.ts +16 -0
  1829. package/tag/Component.js +17 -5
  1830. package/tag/cssm/Component.d.ts +16 -0
  1831. package/tag/cssm/Component.js +14 -2
  1832. package/tag/cssm/index.js +1 -0
  1833. package/tag/cssm/index.module.css +3 -1
  1834. package/tag/cssm/utils.d.ts +2 -0
  1835. package/tag/cssm/utils.js +10 -0
  1836. package/tag/default.css +13 -13
  1837. package/tag/esm/Component.d.ts +16 -0
  1838. package/tag/esm/Component.js +18 -6
  1839. package/tag/esm/default.css +13 -13
  1840. package/tag/esm/index.css +51 -49
  1841. package/tag/esm/index.js +1 -0
  1842. package/tag/esm/inverted.css +13 -13
  1843. package/tag/esm/utils.d.ts +2 -0
  1844. package/tag/esm/utils.js +10 -0
  1845. package/tag/index.css +51 -49
  1846. package/tag/index.js +1 -0
  1847. package/tag/inverted.css +13 -13
  1848. package/tag/modern/Component.d.ts +16 -0
  1849. package/tag/modern/Component.js +18 -6
  1850. package/tag/modern/default.css +13 -13
  1851. package/tag/modern/index.css +51 -49
  1852. package/tag/modern/index.js +1 -0
  1853. package/tag/modern/inverted.css +13 -13
  1854. package/tag/modern/utils.d.ts +2 -0
  1855. package/tag/modern/utils.js +10 -0
  1856. package/tag/utils.d.ts +2 -0
  1857. package/tag/utils.js +10 -0
  1858. package/textarea/Component.js +3 -3
  1859. package/textarea/{PseudoTextArea-e294917f.js → PseudoTextArea-bf56b346.js} +1 -1
  1860. package/textarea/components/PseudoTextArea.js +1 -1
  1861. package/textarea/components/index.d.ts +1 -1
  1862. package/textarea/components/index.js +1 -1
  1863. package/textarea/default.css +19 -19
  1864. package/textarea/esm/Component.js +3 -3
  1865. package/textarea/esm/PseudoTextArea-da1c0346.js +15 -0
  1866. package/textarea/esm/components/PseudoTextArea.js +1 -1
  1867. package/textarea/esm/components/index.d.ts +1 -1
  1868. package/textarea/esm/components/index.js +1 -1
  1869. package/textarea/esm/default.css +19 -19
  1870. package/textarea/esm/index.css +51 -51
  1871. package/textarea/esm/index.js +1 -1
  1872. package/textarea/esm/inverted.css +19 -19
  1873. package/textarea/index.css +51 -51
  1874. package/textarea/index.js +1 -1
  1875. package/textarea/inverted.css +19 -19
  1876. package/textarea/modern/Component.js +3 -3
  1877. package/textarea/modern/PseudoTextArea-3fc357cd.js +12 -0
  1878. package/textarea/modern/components/PseudoTextArea.js +1 -1
  1879. package/textarea/modern/components/index.d.ts +1 -1
  1880. package/textarea/modern/components/index.js +1 -1
  1881. package/textarea/modern/default.css +19 -19
  1882. package/textarea/modern/index.css +51 -51
  1883. package/textarea/modern/index.js +1 -1
  1884. package/textarea/modern/inverted.css +19 -19
  1885. package/themes/bottom-sheet/click.css +0 -1
  1886. package/themes/click.css +4 -4
  1887. package/themes/compiled/mobile-dark-bluetint.css +291 -272
  1888. package/themes/dist/bottom-sheet/click.css +0 -1
  1889. package/themes/dist/click.css +4 -4
  1890. package/themes/dist/compiled/mobile-dark-bluetint.css +1166 -984
  1891. package/themes/dist/mixins/bottom-sheet/click.css +0 -1
  1892. package/themes/dist/mixins/modal/click.css +4 -3
  1893. package/themes/dist/modal/click.css +4 -3
  1894. package/themes/dist/package.json +1 -1
  1895. package/themes/mixins/bottom-sheet/click.css +0 -1
  1896. package/themes/mixins/modal/click.css +4 -3
  1897. package/themes/modal/click.css +4 -3
  1898. package/toast/component.js +1 -1
  1899. package/toast/esm/component.js +1 -1
  1900. package/toast/esm/index.css +10 -10
  1901. package/toast/index.css +10 -10
  1902. package/toast/modern/component.js +1 -1
  1903. package/toast/modern/index.css +10 -10
  1904. package/toast-plate/component.js +3 -3
  1905. package/toast-plate/default.css +3 -3
  1906. package/toast-plate/esm/component.js +3 -3
  1907. package/toast-plate/esm/default.css +3 -3
  1908. package/toast-plate/esm/index.css +16 -16
  1909. package/toast-plate/esm/inverted.css +3 -3
  1910. package/toast-plate/index.css +16 -16
  1911. package/toast-plate/inverted.css +3 -3
  1912. package/toast-plate/modern/component.js +3 -3
  1913. package/toast-plate/modern/default.css +3 -3
  1914. package/toast-plate/modern/index.css +16 -16
  1915. package/toast-plate/modern/inverted.css +3 -3
  1916. package/tooltip/Component.js +3 -3
  1917. package/tooltip/component.responsive.js +1 -1
  1918. package/tooltip/default.css +3 -3
  1919. package/tooltip/esm/Component.js +3 -3
  1920. package/tooltip/esm/component.responsive.js +1 -1
  1921. package/tooltip/esm/default.css +3 -3
  1922. package/tooltip/esm/index.css +6 -6
  1923. package/tooltip/esm/inverted.css +5 -5
  1924. package/tooltip/esm/responsive.css +3 -3
  1925. package/tooltip/index.css +6 -6
  1926. package/tooltip/inverted.css +5 -5
  1927. package/tooltip/modern/Component.js +3 -3
  1928. package/tooltip/modern/component.responsive.js +1 -1
  1929. package/tooltip/modern/default.css +3 -3
  1930. package/tooltip/modern/index.css +6 -6
  1931. package/tooltip/modern/inverted.css +5 -5
  1932. package/tooltip/modern/responsive.css +3 -3
  1933. package/tooltip/responsive.css +3 -3
  1934. package/typography/colors.css +34 -13
  1935. package/typography/colors.d.ts +1 -1
  1936. package/typography/colors.js +7 -0
  1937. package/typography/colors.module-f941d5a9.js +4 -0
  1938. package/typography/common.module-a53abc33.js +4 -0
  1939. package/typography/component.js +2 -2
  1940. package/typography/cssm/colors.d.ts +1 -1
  1941. package/typography/cssm/colors.js +7 -0
  1942. package/typography/cssm/colors.module.css +21 -0
  1943. package/typography/cssm/title/component.d.ts +1 -1
  1944. package/typography/esm/colors.css +34 -13
  1945. package/typography/esm/colors.d.ts +1 -1
  1946. package/typography/esm/colors.js +7 -0
  1947. package/typography/esm/colors.module-7fdd5570.js +4 -0
  1948. package/typography/esm/common.module-d48eeae5.js +4 -0
  1949. package/typography/esm/component.js +2 -2
  1950. package/typography/esm/index.js +2 -2
  1951. package/typography/esm/text/component.js +2 -2
  1952. package/typography/esm/text/index.css +18 -18
  1953. package/typography/esm/text/index.js +1 -1
  1954. package/typography/esm/title/common.css +5 -5
  1955. package/typography/esm/title/component.d.ts +1 -1
  1956. package/typography/esm/title/component.js +1 -1
  1957. package/typography/esm/title/index.css +19 -19
  1958. package/typography/esm/title/index.js +3 -3
  1959. package/typography/esm/title-mobile/component.js +3 -3
  1960. package/typography/esm/title-mobile/index.css +11 -11
  1961. package/typography/esm/title-mobile/index.js +2 -2
  1962. package/typography/esm/title-responsive/component.js +3 -3
  1963. package/typography/esm/title-responsive/index.css +41 -41
  1964. package/typography/esm/title-responsive/index.js +2 -2
  1965. package/typography/index.js +2 -2
  1966. package/typography/modern/colors.css +34 -13
  1967. package/typography/modern/colors.d.ts +1 -1
  1968. package/typography/modern/colors.js +7 -0
  1969. package/typography/modern/colors.module-62b8d01b.js +4 -0
  1970. package/typography/modern/common.module-aa2fef25.js +4 -0
  1971. package/typography/modern/component.js +2 -2
  1972. package/typography/modern/index.js +2 -2
  1973. package/typography/modern/text/component.js +2 -2
  1974. package/typography/modern/text/index.css +18 -18
  1975. package/typography/modern/text/index.js +1 -1
  1976. package/typography/modern/title/common.css +5 -5
  1977. package/typography/modern/title/component.d.ts +1 -1
  1978. package/typography/modern/title/component.js +1 -1
  1979. package/typography/modern/title/index.css +19 -19
  1980. package/typography/modern/title/index.js +3 -3
  1981. package/typography/modern/title-mobile/component.js +3 -3
  1982. package/typography/modern/title-mobile/index.css +11 -11
  1983. package/typography/modern/title-mobile/index.js +2 -2
  1984. package/typography/modern/title-responsive/component.js +3 -3
  1985. package/typography/modern/title-responsive/index.css +41 -41
  1986. package/typography/modern/title-responsive/index.js +2 -2
  1987. package/typography/text/component.js +2 -2
  1988. package/typography/text/index.css +18 -18
  1989. package/typography/text/index.js +1 -1
  1990. package/typography/title/common.css +5 -5
  1991. package/typography/title/component.d.ts +1 -1
  1992. package/typography/title/component.js +1 -1
  1993. package/typography/title/index.css +19 -19
  1994. package/typography/title/index.js +3 -3
  1995. package/typography/title-mobile/component.js +3 -3
  1996. package/typography/title-mobile/index.css +11 -11
  1997. package/typography/title-mobile/index.js +2 -2
  1998. package/typography/title-responsive/component.js +3 -3
  1999. package/typography/title-responsive/index.css +41 -41
  2000. package/typography/title-responsive/index.js +2 -2
  2001. package/underlay/Component.d.ts +347 -0
  2002. package/underlay/Component.js +66 -0
  2003. package/underlay/cssm/Component.d.ts +347 -0
  2004. package/underlay/cssm/Component.js +65 -0
  2005. package/underlay/cssm/index.d.ts +1 -0
  2006. package/underlay/cssm/index.js +8 -0
  2007. package/underlay/cssm/index.module.css +319 -0
  2008. package/underlay/cssm/types.d.ts +52 -0
  2009. package/underlay/cssm/types.js +1 -0
  2010. package/underlay/esm/Component.d.ts +347 -0
  2011. package/underlay/esm/Component.js +61 -0
  2012. package/underlay/esm/index.css +320 -0
  2013. package/underlay/esm/index.d.ts +1 -0
  2014. package/underlay/esm/index.js +3 -0
  2015. package/underlay/esm/types.d.ts +52 -0
  2016. package/underlay/esm/types.js +1 -0
  2017. package/underlay/index.css +320 -0
  2018. package/underlay/index.d.ts +1 -0
  2019. package/underlay/index.js +7 -0
  2020. package/underlay/modern/Component.d.ts +399 -0
  2021. package/underlay/modern/Component.js +20 -0
  2022. package/underlay/modern/index.css +320 -0
  2023. package/underlay/modern/index.d.ts +1 -0
  2024. package/underlay/modern/index.js +3 -0
  2025. package/underlay/modern/types.d.ts +52 -0
  2026. package/underlay/modern/types.js +1 -0
  2027. package/underlay/package.json +3 -0
  2028. package/underlay/send-stats.js +82 -0
  2029. package/underlay/types.d.ts +52 -0
  2030. package/underlay/types.js +1 -0
  2031. package/vars/dist/package.json +1 -1
  2032. package/with-suffix/Component.js +1 -1
  2033. package/with-suffix/esm/Component.js +1 -1
  2034. package/with-suffix/esm/index.css +9 -9
  2035. package/with-suffix/index.css +9 -9
  2036. package/with-suffix/modern/Component.js +1 -1
  2037. package/with-suffix/modern/index.css +9 -9
  2038. package/bottom-sheet/components/backer/Component.d.ts +0 -28
  2039. package/bottom-sheet/components/backer/Component.js +0 -21
  2040. package/bottom-sheet/components/backer/index.css +0 -34
  2041. package/bottom-sheet/components/closer/Component.d.ts +0 -24
  2042. package/bottom-sheet/components/closer/Component.js +0 -26
  2043. package/bottom-sheet/components/closer/index.css +0 -34
  2044. package/bottom-sheet/cssm/components/backer/Component.d.ts +0 -28
  2045. package/bottom-sheet/cssm/components/backer/Component.js +0 -20
  2046. package/bottom-sheet/cssm/components/backer/index.module.css +0 -33
  2047. package/bottom-sheet/cssm/components/closer/Component.d.ts +0 -24
  2048. package/bottom-sheet/cssm/components/closer/Component.js +0 -25
  2049. package/bottom-sheet/cssm/components/closer/index.module.css +0 -33
  2050. package/bottom-sheet/esm/components/backer/Component.d.ts +0 -28
  2051. package/bottom-sheet/esm/components/backer/Component.js +0 -16
  2052. package/bottom-sheet/esm/components/backer/index.css +0 -34
  2053. package/bottom-sheet/esm/components/closer/Component.d.ts +0 -24
  2054. package/bottom-sheet/esm/components/closer/Component.js +0 -21
  2055. package/bottom-sheet/esm/components/closer/index.css +0 -34
  2056. package/bottom-sheet/modern/components/backer/Component.d.ts +0 -28
  2057. package/bottom-sheet/modern/components/backer/Component.js +0 -12
  2058. package/bottom-sheet/modern/components/backer/index.css +0 -34
  2059. package/bottom-sheet/modern/components/closer/Component.d.ts +0 -24
  2060. package/bottom-sheet/modern/components/closer/Component.js +0 -19
  2061. package/bottom-sheet/modern/components/closer/index.css +0 -34
  2062. package/calendar-range/esm/index.module-edbcda56.js +0 -4
  2063. package/calendar-range/index.module-cb45883b.js +0 -4
  2064. package/calendar-range/modern/index.module-e4fb8f7e.js +0 -4
  2065. package/grid/esm/gutters.module-823bced4.js +0 -4
  2066. package/grid/gutters.module-43e49da0.js +0 -4
  2067. package/grid/modern/gutters.module-cfb38ad5.js +0 -4
  2068. package/modal/components/closer/Component.js +0 -33
  2069. package/modal/components/closer/index.css +0 -49
  2070. package/modal/cssm/components/closer/Component.js +0 -32
  2071. package/modal/cssm/components/closer/index.module.css +0 -48
  2072. package/modal/esm/components/closer/Component.js +0 -28
  2073. package/modal/esm/components/closer/index.css +0 -49
  2074. package/modal/modern/components/closer/Component.js +0 -25
  2075. package/modal/modern/components/closer/index.css +0 -49
  2076. package/pass-code/modern/getDataTestId-c7a037c2.d.ts +0 -2
  2077. package/pure-cell/esm/getDataTestId-326b3d3b.d.ts +0 -2
  2078. package/pure-cell/getDataTestId-a610299d.d.ts +0 -2
  2079. package/pure-cell/modern/getDataTestId-aee86588.d.ts +0 -2
  2080. package/side-panel/components/closer/Component.d.ts +0 -29
  2081. package/side-panel/components/closer/Component.js +0 -32
  2082. package/side-panel/components/closer/index.css +0 -47
  2083. package/side-panel/components/header/Component.desktop.d.ts +0 -18
  2084. package/side-panel/components/header/Component.desktop.js +0 -29
  2085. package/side-panel/components/header/Component.mobile.d.ts +0 -14
  2086. package/side-panel/components/header/Component.mobile.js +0 -28
  2087. package/side-panel/cssm/components/closer/Component.d.ts +0 -29
  2088. package/side-panel/cssm/components/closer/Component.js +0 -31
  2089. package/side-panel/cssm/components/header/Component.desktop.d.ts +0 -18
  2090. package/side-panel/cssm/components/header/Component.desktop.js +0 -30
  2091. package/side-panel/cssm/components/header/Component.mobile.d.ts +0 -14
  2092. package/side-panel/cssm/components/header/Component.mobile.js +0 -29
  2093. package/side-panel/esm/components/closer/Component.d.ts +0 -29
  2094. package/side-panel/esm/components/closer/Component.js +0 -27
  2095. package/side-panel/esm/components/closer/index.css +0 -47
  2096. package/side-panel/esm/components/header/Component.desktop.d.ts +0 -18
  2097. package/side-panel/esm/components/header/Component.desktop.js +0 -24
  2098. package/side-panel/esm/components/header/Component.mobile.d.ts +0 -14
  2099. package/side-panel/esm/components/header/Component.mobile.js +0 -22
  2100. package/side-panel/modern/components/closer/Component.d.ts +0 -29
  2101. package/side-panel/modern/components/closer/Component.js +0 -24
  2102. package/side-panel/modern/components/closer/index.css +0 -47
  2103. package/side-panel/modern/components/header/Component.desktop.d.ts +0 -18
  2104. package/side-panel/modern/components/header/Component.desktop.js +0 -21
  2105. package/side-panel/modern/components/header/Component.mobile.d.ts +0 -14
  2106. package/side-panel/modern/components/header/Component.mobile.js +0 -17
  2107. package/tabs/Component-3885b0d7.d.ts +0 -49
  2108. package/tabs/Component-db573794.d.ts +0 -33
  2109. package/tabs/cssm/Component-3885b0d7.d.ts +0 -49
  2110. package/tabs/cssm/Component-db573794.d.ts +0 -33
  2111. package/tabs/esm/Component-3885b0d7.d.ts +0 -49
  2112. package/tabs/esm/Component-db573794.d.ts +0 -33
  2113. package/tabs/esm/index.module-6526d0f8.js +0 -4
  2114. package/tabs/esm/index.module-9fdbc6b1.js +0 -4
  2115. package/tabs/index.module-1af5e8ab.js +0 -4
  2116. package/tabs/index.module-41c09f8d.js +0 -4
  2117. package/tabs/modern/Component-3885b0d7.d.ts +0 -49
  2118. package/tabs/modern/Component-db573794.d.ts +0 -33
  2119. package/tabs/modern/index.module-14493370.js +0 -4
  2120. package/tabs/modern/index.module-ffb625b2.js +0 -4
  2121. package/textarea/esm/PseudoTextArea-1c3afae6.js +0 -15
  2122. package/textarea/modern/PseudoTextArea-ed6486ee.js +0 -12
  2123. package/typography/colors.module-fcf8e5d3.js +0 -4
  2124. package/typography/common.module-cf8a6de7.js +0 -4
  2125. package/typography/esm/colors.module-6c8a001e.js +0 -4
  2126. package/typography/esm/common.module-e5f2dd08.js +0 -4
  2127. package/typography/modern/colors.module-cd27c99e.js +0 -4
  2128. package/typography/modern/common.module-83440d45.js +0 -4
  2129. /package/confirmation/{countdown-section-bda43975.d.ts → countdown-section-3bf2e5a1.d.ts} +0 -0
  2130. /package/confirmation/esm/{countdown-section-6eb66678.d.ts → countdown-section-ffd66d88.d.ts} +0 -0
  2131. /package/confirmation/modern/{countdown-section-f17bf1df.d.ts → countdown-section-79267bca.d.ts} +0 -0
  2132. /package/gallery/esm/{slide-746d03af.d.ts → slide-da7f68d5.d.ts} +0 -0
  2133. /package/gallery/modern/{slide-88e3f94f.d.ts → slide-2a56a425.d.ts} +0 -0
  2134. /package/gallery/{slide-2c42ca22.d.ts → slide-c67d86be.d.ts} +0 -0
  2135. /package/intl-phone-input/esm/{libphonenumber-js.min-1e9caa43.d.ts → libphonenumber-js.min-a604ac11.d.ts} +0 -0
  2136. /package/intl-phone-input/esm/{libphonenumber-js.min-1e9caa43.js → libphonenumber-js.min-a604ac11.js} +0 -0
  2137. /package/intl-phone-input/{libphonenumber-js.min-2b3f9314.d.ts → libphonenumber-js.min-eba526b0.d.ts} +0 -0
  2138. /package/intl-phone-input/{libphonenumber-js.min-2b3f9314.js → libphonenumber-js.min-eba526b0.js} +0 -0
  2139. /package/intl-phone-input/modern/{libphonenumber-js.min-1e9caa43.d.ts → libphonenumber-js.min-a604ac11.d.ts} +0 -0
  2140. /package/intl-phone-input/modern/{libphonenumber-js.min-1e9caa43.js → libphonenumber-js.min-a604ac11.js} +0 -0
  2141. /package/{input-autocomplete/cssm/getDataTestId-3fe0d3e6.d.ts → pass-code/esm/getDataTestId-621751d1.d.ts} +0 -0
  2142. /package/pass-code/esm/{getDataTestId-ed1e5f8c.js → getDataTestId-621751d1.js} +0 -0
  2143. /package/{input-autocomplete/esm/getDataTestId-3fe0d3e6.d.ts → pass-code/getDataTestId-2fbe3d27.d.ts} +0 -0
  2144. /package/pass-code/{getDataTestId-31c9a98b.js → getDataTestId-2fbe3d27.js} +0 -0
  2145. /package/{input-autocomplete/getDataTestId-3fe0d3e6.d.ts → pass-code/modern/getDataTestId-714a1b81.d.ts} +0 -0
  2146. /package/pass-code/modern/{getDataTestId-c7a037c2.js → getDataTestId-714a1b81.js} +0 -0
  2147. /package/pure-cell/{component-1dea020c.d.ts → component-320fb852.d.ts} +0 -0
  2148. /package/pure-cell/esm/{component-298df540.d.ts → component-5857661c.d.ts} +0 -0
  2149. /package/{input-autocomplete/modern/getDataTestId-3fe0d3e6.d.ts → pure-cell/esm/getDataTestId-2ed4561a.d.ts} +0 -0
  2150. /package/pure-cell/esm/{getDataTestId-326b3d3b.js → getDataTestId-2ed4561a.js} +0 -0
  2151. /package/{pass-code/esm/getDataTestId-ed1e5f8c.d.ts → pure-cell/getDataTestId-d89528d6.d.ts} +0 -0
  2152. /package/pure-cell/{getDataTestId-a610299d.js → getDataTestId-d89528d6.js} +0 -0
  2153. /package/pure-cell/modern/{component-a8aa353d.d.ts → component-77fe711b.d.ts} +0 -0
  2154. /package/{pass-code/getDataTestId-31c9a98b.d.ts → pure-cell/modern/getDataTestId-3b08de93.d.ts} +0 -0
  2155. /package/pure-cell/modern/{getDataTestId-aee86588.js → getDataTestId-3b08de93.js} +0 -0
  2156. /package/select/{Component-4af19284.d.ts → Component-35779269.d.ts} +0 -0
  2157. /package/select/esm/{Component-a733e47f.d.ts → Component-e7148601.d.ts} +0 -0
  2158. /package/select/esm/{intersection-observer-de8255b2.d.ts → intersection-observer-5631c444.d.ts} +0 -0
  2159. /package/select/esm/{intersection-observer-de8255b2.js → intersection-observer-5631c444.js} +0 -0
  2160. /package/select/{intersection-observer-230e176d.d.ts → intersection-observer-c8b7b4f0.d.ts} +0 -0
  2161. /package/select/{intersection-observer-230e176d.js → intersection-observer-c8b7b4f0.js} +0 -0
  2162. /package/select/modern/{Component-228a3435.d.ts → Component-7f706817.d.ts} +0 -0
  2163. /package/select/modern/{intersection-observer-de8255b2.d.ts → intersection-observer-5631c444.d.ts} +0 -0
  2164. /package/select/modern/{intersection-observer-de8255b2.js → intersection-observer-5631c444.js} +0 -0
  2165. /package/textarea/{PseudoTextArea-e294917f.d.ts → PseudoTextArea-bf56b346.d.ts} +0 -0
  2166. /package/textarea/esm/{PseudoTextArea-1c3afae6.d.ts → PseudoTextArea-da1c0346.d.ts} +0 -0
  2167. /package/textarea/modern/{PseudoTextArea-ed6486ee.d.ts → PseudoTextArea-3fc357cd.d.ts} +0 -0
@@ -1,5 +1,5 @@
1
1
  export { Col } from './Component.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
- import '../gutters.module-cfb38ad5.js';
4
+ import '../gutters.module-308d42eb.js';
5
5
  import '../utils/index.js';
@@ -1,41 +1,41 @@
1
- /* hash: o2ri8 */
1
+ /* hash: 1ooed */
2
2
  /* stylelint-disable comment-empty-line-before */
3
- .grid__row_irv80.grid__gutter-8_irv80 {
3
+ .grid__row_eplq8.grid__gutter-8_eplq8 {
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_irv80.grid__gutter-8_irv80 > .grid__col_irv80 {
10
+ .grid__row_eplq8.grid__gutter-8_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-16_irv80 {
17
+ .grid__row_eplq8.grid__gutter-16_eplq8 {
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_irv80.grid__gutter-16_irv80 > .grid__col_irv80 {
24
+ .grid__row_eplq8.grid__gutter-16_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-24_irv80 {
31
+ .grid__row_eplq8.grid__gutter-24_eplq8 {
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_irv80.grid__gutter-24_irv80 > .grid__col_irv80 {
38
+ .grid__row_eplq8.grid__gutter-24_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-mobile-8_irv80 {
46
+ .grid__row_eplq8.grid__gutter-mobile-8_eplq8 {
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_irv80.grid__gutter-mobile-8_irv80 > .grid__col_irv80 {
54
+ .grid__row_eplq8.grid__gutter-mobile-8_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-mobile-16_irv80 {
61
+ .grid__row_eplq8.grid__gutter-mobile-16_eplq8 {
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_irv80.grid__gutter-mobile-16_irv80 > .grid__col_irv80 {
69
+ .grid__row_eplq8.grid__gutter-mobile-16_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-mobile-24_irv80 {
76
+ .grid__row_eplq8.grid__gutter-mobile-24_eplq8 {
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_irv80.grid__gutter-mobile-24_irv80 > .grid__col_irv80 {
84
+ .grid__row_eplq8.grid__gutter-mobile-24_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-mobile-s-8_irv80 {
93
+ .grid__row_eplq8.grid__gutter-mobile-s-8_eplq8 {
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_irv80.grid__gutter-mobile-s-8_irv80 > .grid__col_irv80 {
101
+ .grid__row_eplq8.grid__gutter-mobile-s-8_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-mobile-s-16_irv80 {
108
+ .grid__row_eplq8.grid__gutter-mobile-s-16_eplq8 {
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_irv80.grid__gutter-mobile-s-16_irv80 > .grid__col_irv80 {
116
+ .grid__row_eplq8.grid__gutter-mobile-s-16_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-mobile-s-24_irv80 {
123
+ .grid__row_eplq8.grid__gutter-mobile-s-24_eplq8 {
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_irv80.grid__gutter-mobile-s-24_irv80 > .grid__col_irv80 {
131
+ .grid__row_eplq8.grid__gutter-mobile-s-24_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-mobile-m-8_irv80 {
140
+ .grid__row_eplq8.grid__gutter-mobile-m-8_eplq8 {
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_irv80.grid__gutter-mobile-m-8_irv80 > .grid__col_irv80 {
148
+ .grid__row_eplq8.grid__gutter-mobile-m-8_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-mobile-m-16_irv80 {
155
+ .grid__row_eplq8.grid__gutter-mobile-m-16_eplq8 {
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_irv80.grid__gutter-mobile-m-16_irv80 > .grid__col_irv80 {
163
+ .grid__row_eplq8.grid__gutter-mobile-m-16_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-mobile-m-24_irv80 {
170
+ .grid__row_eplq8.grid__gutter-mobile-m-24_eplq8 {
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_irv80.grid__gutter-mobile-m-24_irv80 > .grid__col_irv80 {
178
+ .grid__row_eplq8.grid__gutter-mobile-m-24_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-mobile-l-8_irv80 {
187
+ .grid__row_eplq8.grid__gutter-mobile-l-8_eplq8 {
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_irv80.grid__gutter-mobile-l-8_irv80 > .grid__col_irv80 {
195
+ .grid__row_eplq8.grid__gutter-mobile-l-8_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-mobile-l-16_irv80 {
202
+ .grid__row_eplq8.grid__gutter-mobile-l-16_eplq8 {
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_irv80.grid__gutter-mobile-l-16_irv80 > .grid__col_irv80 {
210
+ .grid__row_eplq8.grid__gutter-mobile-l-16_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-mobile-l-24_irv80 {
217
+ .grid__row_eplq8.grid__gutter-mobile-l-24_eplq8 {
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_irv80.grid__gutter-mobile-l-24_irv80 > .grid__col_irv80 {
225
+ .grid__row_eplq8.grid__gutter-mobile-l-24_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-tablet-8_irv80 {
234
+ .grid__row_eplq8.grid__gutter-tablet-8_eplq8 {
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_irv80.grid__gutter-tablet-8_irv80 > .grid__col_irv80 {
242
+ .grid__row_eplq8.grid__gutter-tablet-8_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-tablet-16_irv80 {
249
+ .grid__row_eplq8.grid__gutter-tablet-16_eplq8 {
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_irv80.grid__gutter-tablet-16_irv80 > .grid__col_irv80 {
257
+ .grid__row_eplq8.grid__gutter-tablet-16_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-tablet-24_irv80 {
264
+ .grid__row_eplq8.grid__gutter-tablet-24_eplq8 {
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_irv80.grid__gutter-tablet-24_irv80 > .grid__col_irv80 {
272
+ .grid__row_eplq8.grid__gutter-tablet-24_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-tablet-s-8_irv80 {
281
+ .grid__row_eplq8.grid__gutter-tablet-s-8_eplq8 {
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_irv80.grid__gutter-tablet-s-8_irv80 > .grid__col_irv80 {
289
+ .grid__row_eplq8.grid__gutter-tablet-s-8_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-tablet-s-16_irv80 {
296
+ .grid__row_eplq8.grid__gutter-tablet-s-16_eplq8 {
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_irv80.grid__gutter-tablet-s-16_irv80 > .grid__col_irv80 {
304
+ .grid__row_eplq8.grid__gutter-tablet-s-16_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-tablet-s-24_irv80 {
311
+ .grid__row_eplq8.grid__gutter-tablet-s-24_eplq8 {
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_irv80.grid__gutter-tablet-s-24_irv80 > .grid__col_irv80 {
319
+ .grid__row_eplq8.grid__gutter-tablet-s-24_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-tablet-m-8_irv80 {
328
+ .grid__row_eplq8.grid__gutter-tablet-m-8_eplq8 {
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_irv80.grid__gutter-tablet-m-8_irv80 > .grid__col_irv80 {
336
+ .grid__row_eplq8.grid__gutter-tablet-m-8_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-tablet-m-16_irv80 {
343
+ .grid__row_eplq8.grid__gutter-tablet-m-16_eplq8 {
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_irv80.grid__gutter-tablet-m-16_irv80 > .grid__col_irv80 {
351
+ .grid__row_eplq8.grid__gutter-tablet-m-16_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-tablet-m-24_irv80 {
358
+ .grid__row_eplq8.grid__gutter-tablet-m-24_eplq8 {
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_irv80.grid__gutter-tablet-m-24_irv80 > .grid__col_irv80 {
366
+ .grid__row_eplq8.grid__gutter-tablet-m-24_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-desktop-8_irv80 {
375
+ .grid__row_eplq8.grid__gutter-desktop-8_eplq8 {
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_irv80.grid__gutter-desktop-8_irv80 > .grid__col_irv80 {
383
+ .grid__row_eplq8.grid__gutter-desktop-8_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-desktop-16_irv80 {
390
+ .grid__row_eplq8.grid__gutter-desktop-16_eplq8 {
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_irv80.grid__gutter-desktop-16_irv80 > .grid__col_irv80 {
398
+ .grid__row_eplq8.grid__gutter-desktop-16_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-desktop-24_irv80 {
405
+ .grid__row_eplq8.grid__gutter-desktop-24_eplq8 {
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_irv80.grid__gutter-desktop-24_irv80 > .grid__col_irv80 {
413
+ .grid__row_eplq8.grid__gutter-desktop-24_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-desktop-s-8_irv80 {
422
+ .grid__row_eplq8.grid__gutter-desktop-s-8_eplq8 {
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_irv80.grid__gutter-desktop-s-8_irv80 > .grid__col_irv80 {
430
+ .grid__row_eplq8.grid__gutter-desktop-s-8_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-desktop-s-16_irv80 {
437
+ .grid__row_eplq8.grid__gutter-desktop-s-16_eplq8 {
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_irv80.grid__gutter-desktop-s-16_irv80 > .grid__col_irv80 {
445
+ .grid__row_eplq8.grid__gutter-desktop-s-16_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-desktop-s-24_irv80 {
452
+ .grid__row_eplq8.grid__gutter-desktop-s-24_eplq8 {
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_irv80.grid__gutter-desktop-s-24_irv80 > .grid__col_irv80 {
460
+ .grid__row_eplq8.grid__gutter-desktop-s-24_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-desktop-m-8_irv80 {
469
+ .grid__row_eplq8.grid__gutter-desktop-m-8_eplq8 {
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_irv80.grid__gutter-desktop-m-8_irv80 > .grid__col_irv80 {
477
+ .grid__row_eplq8.grid__gutter-desktop-m-8_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-desktop-m-16_irv80 {
484
+ .grid__row_eplq8.grid__gutter-desktop-m-16_eplq8 {
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_irv80.grid__gutter-desktop-m-16_irv80 > .grid__col_irv80 {
492
+ .grid__row_eplq8.grid__gutter-desktop-m-16_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-desktop-m-24_irv80 {
499
+ .grid__row_eplq8.grid__gutter-desktop-m-24_eplq8 {
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_irv80.grid__gutter-desktop-m-24_irv80 > .grid__col_irv80 {
507
+ .grid__row_eplq8.grid__gutter-desktop-m-24_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-desktop-l-8_irv80 {
516
+ .grid__row_eplq8.grid__gutter-desktop-l-8_eplq8 {
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_irv80.grid__gutter-desktop-l-8_irv80 > .grid__col_irv80 {
524
+ .grid__row_eplq8.grid__gutter-desktop-l-8_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-desktop-l-16_irv80 {
531
+ .grid__row_eplq8.grid__gutter-desktop-l-16_eplq8 {
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_irv80.grid__gutter-desktop-l-16_irv80 > .grid__col_irv80 {
539
+ .grid__row_eplq8.grid__gutter-desktop-l-16_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-desktop-l-24_irv80 {
546
+ .grid__row_eplq8.grid__gutter-desktop-l-24_eplq8 {
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_irv80.grid__gutter-desktop-l-24_irv80 > .grid__col_irv80 {
554
+ .grid__row_eplq8.grid__gutter-desktop-l-24_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-desktop-xl-8_irv80 {
563
+ .grid__row_eplq8.grid__gutter-desktop-xl-8_eplq8 {
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_irv80.grid__gutter-desktop-xl-8_irv80 > .grid__col_irv80 {
571
+ .grid__row_eplq8.grid__gutter-desktop-xl-8_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-desktop-xl-16_irv80 {
578
+ .grid__row_eplq8.grid__gutter-desktop-xl-16_eplq8 {
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_irv80.grid__gutter-desktop-xl-16_irv80 > .grid__col_irv80 {
586
+ .grid__row_eplq8.grid__gutter-desktop-xl-16_eplq8 > .grid__col_eplq8 {
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_irv80.grid__gutter-desktop-xl-24_irv80 {
593
+ .grid__row_eplq8.grid__gutter-desktop-xl-24_eplq8 {
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_irv80.grid__gutter-desktop-xl-24_irv80 > .grid__col_irv80 {
601
+ .grid__row_eplq8.grid__gutter-desktop-xl-24_eplq8 > .grid__col_eplq8 {
602
602
  /* prettier-ignore */
603
603
  padding-left: calc(24px / 2);
604
604
 
@@ -0,0 +1,4 @@
1
+ const guttersStyles = {"row":"grid__row_eplq8","gutter-8":"grid__gutter-8_eplq8","col":"grid__col_eplq8","gutter-16":"grid__gutter-16_eplq8","gutter-24":"grid__gutter-24_eplq8","gutter-mobile-8":"grid__gutter-mobile-8_eplq8","gutter-mobile-16":"grid__gutter-mobile-16_eplq8","gutter-mobile-24":"grid__gutter-mobile-24_eplq8","gutter-mobile-s-8":"grid__gutter-mobile-s-8_eplq8","gutter-mobile-s-16":"grid__gutter-mobile-s-16_eplq8","gutter-mobile-s-24":"grid__gutter-mobile-s-24_eplq8","gutter-mobile-m-8":"grid__gutter-mobile-m-8_eplq8","gutter-mobile-m-16":"grid__gutter-mobile-m-16_eplq8","gutter-mobile-m-24":"grid__gutter-mobile-m-24_eplq8","gutter-mobile-l-8":"grid__gutter-mobile-l-8_eplq8","gutter-mobile-l-16":"grid__gutter-mobile-l-16_eplq8","gutter-mobile-l-24":"grid__gutter-mobile-l-24_eplq8","gutter-tablet-8":"grid__gutter-tablet-8_eplq8","gutter-tablet-16":"grid__gutter-tablet-16_eplq8","gutter-tablet-24":"grid__gutter-tablet-24_eplq8","gutter-tablet-s-8":"grid__gutter-tablet-s-8_eplq8","gutter-tablet-s-16":"grid__gutter-tablet-s-16_eplq8","gutter-tablet-s-24":"grid__gutter-tablet-s-24_eplq8","gutter-tablet-m-8":"grid__gutter-tablet-m-8_eplq8","gutter-tablet-m-16":"grid__gutter-tablet-m-16_eplq8","gutter-tablet-m-24":"grid__gutter-tablet-m-24_eplq8","gutter-desktop-8":"grid__gutter-desktop-8_eplq8","gutter-desktop-16":"grid__gutter-desktop-16_eplq8","gutter-desktop-24":"grid__gutter-desktop-24_eplq8","gutter-desktop-s-8":"grid__gutter-desktop-s-8_eplq8","gutter-desktop-s-16":"grid__gutter-desktop-s-16_eplq8","gutter-desktop-s-24":"grid__gutter-desktop-s-24_eplq8","gutter-desktop-m-8":"grid__gutter-desktop-m-8_eplq8","gutter-desktop-m-16":"grid__gutter-desktop-m-16_eplq8","gutter-desktop-m-24":"grid__gutter-desktop-m-24_eplq8","gutter-desktop-l-8":"grid__gutter-desktop-l-8_eplq8","gutter-desktop-l-16":"grid__gutter-desktop-l-16_eplq8","gutter-desktop-l-24":"grid__gutter-desktop-l-24_eplq8","gutter-desktop-xl-8":"grid__gutter-desktop-xl-8_eplq8","gutter-desktop-xl-16":"grid__gutter-desktop-xl-16_eplq8","gutter-desktop-xl-24":"grid__gutter-desktop-xl-24_eplq8"};
2
+ require('./gutters.css');
3
+
4
+ export { guttersStyles as g };