@alfalab/core-components 40.0.0 → 41.1.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2083) 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 +4 -7
  53. package/backdrop/cssm/Component.js +3 -6
  54. package/backdrop/cssm/index.module.css +0 -2
  55. package/backdrop/esm/Component.js +4 -7
  56. package/backdrop/esm/index.css +11 -13
  57. package/backdrop/index.css +11 -13
  58. package/backdrop/modern/Component.js +3 -5
  59. package/backdrop/modern/index.css +11 -13
  60. package/badge/Component.js +1 -1
  61. package/badge/esm/Component.js +1 -1
  62. package/badge/esm/index.css +42 -42
  63. package/badge/index.css +42 -42
  64. package/badge/modern/Component.js +1 -1
  65. package/badge/modern/index.css +42 -42
  66. package/bank-card/Component.js +1 -1
  67. package/bank-card/esm/Component.js +1 -1
  68. package/bank-card/esm/index.css +20 -20
  69. package/bank-card/index.css +20 -20
  70. package/bank-card/modern/Component.js +1 -1
  71. package/bank-card/modern/index.css +20 -20
  72. package/base-modal/Component.js +1 -1
  73. package/base-modal/esm/Component.js +1 -1
  74. package/base-modal/esm/index.css +13 -13
  75. package/base-modal/index.css +13 -13
  76. package/base-modal/modern/Component.js +1 -1
  77. package/base-modal/modern/index.css +13 -13
  78. package/bottom-sheet/component.d.ts +5 -0
  79. package/bottom-sheet/component.js +260 -13
  80. package/bottom-sheet/components/footer/Component.js +1 -1
  81. package/bottom-sheet/components/footer/index.css +71 -6
  82. package/bottom-sheet/components/header/Component.d.ts +7 -0
  83. package/bottom-sheet/components/header/Component.js +31 -13
  84. package/bottom-sheet/components/header/index.css +14 -15
  85. package/bottom-sheet/components/swipeable-backdrop/Component.d.ts +1 -1
  86. package/bottom-sheet/cssm/component.d.ts +5 -0
  87. package/bottom-sheet/cssm/component.js +260 -15
  88. package/bottom-sheet/cssm/components/footer/index.module.css +67 -2
  89. package/bottom-sheet/cssm/components/header/Component.d.ts +7 -0
  90. package/bottom-sheet/cssm/components/header/Component.js +30 -16
  91. package/bottom-sheet/cssm/components/header/index.module.css +1 -2
  92. package/bottom-sheet/cssm/components/swipeable-backdrop/Component.d.ts +1 -1
  93. package/bottom-sheet/cssm/index.d.ts +3 -1
  94. package/bottom-sheet/cssm/index.js +7 -5
  95. package/bottom-sheet/cssm/index.module.css +92 -13
  96. package/bottom-sheet/{esm/component-f5632dcc.d.ts → cssm/types.d.ts} +41 -12
  97. package/bottom-sheet/cssm/types.js +1 -0
  98. package/bottom-sheet/cssm/utils.d.ts +8 -0
  99. package/bottom-sheet/cssm/utils.js +31 -0
  100. package/bottom-sheet/esm/component.d.ts +5 -0
  101. package/bottom-sheet/esm/component.js +258 -11
  102. package/bottom-sheet/esm/components/footer/Component.js +1 -1
  103. package/bottom-sheet/esm/components/footer/index.css +71 -6
  104. package/bottom-sheet/esm/components/header/Component.d.ts +7 -0
  105. package/bottom-sheet/esm/components/header/Component.js +29 -12
  106. package/bottom-sheet/esm/components/header/index.css +14 -15
  107. package/bottom-sheet/esm/components/swipeable-backdrop/Component.d.ts +1 -1
  108. package/bottom-sheet/esm/index.css +102 -23
  109. package/bottom-sheet/esm/index.d.ts +3 -1
  110. package/bottom-sheet/esm/index.js +3 -1
  111. package/bottom-sheet/{cssm/component-3f9ff39b.d.ts → esm/types.d.ts} +41 -12
  112. package/bottom-sheet/esm/types.js +1 -0
  113. package/bottom-sheet/esm/utils.d.ts +8 -0
  114. package/bottom-sheet/esm/utils.js +23 -0
  115. package/bottom-sheet/index.css +102 -23
  116. package/bottom-sheet/index.d.ts +3 -1
  117. package/bottom-sheet/index.js +6 -4
  118. package/bottom-sheet/modern/component.d.ts +5 -0
  119. package/bottom-sheet/modern/component.js +289 -10
  120. package/bottom-sheet/modern/components/footer/Component.js +1 -1
  121. package/bottom-sheet/modern/components/footer/index.css +71 -6
  122. package/bottom-sheet/modern/components/header/Component.d.ts +7 -0
  123. package/bottom-sheet/modern/components/header/Component.js +26 -11
  124. package/bottom-sheet/modern/components/header/index.css +14 -15
  125. package/bottom-sheet/modern/components/swipeable-backdrop/Component.d.ts +1 -1
  126. package/bottom-sheet/modern/index.css +102 -23
  127. package/bottom-sheet/modern/index.d.ts +3 -1
  128. package/bottom-sheet/modern/index.js +3 -1
  129. package/bottom-sheet/modern/{component-803dbc9d.d.ts → types.d.ts} +41 -12
  130. package/bottom-sheet/modern/types.js +1 -0
  131. package/bottom-sheet/modern/utils.d.ts +8 -0
  132. package/bottom-sheet/modern/utils.js +23 -0
  133. package/bottom-sheet/{component-76642442.d.ts → types.d.ts} +41 -12
  134. package/bottom-sheet/types.js +1 -0
  135. package/bottom-sheet/utils.d.ts +8 -0
  136. package/bottom-sheet/utils.js +31 -0
  137. package/button/Component.js +3 -3
  138. package/button/default.css +61 -61
  139. package/button/esm/Component.js +3 -3
  140. package/button/esm/default.css +61 -61
  141. package/button/esm/index.css +53 -53
  142. package/button/esm/inverted.css +61 -61
  143. package/button/index.css +53 -53
  144. package/button/inverted.css +61 -61
  145. package/button/modern/Component.js +3 -3
  146. package/button/modern/default.css +61 -61
  147. package/button/modern/index.css +53 -53
  148. package/button/modern/inverted.css +61 -61
  149. package/calendar/Component.desktop.js +1 -1
  150. package/calendar/{Component.responsive-287ec8f7.js → Component.responsive-19d2ee3b.js} +1 -1
  151. package/calendar/Component.responsive.js +1 -1
  152. package/calendar/components/calendar-mobile/Component.js +1 -1
  153. package/calendar/components/calendar-mobile/index.css +11 -11
  154. package/calendar/components/calendar-mobile/index.d.ts +1 -1
  155. package/calendar/components/calendar-mobile/index.js +1 -1
  156. package/calendar/components/days-table/Component.js +1 -1
  157. package/calendar/components/days-table/index.css +62 -62
  158. package/calendar/components/header/Component.js +1 -1
  159. package/calendar/components/header/index.css +3 -3
  160. package/calendar/components/month-year-header/Component.js +1 -1
  161. package/calendar/components/month-year-header/index.css +10 -10
  162. package/calendar/components/months-table/Component.js +1 -1
  163. package/calendar/components/months-table/index.css +11 -11
  164. package/calendar/components/period-slider/Component.js +1 -1
  165. package/calendar/components/period-slider/index.css +10 -10
  166. package/calendar/components/select-button/Component.js +1 -1
  167. package/calendar/components/select-button/index.css +10 -10
  168. package/calendar/components/years-table/Component.js +1 -1
  169. package/calendar/components/years-table/index.css +13 -13
  170. package/calendar/cssm/desktop.module.css +6 -4
  171. package/calendar/desktop.css +20 -18
  172. package/calendar/esm/Component.desktop.js +1 -1
  173. package/calendar/esm/{Component.responsive-9fb8d154.js → Component.responsive-70132086.js} +1 -1
  174. package/calendar/esm/Component.responsive.js +1 -1
  175. package/calendar/esm/components/calendar-mobile/Component.js +1 -1
  176. package/calendar/esm/components/calendar-mobile/index.css +11 -11
  177. package/calendar/esm/components/calendar-mobile/index.d.ts +1 -1
  178. package/calendar/esm/components/calendar-mobile/index.js +1 -1
  179. package/calendar/esm/components/days-table/Component.js +1 -1
  180. package/calendar/esm/components/days-table/index.css +62 -62
  181. package/calendar/esm/components/header/Component.js +1 -1
  182. package/calendar/esm/components/header/index.css +3 -3
  183. package/calendar/esm/components/month-year-header/Component.js +1 -1
  184. package/calendar/esm/components/month-year-header/index.css +10 -10
  185. package/calendar/esm/components/months-table/Component.js +1 -1
  186. package/calendar/esm/components/months-table/index.css +11 -11
  187. package/calendar/esm/components/period-slider/Component.js +1 -1
  188. package/calendar/esm/components/period-slider/index.css +10 -10
  189. package/calendar/esm/components/select-button/Component.js +1 -1
  190. package/calendar/esm/components/select-button/index.css +10 -10
  191. package/calendar/esm/components/years-table/Component.js +1 -1
  192. package/calendar/esm/components/years-table/index.css +13 -13
  193. package/calendar/esm/desktop.css +20 -18
  194. package/calendar/esm/index.js +1 -1
  195. package/calendar/esm/mobile.js +1 -1
  196. package/calendar/esm/responsive.d.ts +1 -1
  197. package/calendar/esm/responsive.js +1 -1
  198. package/calendar/index.js +1 -1
  199. package/calendar/mobile.js +1 -1
  200. package/calendar/modern/Component.desktop.js +1 -1
  201. package/calendar/modern/{Component.responsive-e530e848.js → Component.responsive-6985bb11.js} +1 -1
  202. package/calendar/modern/Component.responsive.js +1 -1
  203. package/calendar/modern/components/calendar-mobile/Component.js +1 -1
  204. package/calendar/modern/components/calendar-mobile/index.css +11 -11
  205. package/calendar/modern/components/calendar-mobile/index.d.ts +1 -1
  206. package/calendar/modern/components/calendar-mobile/index.js +1 -1
  207. package/calendar/modern/components/days-table/Component.js +1 -1
  208. package/calendar/modern/components/days-table/index.css +62 -62
  209. package/calendar/modern/components/header/Component.js +1 -1
  210. package/calendar/modern/components/header/index.css +3 -3
  211. package/calendar/modern/components/month-year-header/Component.js +1 -1
  212. package/calendar/modern/components/month-year-header/index.css +10 -10
  213. package/calendar/modern/components/months-table/Component.js +1 -1
  214. package/calendar/modern/components/months-table/index.css +11 -11
  215. package/calendar/modern/components/period-slider/Component.js +1 -1
  216. package/calendar/modern/components/period-slider/index.css +10 -10
  217. package/calendar/modern/components/select-button/Component.js +1 -1
  218. package/calendar/modern/components/select-button/index.css +10 -10
  219. package/calendar/modern/components/years-table/Component.js +1 -1
  220. package/calendar/modern/components/years-table/index.css +13 -13
  221. package/calendar/modern/desktop.css +20 -18
  222. package/calendar/modern/index.js +1 -1
  223. package/calendar/modern/mobile.js +1 -1
  224. package/calendar/modern/responsive.d.ts +1 -1
  225. package/calendar/modern/responsive.js +1 -1
  226. package/calendar/responsive.d.ts +1 -1
  227. package/calendar/responsive.js +1 -1
  228. package/calendar-input/components/calendar-input/Component.js +1 -1
  229. package/calendar-input/components/calendar-input/index.css +11 -11
  230. package/calendar-input/esm/components/calendar-input/Component.js +1 -1
  231. package/calendar-input/esm/components/calendar-input/index.css +11 -11
  232. package/calendar-input/modern/components/calendar-input/Component.js +1 -1
  233. package/calendar-input/modern/components/calendar-input/index.css +11 -11
  234. package/calendar-range/Component.js +1 -1
  235. package/calendar-range/components/divider/Component.js +1 -1
  236. package/calendar-range/components/divider/index.css +8 -8
  237. package/calendar-range/esm/Component.js +1 -1
  238. package/calendar-range/esm/components/divider/Component.js +1 -1
  239. package/calendar-range/esm/components/divider/index.css +8 -8
  240. package/calendar-range/esm/index.js +1 -1
  241. package/calendar-range/esm/index.module-c7708ad1.js +4 -0
  242. package/calendar-range/esm/views/index.css +6 -6
  243. package/calendar-range/esm/views/popover.js +1 -1
  244. package/calendar-range/esm/views/static.js +1 -1
  245. package/calendar-range/index.js +1 -1
  246. package/calendar-range/index.module-4f52a25f.js +4 -0
  247. package/calendar-range/modern/Component.js +1 -1
  248. package/calendar-range/modern/components/divider/Component.js +1 -1
  249. package/calendar-range/modern/components/divider/index.css +8 -8
  250. package/calendar-range/modern/index.js +1 -1
  251. package/calendar-range/modern/index.module-3e94a951.js +4 -0
  252. package/calendar-range/modern/views/index.css +6 -6
  253. package/calendar-range/modern/views/popover.js +1 -1
  254. package/calendar-range/modern/views/static.js +1 -1
  255. package/calendar-range/views/index.css +6 -6
  256. package/calendar-range/views/popover.js +1 -1
  257. package/calendar-range/views/static.js +1 -1
  258. package/calendar-with-skeleton/Component.js +1 -1
  259. package/calendar-with-skeleton/cssm/index.module.css +1 -1
  260. package/calendar-with-skeleton/esm/Component.js +1 -1
  261. package/calendar-with-skeleton/esm/index.css +13 -13
  262. package/calendar-with-skeleton/index.css +13 -13
  263. package/calendar-with-skeleton/modern/Component.js +1 -1
  264. package/calendar-with-skeleton/modern/index.css +13 -13
  265. package/card-image/Component.js +1 -1
  266. package/card-image/esm/Component.js +1 -1
  267. package/card-image/esm/index.css +7 -7
  268. package/card-image/index.css +7 -7
  269. package/card-image/modern/Component.js +1 -1
  270. package/card-image/modern/index.css +7 -7
  271. package/cdn-icon/Component.js +1 -1
  272. package/cdn-icon/esm/Component.js +1 -1
  273. package/cdn-icon/esm/index.css +4 -4
  274. package/cdn-icon/index.css +4 -4
  275. package/cdn-icon/modern/Component.js +1 -1
  276. package/cdn-icon/modern/index.css +4 -4
  277. package/chart/Component.js +1 -1
  278. package/chart/components/Dot/index.css +8 -8
  279. package/chart/components/Dot/index.js +1 -1
  280. package/chart/components/Legends/index.css +8 -8
  281. package/chart/components/Legends/index.js +1 -1
  282. package/chart/components/Tick/index.css +4 -4
  283. package/chart/components/Tick/index.js +1 -1
  284. package/chart/components/TooltipContent/index.css +7 -7
  285. package/chart/components/TooltipContent/index.js +1 -1
  286. package/chart/esm/Component.js +1 -1
  287. package/chart/esm/components/Dot/index.css +8 -8
  288. package/chart/esm/components/Dot/index.js +1 -1
  289. package/chart/esm/components/Legends/index.css +8 -8
  290. package/chart/esm/components/Legends/index.js +1 -1
  291. package/chart/esm/components/Tick/index.css +4 -4
  292. package/chart/esm/components/Tick/index.js +1 -1
  293. package/chart/esm/components/TooltipContent/index.css +7 -7
  294. package/chart/esm/components/TooltipContent/index.js +1 -1
  295. package/chart/esm/index.css +5 -5
  296. package/chart/index.css +5 -5
  297. package/chart/modern/Component.js +1 -1
  298. package/chart/modern/components/Dot/index.css +8 -8
  299. package/chart/modern/components/Dot/index.js +1 -1
  300. package/chart/modern/components/Legends/index.css +8 -8
  301. package/chart/modern/components/Legends/index.js +1 -1
  302. package/chart/modern/components/Tick/index.css +4 -4
  303. package/chart/modern/components/Tick/index.js +1 -1
  304. package/chart/modern/components/TooltipContent/index.css +7 -7
  305. package/chart/modern/components/TooltipContent/index.js +1 -1
  306. package/chart/modern/index.css +5 -5
  307. package/checkbox/Component.js +1 -1
  308. package/checkbox/esm/Component.js +1 -1
  309. package/checkbox/esm/index.css +39 -39
  310. package/checkbox/index.css +39 -39
  311. package/checkbox/modern/Component.js +1 -1
  312. package/checkbox/modern/index.css +39 -39
  313. package/checkbox-group/Component.js +1 -1
  314. package/checkbox-group/esm/Component.js +1 -1
  315. package/checkbox-group/esm/index.css +17 -17
  316. package/checkbox-group/index.css +17 -17
  317. package/checkbox-group/modern/Component.js +1 -1
  318. package/checkbox-group/modern/index.css +17 -17
  319. package/circular-progress-bar/Component.js +1 -1
  320. package/circular-progress-bar/esm/Component.js +1 -1
  321. package/circular-progress-bar/esm/index.css +49 -49
  322. package/circular-progress-bar/index.css +49 -49
  323. package/circular-progress-bar/modern/Component.js +1 -1
  324. package/circular-progress-bar/modern/index.css +49 -49
  325. package/code-input/component.js +1 -1
  326. package/code-input/components/input/component.js +1 -1
  327. package/code-input/components/input/index.css +12 -12
  328. package/code-input/esm/component.js +1 -1
  329. package/code-input/esm/components/input/component.js +1 -1
  330. package/code-input/esm/components/input/index.css +12 -12
  331. package/code-input/esm/index.css +6 -6
  332. package/code-input/index.css +6 -6
  333. package/code-input/modern/component.js +1 -1
  334. package/code-input/modern/components/input/component.js +1 -1
  335. package/code-input/modern/components/input/index.css +12 -12
  336. package/code-input/modern/index.css +6 -6
  337. package/collapse/Component.js +1 -1
  338. package/collapse/esm/Component.js +1 -1
  339. package/collapse/esm/index.css +8 -8
  340. package/collapse/index.css +8 -8
  341. package/collapse/modern/Component.js +1 -1
  342. package/collapse/modern/index.css +8 -8
  343. package/comment/Component.js +1 -1
  344. package/comment/esm/Component.js +1 -1
  345. package/comment/esm/index.css +4 -4
  346. package/comment/index.css +4 -4
  347. package/comment/modern/Component.js +1 -1
  348. package/comment/modern/index.css +4 -4
  349. package/confirmation/component.desktop.js +1 -1
  350. package/confirmation/component.mobile.js +2 -2
  351. package/confirmation/component.responsive.js +1 -1
  352. package/confirmation/components/base-confirmation/component.js +2 -2
  353. package/confirmation/components/base-confirmation/index.css +2 -2
  354. package/confirmation/components/base-confirmation/index.js +1 -1
  355. package/confirmation/components/countdown-loader/component.js +1 -1
  356. package/confirmation/components/countdown-loader/index.css +2 -2
  357. package/confirmation/components/header/component.js +1 -1
  358. package/confirmation/components/header/index.css +4 -4
  359. package/confirmation/components/index.js +1 -1
  360. package/confirmation/components/screens/fatal-error/component.js +1 -1
  361. package/confirmation/components/screens/fatal-error/index.css +6 -6
  362. package/confirmation/components/screens/hint/component.js +1 -1
  363. package/confirmation/components/screens/hint/index.css +12 -12
  364. package/confirmation/components/screens/index.js +1 -1
  365. package/confirmation/components/screens/initial/component.js +1 -1
  366. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  367. package/confirmation/components/screens/initial/index.css +18 -18
  368. package/confirmation/components/screens/initial/index.js +1 -1
  369. package/confirmation/components/screens/temp-block/component.js +1 -1
  370. package/confirmation/components/screens/temp-block/index.css +7 -7
  371. package/confirmation/{countdown-section-eeb2aaea.js → countdown-section-360721d3.js} +1 -1
  372. package/confirmation/desktop.js +1 -1
  373. package/confirmation/esm/component.desktop.js +1 -1
  374. package/confirmation/esm/component.mobile.js +2 -2
  375. package/confirmation/esm/component.responsive.js +1 -1
  376. package/confirmation/esm/components/base-confirmation/component.js +2 -2
  377. package/confirmation/esm/components/base-confirmation/index.css +2 -2
  378. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  379. package/confirmation/esm/components/countdown-loader/component.js +1 -1
  380. package/confirmation/esm/components/countdown-loader/index.css +2 -2
  381. package/confirmation/esm/components/header/component.js +1 -1
  382. package/confirmation/esm/components/header/index.css +4 -4
  383. package/confirmation/esm/components/index.js +1 -1
  384. package/confirmation/esm/components/screens/fatal-error/component.js +1 -1
  385. package/confirmation/esm/components/screens/fatal-error/index.css +6 -6
  386. package/confirmation/esm/components/screens/hint/component.js +1 -1
  387. package/confirmation/esm/components/screens/hint/index.css +12 -12
  388. package/confirmation/esm/components/screens/index.js +1 -1
  389. package/confirmation/esm/components/screens/initial/component.js +1 -1
  390. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  391. package/confirmation/esm/components/screens/initial/index.css +18 -18
  392. package/confirmation/esm/components/screens/initial/index.js +1 -1
  393. package/confirmation/esm/components/screens/temp-block/component.js +1 -1
  394. package/confirmation/esm/components/screens/temp-block/index.css +7 -7
  395. package/confirmation/esm/{countdown-section-11874006.js → countdown-section-ee9dfd67.js} +1 -1
  396. package/confirmation/esm/desktop.js +1 -1
  397. package/confirmation/esm/index.js +1 -1
  398. package/confirmation/esm/mobile.css +2 -2
  399. package/confirmation/esm/mobile.js +1 -1
  400. package/confirmation/esm/responsive.js +1 -1
  401. package/confirmation/index.js +1 -1
  402. package/confirmation/mobile.css +2 -2
  403. package/confirmation/mobile.js +1 -1
  404. package/confirmation/modern/component.desktop.js +1 -1
  405. package/confirmation/modern/component.mobile.js +2 -2
  406. package/confirmation/modern/component.responsive.js +1 -1
  407. package/confirmation/modern/components/base-confirmation/component.js +2 -2
  408. package/confirmation/modern/components/base-confirmation/index.css +2 -2
  409. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  410. package/confirmation/modern/components/countdown-loader/component.js +1 -1
  411. package/confirmation/modern/components/countdown-loader/index.css +2 -2
  412. package/confirmation/modern/components/header/component.js +1 -1
  413. package/confirmation/modern/components/header/index.css +4 -4
  414. package/confirmation/modern/components/index.js +1 -1
  415. package/confirmation/modern/components/screens/fatal-error/component.js +1 -1
  416. package/confirmation/modern/components/screens/fatal-error/index.css +6 -6
  417. package/confirmation/modern/components/screens/hint/component.js +1 -1
  418. package/confirmation/modern/components/screens/hint/index.css +12 -12
  419. package/confirmation/modern/components/screens/index.js +1 -1
  420. package/confirmation/modern/components/screens/initial/component.js +1 -1
  421. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  422. package/confirmation/modern/components/screens/initial/index.css +18 -18
  423. package/confirmation/modern/components/screens/initial/index.js +1 -1
  424. package/confirmation/modern/components/screens/temp-block/component.js +1 -1
  425. package/confirmation/modern/components/screens/temp-block/index.css +7 -7
  426. package/confirmation/modern/{countdown-section-a44bf760.js → countdown-section-b32172e5.js} +1 -1
  427. package/confirmation/modern/desktop.js +1 -1
  428. package/confirmation/modern/index.js +1 -1
  429. package/confirmation/modern/mobile.css +2 -2
  430. package/confirmation/modern/mobile.js +1 -1
  431. package/confirmation/modern/responsive.js +1 -1
  432. package/confirmation/responsive.js +1 -1
  433. package/confirmation-v1/component.js +1 -1
  434. package/confirmation-v1/components/code-input/component.js +1 -1
  435. package/confirmation-v1/components/code-input/index.css +10 -10
  436. package/confirmation-v1/components/countdown/component.js +1 -1
  437. package/confirmation-v1/components/countdown/index.css +13 -13
  438. package/confirmation-v1/components/countdown-loader/component.js +1 -1
  439. package/confirmation-v1/components/countdown-loader/index.css +2 -2
  440. package/confirmation-v1/components/overlimit/component.js +1 -1
  441. package/confirmation-v1/components/overlimit/index.css +9 -9
  442. package/confirmation-v1/components/sign-confirmation/component.js +1 -1
  443. package/confirmation-v1/components/sign-confirmation/index.css +13 -13
  444. package/confirmation-v1/esm/component.js +1 -1
  445. package/confirmation-v1/esm/components/code-input/component.js +1 -1
  446. package/confirmation-v1/esm/components/code-input/index.css +10 -10
  447. package/confirmation-v1/esm/components/countdown/component.js +1 -1
  448. package/confirmation-v1/esm/components/countdown/index.css +13 -13
  449. package/confirmation-v1/esm/components/countdown-loader/component.js +1 -1
  450. package/confirmation-v1/esm/components/countdown-loader/index.css +2 -2
  451. package/confirmation-v1/esm/components/overlimit/component.js +1 -1
  452. package/confirmation-v1/esm/components/overlimit/index.css +9 -9
  453. package/confirmation-v1/esm/components/sign-confirmation/component.js +1 -1
  454. package/confirmation-v1/esm/components/sign-confirmation/index.css +13 -13
  455. package/confirmation-v1/esm/index.css +14 -14
  456. package/confirmation-v1/index.css +14 -14
  457. package/confirmation-v1/modern/component.js +1 -1
  458. package/confirmation-v1/modern/components/code-input/component.js +1 -1
  459. package/confirmation-v1/modern/components/code-input/index.css +10 -10
  460. package/confirmation-v1/modern/components/countdown/component.js +1 -1
  461. package/confirmation-v1/modern/components/countdown/index.css +13 -13
  462. package/confirmation-v1/modern/components/countdown-loader/component.js +1 -1
  463. package/confirmation-v1/modern/components/countdown-loader/index.css +2 -2
  464. package/confirmation-v1/modern/components/overlimit/component.js +1 -1
  465. package/confirmation-v1/modern/components/overlimit/index.css +9 -9
  466. package/confirmation-v1/modern/components/sign-confirmation/component.js +1 -1
  467. package/confirmation-v1/modern/components/sign-confirmation/index.css +13 -13
  468. package/confirmation-v1/modern/index.css +14 -14
  469. package/custom-button/Component.js +1 -1
  470. package/custom-button/esm/Component.js +1 -1
  471. package/custom-button/esm/index.css +14 -14
  472. package/custom-button/index.css +14 -14
  473. package/custom-button/modern/Component.js +1 -1
  474. package/custom-button/modern/index.css +14 -14
  475. package/date-input/Component.js +1 -1
  476. package/date-input/esm/Component.js +1 -1
  477. package/date-input/esm/index.css +4 -4
  478. package/date-input/index.css +4 -4
  479. package/date-input/modern/Component.js +1 -1
  480. package/date-input/modern/index.css +4 -4
  481. package/date-range-input/components/date-range-input/Component.js +1 -1
  482. package/date-range-input/components/date-range-input/index.css +6 -6
  483. package/date-range-input/esm/components/date-range-input/Component.js +1 -1
  484. package/date-range-input/esm/components/date-range-input/index.css +6 -6
  485. package/date-range-input/modern/components/date-range-input/Component.js +1 -1
  486. package/date-range-input/modern/components/date-range-input/index.css +6 -6
  487. package/date-time-input/components/date-time-input/Component.js +1 -1
  488. package/date-time-input/components/date-time-input/index.css +6 -6
  489. package/date-time-input/esm/components/date-time-input/Component.js +1 -1
  490. package/date-time-input/esm/components/date-time-input/index.css +6 -6
  491. package/date-time-input/modern/components/date-time-input/Component.js +1 -1
  492. package/date-time-input/modern/components/date-time-input/index.css +6 -6
  493. package/divider/Component.js +1 -1
  494. package/divider/esm/Component.js +1 -1
  495. package/divider/esm/index.css +2 -2
  496. package/divider/index.css +2 -2
  497. package/divider/modern/Component.js +1 -1
  498. package/divider/modern/index.css +2 -2
  499. package/drawer/Component.js +1 -1
  500. package/drawer/esm/Component.js +1 -1
  501. package/drawer/esm/index.css +22 -22
  502. package/drawer/index.css +22 -22
  503. package/drawer/modern/Component.js +1 -1
  504. package/drawer/modern/index.css +22 -22
  505. package/dropzone/Component.js +1 -1
  506. package/dropzone/components/overlay/Component.js +1 -1
  507. package/dropzone/components/overlay/index.css +4 -4
  508. package/dropzone/esm/Component.js +1 -1
  509. package/dropzone/esm/components/overlay/Component.js +1 -1
  510. package/dropzone/esm/components/overlay/index.css +4 -4
  511. package/dropzone/esm/index.css +7 -7
  512. package/dropzone/index.css +7 -7
  513. package/dropzone/modern/Component.js +1 -1
  514. package/dropzone/modern/components/overlay/Component.js +1 -1
  515. package/dropzone/modern/components/overlay/index.css +4 -4
  516. package/dropzone/modern/index.css +7 -7
  517. package/file-upload-item/Component.js +1 -1
  518. package/file-upload-item/esm/Component.js +1 -1
  519. package/file-upload-item/esm/index.css +22 -22
  520. package/file-upload-item/index.css +22 -22
  521. package/file-upload-item/modern/Component.js +1 -1
  522. package/file-upload-item/modern/index.css +22 -22
  523. package/filter-tag/Component.js +1 -1
  524. package/filter-tag/esm/Component.js +1 -1
  525. package/filter-tag/esm/index.css +83 -83
  526. package/filter-tag/index.css +83 -83
  527. package/filter-tag/modern/Component.js +1 -1
  528. package/filter-tag/modern/index.css +83 -83
  529. package/form-control/Component.js +3 -3
  530. package/form-control/default.css +19 -19
  531. package/form-control/esm/Component.js +3 -3
  532. package/form-control/esm/default.css +19 -19
  533. package/form-control/esm/index.css +43 -43
  534. package/form-control/esm/inverted.css +19 -19
  535. package/form-control/index.css +43 -43
  536. package/form-control/inverted.css +19 -19
  537. package/form-control/modern/Component.js +3 -3
  538. package/form-control/modern/default.css +19 -19
  539. package/form-control/modern/index.css +43 -43
  540. package/form-control/modern/inverted.css +19 -19
  541. package/gallery/Component.js +3 -3
  542. package/gallery/buttons-e764c071.d.ts +11 -0
  543. package/gallery/buttons-e764c071.js +35 -0
  544. package/gallery/components/header/Component.js +3 -6
  545. package/gallery/components/header/buttons.d.ts +0 -11
  546. package/gallery/components/header/buttons.js +13 -28
  547. package/gallery/components/header/index.css +14 -7
  548. package/gallery/components/header/index.js +1 -1
  549. package/gallery/components/header-info-block/Component.js +4 -4
  550. package/gallery/components/header-info-block/index.css +5 -5
  551. package/gallery/components/image-preview/Component.js +3 -3
  552. package/gallery/components/image-preview/index.css +22 -19
  553. package/gallery/components/image-viewer/component.js +1 -1
  554. package/gallery/components/image-viewer/index.css +31 -30
  555. package/gallery/components/image-viewer/index.js +1 -1
  556. package/gallery/components/image-viewer/slide.js +1 -1
  557. package/gallery/components/index.js +2 -2
  558. package/gallery/components/navigation-bar/Component.js +1 -1
  559. package/gallery/components/navigation-bar/index.css +7 -9
  560. package/gallery/cssm/components/header/buttons.js +6 -4
  561. package/gallery/cssm/components/header/index.module.css +11 -4
  562. package/gallery/cssm/components/header-info-block/Component.js +3 -3
  563. package/gallery/cssm/components/image-preview/Component.js +2 -2
  564. package/gallery/cssm/components/image-preview/index.module.css +11 -8
  565. package/gallery/cssm/components/image-viewer/index.module.css +12 -11
  566. package/gallery/cssm/components/image-viewer/slide.js +3 -3
  567. package/gallery/cssm/components/navigation-bar/index.module.css +1 -3
  568. package/gallery/cssm/index.module.css +3 -1
  569. package/gallery/esm/Component.js +3 -3
  570. package/gallery/esm/buttons-90a7e3d9.d.ts +11 -0
  571. package/gallery/esm/buttons-90a7e3d9.js +27 -0
  572. package/gallery/esm/components/header/Component.js +1 -4
  573. package/gallery/esm/components/header/buttons.d.ts +0 -11
  574. package/gallery/esm/components/header/buttons.js +9 -24
  575. package/gallery/esm/components/header/index.css +14 -7
  576. package/gallery/esm/components/header/index.js +1 -1
  577. package/gallery/esm/components/header-info-block/Component.js +4 -4
  578. package/gallery/esm/components/header-info-block/index.css +5 -5
  579. package/gallery/esm/components/image-preview/Component.js +3 -3
  580. package/gallery/esm/components/image-preview/index.css +22 -19
  581. package/gallery/esm/components/image-viewer/component.js +1 -1
  582. package/gallery/esm/components/image-viewer/index.css +31 -30
  583. package/gallery/esm/components/image-viewer/index.js +1 -1
  584. package/gallery/esm/components/image-viewer/slide.js +1 -1
  585. package/gallery/esm/components/index.js +2 -2
  586. package/gallery/esm/components/navigation-bar/Component.js +1 -1
  587. package/gallery/esm/components/navigation-bar/index.css +7 -9
  588. package/gallery/esm/index.css +6 -4
  589. package/gallery/esm/index.js +3 -3
  590. package/gallery/esm/{slide-a43275f6.js → slide-554af6c9.js} +4 -4
  591. package/gallery/index.css +6 -4
  592. package/gallery/index.js +2 -2
  593. package/gallery/modern/Component.js +3 -3
  594. package/gallery/modern/buttons-cdb88d39.d.ts +11 -0
  595. package/gallery/modern/buttons-cdb88d39.js +20 -0
  596. package/gallery/modern/components/header/Component.js +1 -4
  597. package/gallery/modern/components/header/buttons.d.ts +0 -11
  598. package/gallery/modern/components/header/buttons.js +8 -17
  599. package/gallery/modern/components/header/index.css +14 -7
  600. package/gallery/modern/components/header/index.js +1 -1
  601. package/gallery/modern/components/header-info-block/Component.js +4 -4
  602. package/gallery/modern/components/header-info-block/index.css +5 -5
  603. package/gallery/modern/components/image-preview/Component.js +3 -3
  604. package/gallery/modern/components/image-preview/index.css +22 -19
  605. package/gallery/modern/components/image-viewer/component.js +1 -1
  606. package/gallery/modern/components/image-viewer/index.css +31 -30
  607. package/gallery/modern/components/image-viewer/index.js +1 -1
  608. package/gallery/modern/components/image-viewer/slide.js +1 -1
  609. package/gallery/modern/components/index.js +2 -2
  610. package/gallery/modern/components/navigation-bar/Component.js +1 -1
  611. package/gallery/modern/components/navigation-bar/index.css +7 -9
  612. package/gallery/modern/index.css +6 -4
  613. package/gallery/modern/index.js +3 -3
  614. package/gallery/modern/{slide-930dfda7.js → slide-c1dec550.js} +4 -4
  615. package/gallery/{slide-3041629a.js → slide-66b72bcd.js} +4 -4
  616. package/gap/Component.js +1 -1
  617. package/gap/esm/Component.js +1 -1
  618. package/gap/esm/index.css +32 -32
  619. package/gap/index.css +32 -32
  620. package/gap/modern/Component.js +1 -1
  621. package/gap/modern/index.css +32 -32
  622. package/generic-wrapper/Component.js +1 -1
  623. package/generic-wrapper/esm/Component.js +1 -1
  624. package/generic-wrapper/esm/index.css +43 -43
  625. package/generic-wrapper/index.css +43 -43
  626. package/generic-wrapper/modern/Component.js +1 -1
  627. package/generic-wrapper/modern/index.css +43 -43
  628. package/grid/Component.js +1 -1
  629. package/grid/col/Component.js +2 -2
  630. package/grid/col/index.css +551 -551
  631. package/grid/col/index.js +1 -1
  632. package/grid/esm/Component.js +1 -1
  633. package/grid/esm/col/Component.js +2 -2
  634. package/grid/esm/col/index.css +551 -551
  635. package/grid/esm/col/index.js +1 -1
  636. package/grid/esm/gutters.css +85 -85
  637. package/grid/esm/gutters.module-d517f381.js +4 -0
  638. package/grid/esm/index.js +1 -1
  639. package/grid/esm/row/Component.js +2 -2
  640. package/grid/esm/row/index.css +10 -10
  641. package/grid/esm/row/index.js +1 -1
  642. package/grid/gutters.css +85 -85
  643. package/grid/gutters.module-ab65927d.js +4 -0
  644. package/grid/index.js +1 -1
  645. package/grid/modern/Component.js +1 -1
  646. package/grid/modern/col/Component.js +2 -2
  647. package/grid/modern/col/index.css +551 -551
  648. package/grid/modern/col/index.js +1 -1
  649. package/grid/modern/gutters.css +85 -85
  650. package/grid/modern/gutters.module-2caee98c.js +4 -0
  651. package/grid/modern/index.js +1 -1
  652. package/grid/modern/row/Component.js +2 -2
  653. package/grid/modern/row/index.css +10 -10
  654. package/grid/modern/row/index.js +1 -1
  655. package/grid/row/Component.js +2 -2
  656. package/grid/row/index.css +10 -10
  657. package/grid/row/index.js +1 -1
  658. package/hatching-progress-bar/Component.js +1 -1
  659. package/hatching-progress-bar/cssm/index.module.css +4 -0
  660. package/hatching-progress-bar/esm/Component.js +1 -1
  661. package/hatching-progress-bar/esm/index.css +16 -12
  662. package/hatching-progress-bar/index.css +16 -12
  663. package/hatching-progress-bar/modern/Component.js +1 -1
  664. package/hatching-progress-bar/modern/index.css +16 -12
  665. package/icon-button/Component.js +3 -3
  666. package/icon-button/default.css +24 -24
  667. package/icon-button/esm/Component.js +3 -3
  668. package/icon-button/esm/default.css +24 -24
  669. package/icon-button/esm/index.css +7 -7
  670. package/icon-button/esm/inverted.css +24 -24
  671. package/icon-button/index.css +7 -7
  672. package/icon-button/inverted.css +24 -24
  673. package/icon-button/modern/Component.js +3 -3
  674. package/icon-button/modern/default.css +24 -24
  675. package/icon-button/modern/index.css +7 -7
  676. package/icon-button/modern/inverted.css +24 -24
  677. package/icon-view/components/base-shape/component.js +1 -1
  678. package/icon-view/components/base-shape/index.css +38 -38
  679. package/icon-view/esm/components/base-shape/component.js +1 -1
  680. package/icon-view/esm/components/base-shape/index.css +38 -38
  681. package/icon-view/modern/components/base-shape/component.js +1 -1
  682. package/icon-view/modern/components/base-shape/index.css +38 -38
  683. package/input/Component.js +3 -3
  684. package/input/default.css +11 -11
  685. package/input/esm/Component.js +3 -3
  686. package/input/esm/default.css +11 -11
  687. package/input/esm/index.css +41 -41
  688. package/input/esm/inverted.css +11 -11
  689. package/input/index.css +41 -41
  690. package/input/inverted.css +11 -11
  691. package/input/modern/Component.js +3 -3
  692. package/input/modern/default.css +11 -11
  693. package/input/modern/index.css +41 -41
  694. package/input/modern/inverted.css +11 -11
  695. package/input-autocomplete/Component-3885b0d7.d.ts +169 -0
  696. package/input-autocomplete/Component.mobile.d.ts +371 -2
  697. package/input-autocomplete/Component.mobile.js +1 -1
  698. package/input-autocomplete/Component.responsive.d.ts +1 -1
  699. package/input-autocomplete/autocomplete-field/Component.js +1 -1
  700. package/input-autocomplete/autocomplete-field/index.css +2 -2
  701. package/input-autocomplete/autocomplete-mobile-field/Component.js +1 -1
  702. package/input-autocomplete/autocomplete-mobile-field/index.css +8 -8
  703. package/input-autocomplete/cssm/Component-3885b0d7.d.ts +169 -0
  704. package/input-autocomplete/cssm/Component.mobile.d.ts +371 -2
  705. package/input-autocomplete/cssm/Component.responsive.d.ts +1 -1
  706. package/input-autocomplete/cssm/index-ebda875c.d.ts +56 -22
  707. package/input-autocomplete/cssm/types-ebda875c.d.ts +113 -0
  708. package/input-autocomplete/esm/Component-3885b0d7.d.ts +169 -0
  709. package/input-autocomplete/esm/Component.mobile.d.ts +371 -2
  710. package/input-autocomplete/esm/Component.mobile.js +1 -1
  711. package/input-autocomplete/esm/Component.responsive.d.ts +1 -1
  712. package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
  713. package/input-autocomplete/esm/autocomplete-field/index.css +2 -2
  714. package/input-autocomplete/esm/autocomplete-mobile-field/Component.js +1 -1
  715. package/input-autocomplete/esm/autocomplete-mobile-field/index.css +8 -8
  716. package/input-autocomplete/esm/index-ebda875c.d.ts +56 -22
  717. package/input-autocomplete/esm/mobile.css +4 -4
  718. package/input-autocomplete/esm/types-ebda875c.d.ts +113 -0
  719. package/input-autocomplete/index-ebda875c.d.ts +56 -22
  720. package/input-autocomplete/mobile.css +4 -4
  721. package/input-autocomplete/modern/Component-3885b0d7.d.ts +169 -0
  722. package/input-autocomplete/modern/Component.mobile.d.ts +371 -2
  723. package/input-autocomplete/modern/Component.mobile.js +1 -1
  724. package/input-autocomplete/modern/Component.responsive.d.ts +1 -1
  725. package/input-autocomplete/modern/autocomplete-field/Component.js +1 -1
  726. package/input-autocomplete/modern/autocomplete-field/index.css +2 -2
  727. package/input-autocomplete/modern/autocomplete-mobile-field/Component.js +1 -1
  728. package/input-autocomplete/modern/autocomplete-mobile-field/index.css +8 -8
  729. package/input-autocomplete/modern/index-ebda875c.d.ts +56 -22
  730. package/input-autocomplete/modern/mobile.css +4 -4
  731. package/input-autocomplete/modern/types-ebda875c.d.ts +113 -0
  732. package/input-autocomplete/types-ebda875c.d.ts +113 -0
  733. package/intl-phone-input/component.js +2 -2
  734. package/intl-phone-input/components/flag-icon/component.js +1 -1
  735. package/intl-phone-input/components/flag-icon/index.css +3 -3
  736. package/intl-phone-input/components/select/component.js +1 -1
  737. package/intl-phone-input/components/select/index.css +6 -6
  738. package/intl-phone-input/components/select-field/component.js +1 -1
  739. package/intl-phone-input/components/select-field/index.css +9 -9
  740. package/intl-phone-input/esm/component.js +2 -2
  741. package/intl-phone-input/esm/components/flag-icon/component.js +1 -1
  742. package/intl-phone-input/esm/components/flag-icon/index.css +3 -3
  743. package/intl-phone-input/esm/components/select/component.js +1 -1
  744. package/intl-phone-input/esm/components/select/index.css +6 -6
  745. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  746. package/intl-phone-input/esm/components/select-field/index.css +9 -9
  747. package/intl-phone-input/esm/index.css +5 -5
  748. package/intl-phone-input/index.css +5 -5
  749. package/intl-phone-input/modern/component.js +2 -2
  750. package/intl-phone-input/modern/components/flag-icon/component.js +1 -1
  751. package/intl-phone-input/modern/components/flag-icon/index.css +3 -3
  752. package/intl-phone-input/modern/components/select/component.js +1 -1
  753. package/intl-phone-input/modern/components/select/index.css +6 -6
  754. package/intl-phone-input/modern/components/select-field/component.js +1 -1
  755. package/intl-phone-input/modern/components/select-field/index.css +9 -9
  756. package/intl-phone-input/modern/index.css +5 -5
  757. package/link/Component.js +3 -3
  758. package/link/default.css +10 -10
  759. package/link/esm/Component.js +3 -3
  760. package/link/esm/default.css +10 -10
  761. package/link/esm/index.css +14 -14
  762. package/link/esm/inverted.css +10 -10
  763. package/link/index.css +14 -14
  764. package/link/inverted.css +10 -10
  765. package/link/modern/Component.js +3 -3
  766. package/link/modern/default.css +10 -10
  767. package/link/modern/index.css +14 -14
  768. package/link/modern/inverted.css +10 -10
  769. package/list/{Component-6858e395.js → Component-fc430462.js} +2 -2
  770. package/list/Component.js +1 -1
  771. package/list/components/item/Component.js +1 -1
  772. package/list/components/item/index.css +10 -10
  773. package/list/components/item/index.d.ts +1 -1
  774. package/list/components/item/index.js +1 -1
  775. package/list/esm/{Component-bb93aa74.js → Component-778cfabd.js} +2 -2
  776. package/list/esm/Component.js +1 -1
  777. package/list/esm/components/item/Component.js +1 -1
  778. package/list/esm/components/item/index.css +10 -10
  779. package/list/esm/components/item/index.d.ts +1 -1
  780. package/list/esm/components/item/index.js +1 -1
  781. package/list/esm/index.css +6 -6
  782. package/list/esm/index.js +1 -1
  783. package/list/index.css +6 -6
  784. package/list/index.js +1 -1
  785. package/list/modern/{Component-cfeaa92e.js → Component-26137be9.js} +2 -2
  786. package/list/modern/Component.js +1 -1
  787. package/list/modern/components/item/Component.js +1 -1
  788. package/list/modern/components/item/index.css +10 -10
  789. package/list/modern/components/item/index.d.ts +1 -1
  790. package/list/modern/components/item/index.js +1 -1
  791. package/list/modern/index.css +6 -6
  792. package/list/modern/index.js +1 -1
  793. package/list-header/Component.js +1 -1
  794. package/list-header/esm/Component.js +1 -1
  795. package/list-header/esm/index.css +4 -4
  796. package/list-header/index.css +4 -4
  797. package/list-header/modern/Component.js +1 -1
  798. package/list-header/modern/index.css +4 -4
  799. package/loader/Component.js +1 -1
  800. package/loader/esm/Component.js +1 -1
  801. package/loader/esm/index.css +8 -8
  802. package/loader/index.css +8 -8
  803. package/loader/modern/Component.js +1 -1
  804. package/loader/modern/index.css +8 -8
  805. package/masked-input/Component.js +1 -1
  806. package/masked-input/esm/Component.js +1 -1
  807. package/masked-input/esm/index.css +2 -2
  808. package/masked-input/index.css +2 -2
  809. package/masked-input/modern/Component.js +1 -1
  810. package/masked-input/modern/index.css +2 -2
  811. package/modal/Component.js +3 -3
  812. package/modal/components/content/Component.js +3 -3
  813. package/modal/components/content/desktop.css +7 -7
  814. package/modal/components/content/index.css +4 -4
  815. package/modal/components/content/mobile.css +3 -3
  816. package/modal/components/footer/Component.js +4 -4
  817. package/modal/components/footer/desktop.css +9 -9
  818. package/modal/components/footer/index.css +4 -4
  819. package/modal/components/footer/layout.css +25 -25
  820. package/modal/components/footer/mobile.css +3 -3
  821. package/modal/components/header/Component.js +3 -3
  822. package/modal/components/header/desktop.css +15 -15
  823. package/modal/components/header/index.css +4 -4
  824. package/modal/components/header/mobile.css +4 -4
  825. package/modal/desktop.css +9 -9
  826. package/modal/esm/Component.js +3 -3
  827. package/modal/esm/components/content/Component.js +3 -3
  828. package/modal/esm/components/content/desktop.css +7 -7
  829. package/modal/esm/components/content/index.css +4 -4
  830. package/modal/esm/components/content/mobile.css +3 -3
  831. package/modal/esm/components/footer/Component.js +4 -4
  832. package/modal/esm/components/footer/desktop.css +9 -9
  833. package/modal/esm/components/footer/index.css +4 -4
  834. package/modal/esm/components/footer/layout.css +25 -25
  835. package/modal/esm/components/footer/mobile.css +3 -3
  836. package/modal/esm/components/header/Component.js +3 -3
  837. package/modal/esm/components/header/desktop.css +15 -15
  838. package/modal/esm/components/header/index.css +4 -4
  839. package/modal/esm/components/header/mobile.css +4 -4
  840. package/modal/esm/desktop.css +9 -9
  841. package/modal/esm/mobile.css +2 -2
  842. package/modal/esm/transitions.css +8 -8
  843. package/modal/mobile.css +2 -2
  844. package/modal/modern/Component.js +3 -3
  845. package/modal/modern/components/content/Component.js +3 -3
  846. package/modal/modern/components/content/desktop.css +7 -7
  847. package/modal/modern/components/content/index.css +4 -4
  848. package/modal/modern/components/content/mobile.css +3 -3
  849. package/modal/modern/components/footer/Component.js +4 -4
  850. package/modal/modern/components/footer/desktop.css +9 -9
  851. package/modal/modern/components/footer/index.css +4 -4
  852. package/modal/modern/components/footer/layout.css +25 -25
  853. package/modal/modern/components/footer/mobile.css +3 -3
  854. package/modal/modern/components/header/Component.js +3 -3
  855. package/modal/modern/components/header/desktop.css +15 -15
  856. package/modal/modern/components/header/index.css +4 -4
  857. package/modal/modern/components/header/mobile.css +4 -4
  858. package/modal/modern/desktop.css +9 -9
  859. package/modal/modern/mobile.css +2 -2
  860. package/modal/modern/transitions.css +8 -8
  861. package/modal/transitions.css +8 -8
  862. package/navigation-bar/Component.d.ts +3 -2
  863. package/navigation-bar/Component.js +16 -9
  864. package/navigation-bar/components/back-arrow-addon/Component.js +1 -1
  865. package/navigation-bar/components/back-arrow-addon/index.css +12 -12
  866. package/navigation-bar/components/closer/Component.js +1 -1
  867. package/navigation-bar/components/closer/index.css +5 -5
  868. package/navigation-bar/cssm/Component.d.ts +3 -2
  869. package/navigation-bar/cssm/Component.js +15 -8
  870. package/navigation-bar/cssm/index.js +1 -0
  871. package/navigation-bar/cssm/types.d.ts +1 -1
  872. package/navigation-bar/esm/Component.d.ts +3 -2
  873. package/navigation-bar/esm/Component.js +16 -10
  874. package/navigation-bar/esm/components/back-arrow-addon/Component.js +1 -1
  875. package/navigation-bar/esm/components/back-arrow-addon/index.css +12 -12
  876. package/navigation-bar/esm/components/closer/Component.js +1 -1
  877. package/navigation-bar/esm/components/closer/index.css +5 -5
  878. package/navigation-bar/esm/index.css +27 -27
  879. package/navigation-bar/esm/index.js +1 -0
  880. package/navigation-bar/esm/types.d.ts +1 -1
  881. package/navigation-bar/index.css +27 -27
  882. package/navigation-bar/index.js +1 -0
  883. package/navigation-bar/modern/Component.d.ts +3 -2
  884. package/navigation-bar/modern/Component.js +16 -10
  885. package/navigation-bar/modern/components/back-arrow-addon/Component.js +1 -1
  886. package/navigation-bar/modern/components/back-arrow-addon/index.css +12 -12
  887. package/navigation-bar/modern/components/closer/Component.js +1 -1
  888. package/navigation-bar/modern/components/closer/index.css +5 -5
  889. package/navigation-bar/modern/index.css +27 -27
  890. package/navigation-bar/modern/index.js +1 -0
  891. package/navigation-bar/modern/types.d.ts +1 -1
  892. package/navigation-bar/types.d.ts +1 -1
  893. package/notification/Component.js +1 -1
  894. package/notification/esm/Component.js +1 -1
  895. package/notification/esm/index.css +8 -8
  896. package/notification/index.css +8 -8
  897. package/notification/modern/Component.js +1 -1
  898. package/notification/modern/index.css +8 -8
  899. package/notification-manager/component.d.ts +13 -0
  900. package/notification-manager/component.js +3 -3
  901. package/notification-manager/cssm/component.d.ts +13 -0
  902. package/notification-manager/cssm/component.js +2 -2
  903. package/notification-manager/esm/component.d.ts +13 -0
  904. package/notification-manager/esm/component.js +3 -3
  905. package/notification-manager/esm/index.css +11 -11
  906. package/notification-manager/index.css +11 -11
  907. package/notification-manager/modern/component.d.ts +13 -0
  908. package/notification-manager/modern/component.js +2 -2
  909. package/notification-manager/modern/index.css +11 -11
  910. package/package.json +5 -4
  911. package/pagination/Component.js +1 -1
  912. package/pagination/components/default-view/index.css +2 -2
  913. package/pagination/components/default-view/index.js +1 -1
  914. package/pagination/components/per-page-view/index.css +2 -2
  915. package/pagination/components/per-page-view/index.js +1 -1
  916. package/pagination/components/tag/index.css +8 -8
  917. package/pagination/components/tag/index.js +1 -1
  918. package/pagination/esm/Component.js +1 -1
  919. package/pagination/esm/components/default-view/index.css +2 -2
  920. package/pagination/esm/components/default-view/index.js +1 -1
  921. package/pagination/esm/components/per-page-view/index.css +2 -2
  922. package/pagination/esm/components/per-page-view/index.js +1 -1
  923. package/pagination/esm/components/tag/index.css +8 -8
  924. package/pagination/esm/components/tag/index.js +1 -1
  925. package/pagination/esm/index.css +4 -4
  926. package/pagination/index.css +4 -4
  927. package/pagination/modern/Component.js +1 -1
  928. package/pagination/modern/components/default-view/index.css +2 -2
  929. package/pagination/modern/components/default-view/index.js +1 -1
  930. package/pagination/modern/components/per-page-view/index.css +2 -2
  931. package/pagination/modern/components/per-page-view/index.js +1 -1
  932. package/pagination/modern/components/tag/index.css +8 -8
  933. package/pagination/modern/components/tag/index.js +1 -1
  934. package/pagination/modern/index.css +4 -4
  935. package/pass-code/Component.js +2 -2
  936. package/pass-code/components/InputProgress/Component.js +3 -3
  937. package/pass-code/components/InputProgress/index.css +5 -5
  938. package/pass-code/components/InputProgress/index.js +1 -1
  939. package/pass-code/components/InputProgress/transitions.css +8 -8
  940. package/pass-code/components/KeyPad/Component.js +2 -2
  941. package/pass-code/components/KeyPad/index.css +5 -5
  942. package/pass-code/components/KeyPad/index.js +1 -1
  943. package/pass-code/components/KeyPadButton/Component.js +1 -1
  944. package/pass-code/components/KeyPadButton/index.css +13 -13
  945. package/pass-code/esm/Component.js +2 -2
  946. package/pass-code/esm/components/InputProgress/Component.js +3 -3
  947. package/pass-code/esm/components/InputProgress/index.css +5 -5
  948. package/pass-code/esm/components/InputProgress/index.js +1 -1
  949. package/pass-code/esm/components/InputProgress/transitions.css +8 -8
  950. package/pass-code/esm/components/KeyPad/Component.js +2 -2
  951. package/pass-code/esm/components/KeyPad/index.css +5 -5
  952. package/pass-code/esm/components/KeyPad/index.js +1 -1
  953. package/pass-code/esm/components/KeyPadButton/Component.js +1 -1
  954. package/pass-code/esm/components/KeyPadButton/index.css +13 -13
  955. package/pass-code/esm/index-3885b0d7.d.ts +1 -1
  956. package/pass-code/esm/index.css +3 -3
  957. package/pass-code/esm/index.js +1 -1
  958. package/pass-code/index-3885b0d7.d.ts +1 -1
  959. package/pass-code/index.css +3 -3
  960. package/pass-code/index.js +1 -1
  961. package/pass-code/modern/Component.js +2 -2
  962. package/pass-code/modern/components/InputProgress/Component.js +3 -3
  963. package/pass-code/modern/components/InputProgress/index.css +5 -5
  964. package/pass-code/modern/components/InputProgress/index.js +1 -1
  965. package/pass-code/modern/components/InputProgress/transitions.css +8 -8
  966. package/pass-code/modern/components/KeyPad/Component.js +2 -2
  967. package/pass-code/modern/components/KeyPad/index.css +5 -5
  968. package/pass-code/modern/components/KeyPad/index.js +1 -1
  969. package/pass-code/modern/components/KeyPadButton/Component.js +1 -1
  970. package/pass-code/modern/components/KeyPadButton/index.css +13 -13
  971. package/pass-code/modern/index-3885b0d7.d.ts +1 -1
  972. package/pass-code/modern/index.css +3 -3
  973. package/pass-code/modern/index.js +1 -1
  974. package/password-input/component.js +1 -1
  975. package/password-input/esm/component.js +1 -1
  976. package/password-input/esm/index.css +5 -5
  977. package/password-input/index.css +5 -5
  978. package/password-input/modern/component.js +1 -1
  979. package/password-input/modern/index.css +5 -5
  980. package/pattern-lock/Component.js +1 -1
  981. package/pattern-lock/esm/Component.js +1 -1
  982. package/pattern-lock/esm/index.css +10 -10
  983. package/pattern-lock/index.css +10 -10
  984. package/pattern-lock/modern/Component.js +1 -1
  985. package/pattern-lock/modern/index.css +10 -10
  986. package/picker-button/Component.js +1 -1
  987. package/picker-button/esm/Component.js +1 -1
  988. package/picker-button/esm/field/Component.js +1 -1
  989. package/picker-button/esm/field/index.css +5 -5
  990. package/picker-button/esm/index.css +5 -5
  991. package/picker-button/esm/option/Component.js +1 -1
  992. package/picker-button/esm/option/index.css +4 -4
  993. package/picker-button/field/Component.js +1 -1
  994. package/picker-button/field/index.css +5 -5
  995. package/picker-button/index.css +5 -5
  996. package/picker-button/modern/Component.js +1 -1
  997. package/picker-button/modern/field/Component.js +1 -1
  998. package/picker-button/modern/field/index.css +5 -5
  999. package/picker-button/modern/index.css +5 -5
  1000. package/picker-button/modern/option/Component.js +1 -1
  1001. package/picker-button/modern/option/index.css +4 -4
  1002. package/picker-button/option/Component.js +1 -1
  1003. package/picker-button/option/index.css +4 -4
  1004. package/plate/Component.js +1 -1
  1005. package/plate/esm/Component.js +1 -1
  1006. package/plate/esm/index.css +50 -50
  1007. package/plate/index.css +50 -50
  1008. package/plate/modern/Component.js +1 -1
  1009. package/plate/modern/index.css +50 -50
  1010. package/popover/Component.js +1 -1
  1011. package/popover/esm/Component.js +1 -1
  1012. package/popover/esm/index.css +34 -34
  1013. package/popover/index.css +34 -34
  1014. package/popover/modern/Component.js +1 -1
  1015. package/popover/modern/index.css +34 -34
  1016. package/progress-bar/Component.js +1 -1
  1017. package/progress-bar/cssm/index.module.css +4 -0
  1018. package/progress-bar/esm/Component.js +1 -1
  1019. package/progress-bar/esm/index.css +17 -13
  1020. package/progress-bar/index.css +17 -13
  1021. package/progress-bar/modern/Component.js +1 -1
  1022. package/progress-bar/modern/index.css +17 -13
  1023. package/pure-cell/{component-caed4c0d.js → component-7091f703.js} +5 -5
  1024. package/pure-cell/component.js +2 -2
  1025. package/pure-cell/components/addon/component.js +2 -2
  1026. package/pure-cell/components/addon/index.css +9 -9
  1027. package/pure-cell/components/addon/index.js +1 -1
  1028. package/pure-cell/components/amount/component.js +2 -2
  1029. package/pure-cell/components/amount/index.css +2 -2
  1030. package/pure-cell/components/amount/index.js +1 -1
  1031. package/pure-cell/components/amount-title/component.js +2 -2
  1032. package/pure-cell/components/amount-title/index.css +3 -3
  1033. package/pure-cell/components/amount-title/index.js +1 -1
  1034. package/pure-cell/components/category/component.js +2 -2
  1035. package/pure-cell/components/category/index.css +5 -5
  1036. package/pure-cell/components/category/index.js +1 -1
  1037. package/pure-cell/components/content/component.js +2 -2
  1038. package/pure-cell/components/content/index.css +3 -3
  1039. package/pure-cell/components/content/index.d.ts +1 -1
  1040. package/pure-cell/components/content/index.js +2 -2
  1041. package/pure-cell/components/footer/component.js +2 -2
  1042. package/pure-cell/components/footer/index.css +4 -4
  1043. package/pure-cell/components/footer/index.js +1 -1
  1044. package/pure-cell/components/footer-button/component.js +2 -2
  1045. package/pure-cell/components/footer-button/index.css +2 -2
  1046. package/pure-cell/components/footer-button/index.js +1 -1
  1047. package/pure-cell/components/footer-text/component.js +1 -1
  1048. package/pure-cell/components/footer-text/index.js +1 -1
  1049. package/pure-cell/components/graphics/component.js +2 -2
  1050. package/pure-cell/components/graphics/index.css +5 -5
  1051. package/pure-cell/components/graphics/index.js +1 -1
  1052. package/pure-cell/components/main/component.js +2 -2
  1053. package/pure-cell/components/main/index.css +4 -4
  1054. package/pure-cell/components/main/index.d.ts +1 -1
  1055. package/pure-cell/components/main/index.js +2 -2
  1056. package/pure-cell/components/text/component.js +2 -2
  1057. package/pure-cell/components/text/index.css +7 -7
  1058. package/pure-cell/components/text/index.d.ts +1 -1
  1059. package/pure-cell/components/text/index.js +2 -2
  1060. package/pure-cell/esm/{component-8c8b31a1.js → component-e695ca14.js} +5 -5
  1061. package/pure-cell/esm/component.js +2 -2
  1062. package/pure-cell/esm/components/addon/component.js +2 -2
  1063. package/pure-cell/esm/components/addon/index.css +9 -9
  1064. package/pure-cell/esm/components/addon/index.js +1 -1
  1065. package/pure-cell/esm/components/amount/component.js +2 -2
  1066. package/pure-cell/esm/components/amount/index.css +2 -2
  1067. package/pure-cell/esm/components/amount/index.js +1 -1
  1068. package/pure-cell/esm/components/amount-title/component.js +2 -2
  1069. package/pure-cell/esm/components/amount-title/index.css +3 -3
  1070. package/pure-cell/esm/components/amount-title/index.js +1 -1
  1071. package/pure-cell/esm/components/category/component.js +2 -2
  1072. package/pure-cell/esm/components/category/index.css +5 -5
  1073. package/pure-cell/esm/components/category/index.js +1 -1
  1074. package/pure-cell/esm/components/content/component.js +2 -2
  1075. package/pure-cell/esm/components/content/index.css +3 -3
  1076. package/pure-cell/esm/components/content/index.d.ts +1 -1
  1077. package/pure-cell/esm/components/content/index.js +2 -2
  1078. package/pure-cell/esm/components/footer/component.js +2 -2
  1079. package/pure-cell/esm/components/footer/index.css +4 -4
  1080. package/pure-cell/esm/components/footer/index.js +1 -1
  1081. package/pure-cell/esm/components/footer-button/component.js +2 -2
  1082. package/pure-cell/esm/components/footer-button/index.css +2 -2
  1083. package/pure-cell/esm/components/footer-button/index.js +1 -1
  1084. package/pure-cell/esm/components/footer-text/component.js +1 -1
  1085. package/pure-cell/esm/components/footer-text/index.js +1 -1
  1086. package/pure-cell/esm/components/graphics/component.js +2 -2
  1087. package/pure-cell/esm/components/graphics/index.css +5 -5
  1088. package/pure-cell/esm/components/graphics/index.js +1 -1
  1089. package/pure-cell/esm/components/main/component.js +2 -2
  1090. package/pure-cell/esm/components/main/index.css +4 -4
  1091. package/pure-cell/esm/components/main/index.d.ts +1 -1
  1092. package/pure-cell/esm/components/main/index.js +2 -2
  1093. package/pure-cell/esm/components/text/component.js +2 -2
  1094. package/pure-cell/esm/components/text/index.css +7 -7
  1095. package/pure-cell/esm/components/text/index.d.ts +1 -1
  1096. package/pure-cell/esm/components/text/index.js +2 -2
  1097. package/pure-cell/esm/index.css +21 -21
  1098. package/pure-cell/esm/index.js +2 -2
  1099. package/pure-cell/index.css +21 -21
  1100. package/pure-cell/index.js +2 -2
  1101. package/pure-cell/modern/{component-3c343e94.js → component-66abffc7.js} +5 -5
  1102. package/pure-cell/modern/component.js +2 -2
  1103. package/pure-cell/modern/components/addon/component.js +2 -2
  1104. package/pure-cell/modern/components/addon/index.css +9 -9
  1105. package/pure-cell/modern/components/addon/index.js +1 -1
  1106. package/pure-cell/modern/components/amount/component.js +2 -2
  1107. package/pure-cell/modern/components/amount/index.css +2 -2
  1108. package/pure-cell/modern/components/amount/index.js +1 -1
  1109. package/pure-cell/modern/components/amount-title/component.js +2 -2
  1110. package/pure-cell/modern/components/amount-title/index.css +3 -3
  1111. package/pure-cell/modern/components/amount-title/index.js +1 -1
  1112. package/pure-cell/modern/components/category/component.js +2 -2
  1113. package/pure-cell/modern/components/category/index.css +5 -5
  1114. package/pure-cell/modern/components/category/index.js +1 -1
  1115. package/pure-cell/modern/components/content/component.js +2 -2
  1116. package/pure-cell/modern/components/content/index.css +3 -3
  1117. package/pure-cell/modern/components/content/index.d.ts +1 -1
  1118. package/pure-cell/modern/components/content/index.js +2 -2
  1119. package/pure-cell/modern/components/footer/component.js +2 -2
  1120. package/pure-cell/modern/components/footer/index.css +4 -4
  1121. package/pure-cell/modern/components/footer/index.js +1 -1
  1122. package/pure-cell/modern/components/footer-button/component.js +2 -2
  1123. package/pure-cell/modern/components/footer-button/index.css +2 -2
  1124. package/pure-cell/modern/components/footer-button/index.js +1 -1
  1125. package/pure-cell/modern/components/footer-text/component.js +1 -1
  1126. package/pure-cell/modern/components/footer-text/index.js +1 -1
  1127. package/pure-cell/modern/components/graphics/component.js +2 -2
  1128. package/pure-cell/modern/components/graphics/index.css +5 -5
  1129. package/pure-cell/modern/components/graphics/index.js +1 -1
  1130. package/pure-cell/modern/components/main/component.js +2 -2
  1131. package/pure-cell/modern/components/main/index.css +4 -4
  1132. package/pure-cell/modern/components/main/index.d.ts +1 -1
  1133. package/pure-cell/modern/components/main/index.js +2 -2
  1134. package/pure-cell/modern/components/text/component.js +2 -2
  1135. package/pure-cell/modern/components/text/index.css +7 -7
  1136. package/pure-cell/modern/components/text/index.d.ts +1 -1
  1137. package/pure-cell/modern/components/text/index.js +2 -2
  1138. package/pure-cell/modern/index.css +21 -21
  1139. package/pure-cell/modern/index.js +2 -2
  1140. package/pure-input/Component.js +1 -1
  1141. package/pure-input/esm/Component.js +1 -1
  1142. package/pure-input/esm/index.css +24 -24
  1143. package/pure-input/index.css +24 -24
  1144. package/pure-input/modern/Component.js +1 -1
  1145. package/pure-input/modern/index.css +24 -24
  1146. package/radio/Component.js +1 -1
  1147. package/radio/esm/Component.js +1 -1
  1148. package/radio/esm/index.css +32 -32
  1149. package/radio/index.css +32 -32
  1150. package/radio/modern/Component.js +1 -1
  1151. package/radio/modern/index.css +32 -32
  1152. package/radio-group/Component.js +1 -1
  1153. package/radio-group/esm/Component.js +1 -1
  1154. package/radio-group/esm/index.css +18 -18
  1155. package/radio-group/index.css +18 -18
  1156. package/radio-group/modern/Component.js +1 -1
  1157. package/radio-group/modern/index.css +18 -18
  1158. package/scrollbar/Component.js +3 -3
  1159. package/scrollbar/default.css +3 -3
  1160. package/scrollbar/esm/Component.js +3 -3
  1161. package/scrollbar/esm/default.css +3 -3
  1162. package/scrollbar/esm/index.css +26 -26
  1163. package/scrollbar/esm/inverted.css +3 -3
  1164. package/scrollbar/index.css +26 -26
  1165. package/scrollbar/inverted.css +3 -3
  1166. package/scrollbar/modern/Component.js +3 -3
  1167. package/scrollbar/modern/default.css +3 -3
  1168. package/scrollbar/modern/index.css +26 -26
  1169. package/scrollbar/modern/inverted.css +3 -3
  1170. package/segmented-control/Component.js +1 -1
  1171. package/segmented-control/components/segment/Component.js +1 -1
  1172. package/segmented-control/components/segment/index.css +4 -4
  1173. package/segmented-control/esm/Component.js +1 -1
  1174. package/segmented-control/esm/components/segment/Component.js +1 -1
  1175. package/segmented-control/esm/components/segment/index.css +4 -4
  1176. package/segmented-control/esm/index.css +18 -18
  1177. package/segmented-control/index.css +18 -18
  1178. package/segmented-control/modern/Component.js +1 -1
  1179. package/segmented-control/modern/components/segment/Component.js +1 -1
  1180. package/segmented-control/modern/components/segment/index.css +4 -4
  1181. package/segmented-control/modern/index.css +18 -18
  1182. package/select/Component-3885b0d7.d.ts +1 -1
  1183. package/select/{Component-67e36290.js → Component-5c81ed4a.js} +1 -1
  1184. package/select/{Component-86fe0799.js → Component-5e1d790a.js} +4 -4
  1185. package/select/Component.js +1 -1
  1186. package/select/Component.responsive.js +3 -3
  1187. package/select/components/arrow/Component.js +1 -1
  1188. package/select/components/arrow/index.css +3 -3
  1189. package/select/components/base-checkmark/Component.js +1 -1
  1190. package/select/components/base-checkmark/index.css +4 -4
  1191. package/select/components/base-option/Component.js +1 -1
  1192. package/select/components/base-option/index.css +13 -13
  1193. package/select/components/base-select/Component.js +1 -1
  1194. package/select/components/base-select/index.css +8 -8
  1195. package/select/components/base-select/index.d.ts +1 -1
  1196. package/select/components/base-select/index.js +1 -1
  1197. package/select/components/base-select-mobile/Component.js +3 -3
  1198. package/select/components/base-select-mobile/checkmark/Component.js +1 -1
  1199. package/select/components/base-select-mobile/checkmark/index.css +6 -6
  1200. package/select/components/base-select-mobile/index.css +11 -11
  1201. package/select/components/base-select-mobile/index.d.ts +1 -1
  1202. package/select/components/base-select-mobile/index.js +3 -3
  1203. package/select/components/base-select-mobile/options-list/Component.js +1 -1
  1204. package/select/components/base-select-mobile/options-list/index.css +9 -9
  1205. package/select/components/base-select-mobile/virtual-options-list/Component.js +1 -1
  1206. package/select/components/base-select-mobile/virtual-options-list/index.css +15 -15
  1207. package/select/components/checkmark/Component.js +1 -1
  1208. package/select/components/checkmark/index.css +10 -10
  1209. package/select/components/field/Component.js +1 -1
  1210. package/select/components/field/index.css +9 -9
  1211. package/select/components/index.js +3 -3
  1212. package/select/components/optgroup/Component.js +1 -1
  1213. package/select/components/optgroup/index.css +6 -6
  1214. package/select/components/option/Component.js +1 -1
  1215. package/select/components/option/index.css +20 -20
  1216. package/select/components/options-list/Component.js +1 -1
  1217. package/select/components/options-list/index.css +9 -9
  1218. package/select/components/select-mobile/Component.js +3 -3
  1219. package/select/components/select-mobile/index.d.ts +1 -1
  1220. package/select/components/select-mobile/index.js +3 -3
  1221. package/select/components/select-modal-mobile/Component.js +3 -3
  1222. package/select/components/select-modal-mobile/index.d.ts +1 -1
  1223. package/select/components/select-modal-mobile/index.js +3 -3
  1224. package/select/components/virtual-options-list/Component.js +1 -1
  1225. package/select/components/virtual-options-list/index.css +15 -15
  1226. package/select/cssm/Component-3885b0d7.d.ts +1 -1
  1227. package/select/cssm/types-ebda875c.d.ts +1 -1
  1228. package/select/esm/Component-3885b0d7.d.ts +1 -1
  1229. package/select/esm/{Component-fdfce5e1.js → Component-3c7aba03.js} +1 -1
  1230. package/select/esm/{Component-c79b7ae7.js → Component-5aadb596.js} +4 -4
  1231. package/select/esm/Component.js +1 -1
  1232. package/select/esm/Component.responsive.js +3 -3
  1233. package/select/esm/components/arrow/Component.js +1 -1
  1234. package/select/esm/components/arrow/index.css +3 -3
  1235. package/select/esm/components/base-checkmark/Component.js +1 -1
  1236. package/select/esm/components/base-checkmark/index.css +4 -4
  1237. package/select/esm/components/base-option/Component.js +1 -1
  1238. package/select/esm/components/base-option/index.css +13 -13
  1239. package/select/esm/components/base-select/Component.js +1 -1
  1240. package/select/esm/components/base-select/index.css +8 -8
  1241. package/select/esm/components/base-select/index.d.ts +1 -1
  1242. package/select/esm/components/base-select/index.js +1 -1
  1243. package/select/esm/components/base-select-mobile/Component.js +3 -3
  1244. package/select/esm/components/base-select-mobile/checkmark/Component.js +1 -1
  1245. package/select/esm/components/base-select-mobile/checkmark/index.css +6 -6
  1246. package/select/esm/components/base-select-mobile/index.css +11 -11
  1247. package/select/esm/components/base-select-mobile/index.d.ts +1 -1
  1248. package/select/esm/components/base-select-mobile/index.js +3 -3
  1249. package/select/esm/components/base-select-mobile/options-list/Component.js +1 -1
  1250. package/select/esm/components/base-select-mobile/options-list/index.css +9 -9
  1251. package/select/esm/components/base-select-mobile/virtual-options-list/Component.js +1 -1
  1252. package/select/esm/components/base-select-mobile/virtual-options-list/index.css +15 -15
  1253. package/select/esm/components/checkmark/Component.js +1 -1
  1254. package/select/esm/components/checkmark/index.css +10 -10
  1255. package/select/esm/components/field/Component.js +1 -1
  1256. package/select/esm/components/field/index.css +9 -9
  1257. package/select/esm/components/index.js +3 -3
  1258. package/select/esm/components/optgroup/Component.js +1 -1
  1259. package/select/esm/components/optgroup/index.css +6 -6
  1260. package/select/esm/components/option/Component.js +1 -1
  1261. package/select/esm/components/option/index.css +20 -20
  1262. package/select/esm/components/options-list/Component.js +1 -1
  1263. package/select/esm/components/options-list/index.css +9 -9
  1264. package/select/esm/components/select-mobile/Component.js +3 -3
  1265. package/select/esm/components/select-mobile/index.d.ts +1 -1
  1266. package/select/esm/components/select-mobile/index.js +3 -3
  1267. package/select/esm/components/select-modal-mobile/Component.js +3 -3
  1268. package/select/esm/components/select-modal-mobile/index.d.ts +1 -1
  1269. package/select/esm/components/select-modal-mobile/index.js +3 -3
  1270. package/select/esm/components/virtual-options-list/Component.js +1 -1
  1271. package/select/esm/components/virtual-options-list/index.css +15 -15
  1272. package/select/esm/index-3885b0d7.d.ts +1 -1
  1273. package/select/esm/index.js +3 -3
  1274. package/select/esm/presets/index.js +3 -3
  1275. package/select/esm/presets/useLazyLoading/hook.js +2 -2
  1276. package/select/esm/presets/useLazyLoading/index.css +2 -2
  1277. package/select/esm/presets/useSelectWithApply/hook.js +3 -3
  1278. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
  1279. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.css +3 -3
  1280. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1281. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
  1282. package/select/esm/presets/useSelectWithLoading/hook.js +1 -1
  1283. package/select/esm/presets/useSelectWithLoading/index.css +2 -2
  1284. package/select/esm/responsive.js +3 -3
  1285. package/select/esm/types-ebda875c.d.ts +1 -1
  1286. package/select/index-3885b0d7.d.ts +1 -1
  1287. package/select/index.js +3 -3
  1288. package/select/modern/Component-3885b0d7.d.ts +1 -1
  1289. package/select/modern/{Component-979388ae.js → Component-8f02591b.js} +1 -1
  1290. package/select/modern/{Component-4c4a3ab4.js → Component-d46cda7f.js} +4 -4
  1291. package/select/modern/Component.js +1 -1
  1292. package/select/modern/Component.responsive.js +3 -3
  1293. package/select/modern/components/arrow/Component.js +1 -1
  1294. package/select/modern/components/arrow/index.css +3 -3
  1295. package/select/modern/components/base-checkmark/Component.js +1 -1
  1296. package/select/modern/components/base-checkmark/index.css +4 -4
  1297. package/select/modern/components/base-option/Component.js +1 -1
  1298. package/select/modern/components/base-option/index.css +13 -13
  1299. package/select/modern/components/base-select/Component.js +1 -1
  1300. package/select/modern/components/base-select/index.css +8 -8
  1301. package/select/modern/components/base-select/index.d.ts +1 -1
  1302. package/select/modern/components/base-select/index.js +1 -1
  1303. package/select/modern/components/base-select-mobile/Component.js +3 -3
  1304. package/select/modern/components/base-select-mobile/checkmark/Component.js +1 -1
  1305. package/select/modern/components/base-select-mobile/checkmark/index.css +6 -6
  1306. package/select/modern/components/base-select-mobile/index.css +11 -11
  1307. package/select/modern/components/base-select-mobile/index.d.ts +1 -1
  1308. package/select/modern/components/base-select-mobile/index.js +3 -3
  1309. package/select/modern/components/base-select-mobile/options-list/Component.js +1 -1
  1310. package/select/modern/components/base-select-mobile/options-list/index.css +9 -9
  1311. package/select/modern/components/base-select-mobile/virtual-options-list/Component.js +1 -1
  1312. package/select/modern/components/base-select-mobile/virtual-options-list/index.css +15 -15
  1313. package/select/modern/components/checkmark/Component.js +1 -1
  1314. package/select/modern/components/checkmark/index.css +10 -10
  1315. package/select/modern/components/field/Component.js +1 -1
  1316. package/select/modern/components/field/index.css +9 -9
  1317. package/select/modern/components/index.js +3 -3
  1318. package/select/modern/components/optgroup/Component.js +1 -1
  1319. package/select/modern/components/optgroup/index.css +6 -6
  1320. package/select/modern/components/option/Component.js +1 -1
  1321. package/select/modern/components/option/index.css +20 -20
  1322. package/select/modern/components/options-list/Component.js +1 -1
  1323. package/select/modern/components/options-list/index.css +9 -9
  1324. package/select/modern/components/select-mobile/Component.js +3 -3
  1325. package/select/modern/components/select-mobile/index.d.ts +1 -1
  1326. package/select/modern/components/select-mobile/index.js +3 -3
  1327. package/select/modern/components/select-modal-mobile/Component.js +3 -3
  1328. package/select/modern/components/select-modal-mobile/index.d.ts +1 -1
  1329. package/select/modern/components/select-modal-mobile/index.js +3 -3
  1330. package/select/modern/components/virtual-options-list/Component.js +1 -1
  1331. package/select/modern/components/virtual-options-list/index.css +15 -15
  1332. package/select/modern/index-3885b0d7.d.ts +1 -1
  1333. package/select/modern/index.js +3 -3
  1334. package/select/modern/presets/index.js +3 -3
  1335. package/select/modern/presets/useLazyLoading/hook.js +2 -2
  1336. package/select/modern/presets/useLazyLoading/index.css +2 -2
  1337. package/select/modern/presets/useSelectWithApply/hook.js +3 -3
  1338. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
  1339. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.css +3 -3
  1340. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1341. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
  1342. package/select/modern/presets/useSelectWithLoading/hook.js +1 -1
  1343. package/select/modern/presets/useSelectWithLoading/index.css +2 -2
  1344. package/select/modern/responsive.js +3 -3
  1345. package/select/modern/types-ebda875c.d.ts +1 -1
  1346. package/select/presets/index.js +3 -3
  1347. package/select/presets/useLazyLoading/hook.js +2 -2
  1348. package/select/presets/useLazyLoading/index.css +2 -2
  1349. package/select/presets/useSelectWithApply/hook.js +3 -3
  1350. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +3 -3
  1351. package/select/presets/useSelectWithApply/options-list-with-apply/index.css +3 -3
  1352. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  1353. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +3 -3
  1354. package/select/presets/useSelectWithLoading/hook.js +1 -1
  1355. package/select/presets/useSelectWithLoading/index.css +2 -2
  1356. package/select/responsive.js +3 -3
  1357. package/select/types-ebda875c.d.ts +1 -1
  1358. package/select-with-tags/components/tag/component.js +1 -1
  1359. package/select-with-tags/components/tag/index.css +11 -11
  1360. package/select-with-tags/components/tag-list/component.js +1 -1
  1361. package/select-with-tags/components/tag-list/index.css +31 -31
  1362. package/select-with-tags/esm/components/tag/component.js +1 -1
  1363. package/select-with-tags/esm/components/tag/index.css +11 -11
  1364. package/select-with-tags/esm/components/tag-list/component.js +1 -1
  1365. package/select-with-tags/esm/components/tag-list/index.css +31 -31
  1366. package/select-with-tags/modern/components/tag/component.js +1 -1
  1367. package/select-with-tags/modern/components/tag/index.css +11 -11
  1368. package/select-with-tags/modern/components/tag-list/component.js +1 -1
  1369. package/select-with-tags/modern/components/tag-list/index.css +31 -31
  1370. package/side-panel/Component.desktop.js +2 -2
  1371. package/side-panel/Component.mobile.js +2 -2
  1372. package/side-panel/components/content/Component.desktop.js +1 -1
  1373. package/side-panel/components/content/Component.js +1 -1
  1374. package/side-panel/components/content/Component.mobile.js +1 -1
  1375. package/side-panel/components/content/desktop.css +3 -3
  1376. package/side-panel/components/content/index.css +4 -4
  1377. package/side-panel/components/content/mobile.css +3 -3
  1378. package/side-panel/components/footer/Component.desktop.js +1 -1
  1379. package/side-panel/components/footer/Component.js +2 -2
  1380. package/side-panel/components/footer/Component.mobile.js +1 -1
  1381. package/side-panel/components/footer/desktop.css +3 -3
  1382. package/side-panel/components/footer/index.css +4 -4
  1383. package/side-panel/components/footer/layout.css +25 -25
  1384. package/side-panel/components/footer/mobile.css +3 -3
  1385. package/side-panel/components/header/Component.js +3 -3
  1386. package/side-panel/components/header/desktop.css +5 -5
  1387. package/side-panel/components/header/index.css +14 -14
  1388. package/side-panel/components/header/mobile.css +4 -4
  1389. package/side-panel/desktop.css +3 -3
  1390. package/side-panel/esm/Component.desktop.js +2 -2
  1391. package/side-panel/esm/Component.mobile.js +2 -2
  1392. package/side-panel/esm/components/content/Component.desktop.js +1 -1
  1393. package/side-panel/esm/components/content/Component.js +1 -1
  1394. package/side-panel/esm/components/content/Component.mobile.js +1 -1
  1395. package/side-panel/esm/components/content/desktop.css +3 -3
  1396. package/side-panel/esm/components/content/index.css +4 -4
  1397. package/side-panel/esm/components/content/mobile.css +3 -3
  1398. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  1399. package/side-panel/esm/components/footer/Component.js +2 -2
  1400. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  1401. package/side-panel/esm/components/footer/desktop.css +3 -3
  1402. package/side-panel/esm/components/footer/index.css +4 -4
  1403. package/side-panel/esm/components/footer/layout.css +25 -25
  1404. package/side-panel/esm/components/footer/mobile.css +3 -3
  1405. package/side-panel/esm/components/header/Component.js +3 -3
  1406. package/side-panel/esm/components/header/desktop.css +5 -5
  1407. package/side-panel/esm/components/header/index.css +14 -14
  1408. package/side-panel/esm/components/header/mobile.css +4 -4
  1409. package/side-panel/esm/desktop.css +3 -3
  1410. package/side-panel/esm/mobile.css +3 -3
  1411. package/side-panel/esm/transitions.desktop.css +7 -7
  1412. package/side-panel/esm/transitions.mobile.css +8 -8
  1413. package/side-panel/mobile.css +3 -3
  1414. package/side-panel/modern/Component.desktop.js +2 -2
  1415. package/side-panel/modern/Component.mobile.js +2 -2
  1416. package/side-panel/modern/components/content/Component.desktop.js +1 -1
  1417. package/side-panel/modern/components/content/Component.js +1 -1
  1418. package/side-panel/modern/components/content/Component.mobile.js +1 -1
  1419. package/side-panel/modern/components/content/desktop.css +3 -3
  1420. package/side-panel/modern/components/content/index.css +4 -4
  1421. package/side-panel/modern/components/content/mobile.css +3 -3
  1422. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  1423. package/side-panel/modern/components/footer/Component.js +2 -2
  1424. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  1425. package/side-panel/modern/components/footer/desktop.css +3 -3
  1426. package/side-panel/modern/components/footer/index.css +4 -4
  1427. package/side-panel/modern/components/footer/layout.css +25 -25
  1428. package/side-panel/modern/components/footer/mobile.css +3 -3
  1429. package/side-panel/modern/components/header/Component.js +3 -3
  1430. package/side-panel/modern/components/header/desktop.css +5 -5
  1431. package/side-panel/modern/components/header/index.css +14 -14
  1432. package/side-panel/modern/components/header/mobile.css +4 -4
  1433. package/side-panel/modern/desktop.css +3 -3
  1434. package/side-panel/modern/mobile.css +3 -3
  1435. package/side-panel/modern/transitions.desktop.css +7 -7
  1436. package/side-panel/modern/transitions.mobile.css +8 -8
  1437. package/side-panel/transitions.desktop.css +7 -7
  1438. package/side-panel/transitions.mobile.css +8 -8
  1439. package/skeleton/Component.js +1 -1
  1440. package/skeleton/esm/Component.js +1 -1
  1441. package/skeleton/esm/index.css +11 -11
  1442. package/skeleton/index.css +11 -11
  1443. package/skeleton/modern/Component.js +1 -1
  1444. package/skeleton/modern/index.css +11 -11
  1445. package/slider/Component.js +1 -1
  1446. package/slider/cssm/index.module.css +1 -1
  1447. package/slider/esm/Component.js +1 -1
  1448. package/slider/esm/index.css +22 -22
  1449. package/slider/index.css +22 -22
  1450. package/slider/modern/Component.js +1 -1
  1451. package/slider/modern/index.css +22 -22
  1452. package/slider-input/Component.js +1 -1
  1453. package/slider-input/esm/Component.js +1 -1
  1454. package/slider-input/esm/index.css +27 -27
  1455. package/slider-input/index.css +27 -27
  1456. package/slider-input/modern/Component.js +1 -1
  1457. package/slider-input/modern/index.css +27 -27
  1458. package/sortable-list/Component.js +2 -2
  1459. package/sortable-list/{Components-1931adf7.js → Components-0e88db8b.js} +1 -1
  1460. package/sortable-list/components/item/Components.js +1 -1
  1461. package/sortable-list/components/item/index.css +26 -26
  1462. package/sortable-list/esm/Component.js +2 -2
  1463. package/sortable-list/esm/{Components-164d6737.js → Components-a4e2dcf6.js} +1 -1
  1464. package/sortable-list/esm/components/item/Components.js +1 -1
  1465. package/sortable-list/esm/components/item/index.css +26 -26
  1466. package/sortable-list/esm/index-3885b0d7.d.ts +1 -1
  1467. package/sortable-list/esm/index.css +31 -31
  1468. package/sortable-list/esm/index.js +1 -1
  1469. package/sortable-list/index-3885b0d7.d.ts +1 -1
  1470. package/sortable-list/index.css +31 -31
  1471. package/sortable-list/index.js +1 -1
  1472. package/sortable-list/modern/Component.js +2 -2
  1473. package/sortable-list/modern/{Components-8596a174.js → Components-0fb47d0f.js} +1 -1
  1474. package/sortable-list/modern/components/item/Components.js +1 -1
  1475. package/sortable-list/modern/components/item/index.css +26 -26
  1476. package/sortable-list/modern/index-3885b0d7.d.ts +1 -1
  1477. package/sortable-list/modern/index.css +31 -31
  1478. package/sortable-list/modern/index.js +1 -1
  1479. package/space/Component.js +1 -1
  1480. package/space/esm/Component.js +1 -1
  1481. package/space/esm/index.css +9 -9
  1482. package/space/index.css +9 -9
  1483. package/space/modern/Component.js +1 -1
  1484. package/space/modern/index.css +9 -9
  1485. package/spinner/Component.js +3 -3
  1486. package/spinner/default.css +2 -2
  1487. package/spinner/esm/Component.js +3 -3
  1488. package/spinner/esm/default.css +2 -2
  1489. package/spinner/esm/index.css +8 -8
  1490. package/spinner/esm/inverted.css +2 -2
  1491. package/spinner/index.css +8 -8
  1492. package/spinner/inverted.css +2 -2
  1493. package/spinner/modern/Component.js +3 -3
  1494. package/spinner/modern/default.css +2 -2
  1495. package/spinner/modern/index.css +8 -8
  1496. package/spinner/modern/inverted.css +2 -2
  1497. package/status/Component.js +1 -1
  1498. package/status/esm/Component.js +1 -1
  1499. package/status/esm/index.css +18 -18
  1500. package/status/index.css +18 -18
  1501. package/status/modern/Component.js +1 -1
  1502. package/status/modern/index.css +18 -18
  1503. package/stepped-progress-bar/Component.js +1 -1
  1504. package/stepped-progress-bar/components/step-bar/Component.js +1 -1
  1505. package/stepped-progress-bar/components/step-bar/index.css +11 -11
  1506. package/stepped-progress-bar/esm/Component.js +1 -1
  1507. package/stepped-progress-bar/esm/components/step-bar/Component.js +1 -1
  1508. package/stepped-progress-bar/esm/components/step-bar/index.css +11 -11
  1509. package/stepped-progress-bar/esm/index.css +4 -4
  1510. package/stepped-progress-bar/index.css +4 -4
  1511. package/stepped-progress-bar/modern/Component.js +1 -1
  1512. package/stepped-progress-bar/modern/components/step-bar/Component.js +1 -1
  1513. package/stepped-progress-bar/modern/components/step-bar/index.css +11 -11
  1514. package/stepped-progress-bar/modern/index.css +4 -4
  1515. package/steps/Component.js +1 -1
  1516. package/steps/components/step/Component.js +1 -1
  1517. package/steps/components/step/index.css +26 -26
  1518. package/steps/components/step-indicator/Component.js +1 -1
  1519. package/steps/components/step-indicator/index.css +2 -2
  1520. package/steps/esm/Component.js +1 -1
  1521. package/steps/esm/components/step/Component.js +1 -1
  1522. package/steps/esm/components/step/index.css +26 -26
  1523. package/steps/esm/components/step-indicator/Component.js +1 -1
  1524. package/steps/esm/components/step-indicator/index.css +2 -2
  1525. package/steps/esm/index.css +3 -3
  1526. package/steps/index.css +3 -3
  1527. package/steps/modern/Component.js +1 -1
  1528. package/steps/modern/components/step/Component.js +1 -1
  1529. package/steps/modern/components/step/index.css +26 -26
  1530. package/steps/modern/components/step-indicator/Component.js +1 -1
  1531. package/steps/modern/components/step-indicator/index.css +2 -2
  1532. package/steps/modern/index.css +3 -3
  1533. package/switch/Component.js +1 -1
  1534. package/switch/esm/Component.js +1 -1
  1535. package/switch/esm/index.css +26 -26
  1536. package/switch/index.css +26 -26
  1537. package/switch/modern/Component.js +1 -1
  1538. package/switch/modern/index.css +26 -26
  1539. package/system-message/Component.desktop.js +1 -1
  1540. package/system-message/Component.js +3 -3
  1541. package/system-message/Component.mobile.js +1 -1
  1542. package/system-message/Components.responsive.js +1 -1
  1543. package/system-message/components/caption/Component.js +2 -2
  1544. package/system-message/components/caption/index.css +2 -2
  1545. package/system-message/components/caption/index.js +1 -1
  1546. package/system-message/components/controls/Component.js +4 -4
  1547. package/system-message/components/controls/desktop.css +3 -3
  1548. package/system-message/components/controls/index.css +10 -10
  1549. package/system-message/components/controls/index.js +1 -1
  1550. package/system-message/components/controls/mobile.css +3 -3
  1551. package/system-message/components/graphic/Component.js +2 -2
  1552. package/system-message/components/graphic/index.css +2 -2
  1553. package/system-message/components/graphic/index.js +1 -1
  1554. package/system-message/components/subtitle/Component.js +2 -2
  1555. package/system-message/components/subtitle/index.css +2 -2
  1556. package/system-message/components/subtitle/index.js +1 -1
  1557. package/system-message/components/title/Component.js +4 -4
  1558. package/system-message/components/title/desktop.css +2 -2
  1559. package/system-message/components/title/index.css +2 -2
  1560. package/system-message/components/title/index.js +1 -1
  1561. package/system-message/components/title/mobile.css +2 -2
  1562. package/system-message/desktop.css +2 -2
  1563. package/system-message/desktop.js +1 -1
  1564. package/system-message/esm/Component.desktop.js +1 -1
  1565. package/system-message/esm/Component.js +3 -3
  1566. package/system-message/esm/Component.mobile.js +1 -1
  1567. package/system-message/esm/Components.responsive.js +1 -1
  1568. package/system-message/esm/components/caption/Component.js +2 -2
  1569. package/system-message/esm/components/caption/index.css +2 -2
  1570. package/system-message/esm/components/caption/index.js +1 -1
  1571. package/system-message/esm/components/controls/Component.js +4 -4
  1572. package/system-message/esm/components/controls/desktop.css +3 -3
  1573. package/system-message/esm/components/controls/index.css +10 -10
  1574. package/system-message/esm/components/controls/index.js +1 -1
  1575. package/system-message/esm/components/controls/mobile.css +3 -3
  1576. package/system-message/esm/components/graphic/Component.js +2 -2
  1577. package/system-message/esm/components/graphic/index.css +2 -2
  1578. package/system-message/esm/components/graphic/index.js +1 -1
  1579. package/system-message/esm/components/subtitle/Component.js +2 -2
  1580. package/system-message/esm/components/subtitle/index.css +2 -2
  1581. package/system-message/esm/components/subtitle/index.js +1 -1
  1582. package/system-message/esm/components/title/Component.js +4 -4
  1583. package/system-message/esm/components/title/desktop.css +2 -2
  1584. package/system-message/esm/components/title/index.css +2 -2
  1585. package/system-message/esm/components/title/index.js +1 -1
  1586. package/system-message/esm/components/title/mobile.css +2 -2
  1587. package/system-message/esm/desktop.css +2 -2
  1588. package/system-message/esm/desktop.js +1 -1
  1589. package/system-message/esm/index-3885b0d7.d.ts +1 -1
  1590. package/system-message/esm/index.css +7 -7
  1591. package/system-message/esm/index.js +1 -1
  1592. package/system-message/esm/mobile.css +2 -2
  1593. package/system-message/esm/mobile.js +1 -1
  1594. package/system-message/esm/responsive.js +1 -1
  1595. package/system-message/esm/utils.js +1 -1
  1596. package/system-message/index-3885b0d7.d.ts +1 -1
  1597. package/system-message/index.css +7 -7
  1598. package/system-message/index.js +1 -1
  1599. package/system-message/mobile.css +2 -2
  1600. package/system-message/mobile.js +1 -1
  1601. package/system-message/modern/Component.desktop.js +1 -1
  1602. package/system-message/modern/Component.js +3 -3
  1603. package/system-message/modern/Component.mobile.js +1 -1
  1604. package/system-message/modern/Components.responsive.js +1 -1
  1605. package/system-message/modern/components/caption/Component.js +2 -2
  1606. package/system-message/modern/components/caption/index.css +2 -2
  1607. package/system-message/modern/components/caption/index.js +1 -1
  1608. package/system-message/modern/components/controls/Component.js +4 -4
  1609. package/system-message/modern/components/controls/desktop.css +3 -3
  1610. package/system-message/modern/components/controls/index.css +10 -10
  1611. package/system-message/modern/components/controls/index.js +1 -1
  1612. package/system-message/modern/components/controls/mobile.css +3 -3
  1613. package/system-message/modern/components/graphic/Component.js +2 -2
  1614. package/system-message/modern/components/graphic/index.css +2 -2
  1615. package/system-message/modern/components/graphic/index.js +1 -1
  1616. package/system-message/modern/components/subtitle/Component.js +2 -2
  1617. package/system-message/modern/components/subtitle/index.css +2 -2
  1618. package/system-message/modern/components/subtitle/index.js +1 -1
  1619. package/system-message/modern/components/title/Component.js +4 -4
  1620. package/system-message/modern/components/title/desktop.css +2 -2
  1621. package/system-message/modern/components/title/index.css +2 -2
  1622. package/system-message/modern/components/title/index.js +1 -1
  1623. package/system-message/modern/components/title/mobile.css +2 -2
  1624. package/system-message/modern/desktop.css +2 -2
  1625. package/system-message/modern/desktop.js +1 -1
  1626. package/system-message/modern/index-3885b0d7.d.ts +1 -1
  1627. package/system-message/modern/index.css +7 -7
  1628. package/system-message/modern/index.js +1 -1
  1629. package/system-message/modern/mobile.css +2 -2
  1630. package/system-message/modern/mobile.js +1 -1
  1631. package/system-message/modern/responsive.js +1 -1
  1632. package/system-message/modern/utils.js +1 -1
  1633. package/system-message/responsive.js +1 -1
  1634. package/system-message/utils.js +1 -1
  1635. package/table/components/pagination/Component.js +1 -1
  1636. package/table/components/pagination/index.css +8 -8
  1637. package/table/components/pagination/select-field/index.css +4 -4
  1638. package/table/components/pagination/select-field/index.js +1 -1
  1639. package/table/components/table/Component.js +1 -1
  1640. package/table/components/table/index.css +7 -7
  1641. package/table/components/tbody/Component.js +1 -1
  1642. package/table/components/tbody/index.css +2 -2
  1643. package/table/components/tcell/Component.js +1 -1
  1644. package/table/components/tcell/index.css +6 -6
  1645. package/table/components/texpandable-row/Component.js +1 -1
  1646. package/table/components/texpandable-row/index.css +5 -5
  1647. package/table/components/thead/Component.js +1 -1
  1648. package/table/components/thead/index.css +6 -6
  1649. package/table/components/thead-cell/Component.js +1 -1
  1650. package/table/components/thead-cell/index.css +8 -8
  1651. package/table/components/trow/Component.js +1 -1
  1652. package/table/components/trow/index.css +8 -8
  1653. package/table/components/tsortable-head-cell/Component.js +1 -1
  1654. package/table/components/tsortable-head-cell/index.css +9 -9
  1655. package/table/esm/components/pagination/Component.js +1 -1
  1656. package/table/esm/components/pagination/index.css +8 -8
  1657. package/table/esm/components/pagination/select-field/index.css +4 -4
  1658. package/table/esm/components/pagination/select-field/index.js +1 -1
  1659. package/table/esm/components/table/Component.js +1 -1
  1660. package/table/esm/components/table/index.css +7 -7
  1661. package/table/esm/components/tbody/Component.js +1 -1
  1662. package/table/esm/components/tbody/index.css +2 -2
  1663. package/table/esm/components/tcell/Component.js +1 -1
  1664. package/table/esm/components/tcell/index.css +6 -6
  1665. package/table/esm/components/texpandable-row/Component.js +1 -1
  1666. package/table/esm/components/texpandable-row/index.css +5 -5
  1667. package/table/esm/components/thead/Component.js +1 -1
  1668. package/table/esm/components/thead/index.css +6 -6
  1669. package/table/esm/components/thead-cell/Component.js +1 -1
  1670. package/table/esm/components/thead-cell/index.css +8 -8
  1671. package/table/esm/components/trow/Component.js +1 -1
  1672. package/table/esm/components/trow/index.css +8 -8
  1673. package/table/esm/components/tsortable-head-cell/Component.js +1 -1
  1674. package/table/esm/components/tsortable-head-cell/index.css +9 -9
  1675. package/table/modern/components/pagination/Component.js +1 -1
  1676. package/table/modern/components/pagination/index.css +8 -8
  1677. package/table/modern/components/pagination/select-field/index.css +4 -4
  1678. package/table/modern/components/pagination/select-field/index.js +1 -1
  1679. package/table/modern/components/table/Component.js +1 -1
  1680. package/table/modern/components/table/index.css +7 -7
  1681. package/table/modern/components/tbody/Component.js +1 -1
  1682. package/table/modern/components/tbody/index.css +2 -2
  1683. package/table/modern/components/tcell/Component.js +1 -1
  1684. package/table/modern/components/tcell/index.css +6 -6
  1685. package/table/modern/components/texpandable-row/Component.js +1 -1
  1686. package/table/modern/components/texpandable-row/index.css +5 -5
  1687. package/table/modern/components/thead/Component.js +1 -1
  1688. package/table/modern/components/thead/index.css +6 -6
  1689. package/table/modern/components/thead-cell/Component.js +1 -1
  1690. package/table/modern/components/thead-cell/index.css +8 -8
  1691. package/table/modern/components/trow/Component.js +1 -1
  1692. package/table/modern/components/trow/index.css +8 -8
  1693. package/table/modern/components/tsortable-head-cell/Component.js +1 -1
  1694. package/table/modern/components/tsortable-head-cell/index.css +9 -9
  1695. package/tabs/Component-3885b0d7.d.ts +3 -2
  1696. package/tabs/component-3885b0d7.d.ts +7 -180
  1697. package/tabs/components/primary-tablist/Component.desktop.js +1 -1
  1698. package/tabs/components/primary-tablist/Component.mobile.js +2 -2
  1699. package/tabs/components/primary-tablist/Component.responsive.js +1 -1
  1700. package/tabs/components/primary-tablist/index.css +29 -29
  1701. package/tabs/components/primary-tablist/mobile.css +36 -32
  1702. package/tabs/components/scrollable-container/Component.js +1 -1
  1703. package/tabs/components/scrollable-container/index.css +5 -5
  1704. package/tabs/components/secondary-tablist/Component.desktop.js +1 -1
  1705. package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
  1706. package/tabs/components/secondary-tablist/Component.responsive.js +1 -1
  1707. package/tabs/components/secondary-tablist/index.css +11 -11
  1708. package/tabs/components/secondary-tablist/mobile.css +17 -13
  1709. package/tabs/components/tab/Component.js +1 -1
  1710. package/tabs/components/tab/index.css +3 -3
  1711. package/tabs/components/tabs/Component.desktop.js +2 -2
  1712. package/tabs/components/tabs/Component.mobile.js +2 -2
  1713. package/tabs/components/tabs/Component.responsive.js +2 -2
  1714. package/tabs/cssm/Component-3885b0d7.d.ts +3 -2
  1715. package/tabs/cssm/component-3885b0d7.d.ts +7 -180
  1716. package/tabs/cssm/index-f12ee135.d.ts +3 -0
  1717. package/tabs/cssm/types-24527f54.d.ts +218 -0
  1718. package/tabs/cssm/types-ebda875c.d.ts +1 -1
  1719. package/tabs/cssm/utils-b64479aa.d.ts +8 -0
  1720. package/tabs/desktop.js +2 -2
  1721. package/tabs/esm/Component-3885b0d7.d.ts +3 -2
  1722. package/tabs/esm/component-3885b0d7.d.ts +7 -180
  1723. package/tabs/esm/components/primary-tablist/Component.desktop.js +1 -1
  1724. package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -2
  1725. package/tabs/esm/components/primary-tablist/Component.responsive.js +1 -1
  1726. package/tabs/esm/components/primary-tablist/index.css +29 -29
  1727. package/tabs/esm/components/primary-tablist/mobile.css +36 -32
  1728. package/tabs/esm/components/scrollable-container/Component.js +1 -1
  1729. package/tabs/esm/components/scrollable-container/index.css +5 -5
  1730. package/tabs/esm/components/secondary-tablist/Component.desktop.js +1 -1
  1731. package/tabs/esm/components/secondary-tablist/Component.mobile.js +2 -2
  1732. package/tabs/esm/components/secondary-tablist/Component.responsive.js +1 -1
  1733. package/tabs/esm/components/secondary-tablist/index.css +11 -11
  1734. package/tabs/esm/components/secondary-tablist/mobile.css +17 -13
  1735. package/tabs/esm/components/tab/Component.js +1 -1
  1736. package/tabs/esm/components/tab/index.css +3 -3
  1737. package/tabs/esm/components/tabs/Component.desktop.js +2 -2
  1738. package/tabs/esm/components/tabs/Component.mobile.js +2 -2
  1739. package/tabs/esm/components/tabs/Component.responsive.js +2 -2
  1740. package/tabs/esm/desktop.js +2 -2
  1741. package/tabs/esm/index-f12ee135.d.ts +3 -0
  1742. package/tabs/esm/index.js +2 -2
  1743. package/tabs/esm/index.module-05e34160.js +4 -0
  1744. package/tabs/esm/index.module-5e4e1525.js +4 -0
  1745. package/tabs/esm/mobile.js +2 -2
  1746. package/tabs/esm/responsive.js +2 -2
  1747. package/tabs/esm/types-24527f54.d.ts +218 -0
  1748. package/tabs/esm/types-ebda875c.d.ts +1 -1
  1749. package/tabs/esm/utils-b64479aa.d.ts +8 -0
  1750. package/tabs/index-f12ee135.d.ts +3 -0
  1751. package/tabs/index.js +2 -2
  1752. package/tabs/index.module-bb5c409c.js +4 -0
  1753. package/tabs/index.module-be7bd8e7.js +4 -0
  1754. package/tabs/mobile.js +2 -2
  1755. package/tabs/modern/Component-3885b0d7.d.ts +3 -2
  1756. package/tabs/modern/component-3885b0d7.d.ts +7 -180
  1757. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  1758. package/tabs/modern/components/primary-tablist/Component.mobile.js +2 -2
  1759. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  1760. package/tabs/modern/components/primary-tablist/index.css +29 -29
  1761. package/tabs/modern/components/primary-tablist/mobile.css +36 -32
  1762. package/tabs/modern/components/scrollable-container/Component.js +1 -1
  1763. package/tabs/modern/components/scrollable-container/index.css +5 -5
  1764. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  1765. package/tabs/modern/components/secondary-tablist/Component.mobile.js +2 -2
  1766. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  1767. package/tabs/modern/components/secondary-tablist/index.css +11 -11
  1768. package/tabs/modern/components/secondary-tablist/mobile.css +17 -13
  1769. package/tabs/modern/components/tab/Component.js +1 -1
  1770. package/tabs/modern/components/tab/index.css +3 -3
  1771. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  1772. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  1773. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  1774. package/tabs/modern/desktop.js +2 -2
  1775. package/tabs/modern/index-f12ee135.d.ts +3 -0
  1776. package/tabs/modern/index.js +2 -2
  1777. package/tabs/modern/index.module-d02a2eee.js +4 -0
  1778. package/tabs/modern/index.module-e296336f.js +4 -0
  1779. package/tabs/modern/mobile.js +2 -2
  1780. package/tabs/modern/responsive.js +2 -2
  1781. package/tabs/modern/types-24527f54.d.ts +218 -0
  1782. package/tabs/modern/types-ebda875c.d.ts +1 -1
  1783. package/tabs/modern/utils-b64479aa.d.ts +8 -0
  1784. package/tabs/responsive.js +2 -2
  1785. package/tabs/types-24527f54.d.ts +218 -0
  1786. package/tabs/types-ebda875c.d.ts +1 -1
  1787. package/tabs/utils-b64479aa.d.ts +8 -0
  1788. package/tag/Component.js +3 -3
  1789. package/tag/default.css +13 -13
  1790. package/tag/esm/Component.js +3 -3
  1791. package/tag/esm/default.css +13 -13
  1792. package/tag/esm/index.css +48 -48
  1793. package/tag/esm/inverted.css +13 -13
  1794. package/tag/index.css +48 -48
  1795. package/tag/inverted.css +13 -13
  1796. package/tag/modern/Component.js +3 -3
  1797. package/tag/modern/default.css +13 -13
  1798. package/tag/modern/index.css +48 -48
  1799. package/tag/modern/inverted.css +13 -13
  1800. package/textarea/Component.js +23 -51
  1801. package/textarea/{PseudoTextArea-713b4a35.js → PseudoTextArea-1bff3cd3.js} +1 -1
  1802. package/textarea/components/PseudoTextArea.js +1 -1
  1803. package/textarea/components/index.d.ts +1 -1
  1804. package/textarea/components/index.js +1 -1
  1805. package/textarea/cssm/Component.js +20 -48
  1806. package/textarea/cssm/index.js +0 -1
  1807. package/textarea/cssm/index.module.css +38 -64
  1808. package/textarea/cssm/typings.d.ts +4 -0
  1809. package/textarea/default.css +19 -19
  1810. package/textarea/esm/Component.js +23 -51
  1811. package/textarea/esm/PseudoTextArea-2e1ee1b2.js +15 -0
  1812. package/textarea/esm/components/PseudoTextArea.js +1 -1
  1813. package/textarea/esm/components/index.d.ts +1 -1
  1814. package/textarea/esm/components/index.js +1 -1
  1815. package/textarea/esm/default.css +19 -19
  1816. package/textarea/esm/index.css +63 -89
  1817. package/textarea/esm/index.js +1 -2
  1818. package/textarea/esm/inverted.css +19 -19
  1819. package/textarea/esm/typings.d.ts +4 -0
  1820. package/textarea/index.css +63 -89
  1821. package/textarea/index.js +1 -2
  1822. package/textarea/inverted.css +19 -19
  1823. package/textarea/modern/Component.js +19 -43
  1824. package/textarea/modern/PseudoTextArea-f9e2b68b.js +12 -0
  1825. package/textarea/modern/components/PseudoTextArea.js +1 -1
  1826. package/textarea/modern/components/index.d.ts +1 -1
  1827. package/textarea/modern/components/index.js +1 -1
  1828. package/textarea/modern/default.css +19 -19
  1829. package/textarea/modern/index.css +63 -89
  1830. package/textarea/modern/index.js +1 -2
  1831. package/textarea/modern/inverted.css +19 -19
  1832. package/textarea/modern/typings.d.ts +4 -0
  1833. package/textarea/typings.d.ts +4 -0
  1834. package/themes/click.css +13 -5
  1835. package/themes/compiled/mobile-dark-bluetint.css +275 -275
  1836. package/themes/corp.css +4 -0
  1837. package/themes/dist/click.css +13 -5
  1838. package/themes/dist/compiled/mobile-dark-bluetint.css +1163 -1063
  1839. package/themes/dist/corp.css +4 -0
  1840. package/themes/dist/intranet.css +4 -0
  1841. package/themes/dist/mixins/click.css +0 -2
  1842. package/themes/dist/mobile.css +4 -0
  1843. package/themes/dist/package.json +1 -1
  1844. package/themes/dist/site.css +4 -0
  1845. package/themes/intranet.css +4 -0
  1846. package/themes/mixins/click.css +0 -2
  1847. package/themes/mobile.css +4 -0
  1848. package/themes/site.css +4 -0
  1849. package/toast/component.js +1 -1
  1850. package/toast/esm/component.js +1 -1
  1851. package/toast/esm/index.css +10 -10
  1852. package/toast/index.css +10 -10
  1853. package/toast/modern/component.js +1 -1
  1854. package/toast/modern/index.css +10 -10
  1855. package/toast-plate/component.js +3 -3
  1856. package/toast-plate/default.css +3 -3
  1857. package/toast-plate/esm/component.js +3 -3
  1858. package/toast-plate/esm/default.css +3 -3
  1859. package/toast-plate/esm/index.css +16 -16
  1860. package/toast-plate/esm/inverted.css +3 -3
  1861. package/toast-plate/index.css +16 -16
  1862. package/toast-plate/inverted.css +3 -3
  1863. package/toast-plate/modern/component.js +3 -3
  1864. package/toast-plate/modern/default.css +3 -3
  1865. package/toast-plate/modern/index.css +16 -16
  1866. package/toast-plate/modern/inverted.css +3 -3
  1867. package/tooltip/Component.js +3 -3
  1868. package/tooltip/component.responsive.js +1 -1
  1869. package/tooltip/default.css +5 -5
  1870. package/tooltip/esm/Component.js +3 -3
  1871. package/tooltip/esm/component.responsive.js +1 -1
  1872. package/tooltip/esm/default.css +5 -5
  1873. package/tooltip/esm/index.css +6 -6
  1874. package/tooltip/esm/inverted.css +5 -5
  1875. package/tooltip/esm/responsive.css +3 -3
  1876. package/tooltip/index.css +6 -6
  1877. package/tooltip/inverted.css +5 -5
  1878. package/tooltip/modern/Component.js +3 -3
  1879. package/tooltip/modern/component.responsive.js +1 -1
  1880. package/tooltip/modern/default.css +5 -5
  1881. package/tooltip/modern/index.css +6 -6
  1882. package/tooltip/modern/inverted.css +5 -5
  1883. package/tooltip/modern/responsive.css +3 -3
  1884. package/tooltip/responsive.css +3 -3
  1885. package/typography/colors.css +20 -20
  1886. package/typography/colors.module-ad2a8047.js +4 -0
  1887. package/typography/common.module-8c8c1ca3.js +4 -0
  1888. package/typography/component.js +2 -2
  1889. package/typography/esm/colors.css +20 -20
  1890. package/typography/esm/colors.module-cb6a4862.js +4 -0
  1891. package/typography/esm/common.module-1af82cb3.js +4 -0
  1892. package/typography/esm/component.js +2 -2
  1893. package/typography/esm/index.js +2 -2
  1894. package/typography/esm/text/component.js +2 -2
  1895. package/typography/esm/text/index.css +18 -18
  1896. package/typography/esm/text/index.js +1 -1
  1897. package/typography/esm/title/common.css +5 -5
  1898. package/typography/esm/title/component.js +1 -1
  1899. package/typography/esm/title/index.css +19 -19
  1900. package/typography/esm/title/index.js +3 -3
  1901. package/typography/esm/title-mobile/component.js +3 -3
  1902. package/typography/esm/title-mobile/index.css +11 -11
  1903. package/typography/esm/title-mobile/index.js +2 -2
  1904. package/typography/esm/title-responsive/component.js +3 -3
  1905. package/typography/esm/title-responsive/index.css +41 -41
  1906. package/typography/esm/title-responsive/index.js +2 -2
  1907. package/typography/index.js +2 -2
  1908. package/typography/modern/colors.css +20 -20
  1909. package/typography/modern/colors.module-1bec496d.js +4 -0
  1910. package/typography/modern/common.module-d082c2ec.js +4 -0
  1911. package/typography/modern/component.js +2 -2
  1912. package/typography/modern/index.js +2 -2
  1913. package/typography/modern/text/component.js +2 -2
  1914. package/typography/modern/text/index.css +18 -18
  1915. package/typography/modern/text/index.js +1 -1
  1916. package/typography/modern/title/common.css +5 -5
  1917. package/typography/modern/title/component.js +1 -1
  1918. package/typography/modern/title/index.css +19 -19
  1919. package/typography/modern/title/index.js +3 -3
  1920. package/typography/modern/title-mobile/component.js +3 -3
  1921. package/typography/modern/title-mobile/index.css +11 -11
  1922. package/typography/modern/title-mobile/index.js +2 -2
  1923. package/typography/modern/title-responsive/component.js +3 -3
  1924. package/typography/modern/title-responsive/index.css +41 -41
  1925. package/typography/modern/title-responsive/index.js +2 -2
  1926. package/typography/text/component.js +2 -2
  1927. package/typography/text/index.css +18 -18
  1928. package/typography/text/index.js +1 -1
  1929. package/typography/title/common.css +5 -5
  1930. package/typography/title/component.js +1 -1
  1931. package/typography/title/index.css +19 -19
  1932. package/typography/title/index.js +3 -3
  1933. package/typography/title-mobile/component.js +3 -3
  1934. package/typography/title-mobile/index.css +11 -11
  1935. package/typography/title-mobile/index.js +2 -2
  1936. package/typography/title-responsive/component.js +3 -3
  1937. package/typography/title-responsive/index.css +41 -41
  1938. package/typography/title-responsive/index.js +2 -2
  1939. package/underlay/Component.js +1 -1
  1940. package/underlay/cssm/index.module.css +44 -44
  1941. package/underlay/esm/Component.js +1 -1
  1942. package/underlay/esm/index.css +132 -132
  1943. package/underlay/index.css +132 -132
  1944. package/underlay/modern/Component.js +1 -1
  1945. package/underlay/modern/index.css +132 -132
  1946. package/vars/colors-bluetint.css +4 -0
  1947. package/vars/colors-indigo.css +4 -0
  1948. package/vars/cssm/bundle/click.css +4 -0
  1949. package/vars/cssm/bundle/corp.css +4 -0
  1950. package/vars/cssm/bundle/intranet.css +4 -0
  1951. package/vars/cssm/bundle/mobile.css +4 -0
  1952. package/vars/cssm/bundle/site.css +4 -0
  1953. package/vars/cssm/colors-bluetint.css +4 -0
  1954. package/vars/cssm/colors-indigo.css +4 -0
  1955. package/vars/cssm/index.css +4 -0
  1956. package/vars/dist/colors-bluetint.css +4 -0
  1957. package/vars/dist/colors-indigo.css +4 -0
  1958. package/vars/dist/cssm/bundle/click.css +4 -0
  1959. package/vars/dist/cssm/bundle/corp.css +4 -0
  1960. package/vars/dist/cssm/bundle/intranet.css +4 -0
  1961. package/vars/dist/cssm/bundle/mobile.css +4 -0
  1962. package/vars/dist/cssm/bundle/site.css +4 -0
  1963. package/vars/dist/cssm/colors-bluetint.css +4 -0
  1964. package/vars/dist/cssm/colors-indigo.css +4 -0
  1965. package/vars/dist/cssm/index.css +4 -0
  1966. package/vars/dist/index.d.ts +4 -0
  1967. package/vars/dist/index.js +4 -0
  1968. package/vars/dist/mixins.css +68 -0
  1969. package/vars/dist/package.json +1 -1
  1970. package/vars/index.d.ts +4 -0
  1971. package/vars/index.js +5 -1
  1972. package/vars/mixins.css +68 -0
  1973. package/with-suffix/Component.js +1 -1
  1974. package/with-suffix/esm/Component.js +1 -1
  1975. package/with-suffix/esm/index.css +9 -9
  1976. package/with-suffix/index.css +9 -9
  1977. package/with-suffix/modern/Component.js +1 -1
  1978. package/with-suffix/modern/index.css +9 -9
  1979. package/bottom-sheet/component-76642442.js +0 -201
  1980. package/bottom-sheet/cssm/component-3f9ff39b.js +0 -199
  1981. package/bottom-sheet/esm/component-f5632dcc.js +0 -193
  1982. package/bottom-sheet/modern/component-803dbc9d.js +0 -221
  1983. package/calendar-range/esm/index.module-368568e3.js +0 -4
  1984. package/calendar-range/index.module-9ad08e7c.js +0 -4
  1985. package/calendar-range/modern/index.module-87919660.js +0 -4
  1986. package/grid/esm/gutters.module-1a85ab93.js +0 -4
  1987. package/grid/gutters.module-259593b0.js +0 -4
  1988. package/grid/modern/gutters.module-c98dd28d.js +0 -4
  1989. package/input-autocomplete/Component-7ca84eff.d.ts +0 -5
  1990. package/input-autocomplete/cssm/Component-7ca84eff.d.ts +0 -5
  1991. package/input-autocomplete/cssm/index-7ca84eff.d.ts +0 -215
  1992. package/input-autocomplete/cssm/index-bdb4c6b9.d.ts +0 -207
  1993. package/input-autocomplete/cssm/index-e81c389f.d.ts +0 -341
  1994. package/input-autocomplete/esm/Component-7ca84eff.d.ts +0 -5
  1995. package/input-autocomplete/esm/index-7ca84eff.d.ts +0 -215
  1996. package/input-autocomplete/esm/index-bdb4c6b9.d.ts +0 -207
  1997. package/input-autocomplete/esm/index-e81c389f.d.ts +0 -341
  1998. package/input-autocomplete/index-7ca84eff.d.ts +0 -215
  1999. package/input-autocomplete/index-bdb4c6b9.d.ts +0 -207
  2000. package/input-autocomplete/index-e81c389f.d.ts +0 -341
  2001. package/input-autocomplete/modern/Component-7ca84eff.d.ts +0 -5
  2002. package/input-autocomplete/modern/index-7ca84eff.d.ts +0 -215
  2003. package/input-autocomplete/modern/index-bdb4c6b9.d.ts +0 -207
  2004. package/input-autocomplete/modern/index-e81c389f.d.ts +0 -341
  2005. package/tabs/cssm/index-7ca84eff.d.ts +0 -1
  2006. package/tabs/esm/index-7ca84eff.d.ts +0 -1
  2007. package/tabs/esm/index.module-39c2e145.js +0 -4
  2008. package/tabs/esm/index.module-42191a44.js +0 -4
  2009. package/tabs/index-7ca84eff.d.ts +0 -1
  2010. package/tabs/index.module-1a4b95d7.js +0 -4
  2011. package/tabs/index.module-38cd83a8.js +0 -4
  2012. package/tabs/modern/index-7ca84eff.d.ts +0 -1
  2013. package/tabs/modern/index.module-21d0d0f4.js +0 -4
  2014. package/tabs/modern/index.module-97bc07a5.js +0 -4
  2015. package/textarea/esm/PseudoTextArea-0d5b99e4.js +0 -15
  2016. package/textarea/modern/PseudoTextArea-9c5f1508.js +0 -12
  2017. package/themes/button/click.css +0 -5
  2018. package/themes/dist/button/click.css +0 -5
  2019. package/themes/dist/mixins/button/click.css +0 -5
  2020. package/themes/mixins/button/click.css +0 -5
  2021. package/typography/colors.module-5ace86c0.js +0 -4
  2022. package/typography/common.module-141e6c42.js +0 -4
  2023. package/typography/esm/colors.module-5c7093c3.js +0 -4
  2024. package/typography/esm/common.module-b1986a07.js +0 -4
  2025. package/typography/modern/colors.module-fb1ac5bf.js +0 -4
  2026. package/typography/modern/common.module-3dd593c8.js +0 -4
  2027. /package/calendar/{Component.responsive-287ec8f7.d.ts → Component.responsive-19d2ee3b.d.ts} +0 -0
  2028. /package/calendar/esm/{Component.responsive-9fb8d154.d.ts → Component.responsive-70132086.d.ts} +0 -0
  2029. /package/calendar/modern/{Component.responsive-e530e848.d.ts → Component.responsive-6985bb11.d.ts} +0 -0
  2030. /package/confirmation/{countdown-section-eeb2aaea.d.ts → countdown-section-360721d3.d.ts} +0 -0
  2031. /package/confirmation/esm/{countdown-section-11874006.d.ts → countdown-section-ee9dfd67.d.ts} +0 -0
  2032. /package/confirmation/modern/{countdown-section-a44bf760.d.ts → countdown-section-b32172e5.d.ts} +0 -0
  2033. /package/gallery/esm/{slide-a43275f6.d.ts → slide-554af6c9.d.ts} +0 -0
  2034. /package/gallery/modern/{slide-930dfda7.d.ts → slide-c1dec550.d.ts} +0 -0
  2035. /package/gallery/{slide-3041629a.d.ts → slide-66b72bcd.d.ts} +0 -0
  2036. /package/intl-phone-input/esm/{libphonenumber-js.min-d38246a5.d.ts → libphonenumber-js.min-be25b95b.d.ts} +0 -0
  2037. /package/intl-phone-input/esm/{libphonenumber-js.min-d38246a5.js → libphonenumber-js.min-be25b95b.js} +0 -0
  2038. /package/intl-phone-input/{libphonenumber-js.min-7f558ade.d.ts → libphonenumber-js.min-8c97fb7b.d.ts} +0 -0
  2039. /package/intl-phone-input/{libphonenumber-js.min-7f558ade.js → libphonenumber-js.min-8c97fb7b.js} +0 -0
  2040. /package/intl-phone-input/modern/{libphonenumber-js.min-d38246a5.d.ts → libphonenumber-js.min-be25b95b.d.ts} +0 -0
  2041. /package/intl-phone-input/modern/{libphonenumber-js.min-d38246a5.js → libphonenumber-js.min-be25b95b.js} +0 -0
  2042. /package/list/{Component-6858e395.d.ts → Component-fc430462.d.ts} +0 -0
  2043. /package/list/esm/{Component-bb93aa74.d.ts → Component-778cfabd.d.ts} +0 -0
  2044. /package/list/modern/{Component-cfeaa92e.d.ts → Component-26137be9.d.ts} +0 -0
  2045. /package/pass-code/esm/{getDataTestId-cb94dba2.d.ts → getDataTestId-090c7ce0.d.ts} +0 -0
  2046. /package/pass-code/esm/{getDataTestId-cb94dba2.js → getDataTestId-090c7ce0.js} +0 -0
  2047. /package/pass-code/{getDataTestId-4a99d5e6.d.ts → getDataTestId-9236dd60.d.ts} +0 -0
  2048. /package/pass-code/{getDataTestId-4a99d5e6.js → getDataTestId-9236dd60.js} +0 -0
  2049. /package/pass-code/modern/{getDataTestId-048fa6cc.d.ts → getDataTestId-a109d16b.d.ts} +0 -0
  2050. /package/pass-code/modern/{getDataTestId-048fa6cc.js → getDataTestId-a109d16b.js} +0 -0
  2051. /package/pure-cell/{component-caed4c0d.d.ts → component-7091f703.d.ts} +0 -0
  2052. /package/pure-cell/esm/{component-8c8b31a1.d.ts → component-e695ca14.d.ts} +0 -0
  2053. /package/pure-cell/esm/{getDataTestId-5f5492ab.d.ts → getDataTestId-07a9dd19.d.ts} +0 -0
  2054. /package/pure-cell/esm/{getDataTestId-5f5492ab.js → getDataTestId-07a9dd19.js} +0 -0
  2055. /package/pure-cell/{getDataTestId-699334e2.d.ts → getDataTestId-036b17b3.d.ts} +0 -0
  2056. /package/pure-cell/{getDataTestId-699334e2.js → getDataTestId-036b17b3.js} +0 -0
  2057. /package/pure-cell/modern/{component-3c343e94.d.ts → component-66abffc7.d.ts} +0 -0
  2058. /package/pure-cell/modern/{getDataTestId-e3f7ffe0.d.ts → getDataTestId-b26339f8.d.ts} +0 -0
  2059. /package/pure-cell/modern/{getDataTestId-e3f7ffe0.js → getDataTestId-b26339f8.js} +0 -0
  2060. /package/select/{Component-67e36290.d.ts → Component-5c81ed4a.d.ts} +0 -0
  2061. /package/select/{Component-86fe0799.d.ts → Component-5e1d790a.d.ts} +0 -0
  2062. /package/select/esm/{Component-fdfce5e1.d.ts → Component-3c7aba03.d.ts} +0 -0
  2063. /package/select/esm/{Component-c79b7ae7.d.ts → Component-5aadb596.d.ts} +0 -0
  2064. /package/select/esm/{intersection-observer-be15dad5.d.ts → intersection-observer-270b7a48.d.ts} +0 -0
  2065. /package/select/esm/{intersection-observer-be15dad5.js → intersection-observer-270b7a48.js} +0 -0
  2066. /package/select/{intersection-observer-de1426cf.d.ts → intersection-observer-bbcc6f25.d.ts} +0 -0
  2067. /package/select/{intersection-observer-de1426cf.js → intersection-observer-bbcc6f25.js} +0 -0
  2068. /package/select/modern/{Component-979388ae.d.ts → Component-8f02591b.d.ts} +0 -0
  2069. /package/select/modern/{Component-4c4a3ab4.d.ts → Component-d46cda7f.d.ts} +0 -0
  2070. /package/select/modern/{intersection-observer-be15dad5.d.ts → intersection-observer-270b7a48.d.ts} +0 -0
  2071. /package/select/modern/{intersection-observer-be15dad5.js → intersection-observer-270b7a48.js} +0 -0
  2072. /package/sortable-list/{Components-1931adf7.d.ts → Components-0e88db8b.d.ts} +0 -0
  2073. /package/sortable-list/esm/{Components-164d6737.d.ts → Components-a4e2dcf6.d.ts} +0 -0
  2074. /package/sortable-list/modern/{Components-8596a174.d.ts → Components-0fb47d0f.d.ts} +0 -0
  2075. /package/system-message/esm/{getDataTestId-cc03e290.d.ts → getDataTestId-d22a64d9.d.ts} +0 -0
  2076. /package/system-message/esm/{getDataTestId-cc03e290.js → getDataTestId-d22a64d9.js} +0 -0
  2077. /package/system-message/{getDataTestId-f5b5752a.d.ts → getDataTestId-91725e05.d.ts} +0 -0
  2078. /package/system-message/{getDataTestId-f5b5752a.js → getDataTestId-91725e05.js} +0 -0
  2079. /package/system-message/modern/{getDataTestId-a01c01be.d.ts → getDataTestId-0474fde2.d.ts} +0 -0
  2080. /package/system-message/modern/{getDataTestId-a01c01be.js → getDataTestId-0474fde2.js} +0 -0
  2081. /package/textarea/{PseudoTextArea-713b4a35.d.ts → PseudoTextArea-1bff3cd3.d.ts} +0 -0
  2082. /package/textarea/esm/{PseudoTextArea-0d5b99e4.d.ts → PseudoTextArea-2e1ee1b2.d.ts} +0 -0
  2083. /package/textarea/modern/{PseudoTextArea-9c5f1508.d.ts → PseudoTextArea-f9e2b68b.d.ts} +0 -0
@@ -9,6 +9,7 @@ import { ImageViewer } from './components/image-viewer/component.js';
9
9
  import './components/image-preview/Component.js';
10
10
  import './components/header-info-block/Component.js';
11
11
  import '../../typography/esm';
12
+ import './buttons-90a7e3d9.js';
12
13
  import 'tslib';
13
14
  import '../../icon-button/esm';
14
15
  import '../../tooltip/esm';
@@ -21,16 +22,15 @@ import 'swiper';
21
22
  import 'swiper/react';
22
23
  import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
23
24
  import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
24
- import './slide-a43275f6.js';
25
+ import './slide-554af6c9.js';
25
26
  import 'swiper/swiper.min.css';
26
27
  import './utils/utils.js';
27
28
  import './utils/constants.js';
28
- import './components/header/buttons.js';
29
29
  import './components/image-preview/paths.js';
30
30
  import './utils/split-filename.js';
31
31
  import './components/image-viewer/paths.js';
32
32
 
33
- var styles = {"container":"gallery__container_q0d2p","modal":"gallery__modal_q0d2p"};
33
+ var styles = {"container":"gallery__container_qo3ef","modal":"gallery__modal_qo3ef"};
34
34
  require('./index.css');
35
35
 
36
36
  var Backdrop = function () { return null; };
@@ -0,0 +1,11 @@
1
+ import { FC, MutableRefObject } from 'react';
2
+ import { IconButtonProps } from "../../icon-button";
3
+ type Props = Omit<IconButtonProps, 'icon' | 'colors'> & {
4
+ buttonRef?: MutableRefObject<HTMLButtonElement | null>;
5
+ download?: string | boolean;
6
+ };
7
+ declare const Fullscreen: FC<Props>;
8
+ declare const ExitFullscreen: FC<Props>;
9
+ declare const Download: FC<Props>;
10
+ declare const Exit: FC<Props>;
11
+ export { Fullscreen, ExitFullscreen, Download, Exit };
@@ -0,0 +1,27 @@
1
+ import { __rest, __assign } from 'tslib';
2
+ import React from 'react';
3
+ import { IconButton } from '../../icon-button/esm';
4
+ import { Tooltip } from '../../tooltip/esm';
5
+ import { ArrowsInwardMIcon } from '@alfalab/icons-glyph/ArrowsInwardMIcon';
6
+ import { ArrowsOutwardMIcon } from '@alfalab/icons-glyph/ArrowsOutwardMIcon';
7
+ import { CrossMIcon } from '@alfalab/icons-glyph/CrossMIcon';
8
+ import { PointerDownMIcon } from '@alfalab/icons-glyph/PointerDownMIcon';
9
+
10
+ var styles = {"header":"gallery__header_egwod","buttons":"gallery__buttons_egwod","iconButton":"gallery__iconButton_egwod"};
11
+ require('./components/header/index.css');
12
+
13
+ var Fullscreen = function (_a) {
14
+ var buttonRef = _a.buttonRef, restProps = __rest(_a, ["buttonRef"]);
15
+ return (React.createElement(Tooltip, { trigger: 'hover', position: 'bottom', content: '\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0432 \u043F\u043E\u043B\u043D\u043E\u044D\u043A\u0440\u0430\u043D\u043D\u043E\u043C \u0440\u0435\u0436\u0438\u043C\u0435', fallbackPlacements: ['bottom-end'] },
16
+ React.createElement(IconButton, __assign({}, restProps, { ref: buttonRef, icon: ArrowsOutwardMIcon, colors: 'inverted', "aria-label": '\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0432 \u043F\u043E\u043B\u043D\u043E\u044D\u043A\u0440\u0430\u043D\u043D\u043E\u043C \u0440\u0435\u0436\u0438\u043C\u0435', className: styles.iconButton }))));
17
+ };
18
+ var ExitFullscreen = function (_a) {
19
+ var buttonRef = _a.buttonRef, restProps = __rest(_a, ["buttonRef"]);
20
+ return (React.createElement(Tooltip, { trigger: 'hover', position: 'bottom', content: '\u0412\u044B\u0439\u0442\u0438 \u0438\u0437 \u043F\u043E\u043B\u043D\u043E\u044D\u043A\u0440\u0430\u043D\u043D\u043E\u0433\u043E \u0440\u0435\u0436\u0438\u043C\u0430', fallbackPlacements: ['bottom-end'] },
21
+ React.createElement(IconButton, __assign({}, restProps, { ref: buttonRef, icon: ArrowsInwardMIcon, colors: 'inverted', "aria-label": '\u0412\u044B\u0439\u0442\u0438 \u0438\u0437 \u043F\u043E\u043B\u043D\u043E\u044D\u043A\u0440\u0430\u043D\u043D\u043E\u0433\u043E \u0440\u0435\u0436\u0438\u043C\u0430', className: styles.iconButton }))));
22
+ };
23
+ var Download = function (props) { return (React.createElement(Tooltip, { trigger: 'hover', position: 'bottom', content: '\u0421\u043A\u0430\u0447\u0430\u0442\u044C', fallbackPlacements: ['bottom-end'] },
24
+ React.createElement(IconButton, __assign({}, props, { icon: PointerDownMIcon, colors: 'inverted', "aria-label": '\u0421\u043A\u0430\u0447\u0430\u0442\u044C', className: styles.iconButton })))); };
25
+ var Exit = function (props) { return (React.createElement(IconButton, __assign({}, props, { icon: CrossMIcon, colors: 'inverted', "aria-label": '\u0417\u0430\u043A\u0440\u044B\u0442\u044C', className: styles.iconButton }))); };
26
+
27
+ export { Download as D, Exit as E, Fullscreen as F, ExitFullscreen as a, styles as s };
@@ -3,7 +3,7 @@ import { GalleryContext } from '../../context.js';
3
3
  import { isSmallImage } from '../../utils/utils.js';
4
4
  import { TestIds } from '../../utils/constants.js';
5
5
  import { HeaderInfoBlock } from '../header-info-block/Component.js';
6
- import { Download, Exit, ExitFullscreen, Fullscreen } from './buttons.js';
6
+ import { s as styles, D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-90a7e3d9.js';
7
7
  import '../../../../typography/esm';
8
8
  import 'tslib';
9
9
  import '../../../../icon-button/esm';
@@ -14,9 +14,6 @@ import '@alfalab/icons-glyph/CrossMIcon';
14
14
  import '@alfalab/icons-glyph/PointerDownMIcon';
15
15
  import '../../utils/split-filename.js';
16
16
 
17
- var styles = {"header":"gallery__header_r3d61","buttons":"gallery__buttons_r3d61"};
18
- require('./index.css');
19
-
20
17
  var Header = function () {
21
18
  var _a;
22
19
  var _b = useContext(GalleryContext), currentSlideIndex = _b.currentSlideIndex, singleSlide = _b.singleSlide, images = _b.images, fullScreen = _b.fullScreen, getCurrentImageMeta = _b.getCurrentImageMeta, getCurrentImage = _b.getCurrentImage, setFullScreen = _b.setFullScreen, onClose = _b.onClose;
@@ -1,11 +0,0 @@
1
- import { FC, MutableRefObject } from 'react';
2
- import { IconButtonProps } from "../../../../icon-button";
3
- type Props = Omit<IconButtonProps, 'icon' | 'colors'> & {
4
- buttonRef?: MutableRefObject<HTMLButtonElement | null>;
5
- download?: string | boolean;
6
- };
7
- declare const Fullscreen: FC<Props>;
8
- declare const ExitFullscreen: FC<Props>;
9
- declare const Download: FC<Props>;
10
- declare const Exit: FC<Props>;
11
- export { Fullscreen, ExitFullscreen, Download, Exit };
@@ -1,24 +1,9 @@
1
- import { __rest, __assign } from 'tslib';
2
- import React from 'react';
3
- import { IconButton } from '../../../../icon-button/esm';
4
- import { Tooltip } from '../../../../tooltip/esm';
5
- import { ArrowsInwardMIcon } from '@alfalab/icons-glyph/ArrowsInwardMIcon';
6
- import { ArrowsOutwardMIcon } from '@alfalab/icons-glyph/ArrowsOutwardMIcon';
7
- import { CrossMIcon } from '@alfalab/icons-glyph/CrossMIcon';
8
- import { PointerDownMIcon } from '@alfalab/icons-glyph/PointerDownMIcon';
9
-
10
- var Fullscreen = function (_a) {
11
- var buttonRef = _a.buttonRef, restProps = __rest(_a, ["buttonRef"]);
12
- return (React.createElement(Tooltip, { trigger: 'hover', position: 'bottom', content: '\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0432 \u043F\u043E\u043B\u043D\u043E\u044D\u043A\u0440\u0430\u043D\u043D\u043E\u043C \u0440\u0435\u0436\u0438\u043C\u0435', fallbackPlacements: ['bottom-end'] },
13
- React.createElement(IconButton, __assign({}, restProps, { ref: buttonRef, icon: ArrowsOutwardMIcon, colors: 'inverted', "aria-label": '\u041E\u0442\u043A\u0440\u044B\u0442\u044C \u0432 \u043F\u043E\u043B\u043D\u043E\u044D\u043A\u0440\u0430\u043D\u043D\u043E\u043C \u0440\u0435\u0436\u0438\u043C\u0435' }))));
14
- };
15
- var ExitFullscreen = function (_a) {
16
- var buttonRef = _a.buttonRef, restProps = __rest(_a, ["buttonRef"]);
17
- return (React.createElement(Tooltip, { trigger: 'hover', position: 'bottom', content: '\u0412\u044B\u0439\u0442\u0438 \u0438\u0437 \u043F\u043E\u043B\u043D\u043E\u044D\u043A\u0440\u0430\u043D\u043D\u043E\u0433\u043E \u0440\u0435\u0436\u0438\u043C\u0430', fallbackPlacements: ['bottom-end'] },
18
- React.createElement(IconButton, __assign({}, restProps, { ref: buttonRef, icon: ArrowsInwardMIcon, colors: 'inverted', "aria-label": '\u0412\u044B\u0439\u0442\u0438 \u0438\u0437 \u043F\u043E\u043B\u043D\u043E\u044D\u043A\u0440\u0430\u043D\u043D\u043E\u0433\u043E \u0440\u0435\u0436\u0438\u043C\u0430' }))));
19
- };
20
- var Download = function (props) { return (React.createElement(Tooltip, { trigger: 'hover', position: 'bottom', content: '\u0421\u043A\u0430\u0447\u0430\u0442\u044C', fallbackPlacements: ['bottom-end'] },
21
- React.createElement(IconButton, __assign({}, props, { icon: PointerDownMIcon, colors: 'inverted', "aria-label": '\u0421\u043A\u0430\u0447\u0430\u0442\u044C' })))); };
22
- var Exit = function (props) { return (React.createElement(IconButton, __assign({}, props, { icon: CrossMIcon, colors: 'inverted', "aria-label": '\u0417\u0430\u043A\u0440\u044B\u0442\u044C' }))); };
23
-
24
- export { Download, Exit, ExitFullscreen, Fullscreen };
1
+ import 'tslib';
2
+ import 'react';
3
+ import '../../../../icon-button/esm';
4
+ import '../../../../tooltip/esm';
5
+ import '@alfalab/icons-glyph/ArrowsInwardMIcon';
6
+ import '@alfalab/icons-glyph/ArrowsOutwardMIcon';
7
+ import '@alfalab/icons-glyph/CrossMIcon';
8
+ import '@alfalab/icons-glyph/PointerDownMIcon';
9
+ export { D as Download, E as Exit, a as ExitFullscreen, F as Fullscreen } from '../../buttons-90a7e3d9.js';
@@ -1,7 +1,9 @@
1
- /* hash: 1xm7b */
1
+ /* hash: d3omy */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
- --color-light-bg-tertiary-inverted: #2c2c2e; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
+ --color-static-graphic-light: #fff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
+ --color-static-graphic-light-shade-7: rgb(237, 237, 237);
6
+ --color-static-graphic-light-shade-15: rgb(217, 217, 217);
5
7
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
8
  } :root {
7
9
  } :root {
@@ -18,15 +20,20 @@
18
20
  --gap-2xl: 32px;
19
21
  } :root {
20
22
  } :root {
21
- } .gallery__header_r3d61 {
23
+ } .gallery__header_egwod {
22
24
  display: flex;
23
25
  justify-content: space-between;
24
26
  flex-shrink: 0;
25
27
  width: 100%;
26
28
  padding: var(--gap-m) var(--gap-xl);
27
- background-color: var(--color-light-bg-tertiary-inverted);
28
29
  box-sizing: border-box;
29
- } .gallery__buttons_r3d61 {
30
+ } .gallery__buttons_egwod {
30
31
  display: flex;
31
- padding-left: var(--gap-2xl);
32
- }
32
+ padding-left: var(--gap-2xl)
33
+ } .gallery__buttons_egwod path {
34
+ color: var(--color-static-graphic-light);
35
+ } /* TODO: применять static цвет через prop IconButton'а */ .gallery__iconButton_egwod:hover path {
36
+ color: var(--color-static-graphic-light-shade-7);
37
+ } .gallery__iconButton_egwod:active path {
38
+ color: var(--color-static-graphic-light-shade-15);
39
+ }
@@ -3,6 +3,7 @@ import 'react';
3
3
  import '../../context.js';
4
4
  import '../header-info-block/Component.js';
5
5
  import '../../../../typography/esm';
6
+ import '../../buttons-90a7e3d9.js';
6
7
  import 'tslib';
7
8
  import '../../../../icon-button/esm';
8
9
  import '../../../../tooltip/esm';
@@ -12,5 +13,4 @@ import '@alfalab/icons-glyph/CrossMIcon';
12
13
  import '@alfalab/icons-glyph/PointerDownMIcon';
13
14
  import '../../utils/utils.js';
14
15
  import '../../utils/constants.js';
15
- import './buttons.js';
16
16
  import '../../utils/split-filename.js';
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import { Typography } from '../../../../typography/esm';
3
3
  import { splitFilename } from '../../utils/split-filename.js';
4
4
 
5
- var styles = {"info":"gallery__info_1cw1b","filenameHead":"gallery__filenameHead_1cw1b","filenameContainer":"gallery__filenameContainer_1cw1b","description":"gallery__description_1cw1b"};
5
+ var styles = {"info":"gallery__info_1080b","filenameHead":"gallery__filenameHead_1080b","filenameContainer":"gallery__filenameContainer_1080b","description":"gallery__description_1080b"};
6
6
  require('./index.css');
7
7
 
8
8
  var HeaderInfoBlock = function (_a) {
@@ -10,9 +10,9 @@ var HeaderInfoBlock = function (_a) {
10
10
  var _b = splitFilename(filename), head = _b[0], tail = _b[1];
11
11
  return (React.createElement("div", { className: styles.info },
12
12
  React.createElement("div", { className: styles.filenameContainer },
13
- React.createElement(Typography.Title, { tag: 'h1', className: styles.filenameHead, view: 'xsmall', font: 'system', color: 'primary-inverted' }, head),
14
- React.createElement(Typography.Title, { tag: 'h1', view: 'xsmall', font: 'system', color: 'primary-inverted' }, tail)),
15
- description ? (React.createElement(Typography.Text, { className: styles.description, tag: 'div', view: 'primary-medium', color: 'secondary-inverted' }, description)) : null));
13
+ React.createElement(Typography.Title, { tag: 'h1', className: styles.filenameHead, view: 'xsmall', font: 'system', color: 'static-primary-light' }, head),
14
+ React.createElement(Typography.Title, { tag: 'h1', view: 'xsmall', font: 'system', color: 'static-primary-light' }, tail)),
15
+ description ? (React.createElement(Typography.Text, { className: styles.description, tag: 'div', view: 'primary-medium', color: 'static-secondary-light' }, description)) : null));
16
16
  };
17
17
 
18
18
  export { HeaderInfoBlock };
@@ -1,4 +1,4 @@
1
- /* hash: hzrda */
1
+ /* hash: 1in1n */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -15,21 +15,21 @@
15
15
  --gap-2xs: 4px;
16
16
  } :root {
17
17
  } :root {
18
- } .gallery__info_1cw1b {
18
+ } .gallery__info_1080b {
19
19
  height: 100%;
20
20
  display: flex;
21
21
  flex-direction: column;
22
22
  justify-content: center;
23
23
  overflow: hidden;
24
- } .gallery__filenameHead_1cw1b {
24
+ } .gallery__filenameHead_1080b {
25
25
  display: inline;
26
26
  text-overflow: ellipsis;
27
27
  overflow: hidden;
28
28
  white-space: nowrap;
29
- } .gallery__filenameContainer_1cw1b {
29
+ } .gallery__filenameContainer_1080b {
30
30
  overflow: hidden;
31
31
  display: inline-flex;
32
- } .gallery__description_1cw1b {
32
+ } .gallery__description_1080b {
33
33
  display: inline;
34
34
  text-overflow: ellipsis;
35
35
  overflow: hidden;
@@ -4,7 +4,7 @@ import { useFocus } from '@alfalab/hooks';
4
4
  import { GalleryContext } from '../../context.js';
5
5
  import { NoImagePaths } from './paths.js';
6
6
 
7
- var styles = {"component":"gallery__component_1y1d6","active":"gallery__active_1y1d6","image":"gallery__image_1y1d6","preview":"gallery__preview_1y1d6","loading":"gallery__loading_1y1d6","brokenImageWrapper":"gallery__brokenImageWrapper_1y1d6","brokenIcon":"gallery__brokenIcon_1y1d6","focused":"gallery__focused_1y1d6"};
7
+ var styles = {"component":"gallery__component_1fm76","active":"gallery__active_1fm76","image":"gallery__image_1fm76","preview":"gallery__preview_1fm76","loading":"gallery__loading_1fm76","brokenImageWrapper":"gallery__brokenImageWrapper_1fm76","brokenIcon":"gallery__brokenIcon_1fm76","focused":"gallery__focused_1fm76"};
8
8
  require('./index.css');
9
9
 
10
10
  var ImagePreview = function (_a) {
@@ -27,8 +27,8 @@ var ImagePreview = function (_a) {
27
27
  React.createElement("div", { className: styles.brokenIcon },
28
28
  React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', viewBox: '0 0 40 40', fill: 'none' },
29
29
  React.createElement("rect", { width: '40', height: '40', fill: 'none' }),
30
- React.createElement("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: NoImagePaths.baseImage, fill: '#DBDEE1' }),
31
- React.createElement("path", { d: NoImagePaths.triangleImage, fill: '#DBDEE1' }))))) : (React.createElement("div", { className: cn(styles.preview, styles.image, (_c = {},
30
+ React.createElement("path", { fillRule: 'evenodd', clipRule: 'evenodd', d: NoImagePaths.baseImage, fill: '#89898A' }),
31
+ React.createElement("path", { d: NoImagePaths.triangleImage, fill: '#89898A' }))))) : (React.createElement("div", { className: cn(styles.preview, styles.image, (_c = {},
32
32
  _c[styles.broken] = isBroken,
33
33
  _c[styles.loading] = !meta,
34
34
  _c)), style: { backgroundImage: "url(".concat(image.src, ")") } }))));
@@ -1,10 +1,12 @@
1
- /* hash: j1a0i */
1
+ /* hash: 193tx */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
5
- --color-light-border-key-inverted: #fff;
6
- --color-light-border-link: #0072ef; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
7
- } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
+ --color-light-border-link: #0072ef;
6
+ --color-static-bg-quaternary-dark: #3a3a3c;
7
+ --color-static-bg-secondary-dark: #202022; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
8
+ } :root {
9
+ --color-static-overlay-white-xhigh: rgba(255, 255, 255, 0.4); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
8
10
  } :root {
9
11
  } :root {
10
12
 
@@ -21,7 +23,7 @@
21
23
  } :root {
22
24
  } :root {
23
25
  --focus-color: var(--color-light-border-link);
24
- } .gallery__component_1y1d6 {
26
+ } .gallery__component_1fm76 {
25
27
  display: flex;
26
28
  padding: var(--gap-2xs);
27
29
  border: 2px solid rgba(0, 0, 0, 0);
@@ -29,11 +31,11 @@
29
31
  overflow: hidden;
30
32
  transition: border 0.15s ease-in-out;
31
33
  outline: none;
32
- } .gallery__active_1y1d6 {
33
- border-color: var(--color-light-border-key-inverted)
34
- } .gallery__active_1y1d6 > .gallery__image_1y1d6 {
34
+ } .gallery__active_1fm76 {
35
+ border-color: var(--color-static-overlay-white-xhigh)
36
+ } .gallery__active_1fm76 > .gallery__image_1fm76 {
35
37
  opacity: 0.7;
36
- } .gallery__preview_1y1d6 {
38
+ } .gallery__preview_1fm76 {
37
39
  width: 56px;
38
40
  height: 56px;
39
41
  flex-shrink: 0;
@@ -41,28 +43,29 @@
41
43
  cursor: pointer;
42
44
  -webkit-user-select: none;
43
45
  user-select: none;
44
- } .gallery__image_1y1d6 {
46
+ } .gallery__image_1fm76 {
45
47
  background-color: var(--color-light-bg-primary);
46
48
  background-size: cover;
47
49
  background-repeat: no-repeat;
48
50
  background-position: center;
49
51
  transition: opacity 0.15s ease-in-out
50
- } .gallery__image_1y1d6:hover {
52
+ } .gallery__image_1fm76:hover {
51
53
  opacity: 0.7;
52
- } .gallery__loading_1y1d6 {
53
- /* TODO: цвета нет в палитре */
54
- background-color: #e9eaeb;
55
- } .gallery__brokenImageWrapper_1y1d6 {
54
+ } .gallery__loading_1fm76 {
55
+ background-color: var(--color-static-bg-secondary-dark)
56
+ } .gallery__loading_1fm76 .gallery__active_1fm76 {
57
+ background-color: var(--color-static-bg-quaternary-dark);
58
+ } .gallery__brokenImageWrapper_1fm76 {
56
59
  display: flex;
57
60
  justify-content: center;
58
61
  align-items: center;
59
- background-color: var(--color-light-bg-primary)
60
- } .gallery__brokenImageWrapper_1y1d6:hover {
62
+ background-color: var(--color-static-bg-quaternary-dark)
63
+ } .gallery__brokenImageWrapper_1fm76:hover {
61
64
  opacity: 0.7;
62
- } .gallery__brokenIcon_1y1d6 {
65
+ } .gallery__brokenIcon_1fm76 {
63
66
  width: 40px;
64
67
  height: 40px;
65
- } .gallery__focused_1y1d6 {
68
+ } .gallery__focused_1fm76 {
66
69
  outline: 2px solid var(--focus-color);
67
70
  outline-offset: 2px;
68
71
  }
@@ -10,7 +10,7 @@ import { ChevronForwardHeavyMIcon } from '@alfalab/icons-glyph/ChevronForwardHea
10
10
  import { GalleryContext } from '../../context.js';
11
11
  import { getImageAlt, getImageKey } from '../../utils/utils.js';
12
12
  import { TestIds } from '../../utils/constants.js';
13
- import { s as styles, S as Slide } from '../../slide-a43275f6.js';
13
+ import { s as styles, S as Slide } from '../../slide-554af6c9.js';
14
14
  import 'swiper/swiper.min.css';
15
15
  import '../../../../typography/esm';
16
16
  import './paths.js';
@@ -1,12 +1,14 @@
1
- /* hash: 1ii84 */
1
+ /* hash: hw9ow */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-bg-primary: #fff;
5
5
  --color-light-border-link: #0072ef;
6
- --color-light-graphic-primary-inverted: #fff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
7
- --color-light-bg-primary-inverted-alpha-10: rgba(18, 18, 18, 0.1);
8
- --color-light-bg-primary-inverted-alpha-20: rgba(18, 18, 18, 0.2);
9
- --color-light-bg-primary-inverted-alpha-50: rgba(18, 18, 18, 0.5);
6
+ --color-static-bg-primary-dark: #121212;
7
+ --color-static-bg-quaternary-dark: #3a3a3c;
8
+ --color-static-bg-secondary-dark: #202022;
9
+ --color-static-graphic-light: #fff; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
10
+ --color-static-bg-primary-dark-tint-15: rgb(54, 54, 54);
11
+ --color-static-bg-primary-dark-tint-20: rgb(65, 65, 65);
10
12
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
11
13
  } :root {
12
14
  } :root {
@@ -25,13 +27,13 @@
25
27
  } :root {
26
28
  } :root {
27
29
  --focus-color: var(--color-light-border-link);
28
- } .gallery__component_yskc6 {
30
+ } .gallery__component_pw918 {
29
31
  display: flex;
30
32
  flex-grow: 1;
31
33
  justify-content: center;
32
34
  align-items: center;
33
- background-color: var(--color-light-bg-primary-inverted-alpha-50);
34
- } .gallery__swiper_yskc6 {
35
+ background-color: var(--color-static-bg-primary-dark);
36
+ } .gallery__swiper_pw918 {
35
37
  display: flex;
36
38
  width: 100%;
37
39
  height: 100%;
@@ -40,43 +42,42 @@
40
42
  max-height: calc(100vh - 168px);
41
43
  padding: var(--gap-2xl) var(--gap-m);
42
44
  box-sizing: border-box;
43
- } .gallery__singleSlide_yskc6 .gallery__swiper_yskc6 {
45
+ } .gallery__singleSlide_pw918 .gallery__swiper_pw918 {
44
46
  max-height: calc(100vh - 80px);
45
47
  padding: var(--gap-2xl);
46
- } .gallery__hidden_yskc6 {
48
+ } .gallery__hidden_pw918 {
47
49
  display: none;
48
- } .gallery__slide_yskc6 {
50
+ } .gallery__slide_pw918 {
49
51
  position: relative;
50
52
  display: flex;
51
53
  justify-content: center;
52
54
  align-items: center;
53
55
  width: 100%;
54
56
  height: 100%;
55
- } .gallery__slideLoading_yskc6 {
56
- /* TODO: цвета нет в палитре */
57
- background-color: #e9eaeb;
57
+ } .gallery__slideLoading_pw918 {
58
+ background-color: var(--color-static-bg-secondary-dark);
58
59
  border-radius: var(--border-radius-m);
59
- } .gallery__image_yskc6 {
60
+ } .gallery__image_pw918 {
60
61
  width: 0;
61
62
  height: 0;
62
63
  -webkit-user-select: none;
63
64
  user-select: none;
64
65
  background-color: var(--color-light-bg-primary);
65
66
  border-radius: var(--border-radius-m);
66
- } .gallery__smallImage_yskc6 {
67
+ } .gallery__smallImage_pw918 {
67
68
  position: relative;
68
69
  width: auto;
69
70
  height: auto;
70
71
  -webkit-user-select: none;
71
72
  user-select: none;
72
73
  background-color: var(--color-light-bg-primary);
73
- } .gallery__verticalImageFit_yskc6 {
74
+ } .gallery__verticalImageFit_pw918 {
74
75
  width: auto;
75
76
  height: 100%;
76
- } .gallery__horizontalImageFit_yskc6 {
77
+ } .gallery__horizontalImageFit_pw918 {
77
78
  width: 100%;
78
79
  height: auto;
79
- } .gallery__arrow_yskc6 {
80
+ } .gallery__arrow_pw918 {
80
81
  display: flex;
81
82
  flex-direction: column;
82
83
  justify-content: center;
@@ -85,36 +86,36 @@
85
86
  width: 96px;
86
87
  height: 100%;
87
88
  cursor: pointer;
88
- color: var(--color-light-graphic-primary-inverted);
89
+ color: var(--color-static-graphic-light);
89
90
  transition: background-color 0.15s ease-in-out;
90
91
  outline: none
91
- } .gallery__arrow_yskc6:hover {
92
- background-color: var(--color-light-bg-primary-inverted-alpha-10);
93
- } .gallery__arrow_yskc6:active {
94
- background-color: var(--color-light-bg-primary-inverted-alpha-20);
95
- } .gallery__focused_yskc6 {
92
+ } .gallery__arrow_pw918:hover {
93
+ background-color: var(--color-static-bg-primary-dark-tint-15);
94
+ } .gallery__arrow_pw918:active {
95
+ background-color: var(--color-static-bg-primary-dark-tint-20);
96
+ } .gallery__focused_pw918 {
96
97
  outline: 2px solid var(--focus-color);
97
98
  outline-offset: 2px;
98
- } .gallery__placeholder_yskc6 {
99
+ } .gallery__placeholder_pw918 {
99
100
  display: flex;
100
101
  justify-content: center;
101
102
  align-items: center;
102
103
  width: 400px;
103
104
  height: 300px;
104
105
  border-radius: var(--border-radius-m);
105
- background-color: var(--color-light-bg-primary);
106
- } .gallery__brokenImgWrapper_yskc6 {
106
+ background-color: var(--color-static-bg-quaternary-dark);
107
+ } .gallery__brokenImgWrapper_pw918 {
107
108
  position: relative;
108
109
  display: flex;
109
110
  flex-direction: column;
110
111
  align-items: center;
111
112
  width: 150px;
112
113
  text-align: center;
113
- } .gallery__brokenImgIcon_yskc6 {
114
+ } .gallery__brokenImgIcon_pw918 {
114
115
  width: 80px;
115
116
  height: 80px;
116
117
  margin-bottom: var(--gap-2xs);
117
- } .gallery__fullScreenImage_yskc6 {
118
+ } .gallery__fullScreenImage_pw918 {
118
119
  width: 100%;
119
120
  height: auto;
120
121
  background-color: var(--color-light-bg-primary);
@@ -9,7 +9,7 @@ import '@alfalab/hooks';
9
9
  import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
10
10
  import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
11
11
  import '../../context.js';
12
- import '../../slide-a43275f6.js';
12
+ import '../../slide-554af6c9.js';
13
13
  import '../../../../typography/esm';
14
14
  import 'swiper/swiper.min.css';
15
15
  import '../../utils/utils.js';
@@ -1,7 +1,7 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
3
  import '../../../../typography/esm';
4
- export { S as Slide } from '../../slide-a43275f6.js';
4
+ export { S as Slide } from '../../slide-554af6c9.js';
5
5
  import '../../utils/utils.js';
6
6
  import '../../utils/constants.js';
7
7
  import './paths.js';
@@ -6,6 +6,7 @@ import 'react';
6
6
  import '../context.js';
7
7
  import './header-info-block/Component.js';
8
8
  import '../../../typography/esm';
9
+ import '../buttons-90a7e3d9.js';
9
10
  import 'tslib';
10
11
  import '../../../icon-button/esm';
11
12
  import '../../../tooltip/esm';
@@ -20,11 +21,10 @@ import 'swiper';
20
21
  import 'swiper/react';
21
22
  import '@alfalab/icons-glyph/ChevronBackHeavyMIcon';
22
23
  import '@alfalab/icons-glyph/ChevronForwardHeavyMIcon';
23
- import '../slide-a43275f6.js';
24
+ import '../slide-554af6c9.js';
24
25
  import 'swiper/swiper.min.css';
25
26
  import '../utils/utils.js';
26
27
  import '../utils/constants.js';
27
28
  import './image-preview/paths.js';
28
- import './header/buttons.js';
29
29
  import '../utils/split-filename.js';
30
30
  import './image-viewer/paths.js';
@@ -7,7 +7,7 @@ import 'classnames';
7
7
  import '@alfalab/hooks';
8
8
  import '../image-preview/paths.js';
9
9
 
10
- var styles = {"component":"gallery__component_1lbky","preview":"gallery__preview_1lbky"};
10
+ var styles = {"component":"gallery__component_7umhe","preview":"gallery__preview_7umhe"};
11
11
  require('./index.css');
12
12
 
13
13
  var MIN_SCROLL_STEP = 24;
@@ -1,7 +1,6 @@
1
- /* hash: 3s24n */
1
+ /* hash: d790p */
2
2
  :root {
3
- } /* deprecated */ :root {
4
- --color-light-bg-tertiary-inverted: #2c2c2e; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
+ } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
5
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
6
5
  } :root {
7
6
  } :root {
@@ -17,7 +16,7 @@
17
16
  --gap-xl: 24px;
18
17
  } :root {
19
18
  } :root {
20
- } .gallery__component_1lbky {
19
+ } .gallery__component_7umhe {
21
20
  display: flex;
22
21
  flex-wrap: nowrap;
23
22
  align-content: center;
@@ -27,15 +26,14 @@
27
26
  box-sizing: border-box;
28
27
  padding: 10px var(--gap-xl);
29
28
  -ms-overflow-style: none;
30
- background-color: var(--color-light-bg-tertiary-inverted);
31
29
  scrollbar-width: none
32
- } .gallery__component_1lbky::-webkit-scrollbar {
30
+ } .gallery__component_7umhe::-webkit-scrollbar {
33
31
  display: none;
34
- } .gallery__preview_1lbky {
32
+ } .gallery__preview_7umhe {
35
33
  flex-shrink: 0;
36
34
  margin: 0 var(--gap-3xs)
37
- } .gallery__preview_1lbky:first-child {
35
+ } .gallery__preview_7umhe:first-child {
38
36
  margin-left: auto;
39
- } .gallery__preview_1lbky:last-child {
37
+ } .gallery__preview_7umhe:last-child {
40
38
  margin-right: auto;
41
39
  }