@alfalab/core-components 46.0.0-beta.7 → 46.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 (816) hide show
  1. package/action-button/cssm/default.module.css +6 -6
  2. package/action-button/cssm/inverted.module.css +9 -6
  3. package/action-button/cssm/static.module.css +9 -6
  4. package/action-button/default.css +6 -6
  5. package/action-button/esm/default.css +6 -6
  6. package/action-button/esm/inverted.css +9 -6
  7. package/action-button/esm/static.css +9 -6
  8. package/action-button/inverted.css +9 -6
  9. package/action-button/modern/default.css +6 -6
  10. package/action-button/modern/inverted.css +9 -6
  11. package/action-button/modern/static.css +9 -6
  12. package/action-button/static.css +9 -6
  13. package/amount-input/Component.js +1 -2
  14. package/amount-input/cssm/Component.js +1 -2
  15. package/amount-input/esm/Component.js +1 -2
  16. package/amount-input/esm/index.js +0 -1
  17. package/amount-input/modern/Component.js +1 -2
  18. package/amount-input/modern/index.js +0 -1
  19. package/badge/cssm/index.module.css +9 -9
  20. package/badge/esm/index.css +9 -9
  21. package/badge/index.css +9 -9
  22. package/badge/modern/index.css +9 -9
  23. package/bank-card/cssm/index.module.css +8 -8
  24. package/bank-card/esm/index.css +8 -8
  25. package/bank-card/index.css +8 -8
  26. package/bank-card/modern/index.css +8 -8
  27. package/bottom-sheet/component.js +9 -3
  28. package/bottom-sheet/cssm/component.js +9 -3
  29. package/bottom-sheet/esm/component.js +10 -4
  30. package/bottom-sheet/modern/component.js +9 -4
  31. package/button/Component.responsive.js +1 -2
  32. package/button/components/base-button/default.css +8 -8
  33. package/button/components/base-button/inverted.css +16 -8
  34. package/button/cssm/Component.responsive.js +1 -2
  35. package/button/cssm/components/base-button/default.module.css +8 -8
  36. package/button/cssm/components/base-button/inverted.module.css +16 -8
  37. package/button/cssm/desktop/default.desktop.module.css +2 -2
  38. package/button/cssm/desktop/inverted.desktop.module.css +2 -2
  39. package/button/cssm/mobile/default.mobile.module.css +2 -2
  40. package/button/cssm/mobile/inverted.mobile.module.css +2 -2
  41. package/button/desktop/default.desktop.css +2 -2
  42. package/button/desktop/inverted.desktop.css +2 -2
  43. package/button/esm/Component.responsive.js +2 -2
  44. package/button/esm/components/base-button/default.css +8 -8
  45. package/button/esm/components/base-button/inverted.css +16 -8
  46. package/button/esm/desktop/default.desktop.css +2 -2
  47. package/button/esm/desktop/inverted.desktop.css +2 -2
  48. package/button/esm/index.js +1 -1
  49. package/button/esm/mobile/default.mobile.css +2 -2
  50. package/button/esm/mobile/inverted.mobile.css +2 -2
  51. package/button/mobile/default.mobile.css +2 -2
  52. package/button/mobile/inverted.mobile.css +2 -2
  53. package/button/modern/Component.responsive.js +2 -2
  54. package/button/modern/components/base-button/default.css +8 -8
  55. package/button/modern/components/base-button/inverted.css +16 -8
  56. package/button/modern/desktop/default.desktop.css +2 -2
  57. package/button/modern/desktop/inverted.desktop.css +2 -2
  58. package/button/modern/index.js +1 -1
  59. package/button/modern/mobile/default.mobile.css +2 -2
  60. package/button/modern/mobile/inverted.mobile.css +2 -2
  61. package/calendar/Component.responsive.js +1 -2
  62. package/calendar/components/days-table/index.css +4 -4
  63. package/calendar/cssm/Component.responsive.js +1 -2
  64. package/calendar/cssm/components/days-table/index.module.css +4 -4
  65. package/calendar/esm/Component.responsive.js +2 -2
  66. package/calendar/esm/components/days-table/index.css +4 -4
  67. package/calendar/esm/index.js +1 -1
  68. package/calendar/modern/Component.responsive.js +2 -2
  69. package/calendar/modern/components/days-table/index.css +4 -4
  70. package/calendar/modern/index.js +1 -1
  71. package/calendar-input/Component.responsive.js +1 -2
  72. package/calendar-input/cssm/Component.responsive.js +1 -2
  73. package/calendar-input/esm/Component.responsive.js +1 -2
  74. package/calendar-input/esm/index.js +0 -1
  75. package/calendar-input/modern/Component.responsive.js +1 -2
  76. package/calendar-input/modern/index.js +0 -1
  77. package/calendar-range/components/divider/index.css +2 -2
  78. package/calendar-range/cssm/components/divider/index.module.css +2 -2
  79. package/calendar-range/esm/Component.js +1 -1
  80. package/calendar-range/esm/components/divider/index.css +2 -2
  81. package/calendar-range/esm/index.js +1 -1
  82. package/calendar-range/esm/views/popover.js +1 -1
  83. package/calendar-range/esm/views/static.js +1 -1
  84. package/calendar-range/modern/Component.js +1 -1
  85. package/calendar-range/modern/components/divider/index.css +2 -2
  86. package/calendar-range/modern/index.js +1 -1
  87. package/calendar-range/modern/views/popover.js +1 -1
  88. package/calendar-range/modern/views/static.js +1 -1
  89. package/calendar-range/views/popover.js +1 -1
  90. package/calendar-range/views/static.js +1 -1
  91. package/checkbox/cssm/index.module.css +3 -3
  92. package/checkbox/esm/index.css +3 -3
  93. package/checkbox/index.css +3 -3
  94. package/checkbox/modern/index.css +3 -3
  95. package/checkbox-group/Component.responsive.js +1 -2
  96. package/checkbox-group/cssm/Component.responsive.js +1 -2
  97. package/checkbox-group/esm/Component.responsive.js +1 -2
  98. package/checkbox-group/esm/index.js +0 -1
  99. package/checkbox-group/modern/Component.responsive.js +1 -2
  100. package/checkbox-group/modern/index.js +0 -1
  101. package/circular-progress-bar/cssm/index.module.css +4 -4
  102. package/circular-progress-bar/esm/index.css +4 -4
  103. package/circular-progress-bar/index.css +4 -4
  104. package/circular-progress-bar/modern/index.css +4 -4
  105. package/code-input/Component.responsive.js +1 -2
  106. package/code-input/cssm/Component.responsive.js +1 -2
  107. package/code-input/esm/Component.responsive.js +1 -2
  108. package/code-input/esm/index.js +0 -1
  109. package/code-input/modern/Component.responsive.js +1 -2
  110. package/code-input/modern/index.js +0 -1
  111. package/confirmation/component.responsive.js +1 -2
  112. package/confirmation/components/base-confirmation/component.js +1 -2
  113. package/confirmation/components/screens/initial/component.js +1 -1
  114. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  115. package/confirmation/cssm/component.responsive.js +1 -2
  116. package/confirmation/cssm/components/base-confirmation/component.js +1 -2
  117. package/confirmation/esm/component.responsive.js +2 -3
  118. package/confirmation/esm/components/base-confirmation/component.js +2 -3
  119. package/confirmation/esm/components/base-confirmation/index.js +1 -2
  120. package/confirmation/esm/components/index.js +1 -1
  121. package/confirmation/esm/components/screens/index.js +1 -1
  122. package/confirmation/esm/components/screens/initial/component.js +1 -1
  123. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  124. package/confirmation/esm/components/screens/initial/index.js +1 -1
  125. package/confirmation/esm/desktop/component.desktop.js +1 -2
  126. package/confirmation/esm/desktop/index.js +1 -2
  127. package/confirmation/esm/index.js +1 -2
  128. package/confirmation/esm/mobile/component.mobile.js +1 -2
  129. package/confirmation/esm/mobile/index.js +1 -2
  130. package/confirmation/esm/shared/index.js +1 -1
  131. package/confirmation/modern/component.responsive.js +2 -3
  132. package/confirmation/modern/components/base-confirmation/component.js +2 -3
  133. package/confirmation/modern/components/base-confirmation/index.js +1 -2
  134. package/confirmation/modern/components/index.js +1 -1
  135. package/confirmation/modern/components/screens/index.js +1 -1
  136. package/confirmation/modern/components/screens/initial/component.js +1 -1
  137. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  138. package/confirmation/modern/components/screens/initial/index.js +1 -1
  139. package/confirmation/modern/desktop/component.desktop.js +1 -2
  140. package/confirmation/modern/desktop/index.js +1 -2
  141. package/confirmation/modern/index.js +1 -2
  142. package/confirmation/modern/mobile/component.mobile.js +1 -2
  143. package/confirmation/modern/mobile/index.js +1 -2
  144. package/confirmation/modern/shared/index.js +1 -1
  145. package/custom-picker-button/Component.responsive.js +1 -2
  146. package/custom-picker-button/cssm/Component.responsive.js +1 -2
  147. package/custom-picker-button/esm/Component.responsive.js +1 -2
  148. package/custom-picker-button/esm/index.js +0 -1
  149. package/custom-picker-button/modern/Component.responsive.js +1 -2
  150. package/custom-picker-button/modern/index.js +0 -1
  151. package/date-range-input/Component.responsive.js +1 -2
  152. package/date-range-input/cssm/Component.responsive.js +1 -2
  153. package/date-range-input/esm/Component.responsive.js +1 -2
  154. package/date-range-input/esm/index.js +0 -1
  155. package/date-range-input/modern/Component.responsive.js +1 -2
  156. package/date-range-input/modern/index.js +0 -1
  157. package/date-time-input/Component.responsive.js +1 -2
  158. package/date-time-input/cssm/Component.responsive.js +1 -2
  159. package/date-time-input/esm/Component.responsive.js +1 -2
  160. package/date-time-input/esm/index.js +0 -1
  161. package/date-time-input/modern/Component.responsive.js +1 -2
  162. package/date-time-input/modern/index.js +0 -1
  163. package/dropzone/cssm/index.module.css +2 -2
  164. package/dropzone/esm/index.css +2 -2
  165. package/dropzone/index.css +2 -2
  166. package/dropzone/modern/index.css +2 -2
  167. package/file-upload-item/cssm/index.module.css +2 -2
  168. package/file-upload-item/esm/index.css +2 -2
  169. package/file-upload-item/index.css +2 -2
  170. package/file-upload-item/modern/index.css +2 -2
  171. package/filter-tag/Component.responsive.js +1 -2
  172. package/filter-tag/components/base-filter-tag/index.css +4 -4
  173. package/filter-tag/cssm/Component.responsive.js +1 -2
  174. package/filter-tag/cssm/components/base-filter-tag/index.module.css +4 -4
  175. package/filter-tag/esm/Component.responsive.js +1 -2
  176. package/filter-tag/esm/components/base-filter-tag/index.css +4 -4
  177. package/filter-tag/esm/index.js +0 -1
  178. package/filter-tag/modern/Component.responsive.js +1 -2
  179. package/filter-tag/modern/components/base-filter-tag/index.css +4 -4
  180. package/filter-tag/modern/index.js +0 -1
  181. package/form-control/Component.responsive.js +1 -2
  182. package/form-control/cssm/Component.responsive.js +1 -2
  183. package/form-control/esm/Component.responsive.js +2 -2
  184. package/form-control/esm/index.js +1 -1
  185. package/form-control/modern/Component.responsive.js +2 -2
  186. package/form-control/modern/index.js +1 -1
  187. package/hatching-progress-bar/cssm/index.module.css +2 -2
  188. package/hatching-progress-bar/esm/index.css +2 -2
  189. package/hatching-progress-bar/index.css +2 -2
  190. package/hatching-progress-bar/modern/index.css +2 -2
  191. package/icon-button/cssm/default.module.css +6 -6
  192. package/icon-button/cssm/inverted.module.css +8 -6
  193. package/icon-button/default.css +6 -6
  194. package/icon-button/esm/default.css +6 -6
  195. package/icon-button/esm/inverted.css +8 -6
  196. package/icon-button/inverted.css +8 -6
  197. package/icon-button/modern/default.css +6 -6
  198. package/icon-button/modern/inverted.css +8 -6
  199. package/indicator/cssm/index.module.css +4 -4
  200. package/indicator/esm/index.css +4 -4
  201. package/indicator/index.css +4 -4
  202. package/indicator/modern/index.css +4 -4
  203. package/input/Component.responsive.js +1 -2
  204. package/input/components/base-input/default.css +2 -2
  205. package/input/components/base-input/inverted.css +2 -2
  206. package/input/cssm/Component.responsive.js +1 -2
  207. package/input/cssm/components/base-input/default.module.css +2 -2
  208. package/input/cssm/components/base-input/inverted.module.css +2 -2
  209. package/input/esm/Component.responsive.js +2 -2
  210. package/input/esm/components/base-input/default.css +2 -2
  211. package/input/esm/components/base-input/inverted.css +2 -2
  212. package/input/esm/index.js +1 -1
  213. package/input/modern/Component.responsive.js +2 -2
  214. package/input/modern/components/base-input/default.css +2 -2
  215. package/input/modern/components/base-input/inverted.css +2 -2
  216. package/input/modern/index.js +1 -1
  217. package/input-autocomplete/Component.responsive.js +1 -2
  218. package/input-autocomplete/cssm/Component.responsive.js +1 -2
  219. package/input-autocomplete/esm/Component.responsive.js +2 -2
  220. package/input-autocomplete/esm/index.js +1 -1
  221. package/input-autocomplete/modern/Component.responsive.js +2 -2
  222. package/input-autocomplete/modern/index.js +1 -1
  223. package/international-phone-input/{Component-1fe708ea.d.ts → Component-3bf42d5b.d.ts} +1 -1
  224. package/international-phone-input/Component.responsive.d.ts +4 -4
  225. package/international-phone-input/Component.responsive.js +1 -2
  226. package/international-phone-input/components/base-international-phone-input/Component.d.ts +1 -1
  227. package/international-phone-input/cssm/{Component-1fe708ea.d.ts → Component-3bf42d5b.d.ts} +1 -1
  228. package/international-phone-input/cssm/Component.responsive.d.ts +4 -4
  229. package/international-phone-input/cssm/Component.responsive.js +1 -2
  230. package/international-phone-input/cssm/components/base-international-phone-input/Component.d.ts +1 -1
  231. package/international-phone-input/cssm/types.d.ts +1 -1
  232. package/international-phone-input/cssm/{typings-1fe708ea.d.ts → typings-3bf42d5b.d.ts} +20 -0
  233. package/international-phone-input/cssm/utils-89376c31.d.ts +1 -1
  234. package/international-phone-input/esm/{Component-1fe708ea.d.ts → Component-3bf42d5b.d.ts} +1 -1
  235. package/international-phone-input/esm/Component.responsive.d.ts +4 -4
  236. package/international-phone-input/esm/Component.responsive.js +2 -2
  237. package/international-phone-input/esm/components/base-international-phone-input/Component.d.ts +1 -1
  238. package/international-phone-input/esm/index.js +1 -1
  239. package/international-phone-input/esm/types.d.ts +1 -1
  240. package/international-phone-input/esm/{typings-1fe708ea.d.ts → typings-3bf42d5b.d.ts} +20 -0
  241. package/international-phone-input/esm/utils-89376c31.d.ts +1 -1
  242. package/international-phone-input/modern/{Component-1fe708ea.d.ts → Component-3bf42d5b.d.ts} +1 -1
  243. package/international-phone-input/modern/Component.responsive.d.ts +4 -4
  244. package/international-phone-input/modern/Component.responsive.js +2 -2
  245. package/international-phone-input/modern/components/base-international-phone-input/Component.d.ts +1 -1
  246. package/international-phone-input/modern/index.js +1 -1
  247. package/international-phone-input/modern/types.d.ts +1 -1
  248. package/international-phone-input/modern/{typings-1fe708ea.d.ts → typings-3bf42d5b.d.ts} +20 -0
  249. package/international-phone-input/modern/utils-89376c31.d.ts +1 -1
  250. package/international-phone-input/types.d.ts +1 -1
  251. package/international-phone-input/{typings-1fe708ea.d.ts → typings-3bf42d5b.d.ts} +20 -0
  252. package/international-phone-input/utils-89376c31.d.ts +1 -1
  253. package/markdown/Component.responsive.js +1 -1
  254. package/markdown/cssm/Component.responsive.js +1 -1
  255. package/markdown/esm/Component.responsive.js +2 -2
  256. package/markdown/modern/Component.responsive.js +2 -2
  257. package/modal/Component.responsive.js +1 -2
  258. package/modal/components/controls/Component.js +1 -1
  259. package/modal/components/footer/Component.js +1 -1
  260. package/modal/cssm/Component.responsive.js +1 -2
  261. package/modal/esm/Component.responsive.js +3 -3
  262. package/modal/esm/components/controls/Component.js +1 -1
  263. package/modal/esm/components/controls/index.js +1 -1
  264. package/modal/esm/components/footer/Component.js +1 -1
  265. package/modal/esm/desktop/Component.desktop.js +1 -1
  266. package/modal/esm/desktop/index.js +1 -1
  267. package/modal/esm/index.js +2 -2
  268. package/modal/esm/mobile/Component.mobile.js +1 -1
  269. package/modal/esm/mobile/index.js +1 -1
  270. package/modal/modern/Component.responsive.js +3 -3
  271. package/modal/modern/components/controls/Component.js +1 -1
  272. package/modal/modern/components/controls/index.js +1 -1
  273. package/modal/modern/components/footer/Component.js +1 -1
  274. package/modal/modern/desktop/Component.desktop.js +1 -1
  275. package/modal/modern/desktop/index.js +1 -1
  276. package/modal/modern/index.js +2 -2
  277. package/modal/modern/mobile/Component.mobile.js +1 -1
  278. package/modal/modern/mobile/index.js +1 -1
  279. package/navigation-bar-private/components/back-arrow-addon/index.css +6 -6
  280. package/navigation-bar-private/components/closer/index.css +2 -2
  281. package/navigation-bar-private/cssm/components/back-arrow-addon/index.module.css +6 -6
  282. package/navigation-bar-private/cssm/components/closer/index.module.css +2 -2
  283. package/navigation-bar-private/esm/components/back-arrow-addon/index.css +6 -6
  284. package/navigation-bar-private/esm/components/closer/index.css +2 -2
  285. package/navigation-bar-private/modern/components/back-arrow-addon/index.css +6 -6
  286. package/navigation-bar-private/modern/components/closer/index.css +2 -2
  287. package/number-input/Component.responsive.js +1 -2
  288. package/number-input/cssm/Component.responsive.js +1 -2
  289. package/number-input/esm/Component.responsive.js +2 -2
  290. package/number-input/esm/index.js +1 -1
  291. package/number-input/modern/Component.responsive.js +2 -2
  292. package/number-input/modern/index.js +1 -1
  293. package/package.json +1 -1
  294. package/pass-code/components/InputProgress/index.css +2 -2
  295. package/pass-code/cssm/components/InputProgress/index.module.css +2 -2
  296. package/pass-code/esm/components/InputProgress/index.css +2 -2
  297. package/pass-code/modern/components/InputProgress/index.css +2 -2
  298. package/pattern-lock/Component.responsive.js +1 -2
  299. package/pattern-lock/consts.js +1 -1
  300. package/pattern-lock/cssm/Component.responsive.js +1 -2
  301. package/pattern-lock/cssm/consts.js +1 -1
  302. package/pattern-lock/esm/Component.responsive.js +2 -2
  303. package/pattern-lock/esm/consts.js +1 -1
  304. package/pattern-lock/esm/index.js +1 -1
  305. package/pattern-lock/modern/Component.responsive.js +2 -2
  306. package/pattern-lock/modern/consts.js +1 -1
  307. package/pattern-lock/modern/index.js +1 -1
  308. package/picker-button/Component-307da6d7.d.ts +168 -0
  309. package/picker-button/Component-3bf42d5b.d.ts +5 -0
  310. package/picker-button/Component.responsive.js +1 -2
  311. package/picker-button/Context-c2e6f1b2.d.ts +4 -0
  312. package/picker-button/cssm/Component-307da6d7.d.ts +168 -0
  313. package/picker-button/cssm/Component-3bf42d5b.d.ts +5 -0
  314. package/picker-button/cssm/Component.responsive.js +1 -2
  315. package/picker-button/cssm/Context-c2e6f1b2.d.ts +4 -0
  316. package/picker-button/cssm/field/Component.d.ts +1 -1
  317. package/picker-button/cssm/index-064acd29.d.ts +13 -0
  318. package/picker-button/cssm/index-307da6d7.d.ts +67 -0
  319. package/picker-button/cssm/mobile/Component.mobile.js +1 -2
  320. package/picker-button/cssm/types-a870d1f8.d.ts +117 -0
  321. package/picker-button/cssm/{typings-1fe708ea.d.ts → typings-3bf42d5b.d.ts} +30 -415
  322. package/picker-button/cssm/utils-89376c31.d.ts +1 -1
  323. package/picker-button/esm/Component-307da6d7.d.ts +168 -0
  324. package/picker-button/esm/Component-3bf42d5b.d.ts +5 -0
  325. package/picker-button/esm/Component.responsive.js +1 -2
  326. package/picker-button/esm/Context-c2e6f1b2.d.ts +4 -0
  327. package/picker-button/esm/field/Component.d.ts +1 -1
  328. package/picker-button/esm/index-064acd29.d.ts +13 -0
  329. package/picker-button/esm/index-307da6d7.d.ts +67 -0
  330. package/picker-button/esm/index.js +0 -1
  331. package/picker-button/esm/mobile/Component.mobile.js +1 -2
  332. package/picker-button/esm/mobile/index.js +0 -1
  333. package/picker-button/esm/types-a870d1f8.d.ts +117 -0
  334. package/picker-button/esm/{typings-1fe708ea.d.ts → typings-3bf42d5b.d.ts} +30 -415
  335. package/picker-button/esm/utils-89376c31.d.ts +1 -1
  336. package/picker-button/field/Component.d.ts +1 -1
  337. package/picker-button/index-064acd29.d.ts +13 -0
  338. package/picker-button/index-307da6d7.d.ts +67 -0
  339. package/picker-button/mobile/Component.mobile.js +1 -2
  340. package/picker-button/modern/Component-307da6d7.d.ts +168 -0
  341. package/picker-button/modern/Component-3bf42d5b.d.ts +5 -0
  342. package/picker-button/modern/Component.responsive.js +1 -2
  343. package/picker-button/modern/Context-c2e6f1b2.d.ts +4 -0
  344. package/picker-button/modern/field/Component.d.ts +1 -1
  345. package/picker-button/modern/index-064acd29.d.ts +13 -0
  346. package/picker-button/modern/index-307da6d7.d.ts +67 -0
  347. package/picker-button/modern/index.js +0 -1
  348. package/picker-button/modern/mobile/Component.mobile.js +1 -2
  349. package/picker-button/modern/mobile/index.js +0 -1
  350. package/picker-button/modern/types-a870d1f8.d.ts +117 -0
  351. package/picker-button/modern/{typings-1fe708ea.d.ts → typings-3bf42d5b.d.ts} +30 -415
  352. package/picker-button/modern/utils-89376c31.d.ts +1 -1
  353. package/picker-button/types-a870d1f8.d.ts +117 -0
  354. package/picker-button/{typings-1fe708ea.d.ts → typings-3bf42d5b.d.ts} +30 -415
  355. package/picker-button/utils-89376c31.d.ts +1 -1
  356. package/plate/Component.responsive.js +1 -17
  357. package/plate/cssm/Component.responsive.js +1 -17
  358. package/plate/esm/Component.responsive.js +2 -17
  359. package/plate/esm/index.js +1 -1
  360. package/plate/modern/Component.responsive.js +2 -18
  361. package/plate/modern/index.js +1 -1
  362. package/progress-bar/cssm/index.module.css +2 -2
  363. package/progress-bar/esm/index.css +2 -2
  364. package/progress-bar/index.css +2 -2
  365. package/progress-bar/modern/index.css +2 -2
  366. package/pure-cell/{component-6a954af1.d.ts → component-06012092.d.ts} +2 -1
  367. package/pure-cell/component-450c931b.d.ts +17 -17
  368. package/pure-cell/{modern/component-6a954af1.d.ts → cssm/component-06012092.d.ts} +2 -1
  369. package/pure-cell/cssm/component-e3105fca.d.ts +17 -17
  370. package/pure-cell/cssm/index.d.ts +2 -2
  371. package/pure-cell/{cssm/component-6a954af1.d.ts → esm/component-06012092.d.ts} +2 -1
  372. package/pure-cell/esm/component-1f6fb693.d.ts +17 -17
  373. package/pure-cell/esm/index.d.ts +2 -2
  374. package/pure-cell/index.d.ts +2 -2
  375. package/pure-cell/{esm/component-6a954af1.d.ts → modern/component-06012092.d.ts} +2 -1
  376. package/pure-cell/modern/{component-fe791444.d.ts → component-be845c4f.d.ts} +17 -17
  377. package/pure-cell/modern/{component-fe791444.js → component-be845c4f.js} +1 -1
  378. package/pure-cell/modern/component.js +1 -1
  379. package/pure-cell/modern/components/addon/component.js +1 -1
  380. package/pure-cell/modern/components/addon/index.d.ts +1 -1
  381. package/pure-cell/modern/components/addon/index.js +1 -1
  382. package/pure-cell/modern/components/amount/component.js +1 -1
  383. package/pure-cell/modern/components/amount/index.d.ts +1 -1
  384. package/pure-cell/modern/components/amount/index.js +1 -1
  385. package/pure-cell/modern/components/amount-title/component.js +1 -1
  386. package/pure-cell/modern/components/amount-title/index.d.ts +1 -1
  387. package/pure-cell/modern/components/amount-title/index.js +1 -1
  388. package/pure-cell/modern/components/category/component.js +1 -1
  389. package/pure-cell/modern/components/category/index.d.ts +1 -1
  390. package/pure-cell/modern/components/category/index.js +1 -1
  391. package/pure-cell/modern/components/content/component.js +1 -1
  392. package/pure-cell/modern/components/content/index.d.ts +1 -1
  393. package/pure-cell/modern/components/content/index.js +1 -1
  394. package/pure-cell/modern/components/footer/component.js +1 -1
  395. package/pure-cell/modern/components/footer/index.d.ts +1 -1
  396. package/pure-cell/modern/components/footer/index.js +1 -1
  397. package/pure-cell/modern/components/footer-button/component.js +1 -1
  398. package/pure-cell/modern/components/footer-button/index.d.ts +1 -1
  399. package/pure-cell/modern/components/footer-button/index.js +1 -1
  400. package/pure-cell/modern/components/footer-text/component.js +1 -1
  401. package/pure-cell/modern/components/footer-text/index.d.ts +1 -1
  402. package/pure-cell/modern/components/footer-text/index.js +1 -1
  403. package/pure-cell/modern/components/graphics/component.js +1 -1
  404. package/pure-cell/modern/components/graphics/index.d.ts +1 -1
  405. package/pure-cell/modern/components/graphics/index.js +1 -1
  406. package/pure-cell/modern/components/main/component.js +1 -1
  407. package/pure-cell/modern/components/main/index.d.ts +1 -1
  408. package/pure-cell/modern/components/main/index.js +1 -1
  409. package/pure-cell/modern/components/text/component.js +1 -1
  410. package/pure-cell/modern/components/text/index.d.ts +1 -1
  411. package/pure-cell/modern/components/text/index.js +1 -1
  412. package/pure-cell/modern/index.d.ts +2 -2
  413. package/pure-cell/modern/index.js +1 -1
  414. package/radio/cssm/index.module.css +2 -2
  415. package/radio/esm/index.css +2 -2
  416. package/radio/index.css +2 -2
  417. package/radio/modern/index.css +2 -2
  418. package/radio-group/Component.responsive.js +1 -2
  419. package/radio-group/cssm/Component.responsive.js +1 -2
  420. package/radio-group/esm/Component.responsive.js +1 -2
  421. package/radio-group/esm/index.js +0 -1
  422. package/radio-group/modern/Component.responsive.js +1 -2
  423. package/radio-group/modern/index.js +0 -1
  424. package/select/Component.responsive.js +1 -2
  425. package/select/components/base-select/Component.js +1 -1
  426. package/select/components/checkmark/index.css +2 -2
  427. package/select/components/options-list/Component.js +11 -2
  428. package/select/components/virtual-options-list/Component.js +15 -3
  429. package/select/components/virtual-options-list/index.css +2 -0
  430. package/select/cssm/Component.responsive.js +1 -2
  431. package/select/cssm/components/base-select/Component.js +1 -1
  432. package/select/cssm/components/checkmark/index.module.css +2 -2
  433. package/select/cssm/components/options-list/Component.js +11 -2
  434. package/select/cssm/components/virtual-options-list/Component.js +15 -3
  435. package/select/cssm/components/virtual-options-list/index.module.css +2 -0
  436. package/select/cssm/{hook-aae7b381.d.ts → hook-e079d36e.d.ts} +1 -0
  437. package/select/cssm/{hook-aae7b381.js → hook-e079d36e.js} +6 -3
  438. package/select/{modern/hook-d4f77aed.d.ts → cssm/hook-e97e6ebb.d.ts} +2 -0
  439. package/select/cssm/mobile/Component.mobile.js +1 -1
  440. package/select/cssm/presets/index.d.ts +1 -1
  441. package/select/cssm/presets/index.js +1 -1
  442. package/select/cssm/presets/useSelectWithApply/hook.js +1 -1
  443. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  444. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  445. package/select/cssm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  446. package/select/cssm/shared/index.js +1 -1
  447. package/select/cssm/typings.d.ts +21 -1
  448. package/select/esm/Component.responsive.js +3 -3
  449. package/select/esm/components/base-select/Component.js +1 -1
  450. package/select/esm/components/checkmark/index.css +2 -2
  451. package/select/esm/components/options-list/Component.js +11 -2
  452. package/select/esm/components/virtual-options-list/Component.js +15 -3
  453. package/select/esm/components/virtual-options-list/index.css +2 -0
  454. package/select/esm/{hook-cdd6fd77.d.ts → hook-25460541.d.ts} +1 -0
  455. package/select/esm/{hook-cdd6fd77.js → hook-25460541.js} +6 -3
  456. package/select/{cssm/hook-d4f77aed.d.ts → esm/hook-e97e6ebb.d.ts} +2 -0
  457. package/select/esm/index.js +2 -2
  458. package/select/esm/mobile/Component.mobile.js +1 -1
  459. package/select/esm/mobile/Component.modal.mobile.js +1 -1
  460. package/select/esm/mobile/index.js +1 -1
  461. package/select/esm/presets/index.d.ts +1 -1
  462. package/select/esm/presets/index.js +1 -1
  463. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  464. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  465. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  466. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  467. package/select/esm/shared/index.js +1 -1
  468. package/select/esm/typings.d.ts +21 -1
  469. package/select/{hook-504cecce.d.ts → hook-a65146fb.d.ts} +1 -0
  470. package/select/{hook-504cecce.js → hook-a65146fb.js} +6 -3
  471. package/select/{esm/hook-d4f77aed.d.ts → hook-e97e6ebb.d.ts} +2 -0
  472. package/select/mobile/Component.mobile.js +1 -1
  473. package/select/modern/Component.responsive.js +3 -3
  474. package/select/modern/components/base-select/Component.js +1 -1
  475. package/select/modern/components/checkmark/index.css +2 -2
  476. package/select/modern/components/options-list/Component.js +8 -2
  477. package/select/modern/components/virtual-options-list/Component.js +12 -3
  478. package/select/modern/components/virtual-options-list/index.css +2 -0
  479. package/select/modern/{hook-f45c958e.d.ts → hook-6a49b1bd.d.ts} +1 -0
  480. package/select/modern/{hook-f45c958e.js → hook-6a49b1bd.js} +6 -2
  481. package/select/{hook-d4f77aed.d.ts → modern/hook-e97e6ebb.d.ts} +2 -0
  482. package/select/modern/index.js +2 -2
  483. package/select/modern/mobile/Component.mobile.js +1 -1
  484. package/select/modern/mobile/Component.modal.mobile.js +1 -1
  485. package/select/modern/mobile/index.js +1 -1
  486. package/select/modern/presets/index.d.ts +1 -1
  487. package/select/modern/presets/index.js +1 -1
  488. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  489. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  490. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  491. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  492. package/select/modern/shared/index.js +1 -1
  493. package/select/modern/typings.d.ts +21 -1
  494. package/select/presets/index.d.ts +1 -1
  495. package/select/presets/index.js +1 -1
  496. package/select/presets/useSelectWithApply/hook.js +1 -1
  497. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  498. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  499. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  500. package/select/shared/index.js +1 -1
  501. package/select/typings.d.ts +21 -1
  502. package/select-with-tags/Component.responsive.js +1 -2
  503. package/select-with-tags/cssm/Component.responsive.js +1 -2
  504. package/select-with-tags/esm/Component.responsive.js +1 -2
  505. package/select-with-tags/esm/index.js +0 -1
  506. package/select-with-tags/modern/Component.responsive.js +1 -2
  507. package/select-with-tags/modern/index.js +0 -1
  508. package/shared/cssm/index.d.ts +0 -1
  509. package/shared/cssm/index.js +0 -2
  510. package/shared/esm/index.d.ts +0 -1
  511. package/shared/esm/index.js +0 -1
  512. package/shared/index.d.ts +0 -1
  513. package/shared/index.js +0 -2
  514. package/shared/modern/index.d.ts +0 -1
  515. package/shared/modern/index.js +0 -1
  516. package/side-panel/Component.responsive.js +1 -1
  517. package/side-panel/components/controls/Component.js +1 -1
  518. package/side-panel/components/footer/Component.js +1 -1
  519. package/side-panel/cssm/Component.responsive.js +1 -1
  520. package/side-panel/esm/Component.responsive.js +3 -3
  521. package/side-panel/esm/components/controls/Component.js +1 -1
  522. package/side-panel/esm/components/controls/index.js +1 -1
  523. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  524. package/side-panel/esm/components/footer/Component.js +1 -1
  525. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  526. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  527. package/side-panel/esm/desktop/index.js +1 -1
  528. package/side-panel/esm/index.js +1 -1
  529. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  530. package/side-panel/esm/mobile/index.js +1 -1
  531. package/side-panel/modern/Component.responsive.js +3 -3
  532. package/side-panel/modern/components/controls/Component.js +1 -1
  533. package/side-panel/modern/components/controls/index.js +1 -1
  534. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  535. package/side-panel/modern/components/footer/Component.js +1 -1
  536. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  537. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  538. package/side-panel/modern/desktop/index.js +1 -1
  539. package/side-panel/modern/index.js +1 -1
  540. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  541. package/side-panel/modern/mobile/index.js +1 -1
  542. package/sortable-list/components/item/index.css +3 -3
  543. package/sortable-list/cssm/components/item/index.module.css +3 -3
  544. package/sortable-list/esm/components/item/index.css +3 -3
  545. package/sortable-list/modern/components/item/index.css +3 -3
  546. package/spinner/cssm/default.module.css +2 -2
  547. package/spinner/cssm/inverted.module.css +2 -2
  548. package/spinner/default.css +2 -2
  549. package/spinner/esm/default.css +2 -2
  550. package/spinner/esm/inverted.css +2 -2
  551. package/spinner/inverted.css +2 -2
  552. package/spinner/modern/default.css +2 -2
  553. package/spinner/modern/inverted.css +2 -2
  554. package/status-badge/cssm/index.module.css +2 -2
  555. package/status-badge/esm/index.css +2 -2
  556. package/status-badge/index.css +2 -2
  557. package/status-badge/modern/index.css +2 -2
  558. package/stepped-progress-bar/components/step-bar/index.css +2 -2
  559. package/stepped-progress-bar/cssm/components/step-bar/index.module.css +2 -2
  560. package/stepped-progress-bar/esm/components/step-bar/index.css +2 -2
  561. package/stepped-progress-bar/modern/components/step-bar/index.css +2 -2
  562. package/steps/components/step/index.css +4 -4
  563. package/steps/cssm/components/step/index.module.css +4 -4
  564. package/steps/esm/components/step/index.css +4 -4
  565. package/steps/modern/components/step/index.css +4 -4
  566. package/switch/cssm/index.module.css +2 -2
  567. package/switch/esm/index.css +2 -2
  568. package/switch/index.css +2 -2
  569. package/switch/modern/index.css +2 -2
  570. package/system-message/Components.responsive.js +1 -1
  571. package/system-message/cssm/Components.responsive.js +1 -1
  572. package/system-message/esm/Components.responsive.js +2 -2
  573. package/system-message/modern/Components.responsive.js +2 -2
  574. package/tabs/components/primary-tablist/Component.collapsible.js +1 -2
  575. package/tabs/components/primary-tablist/Component.responsive.js +1 -2
  576. package/tabs/components/secondary-tablist/Component.responsive.js +1 -2
  577. package/tabs/components/tabs/Component.js +1 -2
  578. package/tabs/cssm/components/primary-tablist/Component.collapsible.js +1 -2
  579. package/tabs/cssm/components/primary-tablist/Component.responsive.js +1 -2
  580. package/tabs/cssm/components/secondary-tablist/Component.responsive.js +1 -2
  581. package/tabs/cssm/components/tabs/Component.js +1 -2
  582. package/tabs/esm/collapsible/index.js +1 -1
  583. package/tabs/esm/components/primary-tablist/Component.collapsible.js +2 -2
  584. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  585. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  586. package/tabs/esm/components/tabs/Component.collapsible.js +1 -1
  587. package/tabs/esm/components/tabs/Component.js +1 -2
  588. package/tabs/esm/components/tabs/Component.responsive.js +1 -1
  589. package/tabs/esm/index.js +1 -1
  590. package/tabs/modern/collapsible/index.js +1 -1
  591. package/tabs/modern/components/primary-tablist/Component.collapsible.js +2 -2
  592. package/tabs/modern/components/primary-tablist/Component.responsive.js +2 -2
  593. package/tabs/modern/components/secondary-tablist/Component.responsive.js +2 -2
  594. package/tabs/modern/components/tabs/Component.collapsible.js +1 -1
  595. package/tabs/modern/components/tabs/Component.js +1 -2
  596. package/tabs/modern/components/tabs/Component.responsive.js +1 -1
  597. package/tabs/modern/index.js +1 -1
  598. package/tag/Component.responsive.js +1 -2
  599. package/tag/components/base-tag/Component.d.ts +1 -1
  600. package/tag/cssm/Component.responsive.js +1 -2
  601. package/tag/cssm/components/base-tag/Component.d.ts +1 -1
  602. package/tag/esm/Component.responsive.js +1 -2
  603. package/tag/esm/components/base-tag/Component.d.ts +1 -1
  604. package/tag/esm/index.js +0 -1
  605. package/tag/modern/Component.responsive.js +1 -2
  606. package/tag/modern/components/base-tag/Component.d.ts +1 -1
  607. package/tag/modern/index.js +0 -1
  608. package/textarea/Component.js +1 -1
  609. package/textarea/components/PseudoTextArea.js +1 -1
  610. package/textarea/components/index.d.ts +1 -1
  611. package/textarea/components/index.js +1 -1
  612. package/textarea/cssm/default.module.css +2 -2
  613. package/textarea/cssm/inverted.module.css +2 -2
  614. package/textarea/default.css +2 -2
  615. package/textarea/esm/Component.js +1 -1
  616. package/textarea/esm/components/PseudoTextArea.js +1 -1
  617. package/textarea/esm/components/index.d.ts +1 -1
  618. package/textarea/esm/components/index.js +1 -1
  619. package/textarea/esm/default.css +2 -2
  620. package/textarea/esm/index.js +1 -1
  621. package/textarea/esm/inverted.css +2 -2
  622. package/textarea/inverted.css +2 -2
  623. package/textarea/modern/Component.js +1 -1
  624. package/textarea/modern/components/PseudoTextArea.js +1 -1
  625. package/textarea/modern/components/index.d.ts +1 -1
  626. package/textarea/modern/components/index.js +1 -1
  627. package/textarea/modern/default.css +2 -2
  628. package/textarea/modern/index.js +1 -1
  629. package/textarea/modern/inverted.css +2 -2
  630. package/themes/button/corp.css +4 -4
  631. package/themes/button/site.css +6 -4
  632. package/themes/checkbox/site.css +2 -2
  633. package/themes/compiled/mobile-dark-bluetint.css +47 -47
  634. package/themes/corp.css +4 -4
  635. package/themes/mixins/button/corp.css +4 -4
  636. package/themes/mixins/button/site.css +6 -4
  637. package/themes/mixins/checkbox/site.css +2 -2
  638. package/themes/mixins/radio/site.css +1 -1
  639. package/themes/radio/site.css +1 -1
  640. package/themes/site.css +9 -7
  641. package/toast/Component.responsive.js +1 -2
  642. package/toast/cssm/Component.responsive.js +1 -2
  643. package/toast/esm/Component.responsive.js +1 -2
  644. package/toast/esm/index.js +0 -1
  645. package/toast/modern/Component.responsive.js +1 -2
  646. package/toast/modern/index.js +0 -1
  647. package/toast-plate/Component.responsive.js +1 -2
  648. package/toast-plate/browser-a216f694.d.ts +6 -0
  649. package/toast-plate/components/base-toast-plate/component.js +4 -3
  650. package/toast-plate/components/base-toast-plate/hooks/useDeprecatedBadge.js +5 -2
  651. package/toast-plate/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +5 -3
  652. package/toast-plate/cssm/Component.responsive.js +1 -2
  653. package/toast-plate/cssm/browser-a216f694.d.ts +6 -0
  654. package/toast-plate/cssm/components/base-toast-plate/component.js +4 -3
  655. package/toast-plate/cssm/components/base-toast-plate/hooks/useDeprecatedBadge.js +5 -2
  656. package/toast-plate/cssm/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +5 -3
  657. package/toast-plate/cssm/getDataTestId-73ea38f8.d.ts +3 -0
  658. package/toast-plate/cssm/getDataTestId-73ea38f8.js +6 -0
  659. package/toast-plate/cssm/index-307da6d7.d.ts +71 -0
  660. package/toast-plate/cssm/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
  661. package/toast-plate/esm/Component.responsive.js +3 -2
  662. package/toast-plate/esm/browser-a216f694.d.ts +6 -0
  663. package/toast-plate/esm/components/base-toast-plate/component.js +2 -1
  664. package/toast-plate/esm/components/base-toast-plate/hooks/useDeprecatedBadge.js +4 -1
  665. package/toast-plate/esm/components/base-toast-plate/index.js +2 -1
  666. package/toast-plate/esm/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +3 -1
  667. package/toast-plate/esm/desktop/Component.desktop.js +2 -1
  668. package/toast-plate/esm/desktop/index.js +2 -1
  669. package/toast-plate/esm/getDataTestId-32d52205.d.ts +3 -0
  670. package/toast-plate/esm/getDataTestId-32d52205.js +6 -0
  671. package/toast-plate/esm/index-307da6d7.d.ts +71 -0
  672. package/toast-plate/esm/index.js +2 -1
  673. package/toast-plate/esm/mobile/Component.mobile.js +2 -1
  674. package/toast-plate/esm/mobile/index.js +2 -1
  675. package/toast-plate/esm/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
  676. package/toast-plate/getDataTestId-1de39d74.d.ts +3 -0
  677. package/toast-plate/getDataTestId-1de39d74.js +6 -0
  678. package/toast-plate/index-307da6d7.d.ts +71 -0
  679. package/toast-plate/modern/Component.responsive.js +3 -2
  680. package/toast-plate/modern/browser-a216f694.d.ts +6 -0
  681. package/toast-plate/modern/components/base-toast-plate/component.js +2 -1
  682. package/toast-plate/modern/components/base-toast-plate/hooks/useDeprecatedBadge.js +4 -1
  683. package/toast-plate/modern/components/base-toast-plate/index.js +2 -1
  684. package/toast-plate/modern/components/base-toast-plate/utils/getBaseToastPlateTestIds.js +3 -1
  685. package/toast-plate/modern/desktop/Component.desktop.js +2 -1
  686. package/toast-plate/modern/desktop/index.js +2 -1
  687. package/toast-plate/modern/getDataTestId-dd00ab19.d.ts +3 -0
  688. package/toast-plate/modern/getDataTestId-dd00ab19.js +6 -0
  689. package/toast-plate/modern/index-307da6d7.d.ts +71 -0
  690. package/toast-plate/modern/index.js +2 -1
  691. package/toast-plate/modern/mobile/Component.mobile.js +2 -1
  692. package/toast-plate/modern/mobile/index.js +2 -1
  693. package/toast-plate/modern/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
  694. package/toast-plate/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
  695. package/tooltip/Component.responsive.js +1 -2
  696. package/tooltip/cssm/Component.responsive.js +1 -2
  697. package/tooltip/esm/Component.responsive.js +1 -2
  698. package/tooltip/esm/index.js +0 -1
  699. package/tooltip/modern/Component.responsive.js +1 -2
  700. package/tooltip/modern/index.js +0 -1
  701. package/underlay/Component.js +1 -1
  702. package/underlay/cssm/index.module.css +4 -4
  703. package/underlay/esm/Component.js +1 -1
  704. package/underlay/esm/index.css +4 -4
  705. package/underlay/esm/index.js +1 -1
  706. package/underlay/esm/utils/getBorderCorners.js +1 -1
  707. package/underlay/esm/utils/getClasses.js +1 -1
  708. package/underlay/index.css +4 -4
  709. package/underlay/modern/Component.js +1 -1
  710. package/underlay/modern/index.css +4 -4
  711. package/underlay/modern/index.js +1 -1
  712. package/underlay/modern/utils/getBorderCorners.js +1 -1
  713. package/underlay/modern/utils/getClasses.js +1 -1
  714. package/underlay/utils/getBorderCorners.js +1 -1
  715. package/underlay/utils/getClasses.js +1 -1
  716. package/universal-date-input/Component.responsive.js +1 -2
  717. package/universal-date-input/components/base-universal-date-input/Component.js +1 -1
  718. package/universal-date-input/components/date-input/Component.js +1 -1
  719. package/universal-date-input/components/date-range-input/Component.js +1 -1
  720. package/universal-date-input/cssm/Component.responsive.js +1 -2
  721. package/universal-date-input/esm/Component.responsive.js +3 -3
  722. package/universal-date-input/esm/components/base-universal-date-input/Component.js +1 -1
  723. package/universal-date-input/esm/components/base-universal-date-input/index.js +1 -1
  724. package/universal-date-input/esm/components/date-input/Component.js +1 -1
  725. package/universal-date-input/esm/components/date-input/index.js +1 -1
  726. package/universal-date-input/esm/components/date-range-input/Component.js +1 -1
  727. package/universal-date-input/esm/components/date-range-input/index.js +1 -1
  728. package/universal-date-input/esm/desktop/Component.desktop.js +1 -1
  729. package/universal-date-input/esm/desktop/index.js +1 -1
  730. package/universal-date-input/esm/index.js +2 -2
  731. package/universal-date-input/esm/mobile/Component.mobile.js +1 -1
  732. package/universal-date-input/esm/mobile/index.js +1 -1
  733. package/universal-date-input/modern/Component.responsive.js +3 -3
  734. package/universal-date-input/modern/components/base-universal-date-input/Component.js +1 -1
  735. package/universal-date-input/modern/components/base-universal-date-input/index.js +1 -1
  736. package/universal-date-input/modern/components/date-input/Component.js +1 -1
  737. package/universal-date-input/modern/components/date-input/index.js +1 -1
  738. package/universal-date-input/modern/components/date-range-input/Component.js +1 -1
  739. package/universal-date-input/modern/components/date-range-input/index.js +1 -1
  740. package/universal-date-input/modern/desktop/Component.desktop.js +1 -1
  741. package/universal-date-input/modern/desktop/index.js +1 -1
  742. package/universal-date-input/modern/index.js +2 -2
  743. package/universal-date-input/modern/mobile/Component.mobile.js +1 -1
  744. package/universal-date-input/modern/mobile/index.js +1 -1
  745. package/amount-input/@alfalab/core-components-shared/package.json +0 -23
  746. package/calendar-input/@alfalab/core-components-shared/package.json +0 -23
  747. package/checkbox-group/@alfalab/core-components-shared/package.json +0 -23
  748. package/code-input/@alfalab/core-components-shared/package.json +0 -23
  749. package/confirmation/@alfalab/core-components-shared/package.json +0 -23
  750. package/custom-picker-button/@alfalab/core-components-shared/package.json +0 -23
  751. package/date-range-input/@alfalab/core-components-shared/package.json +0 -23
  752. package/date-time-input/@alfalab/core-components-shared/package.json +0 -23
  753. package/filter-tag/@alfalab/core-components-shared/package.json +0 -23
  754. package/picker-button/@alfalab/core-components-shared/package.json +0 -23
  755. package/picker-button/Component-1fe708ea.d.ts +0 -5
  756. package/picker-button/cssm/Component-1fe708ea.d.ts +0 -5
  757. package/picker-button/esm/Component-1fe708ea.d.ts +0 -5
  758. package/picker-button/modern/Component-1fe708ea.d.ts +0 -5
  759. package/radio-group/@alfalab/core-components-shared/package.json +0 -23
  760. package/select-with-tags/@alfalab/core-components-shared/package.json +0 -23
  761. package/shared/cssm/getComponentBreakpoint/getComponentBreakpoint.d.ts +0 -2
  762. package/shared/cssm/getComponentBreakpoint/getComponentBreakpoint.js +0 -18
  763. package/shared/cssm/getComponentBreakpoint/index.d.ts +0 -1
  764. package/shared/cssm/getComponentBreakpoint/index.js +0 -7
  765. package/shared/esm/getComponentBreakpoint/getComponentBreakpoint.d.ts +0 -2
  766. package/shared/esm/getComponentBreakpoint/getComponentBreakpoint.js +0 -16
  767. package/shared/esm/getComponentBreakpoint/index.d.ts +0 -1
  768. package/shared/esm/getComponentBreakpoint/index.js +0 -1
  769. package/shared/getComponentBreakpoint/getComponentBreakpoint.d.ts +0 -2
  770. package/shared/getComponentBreakpoint/getComponentBreakpoint.js +0 -18
  771. package/shared/getComponentBreakpoint/index.d.ts +0 -1
  772. package/shared/getComponentBreakpoint/index.js +0 -7
  773. package/shared/modern/getComponentBreakpoint/getComponentBreakpoint.d.ts +0 -2
  774. package/shared/modern/getComponentBreakpoint/getComponentBreakpoint.js +0 -17
  775. package/shared/modern/getComponentBreakpoint/index.d.ts +0 -1
  776. package/shared/modern/getComponentBreakpoint/index.js +0 -1
  777. package/tag/@alfalab/core-components-shared/package.json +0 -23
  778. package/themes/breakpoints/breakpoint-768.css +0 -3
  779. package/toast/@alfalab/core-components-shared/package.json +0 -23
  780. package/toast-plate/@alfalab/core-components-shared/package.json +0 -23
  781. package/tooltip/@alfalab/core-components-shared/package.json +0 -23
  782. /package/calendar-range/esm/{index.module-357c54b1.js → index.module-50e5da83.js} +0 -0
  783. /package/calendar-range/{index.module-ecaac793.js → index.module-b4650da7.js} +0 -0
  784. /package/calendar-range/modern/{index.module-1cf41baf.js → index.module-107c466b.js} +0 -0
  785. /package/confirmation/{countdown-section-f9e4f884.d.ts → countdown-section-4af035ec.d.ts} +0 -0
  786. /package/confirmation/{countdown-section-f9e4f884.js → countdown-section-4af035ec.js} +0 -0
  787. /package/confirmation/esm/{countdown-section-540da1e3.d.ts → countdown-section-5d2b06f3.d.ts} +0 -0
  788. /package/confirmation/esm/{countdown-section-540da1e3.js → countdown-section-5d2b06f3.js} +0 -0
  789. /package/confirmation/modern/{countdown-section-d3385b29.d.ts → countdown-section-c95617f5.d.ts} +0 -0
  790. /package/confirmation/modern/{countdown-section-d3385b29.js → countdown-section-c95617f5.js} +0 -0
  791. /package/modal/esm/{layout.module-8c2ad581.js → layout.module-c9a0297c.js} +0 -0
  792. /package/modal/{layout.module-9c7f42a7.js → layout.module-c1cd980a.js} +0 -0
  793. /package/modal/modern/{layout.module-7b9f84d6.js → layout.module-a5c6e8e4.js} +0 -0
  794. /package/{plate → picker-button}/browser-a216f694.d.ts +0 -0
  795. /package/{plate → picker-button}/cssm/browser-a216f694.d.ts +0 -0
  796. /package/{plate → picker-button}/cssm/useCustomWebkitScrollbar-a216f694.d.ts +0 -0
  797. /package/{plate → picker-button}/esm/browser-a216f694.d.ts +0 -0
  798. /package/{plate → picker-button}/esm/useCustomWebkitScrollbar-a216f694.d.ts +0 -0
  799. /package/{plate → picker-button}/modern/browser-a216f694.d.ts +0 -0
  800. /package/{plate → picker-button}/modern/useCustomWebkitScrollbar-a216f694.d.ts +0 -0
  801. /package/{plate → picker-button}/useCustomWebkitScrollbar-a216f694.d.ts +0 -0
  802. /package/side-panel/esm/{layout.module-85dc8854.js → layout.module-534c455a.js} +0 -0
  803. /package/side-panel/{layout.module-7feda991.js → layout.module-4d28e3c9.js} +0 -0
  804. /package/side-panel/modern/{layout.module-3ff83598.js → layout.module-e0dbd825.js} +0 -0
  805. /package/textarea/{PseudoTextArea-7681334c.d.ts → PseudoTextArea-6644730b.d.ts} +0 -0
  806. /package/textarea/{PseudoTextArea-7681334c.js → PseudoTextArea-6644730b.js} +0 -0
  807. /package/textarea/esm/{PseudoTextArea-850a55b5.d.ts → PseudoTextArea-8b632b20.d.ts} +0 -0
  808. /package/textarea/esm/{PseudoTextArea-850a55b5.js → PseudoTextArea-8b632b20.js} +0 -0
  809. /package/textarea/modern/{PseudoTextArea-c51ed577.d.ts → PseudoTextArea-e91a70e8.d.ts} +0 -0
  810. /package/textarea/modern/{PseudoTextArea-c51ed577.js → PseudoTextArea-e91a70e8.js} +0 -0
  811. /package/underlay/esm/{index.module-62313110.js → index.module-c8170873.js} +0 -0
  812. /package/underlay/{index.module-ac30b0c0.js → index.module-02bea7cd.js} +0 -0
  813. /package/underlay/modern/{index.module-072eac49.js → index.module-e5b9499e.js} +0 -0
  814. /package/universal-date-input/esm/{index.module-fe996ac6.js → index.module-8bf154b7.js} +0 -0
  815. /package/universal-date-input/{index.module-0a5591a5.js → index.module-62433b4b.js} +0 -0
  816. /package/universal-date-input/modern/{index.module-4dd39b6b.js → index.module-54a4dbc1.js} +0 -0
@@ -3,7 +3,6 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var coreComponentsMq = require('../../mq/cssm');
6
- var coreComponentsShared = require('../../shared/cssm');
7
6
  var desktop_Component_desktop = require('./desktop/Component.desktop.js');
8
7
  var mobile_Component_mobile = require('./mobile/Component.mobile.js');
9
8
 
@@ -12,7 +11,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
12
11
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
13
12
 
14
13
  var CustomPickerButtonResponsive = React.forwardRef(function (_a, ref) {
15
- var OptionsList = _a.OptionsList, onScroll = _a.onScroll, footer = _a.footer, swipeable = _a.swipeable, bottomSheetProps = _a.bottomSheetProps, _b = _a.breakpoint, breakpoint = _b === void 0 ? coreComponentsShared.getComponentBreakpoint() : _b, restProps = tslib.__rest(_a, ["OptionsList", "onScroll", "footer", "swipeable", "bottomSheetProps", "breakpoint"]);
14
+ var OptionsList = _a.OptionsList, onScroll = _a.onScroll, footer = _a.footer, swipeable = _a.swipeable, bottomSheetProps = _a.bottomSheetProps, _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, restProps = tslib.__rest(_a, ["OptionsList", "onScroll", "footer", "swipeable", "bottomSheetProps", "breakpoint"]);
16
15
  var query = "(min-width: ".concat(breakpoint, "px)");
17
16
  var isDesktop = coreComponentsMq.useMatchMedia(query)[0];
18
17
  return isDesktop ? (React__default.default.createElement(desktop_Component_desktop.CustomPickerButtonDesktop, tslib.__assign({ ref: ref, OptionsList: OptionsList, onScroll: onScroll }, restProps))) : (React__default.default.createElement(mobile_Component_mobile.CustomPickerButtonMobile, tslib.__assign({ ref: ref, footer: footer, swipeable: swipeable, bottomSheetProps: bottomSheetProps }, restProps)));
@@ -1,7 +1,6 @@
1
1
  import { __rest, __assign } from 'tslib';
2
2
  import React, { forwardRef } from 'react';
3
3
  import { useMatchMedia } from '../../mq/esm';
4
- import { getComponentBreakpoint } from '../../shared/esm';
5
4
  import { CustomPickerButtonDesktop } from './desktop/Component.desktop.js';
6
5
  import { CustomPickerButtonMobile } from './mobile/Component.mobile.js';
7
6
  import '../../picker-button/esm/desktop';
@@ -12,7 +11,7 @@ import '../../picker-button/esm/shared';
12
11
  import '../../picker-button/esm/mobile';
13
12
 
14
13
  var CustomPickerButtonResponsive = forwardRef(function (_a, ref) {
15
- var OptionsList = _a.OptionsList, onScroll = _a.onScroll, footer = _a.footer, swipeable = _a.swipeable, bottomSheetProps = _a.bottomSheetProps, _b = _a.breakpoint, breakpoint = _b === void 0 ? getComponentBreakpoint() : _b, restProps = __rest(_a, ["OptionsList", "onScroll", "footer", "swipeable", "bottomSheetProps", "breakpoint"]);
14
+ var OptionsList = _a.OptionsList, onScroll = _a.onScroll, footer = _a.footer, swipeable = _a.swipeable, bottomSheetProps = _a.bottomSheetProps, _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, restProps = __rest(_a, ["OptionsList", "onScroll", "footer", "swipeable", "bottomSheetProps", "breakpoint"]);
16
15
  var query = "(min-width: ".concat(breakpoint, "px)");
17
16
  var isDesktop = useMatchMedia(query)[0];
18
17
  return isDesktop ? (React.createElement(CustomPickerButtonDesktop, __assign({ ref: ref, OptionsList: OptionsList, onScroll: onScroll }, restProps))) : (React.createElement(CustomPickerButtonMobile, __assign({ ref: ref, footer: footer, swipeable: swipeable, bottomSheetProps: bottomSheetProps }, restProps)));
@@ -2,7 +2,6 @@ export { CustomPickerButtonResponsive as CustomPickerButton } from './Component.
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import '../../mq/esm';
5
- import '../../shared/esm';
6
5
  import './desktop/Component.desktop.js';
7
6
  import '../../picker-button/esm/desktop';
8
7
  import './field/Component.js';
@@ -1,6 +1,5 @@
1
1
  import React, { forwardRef } from 'react';
2
2
  import { useMatchMedia } from '../../mq/modern';
3
- import { getComponentBreakpoint } from '../../shared/modern';
4
3
  import { CustomPickerButtonDesktop } from './desktop/Component.desktop.js';
5
4
  import { CustomPickerButtonMobile } from './mobile/Component.mobile.js';
6
5
  import '../../picker-button/modern/desktop';
@@ -10,7 +9,7 @@ import '../../custom-button/modern';
10
9
  import '../../picker-button/modern/shared';
11
10
  import '../../picker-button/modern/mobile';
12
11
 
13
- const CustomPickerButtonResponsive = forwardRef(({ OptionsList, onScroll, footer, swipeable, bottomSheetProps, breakpoint = getComponentBreakpoint(), ...restProps }, ref) => {
12
+ const CustomPickerButtonResponsive = forwardRef(({ OptionsList, onScroll, footer, swipeable, bottomSheetProps, breakpoint = 1024, ...restProps }, ref) => {
14
13
  const query = `(min-width: ${breakpoint}px)`;
15
14
  const [isDesktop] = useMatchMedia(query);
16
15
  return isDesktop ? (React.createElement(CustomPickerButtonDesktop, { ref: ref, OptionsList: OptionsList, onScroll: onScroll, ...restProps })) : (React.createElement(CustomPickerButtonMobile, { ref: ref, footer: footer, swipeable: swipeable, bottomSheetProps: bottomSheetProps, ...restProps }));
@@ -1,7 +1,6 @@
1
1
  export { CustomPickerButtonResponsive as CustomPickerButton } from './Component.responsive.js';
2
2
  import 'react';
3
3
  import '../../mq/modern';
4
- import '../../shared/modern';
5
4
  import './desktop/Component.desktop.js';
6
5
  import '../../picker-button/modern/desktop';
7
6
  import './field/Component.js';
@@ -2,7 +2,6 @@ Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
- var coreComponentsShared = require('../shared');
6
5
  var hooks = require('@alfalab/hooks');
7
6
  var desktop_Component_desktop = require('./desktop/Component.desktop.js');
8
7
  var mobile_Component_mobile = require('./mobile/Component.mobile.js');
@@ -16,7 +15,7 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
16
15
  * use UniversalDateInput instead
17
16
  */
18
17
  var DateRangeInputResponsive = React.forwardRef(function (_a, ref) {
19
- var _b = _a.breakpoint, breakpoint = _b === void 0 ? coreComponentsShared.getComponentBreakpoint() : _b, restProps = tslib.__rest(_a, ["breakpoint"]);
18
+ var _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, restProps = tslib.__rest(_a, ["breakpoint"]);
20
19
  var view = hooks.useMedia([
21
20
  ['mobile', "(max-width: ".concat(breakpoint - 1, "px)")],
22
21
  ['desktop', "(min-width: ".concat(breakpoint, "px)")],
@@ -2,7 +2,6 @@ Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
- var coreComponentsShared = require('../../shared/cssm');
6
5
  var hooks = require('@alfalab/hooks');
7
6
  var desktop_Component_desktop = require('./desktop/Component.desktop.js');
8
7
  var mobile_Component_mobile = require('./mobile/Component.mobile.js');
@@ -16,7 +15,7 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
16
15
  * use UniversalDateInput instead
17
16
  */
18
17
  var DateRangeInputResponsive = React.forwardRef(function (_a, ref) {
19
- var _b = _a.breakpoint, breakpoint = _b === void 0 ? coreComponentsShared.getComponentBreakpoint() : _b, restProps = tslib.__rest(_a, ["breakpoint"]);
18
+ var _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, restProps = tslib.__rest(_a, ["breakpoint"]);
20
19
  var view = hooks.useMedia([
21
20
  ['mobile', "(max-width: ".concat(breakpoint - 1, "px)")],
22
21
  ['desktop', "(min-width: ".concat(breakpoint, "px)")],
@@ -1,6 +1,5 @@
1
1
  import { __rest, __assign } from 'tslib';
2
2
  import React, { forwardRef } from 'react';
3
- import { getComponentBreakpoint } from '../../shared/esm';
4
3
  import { useMedia } from '@alfalab/hooks';
5
4
  import { DateRangeInputDesktop } from './desktop/Component.desktop.js';
6
5
  import { DateRangeInputMobile } from './mobile/Component.mobile.js';
@@ -25,7 +24,7 @@ import '../../input/esm/mobile';
25
24
  * use UniversalDateInput instead
26
25
  */
27
26
  var DateRangeInputResponsive = forwardRef(function (_a, ref) {
28
- var _b = _a.breakpoint, breakpoint = _b === void 0 ? getComponentBreakpoint() : _b, restProps = __rest(_a, ["breakpoint"]);
27
+ var _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, restProps = __rest(_a, ["breakpoint"]);
29
28
  var view = useMedia([
30
29
  ['mobile', "(max-width: ".concat(breakpoint - 1, "px)")],
31
30
  ['desktop', "(min-width: ".concat(breakpoint, "px)")],
@@ -1,7 +1,6 @@
1
1
  export { DateRangeInputResponsive as DateRangeInput } from './Component.responsive.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
- import '../../shared/esm';
5
4
  import '@alfalab/hooks';
6
5
  import './desktop/Component.desktop.js';
7
6
  import '../../calendar/esm/desktop';
@@ -1,5 +1,4 @@
1
1
  import React, { forwardRef } from 'react';
2
- import { getComponentBreakpoint } from '../../shared/modern';
3
2
  import { useMedia } from '@alfalab/hooks';
4
3
  import { DateRangeInputDesktop } from './desktop/Component.desktop.js';
5
4
  import { DateRangeInputMobile } from './mobile/Component.mobile.js';
@@ -23,7 +22,7 @@ import '../../input/modern/mobile';
23
22
  * @deprecated
24
23
  * use UniversalDateInput instead
25
24
  */
26
- const DateRangeInputResponsive = forwardRef(({ breakpoint = getComponentBreakpoint(), ...restProps }, ref) => {
25
+ const DateRangeInputResponsive = forwardRef(({ breakpoint = 1024, ...restProps }, ref) => {
27
26
  const [view] = useMedia([
28
27
  ['mobile', `(max-width: ${breakpoint - 1}px)`],
29
28
  ['desktop', `(min-width: ${breakpoint}px)`],
@@ -1,6 +1,5 @@
1
1
  export { DateRangeInputResponsive as DateRangeInput } from './Component.responsive.js';
2
2
  import 'react';
3
- import '../../shared/modern';
4
3
  import '@alfalab/hooks';
5
4
  import './desktop/Component.desktop.js';
6
5
  import '../../calendar/modern/desktop';
@@ -2,7 +2,6 @@ Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
- var coreComponentsShared = require('../shared');
6
5
  var hooks = require('@alfalab/hooks');
7
6
  var desktop_Component_desktop = require('./desktop/Component.desktop.js');
8
7
  var mobile_Component_mobile = require('./mobile/Component.mobile.js');
@@ -12,7 +11,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
12
11
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
13
12
 
14
13
  var DateTimeInputResponsive = React.forwardRef(function (_a, ref) {
15
- var _b = _a.breakpoint, breakpoint = _b === void 0 ? coreComponentsShared.getComponentBreakpoint() : _b, restProps = tslib.__rest(_a, ["breakpoint"]);
14
+ var _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, restProps = tslib.__rest(_a, ["breakpoint"]);
16
15
  var view = hooks.useMedia([
17
16
  ['mobile', "(max-width: ".concat(breakpoint - 1, "px)")],
18
17
  ['desktop', "(min-width: ".concat(breakpoint, "px)")],
@@ -2,7 +2,6 @@ Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
- var coreComponentsShared = require('../../shared/cssm');
6
5
  var hooks = require('@alfalab/hooks');
7
6
  var desktop_Component_desktop = require('./desktop/Component.desktop.js');
8
7
  var mobile_Component_mobile = require('./mobile/Component.mobile.js');
@@ -12,7 +11,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
12
11
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
13
12
 
14
13
  var DateTimeInputResponsive = React.forwardRef(function (_a, ref) {
15
- var _b = _a.breakpoint, breakpoint = _b === void 0 ? coreComponentsShared.getComponentBreakpoint() : _b, restProps = tslib.__rest(_a, ["breakpoint"]);
14
+ var _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, restProps = tslib.__rest(_a, ["breakpoint"]);
16
15
  var view = hooks.useMedia([
17
16
  ['mobile', "(max-width: ".concat(breakpoint - 1, "px)")],
18
17
  ['desktop', "(min-width: ".concat(breakpoint, "px)")],
@@ -1,6 +1,5 @@
1
1
  import { __rest, __assign } from 'tslib';
2
2
  import React, { forwardRef } from 'react';
3
- import { getComponentBreakpoint } from '../../shared/esm';
4
3
  import { useMedia } from '@alfalab/hooks';
5
4
  import { DateTimeInputDesktop } from './desktop/Component.desktop.js';
6
5
  import { DateTimeInputMobile } from './mobile/Component.mobile.js';
@@ -20,7 +19,7 @@ import '../../calendar/esm/mobile';
20
19
  import '../../input/esm/mobile';
21
20
 
22
21
  var DateTimeInputResponsive = forwardRef(function (_a, ref) {
23
- var _b = _a.breakpoint, breakpoint = _b === void 0 ? getComponentBreakpoint() : _b, restProps = __rest(_a, ["breakpoint"]);
22
+ var _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, restProps = __rest(_a, ["breakpoint"]);
24
23
  var view = useMedia([
25
24
  ['mobile', "(max-width: ".concat(breakpoint - 1, "px)")],
26
25
  ['desktop', "(min-width: ".concat(breakpoint, "px)")],
@@ -1,7 +1,6 @@
1
1
  export { DateTimeInputResponsive as DateTimeInput } from './Component.responsive.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
- import '../../shared/esm';
5
4
  import '@alfalab/hooks';
6
5
  import './desktop/Component.desktop.js';
7
6
  import '../../calendar/esm/desktop';
@@ -1,5 +1,4 @@
1
1
  import React, { forwardRef } from 'react';
2
- import { getComponentBreakpoint } from '../../shared/modern';
3
2
  import { useMedia } from '@alfalab/hooks';
4
3
  import { DateTimeInputDesktop } from './desktop/Component.desktop.js';
5
4
  import { DateTimeInputMobile } from './mobile/Component.mobile.js';
@@ -18,7 +17,7 @@ import 'date-fns/parse';
18
17
  import '../../calendar/modern/mobile';
19
18
  import '../../input/modern/mobile';
20
19
 
21
- const DateTimeInputResponsive = forwardRef(({ breakpoint = getComponentBreakpoint(), ...restProps }, ref) => {
20
+ const DateTimeInputResponsive = forwardRef(({ breakpoint = 1024, ...restProps }, ref) => {
22
21
  const [view] = useMedia([
23
22
  ['mobile', `(max-width: ${breakpoint - 1}px)`],
24
23
  ['desktop', `(min-width: ${breakpoint}px)`],
@@ -1,6 +1,5 @@
1
1
  export { DateTimeInputResponsive as DateTimeInput } from './Component.responsive.js';
2
2
  import 'react';
3
- import '../../shared/modern';
4
3
  import '@alfalab/hooks';
5
4
  import './desktop/Component.desktop.js';
6
5
  import '../../calendar/modern/desktop';
@@ -1,6 +1,6 @@
1
1
  :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 */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
2
2
  } /* deprecated */ :root {
3
- --color-light-neutral-1500: #121213;
3
+ --color-light-neutral-translucent-1300: rgba(3, 3, 6, 0.88);
4
4
  --color-light-status-negative: #ff4837; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
5
  } :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
6
  } :root {
@@ -25,7 +25,7 @@
25
25
  position: relative;
26
26
  transition: border-color 0.2s ease, background-color 0.2s ease;
27
27
  border-radius: var(--dropzone-border-radius);
28
- border: 1px dashed var(--color-light-neutral-1500);
28
+ border: 1px dashed var(--color-light-neutral-translucent-1300);
29
29
  } .disabled {
30
30
  cursor: var(--disabled-cursor);
31
31
  } .component:not(.disabled):hover {
@@ -1,7 +1,7 @@
1
1
  /* hash: 1n2rv */
2
2
  :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 */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
3
  } /* deprecated */ :root {
4
- --color-light-neutral-1500: #121213;
4
+ --color-light-neutral-translucent-1300: rgba(3, 3, 6, 0.88);
5
5
  --color-light-status-negative: #ff4837; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
6
  } :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 */
7
7
  } :root {
@@ -26,7 +26,7 @@
26
26
  position: relative;
27
27
  transition: border-color 0.2s ease, background-color 0.2s ease;
28
28
  border-radius: var(--dropzone-border-radius);
29
- border: 1px dashed var(--color-light-neutral-1500);
29
+ border: 1px dashed var(--color-light-neutral-translucent-1300);
30
30
  } .dropzone__disabled_14isj {
31
31
  cursor: var(--disabled-cursor);
32
32
  } .dropzone__component_14isj:not(.dropzone__disabled_14isj):hover {
@@ -1,7 +1,7 @@
1
1
  /* hash: 1n2rv */
2
2
  :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 */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
3
  } /* deprecated */ :root {
4
- --color-light-neutral-1500: #121213;
4
+ --color-light-neutral-translucent-1300: rgba(3, 3, 6, 0.88);
5
5
  --color-light-status-negative: #ff4837; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
6
  } :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 */
7
7
  } :root {
@@ -26,7 +26,7 @@
26
26
  position: relative;
27
27
  transition: border-color 0.2s ease, background-color 0.2s ease;
28
28
  border-radius: var(--dropzone-border-radius);
29
- border: 1px dashed var(--color-light-neutral-1500);
29
+ border: 1px dashed var(--color-light-neutral-translucent-1300);
30
30
  } .dropzone__disabled_14isj {
31
31
  cursor: var(--disabled-cursor);
32
32
  } .dropzone__component_14isj:not(.dropzone__disabled_14isj):hover {
@@ -1,7 +1,7 @@
1
1
  /* hash: 1n2rv */
2
2
  :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 */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
3
  } /* deprecated */ :root {
4
- --color-light-neutral-1500: #121213;
4
+ --color-light-neutral-translucent-1300: rgba(3, 3, 6, 0.88);
5
5
  --color-light-status-negative: #ff4837; /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
6
  } :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 */
7
7
  } :root {
@@ -26,7 +26,7 @@
26
26
  position: relative;
27
27
  transition: border-color 0.2s ease, background-color 0.2s ease;
28
28
  border-radius: var(--dropzone-border-radius);
29
- border: 1px dashed var(--color-light-neutral-1500);
29
+ border: 1px dashed var(--color-light-neutral-translucent-1300);
30
30
  } .dropzone__disabled_14isj {
31
31
  cursor: var(--disabled-cursor);
32
32
  } .dropzone__component_14isj:not(.dropzone__disabled_14isj):hover {
@@ -1,7 +1,7 @@
1
1
  :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 */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
2
2
  } /* deprecated */ :root {
3
- --color-light-neutral-1500: #121213;
4
3
  --color-light-neutral-300: #e7e8eb;
4
+ --color-light-neutral-translucent-1300: rgba(3, 3, 6, 0.88);
5
5
  --color-light-status-negative: #ff4837;
6
6
  --color-light-status-positive: #0cc44d;
7
7
  --color-light-text-negative: #ec2d20;
@@ -56,7 +56,7 @@
56
56
  } .icon {
57
57
  display: block;
58
58
  flex-shrink: 0;
59
- color: var(--color-light-neutral-1500);
59
+ color: var(--color-light-neutral-translucent-1300);
60
60
  } .errorIcon {
61
61
  flex-shrink: 0;
62
62
  color: var(--color-light-status-negative);
@@ -1,8 +1,8 @@
1
1
  /* hash: 17983 */
2
2
  :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 */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
3
  } /* deprecated */ :root {
4
- --color-light-neutral-1500: #121213;
5
4
  --color-light-neutral-300: #e7e8eb;
5
+ --color-light-neutral-translucent-1300: rgba(3, 3, 6, 0.88);
6
6
  --color-light-status-negative: #ff4837;
7
7
  --color-light-status-positive: #0cc44d;
8
8
  --color-light-text-negative: #ec2d20;
@@ -57,7 +57,7 @@
57
57
  } .file-upload-item__icon_zsqja {
58
58
  display: block;
59
59
  flex-shrink: 0;
60
- color: var(--color-light-neutral-1500);
60
+ color: var(--color-light-neutral-translucent-1300);
61
61
  } .file-upload-item__errorIcon_zsqja {
62
62
  flex-shrink: 0;
63
63
  color: var(--color-light-status-negative);
@@ -1,8 +1,8 @@
1
1
  /* hash: 17983 */
2
2
  :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 */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
3
  } /* deprecated */ :root {
4
- --color-light-neutral-1500: #121213;
5
4
  --color-light-neutral-300: #e7e8eb;
5
+ --color-light-neutral-translucent-1300: rgba(3, 3, 6, 0.88);
6
6
  --color-light-status-negative: #ff4837;
7
7
  --color-light-status-positive: #0cc44d;
8
8
  --color-light-text-negative: #ec2d20;
@@ -57,7 +57,7 @@
57
57
  } .file-upload-item__icon_zsqja {
58
58
  display: block;
59
59
  flex-shrink: 0;
60
- color: var(--color-light-neutral-1500);
60
+ color: var(--color-light-neutral-translucent-1300);
61
61
  } .file-upload-item__errorIcon_zsqja {
62
62
  flex-shrink: 0;
63
63
  color: var(--color-light-status-negative);
@@ -1,8 +1,8 @@
1
1
  /* hash: 17983 */
2
2
  :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 */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* 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
3
  } /* deprecated */ :root {
4
- --color-light-neutral-1500: #121213;
5
4
  --color-light-neutral-300: #e7e8eb;
5
+ --color-light-neutral-translucent-1300: rgba(3, 3, 6, 0.88);
6
6
  --color-light-status-negative: #ff4837;
7
7
  --color-light-status-positive: #0cc44d;
8
8
  --color-light-text-negative: #ec2d20;
@@ -57,7 +57,7 @@
57
57
  } .file-upload-item__icon_zsqja {
58
58
  display: block;
59
59
  flex-shrink: 0;
60
- color: var(--color-light-neutral-1500);
60
+ color: var(--color-light-neutral-translucent-1300);
61
61
  } .file-upload-item__errorIcon_zsqja {
62
62
  flex-shrink: 0;
63
63
  color: var(--color-light-status-negative);
@@ -3,7 +3,6 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var coreComponentsMq = require('../mq');
6
- var coreComponentsShared = require('../shared');
7
6
  var desktop_Component_desktop = require('./desktop/Component.desktop.js');
8
7
  var mobile_Component_mobile = require('./mobile/Component.mobile.js');
9
8
 
@@ -12,7 +11,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
12
11
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
13
12
 
14
13
  var FilterTag = React.forwardRef(function (_a, ref) {
15
- var children = _a.children, _b = _a.breakpoint, breakpoint = _b === void 0 ? coreComponentsShared.getComponentBreakpoint() : _b, restProps = tslib.__rest(_a, ["children", "breakpoint"]);
14
+ var children = _a.children, _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, restProps = tslib.__rest(_a, ["children", "breakpoint"]);
16
15
  var query = "(min-width: ".concat(breakpoint, "px)");
17
16
  var isDesktop = coreComponentsMq.useMatchMedia(query)[0];
18
17
  var Component = isDesktop ? desktop_Component_desktop.FilterTagDesktop : mobile_Component_mobile.FilterTagMobile;
@@ -6,9 +6,9 @@
6
6
  --color-light-accent-secondary-press: #353539;
7
7
  --color-light-border-link: #2288fa;
8
8
  --color-light-graphic-tertiary: #b8b9c0;
9
- --color-light-neutral-1500: #121213;
10
- --color-light-neutral-1500-inverted: #fff;
11
9
  --color-light-neutral-translucent-100: rgba(38, 55, 88, 0.06);
10
+ --color-light-neutral-translucent-1300: rgba(3, 3, 6, 0.88);
11
+ --color-light-neutral-translucent-1300-inverted: rgba(255, 255, 255, 0.94);
12
12
  --color-light-neutral-translucent-500: rgba(9, 12, 37, 0.28);
13
13
  --color-light-neutral-translucent-500-inverted: rgba(228, 228, 251, 0.28);
14
14
  --color-light-neutral-translucent-700-inverted: rgba(238, 238, 251, 0.55);
@@ -135,7 +135,7 @@
135
135
  display: flex;
136
136
  align-items: center;
137
137
  justify-content: center;
138
- color: var(--color-light-neutral-1500);
138
+ color: var(--color-light-neutral-translucent-1300);
139
139
  } .filter-tag__valueButton_1kq5p {
140
140
  display: flex;
141
141
  align-items: center;
@@ -224,7 +224,7 @@
224
224
  color: var(--tag-text-color-checked);
225
225
  background-color: var(--tag-background-color-checked)
226
226
  } .filter-tag__valueButton_1kq5p.filter-tag__checked_1kq5p > .filter-tag__chevron_1kq5p {
227
- color: var(--color-light-neutral-1500-inverted);
227
+ color: var(--color-light-neutral-translucent-1300-inverted);
228
228
  } .filter-tag__valueButton_1kq5p.filter-tag__checked_1kq5p.filter-tag__rounded_1kq5p.filter-tag__size-32_1kq5p {
229
229
  border-radius: var(--tag-rounded-xxs-border-radius) 0 0
230
230
  var(--tag-rounded-xxs-border-radius);
@@ -3,7 +3,6 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var coreComponentsMq = require('../../mq/cssm');
6
- var coreComponentsShared = require('../../shared/cssm');
7
6
  var desktop_Component_desktop = require('./desktop/Component.desktop.js');
8
7
  var mobile_Component_mobile = require('./mobile/Component.mobile.js');
9
8
 
@@ -12,7 +11,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
12
11
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
13
12
 
14
13
  var FilterTag = React.forwardRef(function (_a, ref) {
15
- var children = _a.children, _b = _a.breakpoint, breakpoint = _b === void 0 ? coreComponentsShared.getComponentBreakpoint() : _b, restProps = tslib.__rest(_a, ["children", "breakpoint"]);
14
+ var children = _a.children, _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, restProps = tslib.__rest(_a, ["children", "breakpoint"]);
16
15
  var query = "(min-width: ".concat(breakpoint, "px)");
17
16
  var isDesktop = coreComponentsMq.useMatchMedia(query)[0];
18
17
  var Component = isDesktop ? desktop_Component_desktop.FilterTagDesktop : mobile_Component_mobile.FilterTagMobile;
@@ -5,9 +5,9 @@
5
5
  --color-light-accent-secondary-press: #353539;
6
6
  --color-light-border-link: #2288fa;
7
7
  --color-light-graphic-tertiary: #b8b9c0;
8
- --color-light-neutral-1500: #121213;
9
- --color-light-neutral-1500-inverted: #fff;
10
8
  --color-light-neutral-translucent-100: rgba(38, 55, 88, 0.06);
9
+ --color-light-neutral-translucent-1300: rgba(3, 3, 6, 0.88);
10
+ --color-light-neutral-translucent-1300-inverted: rgba(255, 255, 255, 0.94);
11
11
  --color-light-neutral-translucent-500: rgba(9, 12, 37, 0.28);
12
12
  --color-light-neutral-translucent-500-inverted: rgba(228, 228, 251, 0.28);
13
13
  --color-light-neutral-translucent-700-inverted: rgba(238, 238, 251, 0.55);
@@ -134,7 +134,7 @@
134
134
  display: flex;
135
135
  align-items: center;
136
136
  justify-content: center;
137
- color: var(--color-light-neutral-1500);
137
+ color: var(--color-light-neutral-translucent-1300);
138
138
  } .valueButton {
139
139
  display: flex;
140
140
  align-items: center;
@@ -223,7 +223,7 @@
223
223
  color: var(--tag-text-color-checked);
224
224
  background-color: var(--tag-background-color-checked)
225
225
  } .valueButton.checked > .chevron {
226
- color: var(--color-light-neutral-1500-inverted);
226
+ color: var(--color-light-neutral-translucent-1300-inverted);
227
227
  } .valueButton.checked.rounded.size-32 {
228
228
  border-radius: var(--tag-rounded-xxs-border-radius) 0 0
229
229
  var(--tag-rounded-xxs-border-radius);
@@ -1,7 +1,6 @@
1
1
  import { __rest, __assign } from 'tslib';
2
2
  import React, { forwardRef } from 'react';
3
3
  import { useMatchMedia } from '../../mq/esm';
4
- import { getComponentBreakpoint } from '../../shared/esm';
5
4
  import { FilterTagDesktop } from './desktop/Component.desktop.js';
6
5
  import { FilterTagMobile } from './mobile/Component.mobile.js';
7
6
  import './components/base-filter-tag/Component.js';
@@ -13,7 +12,7 @@ import '@alfalab/icons-glyph/CrossCircleMIcon';
13
12
  import '@alfalab/icons-glyph/CrossCircleSIcon';
14
13
 
15
14
  var FilterTag = forwardRef(function (_a, ref) {
16
- var children = _a.children, _b = _a.breakpoint, breakpoint = _b === void 0 ? getComponentBreakpoint() : _b, restProps = __rest(_a, ["children", "breakpoint"]);
15
+ var children = _a.children, _b = _a.breakpoint, breakpoint = _b === void 0 ? 1024 : _b, restProps = __rest(_a, ["children", "breakpoint"]);
17
16
  var query = "(min-width: ".concat(breakpoint, "px)");
18
17
  var isDesktop = useMatchMedia(query)[0];
19
18
  var Component = isDesktop ? FilterTagDesktop : FilterTagMobile;
@@ -6,9 +6,9 @@
6
6
  --color-light-accent-secondary-press: #353539;
7
7
  --color-light-border-link: #2288fa;
8
8
  --color-light-graphic-tertiary: #b8b9c0;
9
- --color-light-neutral-1500: #121213;
10
- --color-light-neutral-1500-inverted: #fff;
11
9
  --color-light-neutral-translucent-100: rgba(38, 55, 88, 0.06);
10
+ --color-light-neutral-translucent-1300: rgba(3, 3, 6, 0.88);
11
+ --color-light-neutral-translucent-1300-inverted: rgba(255, 255, 255, 0.94);
12
12
  --color-light-neutral-translucent-500: rgba(9, 12, 37, 0.28);
13
13
  --color-light-neutral-translucent-500-inverted: rgba(228, 228, 251, 0.28);
14
14
  --color-light-neutral-translucent-700-inverted: rgba(238, 238, 251, 0.55);
@@ -135,7 +135,7 @@
135
135
  display: flex;
136
136
  align-items: center;
137
137
  justify-content: center;
138
- color: var(--color-light-neutral-1500);
138
+ color: var(--color-light-neutral-translucent-1300);
139
139
  } .filter-tag__valueButton_1kq5p {
140
140
  display: flex;
141
141
  align-items: center;
@@ -224,7 +224,7 @@
224
224
  color: var(--tag-text-color-checked);
225
225
  background-color: var(--tag-background-color-checked)
226
226
  } .filter-tag__valueButton_1kq5p.filter-tag__checked_1kq5p > .filter-tag__chevron_1kq5p {
227
- color: var(--color-light-neutral-1500-inverted);
227
+ color: var(--color-light-neutral-translucent-1300-inverted);
228
228
  } .filter-tag__valueButton_1kq5p.filter-tag__checked_1kq5p.filter-tag__rounded_1kq5p.filter-tag__size-32_1kq5p {
229
229
  border-radius: var(--tag-rounded-xxs-border-radius) 0 0
230
230
  var(--tag-rounded-xxs-border-radius);
@@ -2,7 +2,6 @@ export { FilterTag } from './Component.responsive.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import '../../mq/esm';
5
- import '../../shared/esm';
6
5
  import './desktop/Component.desktop.js';
7
6
  import './components/base-filter-tag/Component.js';
8
7
  import 'classnames';
@@ -1,6 +1,5 @@
1
1
  import React, { forwardRef } from 'react';
2
2
  import { useMatchMedia } from '../../mq/modern';
3
- import { getComponentBreakpoint } from '../../shared/modern';
4
3
  import { FilterTagDesktop } from './desktop/Component.desktop.js';
5
4
  import { FilterTagMobile } from './mobile/Component.mobile.js';
6
5
  import './components/base-filter-tag/Component.js';
@@ -11,7 +10,7 @@ import '@alfalab/icons-glyph/ChevronDownMIcon';
11
10
  import '@alfalab/icons-glyph/CrossCircleMIcon';
12
11
  import '@alfalab/icons-glyph/CrossCircleSIcon';
13
12
 
14
- const FilterTag = forwardRef(({ children, breakpoint = getComponentBreakpoint(), ...restProps }, ref) => {
13
+ const FilterTag = forwardRef(({ children, breakpoint = 1024, ...restProps }, ref) => {
15
14
  const query = `(min-width: ${breakpoint}px)`;
16
15
  const [isDesktop] = useMatchMedia(query);
17
16
  const Component = isDesktop ? FilterTagDesktop : FilterTagMobile;