@alfalab/core-components 21.2.0 → 21.2.1-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 (613) hide show
  1. package/bottom-sheet/{Component-d29b1169.d.ts → Component-9bfb0427.d.ts} +0 -0
  2. package/bottom-sheet/{Component-d29b1169.js → Component-9bfb0427.js} +0 -0
  3. package/bottom-sheet/component.js +1 -1
  4. package/bottom-sheet/components/swipeable-backdrop/Component.js +1 -1
  5. package/bottom-sheet/esm/{Component-c7296d77.d.ts → Component-675f649e.d.ts} +0 -0
  6. package/bottom-sheet/esm/{Component-c7296d77.js → Component-675f649e.js} +0 -0
  7. package/bottom-sheet/esm/component.js +1 -1
  8. package/bottom-sheet/esm/components/swipeable-backdrop/Component.js +1 -1
  9. package/bottom-sheet/esm/index.js +1 -1
  10. package/bottom-sheet/index.js +1 -1
  11. package/calendar/Component.js +1 -1
  12. package/calendar/components/days-table/Component.js +1 -1
  13. package/calendar/components/days-table/index.js +1 -1
  14. package/calendar/components/header/Component.js +1 -1
  15. package/calendar/components/header/index.js +1 -1
  16. package/calendar/components/months-table/Component.js +1 -1
  17. package/calendar/components/months-table/index.js +1 -1
  18. package/calendar/components/select-button/Component.js +1 -1
  19. package/calendar/components/select-button/index.js +1 -1
  20. package/calendar/components/years-table/Component.js +1 -1
  21. package/calendar/components/years-table/index.js +1 -1
  22. package/calendar/esm/Component.js +1 -1
  23. package/calendar/esm/components/days-table/Component.js +1 -1
  24. package/calendar/esm/components/days-table/index.js +1 -1
  25. package/calendar/esm/components/header/Component.js +1 -1
  26. package/calendar/esm/components/header/index.js +1 -1
  27. package/calendar/esm/components/months-table/Component.js +1 -1
  28. package/calendar/esm/components/months-table/index.js +1 -1
  29. package/calendar/esm/components/select-button/Component.js +1 -1
  30. package/calendar/esm/components/select-button/index.js +1 -1
  31. package/calendar/esm/components/years-table/Component.js +1 -1
  32. package/calendar/esm/components/years-table/index.js +1 -1
  33. package/calendar/esm/index.js +1 -1
  34. package/calendar/esm/{tslib.es6-d63ffd44.d.ts → tslib.es6-382c8647.d.ts} +0 -0
  35. package/calendar/esm/{tslib.es6-d63ffd44.js → tslib.es6-382c8647.js} +0 -0
  36. package/calendar/index.js +1 -1
  37. package/calendar/{tslib.es6-e19f86f9.d.ts → tslib.es6-772f303b.d.ts} +0 -0
  38. package/calendar/{tslib.es6-e19f86f9.js → tslib.es6-772f303b.js} +0 -0
  39. package/calendar-input/Component.d.ts +1 -1
  40. package/calendar-range/cssm/useCalendarMonthes.js +12 -4
  41. package/calendar-range/esm/useCalendarMonthes.js +12 -4
  42. package/calendar-range/modern/useCalendarMonthes.js +12 -4
  43. package/calendar-range/useCalendarMonthes.js +12 -4
  44. package/chart/Component.js +1 -1
  45. package/chart/esm/Component.js +1 -1
  46. package/chart/esm/hooks/useSettings/index.js +1 -1
  47. package/chart/esm/hooks/useSettings/utils/setDatas.js +1 -1
  48. package/chart/esm/hooks/useSettings/utils/setGradientCharts.js +1 -1
  49. package/chart/esm/index.js +1 -1
  50. package/chart/esm/{tslib.es6-5474bad8.d.ts → tslib.es6-f6456a4e.d.ts} +0 -0
  51. package/chart/esm/{tslib.es6-5474bad8.js → tslib.es6-f6456a4e.js} +0 -0
  52. package/chart/hooks/useSettings/index.js +1 -1
  53. package/chart/hooks/useSettings/utils/setDatas.js +1 -1
  54. package/chart/hooks/useSettings/utils/setGradientCharts.js +1 -1
  55. package/chart/index.js +1 -1
  56. package/chart/{tslib.es6-7950f0d3.d.ts → tslib.es6-5600ba09.d.ts} +0 -0
  57. package/chart/{tslib.es6-7950f0d3.js → tslib.es6-5600ba09.js} +0 -0
  58. package/collapse/Component.d.ts +1 -1
  59. package/collapse/Component.js +13 -8
  60. package/collapse/cssm/Component.d.ts +1 -1
  61. package/collapse/cssm/Component.js +12 -7
  62. package/collapse/cssm/index.js +1 -0
  63. package/collapse/esm/Component.d.ts +1 -1
  64. package/collapse/esm/Component.js +13 -8
  65. package/collapse/esm/index.css +8 -8
  66. package/collapse/esm/index.js +1 -0
  67. package/collapse/index.css +8 -8
  68. package/collapse/index.js +1 -0
  69. package/collapse/modern/Component.d.ts +1 -1
  70. package/collapse/modern/Component.js +13 -8
  71. package/collapse/modern/index.css +8 -8
  72. package/collapse/modern/index.js +1 -0
  73. package/date-input/cssm/Component.d.ts +1 -1
  74. package/gallery/Component.js +2 -2
  75. package/gallery/components/header/Component.js +1 -1
  76. package/gallery/components/header/buttons.js +1 -1
  77. package/gallery/components/header/index.js +1 -1
  78. package/gallery/components/image-viewer/component.js +2 -2
  79. package/gallery/components/image-viewer/index.js +2 -2
  80. package/gallery/components/image-viewer/slide.js +1 -1
  81. package/gallery/components/index.js +2 -2
  82. package/gallery/esm/Component.js +2 -2
  83. package/gallery/esm/components/header/Component.js +1 -1
  84. package/gallery/esm/components/header/buttons.js +1 -1
  85. package/gallery/esm/components/header/index.js +1 -1
  86. package/gallery/esm/components/image-viewer/component.js +2 -2
  87. package/gallery/esm/components/image-viewer/index.js +2 -2
  88. package/gallery/esm/components/image-viewer/slide.js +1 -1
  89. package/gallery/esm/components/index.js +2 -2
  90. package/gallery/esm/index.js +2 -2
  91. package/gallery/esm/{slide-532577ce.d.ts → slide-42c5c0aa.d.ts} +0 -0
  92. package/gallery/esm/{slide-532577ce.js → slide-42c5c0aa.js} +0 -0
  93. package/gallery/esm/{tslib.es6-2d1b56a1.d.ts → tslib.es6-d649d0e5.d.ts} +0 -0
  94. package/gallery/esm/{tslib.es6-2d1b56a1.js → tslib.es6-d649d0e5.js} +0 -0
  95. package/gallery/index.js +2 -2
  96. package/gallery/modern/Component.js +1 -1
  97. package/gallery/modern/components/image-viewer/component.js +1 -1
  98. package/gallery/modern/components/image-viewer/index.js +1 -1
  99. package/gallery/modern/components/image-viewer/slide.js +1 -1
  100. package/gallery/modern/components/index.js +1 -1
  101. package/gallery/modern/index.js +1 -1
  102. package/gallery/modern/{slide-d87a486b.d.ts → slide-0dab9fbd.d.ts} +0 -0
  103. package/gallery/modern/{slide-d87a486b.js → slide-0dab9fbd.js} +0 -0
  104. package/gallery/{slide-aec72ab7.d.ts → slide-9efcf80a.d.ts} +0 -0
  105. package/gallery/{slide-aec72ab7.js → slide-9efcf80a.js} +0 -0
  106. package/gallery/{tslib.es6-1ff0896f.d.ts → tslib.es6-5adc4aff.d.ts} +0 -0
  107. package/gallery/{tslib.es6-1ff0896f.js → tslib.es6-5adc4aff.js} +0 -0
  108. package/grid/Component.js +1 -1
  109. package/grid/col/Component.js +1 -1
  110. package/grid/col/index.js +1 -1
  111. package/grid/esm/Component.js +1 -1
  112. package/grid/esm/col/Component.js +1 -1
  113. package/grid/esm/col/index.js +1 -1
  114. package/grid/esm/{gutters.module-b39da5b6.d.ts → gutters.module-3fc6e1b2.d.ts} +0 -0
  115. package/grid/esm/{gutters.module-b39da5b6.js → gutters.module-3fc6e1b2.js} +0 -0
  116. package/grid/esm/index.js +1 -1
  117. package/grid/esm/row/Component.js +1 -1
  118. package/grid/esm/row/index.js +1 -1
  119. package/grid/{gutters.module-d3fcf523.d.ts → gutters.module-e0ce9737.d.ts} +0 -0
  120. package/grid/{gutters.module-d3fcf523.js → gutters.module-e0ce9737.js} +0 -0
  121. package/grid/index.js +1 -1
  122. package/grid/modern/Component.js +1 -1
  123. package/grid/modern/col/Component.js +1 -1
  124. package/grid/modern/col/index.js +1 -1
  125. package/grid/modern/{gutters.module-3f6357c5.js → gutters.module-5396dff7.js} +0 -0
  126. package/grid/modern/index.js +1 -1
  127. package/grid/modern/row/Component.js +1 -1
  128. package/grid/modern/row/index.js +1 -1
  129. package/grid/row/Component.js +1 -1
  130. package/grid/row/index.js +1 -1
  131. package/input-autocomplete/{Component-d31eda6b.d.ts → Component-1e492c46.d.ts} +0 -0
  132. package/input-autocomplete/{Component-d31eda6b.js → Component-1e492c46.js} +0 -0
  133. package/input-autocomplete/Component.js +1 -1
  134. package/input-autocomplete/autocomplete-field/Component.js +1 -1
  135. package/input-autocomplete/autocomplete-field/index.d.ts +1 -1
  136. package/input-autocomplete/autocomplete-field/index.js +1 -1
  137. package/input-autocomplete/esm/{Component-8de64414.d.ts → Component-2121a0e7.d.ts} +0 -0
  138. package/input-autocomplete/esm/{Component-8de64414.js → Component-2121a0e7.js} +0 -0
  139. package/input-autocomplete/esm/Component.js +1 -1
  140. package/input-autocomplete/esm/autocomplete-field/Component.js +1 -1
  141. package/input-autocomplete/esm/autocomplete-field/index.d.ts +1 -1
  142. package/input-autocomplete/esm/autocomplete-field/index.js +1 -1
  143. package/input-autocomplete/esm/index.js +1 -1
  144. package/input-autocomplete/index.js +1 -1
  145. package/intl-phone-input/{component-e176831e.d.ts → component-2eeff334.d.ts} +0 -0
  146. package/intl-phone-input/{component-e176831e.js → component-2eeff334.js} +0 -0
  147. package/intl-phone-input/component.d.ts +1 -1
  148. package/intl-phone-input/component.js +2 -2
  149. package/intl-phone-input/components/index.js +1 -1
  150. package/intl-phone-input/components/select/component.js +1 -1
  151. package/intl-phone-input/components/select/index.js +1 -1
  152. package/intl-phone-input/components/select-field/component.js +1 -1
  153. package/intl-phone-input/components/select-field/index.d.ts +1 -1
  154. package/intl-phone-input/components/select-field/index.js +1 -1
  155. package/intl-phone-input/esm/{component-62c88e86.d.ts → component-93ea1dbd.d.ts} +0 -0
  156. package/intl-phone-input/esm/{component-62c88e86.js → component-93ea1dbd.js} +0 -0
  157. package/intl-phone-input/esm/component.js +2 -2
  158. package/intl-phone-input/esm/components/index.js +1 -1
  159. package/intl-phone-input/esm/components/select/component.js +1 -1
  160. package/intl-phone-input/esm/components/select/index.js +1 -1
  161. package/intl-phone-input/esm/components/select-field/component.js +1 -1
  162. package/intl-phone-input/esm/components/select-field/index.d.ts +1 -1
  163. package/intl-phone-input/esm/components/select-field/index.js +1 -1
  164. package/intl-phone-input/esm/index.js +1 -1
  165. package/intl-phone-input/esm/{libphonenumber-js.min-2a7c96ab.d.ts → libphonenumber-js.min-46f0a1bd.d.ts} +0 -0
  166. package/intl-phone-input/esm/{libphonenumber-js.min-2a7c96ab.js → libphonenumber-js.min-46f0a1bd.js} +0 -0
  167. package/intl-phone-input/index.js +1 -1
  168. package/intl-phone-input/{libphonenumber-js.min-755fcd4d.d.ts → libphonenumber-js.min-839979e5.d.ts} +0 -0
  169. package/intl-phone-input/{libphonenumber-js.min-755fcd4d.js → libphonenumber-js.min-839979e5.js} +0 -0
  170. package/intl-phone-input/modern/component.js +1 -1
  171. package/intl-phone-input/modern/{libphonenumber-js.min-2a7c96ab.d.ts → libphonenumber-js.min-46f0a1bd.d.ts} +0 -0
  172. package/intl-phone-input/modern/{libphonenumber-js.min-2a7c96ab.js → libphonenumber-js.min-46f0a1bd.js} +0 -0
  173. package/modal/Component.desktop.js +2 -2
  174. package/modal/Component.mobile.js +2 -2
  175. package/modal/Component.responsive.d.ts +3 -3
  176. package/modal/Component.responsive.js +2 -2
  177. package/modal/components/closer/Component.js +1 -1
  178. package/modal/components/content/Component.desktop.js +1 -1
  179. package/modal/components/content/Component.mobile.js +1 -1
  180. package/modal/components/footer/Component.desktop.js +1 -1
  181. package/modal/components/footer/Component.mobile.js +1 -1
  182. package/modal/components/header/Component.desktop.js +1 -1
  183. package/modal/components/header/Component.js +1 -1
  184. package/modal/components/header/Component.mobile.js +1 -1
  185. package/modal/desktop.js +2 -2
  186. package/modal/esm/Component.desktop.js +2 -2
  187. package/modal/esm/Component.mobile.js +2 -2
  188. package/modal/esm/Component.responsive.js +2 -2
  189. package/modal/esm/components/closer/Component.js +1 -1
  190. package/modal/esm/components/content/Component.desktop.js +1 -1
  191. package/modal/esm/components/content/Component.mobile.js +1 -1
  192. package/modal/esm/components/footer/Component.desktop.js +1 -1
  193. package/modal/esm/components/footer/Component.mobile.js +1 -1
  194. package/modal/esm/components/header/Component.desktop.js +1 -1
  195. package/modal/esm/components/header/Component.js +1 -1
  196. package/modal/esm/components/header/Component.mobile.js +1 -1
  197. package/modal/esm/desktop.js +2 -2
  198. package/modal/esm/index.js +2 -2
  199. package/modal/esm/mobile.js +2 -2
  200. package/modal/esm/responsive.js +2 -2
  201. package/modal/esm/{transitions.module-98ef8445.js → transitions.module-fc882cd9.js} +0 -0
  202. package/modal/esm/{tslib.es6-6cf02a17.d.ts → tslib.es6-7e046e3c.d.ts} +0 -0
  203. package/modal/esm/{tslib.es6-6cf02a17.js → tslib.es6-7e046e3c.js} +0 -0
  204. package/modal/index.js +2 -2
  205. package/modal/mobile.js +2 -2
  206. package/modal/modern/Component.desktop.js +1 -1
  207. package/modal/modern/Component.mobile.js +1 -1
  208. package/modal/modern/Component.responsive.js +1 -1
  209. package/modal/modern/desktop.js +1 -1
  210. package/modal/modern/index.js +1 -1
  211. package/modal/modern/mobile.js +1 -1
  212. package/modal/modern/responsive.js +1 -1
  213. package/modal/modern/{transitions.module-98ef8445.js → transitions.module-fc882cd9.js} +0 -0
  214. package/modal/responsive.js +2 -2
  215. package/modal/{transitions.module-2f4f417d.js → transitions.module-71182aa9.js} +0 -0
  216. package/modal/{tslib.es6-bc62a4c8.d.ts → tslib.es6-58db9e66.d.ts} +0 -0
  217. package/modal/{tslib.es6-bc62a4c8.js → tslib.es6-58db9e66.js} +0 -0
  218. package/notification/Component.js +1 -1
  219. package/notification/esm/Component.js +1 -1
  220. package/notification/esm/index.css +7 -7
  221. package/notification/index.css +7 -7
  222. package/notification/modern/Component.js +1 -1
  223. package/notification/modern/index.css +7 -7
  224. package/notification-manager/{component-551fe5f3.d.ts → component-31f7b4e5.d.ts} +0 -0
  225. package/notification-manager/{component-551fe5f3.js → component-31f7b4e5.js} +0 -0
  226. package/notification-manager/component.js +2 -2
  227. package/notification-manager/components/index.js +1 -1
  228. package/notification-manager/components/notification/component.js +1 -1
  229. package/notification-manager/components/notification/index.d.ts +1 -1
  230. package/notification-manager/components/notification/index.js +1 -1
  231. package/notification-manager/esm/{component-f06f6118.d.ts → component-a16205c4.d.ts} +0 -0
  232. package/notification-manager/esm/{component-f06f6118.js → component-a16205c4.js} +0 -0
  233. package/notification-manager/esm/component.js +2 -2
  234. package/notification-manager/esm/components/index.js +1 -1
  235. package/notification-manager/esm/components/notification/component.js +1 -1
  236. package/notification-manager/esm/components/notification/index.d.ts +1 -1
  237. package/notification-manager/esm/components/notification/index.js +1 -1
  238. package/notification-manager/esm/index.css +11 -11
  239. package/notification-manager/esm/index.js +1 -1
  240. package/notification-manager/index.css +11 -11
  241. package/notification-manager/index.js +1 -1
  242. package/notification-manager/modern/component.js +1 -1
  243. package/notification-manager/modern/index.css +11 -11
  244. package/package.json +1 -1
  245. package/phone-input/esm/utils/index.js +5 -7
  246. package/picker-button/{Component-63eabf0e.d.ts → Component-c1566232.d.ts} +0 -0
  247. package/picker-button/{Component-63eabf0e.js → Component-c1566232.js} +0 -0
  248. package/picker-button/Component.d.ts +1 -1
  249. package/picker-button/Component.js +1 -1
  250. package/picker-button/esm/{Component-d46d35db.d.ts → Component-1ef28fe1.d.ts} +0 -0
  251. package/picker-button/esm/{Component-d46d35db.js → Component-1ef28fe1.js} +0 -0
  252. package/picker-button/esm/Component.js +1 -1
  253. package/picker-button/esm/field/Component.js +1 -1
  254. package/picker-button/esm/field/index.d.ts +1 -1
  255. package/picker-button/esm/field/index.js +1 -1
  256. package/picker-button/esm/index.js +1 -1
  257. package/picker-button/field/Component.js +1 -1
  258. package/picker-button/field/index.d.ts +1 -1
  259. package/picker-button/field/index.js +1 -1
  260. package/picker-button/index.js +1 -1
  261. package/select/Component.js +1 -1
  262. package/select/components/base-select/Component.js +1 -1
  263. package/select/components/base-select/index.js +1 -1
  264. package/select/components/field/Component.js +1 -1
  265. package/select/components/field/index.js +1 -1
  266. package/select/components/index.js +1 -1
  267. package/select/components/native-select/Component.js +1 -1
  268. package/select/components/native-select/index.js +1 -1
  269. package/select/components/option/Component.js +1 -1
  270. package/select/components/option/index.js +1 -1
  271. package/select/esm/Component.d.ts +1 -1
  272. package/select/esm/Component.js +1 -1
  273. package/select/esm/components/base-select/Component.js +1 -1
  274. package/select/esm/components/base-select/index.js +1 -1
  275. package/select/esm/components/field/Component.js +1 -1
  276. package/select/esm/components/field/index.js +1 -1
  277. package/select/esm/components/index.js +1 -1
  278. package/select/esm/components/native-select/Component.js +1 -1
  279. package/select/esm/components/native-select/index.js +1 -1
  280. package/select/esm/components/option/Component.js +1 -1
  281. package/select/esm/components/option/index.js +1 -1
  282. package/select/esm/index.js +1 -1
  283. package/select/esm/presets/index.js +1 -1
  284. package/select/esm/presets/useLazyLoading/hook.js +1 -1
  285. package/select/esm/presets/useSelectWithLoading/hook.js +1 -1
  286. package/select/esm/{tslib.es6-75d1f2dc.d.ts → tslib.es6-f2dda8ca.d.ts} +0 -0
  287. package/select/esm/{tslib.es6-75d1f2dc.js → tslib.es6-f2dda8ca.js} +0 -0
  288. package/select/index.js +1 -1
  289. package/select/modern/Component.d.ts +1 -1
  290. package/select/presets/index.js +1 -1
  291. package/select/presets/useLazyLoading/hook.js +1 -1
  292. package/select/presets/useSelectWithLoading/hook.js +1 -1
  293. package/select/{tslib.es6-e716a5d4.d.ts → tslib.es6-0a6ecfa9.d.ts} +0 -0
  294. package/select/{tslib.es6-e716a5d4.js → tslib.es6-0a6ecfa9.js} +0 -0
  295. package/select-with-tags/component.js +1 -1
  296. package/select-with-tags/components/index.js +1 -1
  297. package/select-with-tags/components/tag/component.js +1 -1
  298. package/select-with-tags/components/tag/index.js +1 -1
  299. package/select-with-tags/components/tag-list/component.js +1 -1
  300. package/select-with-tags/components/tag-list/index.js +1 -1
  301. package/select-with-tags/esm/component.js +1 -1
  302. package/select-with-tags/esm/components/index.js +1 -1
  303. package/select-with-tags/esm/components/tag/component.js +1 -1
  304. package/select-with-tags/esm/components/tag/index.js +1 -1
  305. package/select-with-tags/esm/components/tag-list/component.js +1 -1
  306. package/select-with-tags/esm/components/tag-list/index.js +1 -1
  307. package/select-with-tags/esm/index.js +1 -1
  308. package/select-with-tags/esm/{tslib.es6-db28aa0c.d.ts → tslib.es6-1dfcb334.d.ts} +0 -0
  309. package/select-with-tags/esm/{tslib.es6-db28aa0c.js → tslib.es6-1dfcb334.js} +0 -0
  310. package/select-with-tags/esm/utils/index.js +1 -1
  311. package/select-with-tags/esm/utils/match.js +1 -1
  312. package/select-with-tags/index.js +1 -1
  313. package/select-with-tags/{tslib.es6-81e325ac.d.ts → tslib.es6-057f20de.d.ts} +0 -0
  314. package/select-with-tags/{tslib.es6-81e325ac.js → tslib.es6-057f20de.js} +0 -0
  315. package/select-with-tags/utils/index.js +1 -1
  316. package/select-with-tags/utils/match.js +1 -1
  317. package/space/Component.js +1 -1
  318. package/space/{Item-1b05d5f9.d.ts → Item-469eb73b.d.ts} +0 -0
  319. package/space/{Item-1b05d5f9.js → Item-469eb73b.js} +0 -0
  320. package/space/Item.js +1 -1
  321. package/space/esm/Component.js +1 -1
  322. package/space/esm/{Item-a82e8323.d.ts → Item-c0e149ef.d.ts} +0 -0
  323. package/space/esm/{Item-a82e8323.js → Item-c0e149ef.js} +0 -0
  324. package/space/esm/Item.js +1 -1
  325. package/space/esm/index.js +1 -1
  326. package/space/index.js +1 -1
  327. package/tabs/components/primary-tablist/Component.desktop.js +2 -2
  328. package/tabs/components/primary-tablist/Component.js +1 -1
  329. package/tabs/components/primary-tablist/Component.mobile.js +2 -2
  330. package/tabs/components/primary-tablist/Component.responsive.js +2 -2
  331. package/tabs/components/secondary-tablist/Component.desktop.js +2 -2
  332. package/tabs/components/secondary-tablist/Component.js +1 -1
  333. package/tabs/components/secondary-tablist/Component.mobile.js +2 -2
  334. package/tabs/components/secondary-tablist/Component.responsive.js +2 -2
  335. package/tabs/components/tabs/Component.d.ts +1 -1
  336. package/tabs/components/tabs/Component.desktop.d.ts +1 -1
  337. package/tabs/components/tabs/Component.desktop.js +3 -3
  338. package/tabs/components/tabs/Component.mobile.d.ts +1 -1
  339. package/tabs/components/tabs/Component.mobile.js +3 -3
  340. package/tabs/components/tabs/Component.responsive.d.ts +1 -1
  341. package/tabs/components/tabs/Component.responsive.js +3 -3
  342. package/tabs/desktop.js +3 -3
  343. package/tabs/esm/components/primary-tablist/Component.desktop.js +2 -2
  344. package/tabs/esm/components/primary-tablist/Component.js +1 -1
  345. package/tabs/esm/components/primary-tablist/Component.mobile.js +2 -2
  346. package/tabs/esm/components/primary-tablist/Component.responsive.js +2 -2
  347. package/tabs/esm/components/secondary-tablist/Component.desktop.js +2 -2
  348. package/tabs/esm/components/secondary-tablist/Component.js +1 -1
  349. package/tabs/esm/components/secondary-tablist/Component.mobile.js +2 -2
  350. package/tabs/esm/components/secondary-tablist/Component.responsive.js +2 -2
  351. package/tabs/esm/components/tabs/Component.desktop.js +3 -3
  352. package/tabs/esm/components/tabs/Component.mobile.js +3 -3
  353. package/tabs/esm/components/tabs/Component.responsive.js +3 -3
  354. package/tabs/esm/desktop.js +3 -3
  355. package/tabs/esm/index.js +3 -3
  356. package/tabs/esm/{index.module-b8f02978.js → index.module-74111578.js} +0 -0
  357. package/tabs/esm/{index.module-7b7803cd.js → index.module-fe074327.js} +0 -0
  358. package/tabs/esm/mobile.js +3 -3
  359. package/tabs/esm/responsive.js +3 -3
  360. package/tabs/esm/{tslib.es6-3075eccf.d.ts → tslib.es6-a444505f.d.ts} +0 -0
  361. package/tabs/esm/{tslib.es6-3075eccf.js → tslib.es6-a444505f.js} +0 -0
  362. package/tabs/index.js +3 -3
  363. package/tabs/{index.module-79996d12.js → index.module-4324985b.js} +0 -0
  364. package/tabs/{index.module-b8d932b5.js → index.module-74397790.js} +0 -0
  365. package/tabs/mobile.js +3 -3
  366. package/tabs/modern/components/primary-tablist/Component.desktop.js +1 -1
  367. package/tabs/modern/components/primary-tablist/Component.mobile.js +1 -1
  368. package/tabs/modern/components/primary-tablist/Component.responsive.js +1 -1
  369. package/tabs/modern/components/secondary-tablist/Component.desktop.js +1 -1
  370. package/tabs/modern/components/secondary-tablist/Component.mobile.js +1 -1
  371. package/tabs/modern/components/secondary-tablist/Component.responsive.js +1 -1
  372. package/tabs/modern/components/tabs/Component.desktop.js +2 -2
  373. package/tabs/modern/components/tabs/Component.mobile.js +2 -2
  374. package/tabs/modern/components/tabs/Component.responsive.js +2 -2
  375. package/tabs/modern/desktop.js +2 -2
  376. package/tabs/modern/index.js +2 -2
  377. package/tabs/modern/{index.module-b8f02978.js → index.module-74111578.js} +0 -0
  378. package/tabs/modern/{index.module-7b7803cd.js → index.module-fe074327.js} +0 -0
  379. package/tabs/modern/mobile.js +2 -2
  380. package/tabs/modern/responsive.js +2 -2
  381. package/tabs/responsive.js +3 -3
  382. package/tabs/{tslib.es6-a22d986c.d.ts → tslib.es6-89dfbea4.d.ts} +0 -0
  383. package/tabs/{tslib.es6-a22d986c.js → tslib.es6-89dfbea4.js} +0 -0
  384. package/textarea/Component.js +3 -3
  385. package/textarea/default.css +19 -19
  386. package/textarea/esm/Component.js +3 -3
  387. package/textarea/esm/default.css +19 -19
  388. package/textarea/esm/index.css +22 -22
  389. package/textarea/esm/inverted.css +19 -19
  390. package/textarea/index.css +22 -22
  391. package/textarea/inverted.css +19 -19
  392. package/textarea/modern/Component.js +3 -3
  393. package/textarea/modern/default.css +19 -19
  394. package/textarea/modern/index.css +22 -22
  395. package/textarea/modern/inverted.css +19 -19
  396. package/themes/compiled/mobile-dark-bluetint.css +1195 -63
  397. package/themes/compiled/mobile-dark-bluetint.js +2 -0
  398. package/themes/dark.js +2 -0
  399. package/themes/esm/compiled/mobile-dark-bluetint.js +3 -0
  400. package/themes/modern/compiled/mobile-dark-bluetint.js +3 -0
  401. package/themes/package.json +10 -1
  402. package/themes/send-stats.js +0 -0
  403. package/toast/component.js +1 -1
  404. package/toast/esm/component.js +1 -1
  405. package/toast/esm/index.css +9 -9
  406. package/toast/index.css +9 -9
  407. package/toast/modern/component.js +1 -1
  408. package/toast/modern/index.css +9 -9
  409. package/toast-plate/component.js +1 -1
  410. package/toast-plate/esm/component.js +1 -1
  411. package/toast-plate/esm/index.css +15 -15
  412. package/toast-plate/index.css +15 -15
  413. package/toast-plate/modern/component.js +1 -1
  414. package/toast-plate/modern/index.css +15 -15
  415. package/tooltip/{Component-7f2dbcf0.d.ts → Component-f20ef2d7.d.ts} +0 -0
  416. package/tooltip/{Component-7f2dbcf0.js → Component-f20ef2d7.js} +0 -0
  417. package/tooltip/Component.js +1 -1
  418. package/tooltip/component.responsive.js +1 -1
  419. package/tooltip/esm/{Component-6d28f284.d.ts → Component-2769c7a2.d.ts} +0 -0
  420. package/tooltip/esm/{Component-6d28f284.js → Component-2769c7a2.js} +0 -0
  421. package/tooltip/esm/Component.js +1 -1
  422. package/tooltip/esm/component.responsive.js +1 -1
  423. package/tooltip/esm/index.d.ts +1 -1
  424. package/tooltip/esm/index.js +1 -1
  425. package/tooltip/esm/responsive.js +1 -1
  426. package/tooltip/index.d.ts +1 -1
  427. package/tooltip/index.js +1 -1
  428. package/tooltip/responsive.js +1 -1
  429. package/typography/{colors.module-ded492e1.d.ts → colors.module-27351680.d.ts} +0 -0
  430. package/typography/{colors.module-ded492e1.js → colors.module-27351680.js} +0 -0
  431. package/typography/{common.module-1de331b9.js → common.module-76bc6308.js} +0 -0
  432. package/typography/component.js +2 -2
  433. package/typography/cssm/text/component.d.ts +2 -2
  434. package/typography/cssm/title/component.d.ts +3 -3
  435. package/typography/esm/{colors.module-d21f47ee.d.ts → colors.module-5ec81d89.d.ts} +0 -0
  436. package/typography/esm/{colors.module-d21f47ee.js → colors.module-5ec81d89.js} +0 -0
  437. package/typography/esm/{common.module-9782b936.js → common.module-c8536c86.js} +0 -0
  438. package/typography/esm/component.js +2 -2
  439. package/typography/esm/index.js +2 -2
  440. package/typography/esm/text/component.js +1 -1
  441. package/typography/esm/text/index.js +1 -1
  442. package/typography/esm/title/component.js +1 -1
  443. package/typography/esm/title/index.js +2 -2
  444. package/typography/esm/title-responsive/component.js +2 -2
  445. package/typography/esm/title-responsive/index.js +2 -2
  446. package/typography/index.js +2 -2
  447. package/typography/modern/{colors.module-5a6490a8.js → colors.module-fa7415e8.js} +0 -0
  448. package/typography/modern/{common.module-9782b936.js → common.module-c8536c86.js} +0 -0
  449. package/typography/modern/component.js +2 -2
  450. package/typography/modern/index.js +2 -2
  451. package/typography/modern/text/component.js +1 -1
  452. package/typography/modern/text/index.js +1 -1
  453. package/typography/modern/title/component.js +1 -1
  454. package/typography/modern/title/index.js +2 -2
  455. package/typography/modern/title-responsive/component.js +2 -2
  456. package/typography/modern/title-responsive/index.js +2 -2
  457. package/typography/text/component.d.ts +2 -2
  458. package/typography/text/component.js +1 -1
  459. package/typography/text/index.js +1 -1
  460. package/typography/title/component.d.ts +3 -3
  461. package/typography/title/component.js +1 -1
  462. package/typography/title/index.js +2 -2
  463. package/typography/title-responsive/component.js +2 -2
  464. package/typography/title-responsive/index.js +2 -2
  465. package/vars/colors-bluetint.js +2 -0
  466. package/vars/colors-indigo.js +2 -0
  467. package/vars/cssm/colors-bluetint.js +2 -0
  468. package/vars/cssm/colors-indigo.js +2 -0
  469. package/vars/package.json +11 -1
  470. package/vars/send-stats.js +0 -0
  471. package/themes/dist/amount/click.css +0 -4
  472. package/themes/dist/backdrop/click.css +0 -4
  473. package/themes/dist/button/click.css +0 -13
  474. package/themes/dist/button/corp.css +0 -21
  475. package/themes/dist/button/mobile.css +0 -19
  476. package/themes/dist/button/site.css +0 -5
  477. package/themes/dist/calendar/click.css +0 -11
  478. package/themes/dist/calendar-input/click.css +0 -4
  479. package/themes/dist/calendar-input/corp.css +0 -3
  480. package/themes/dist/checkbox/click.css +0 -9
  481. package/themes/dist/checkbox/mobile.css +0 -19
  482. package/themes/dist/click.css +0 -696
  483. package/themes/dist/compiled/mobile-dark-bluetint.css +0 -1856
  484. package/themes/dist/compiled/mobile-dark-bluetint.d.ts +0 -2
  485. package/themes/dist/compiled/mobile-dark-bluetint.js +0 -11
  486. package/themes/dist/confirmation/click.css +0 -12
  487. package/themes/dist/confirmation/mobile.css +0 -7
  488. package/themes/dist/corp.css +0 -520
  489. package/themes/dist/dark.css +0 -134
  490. package/themes/dist/dark.d.ts +0 -2
  491. package/themes/dist/dark.js +0 -12
  492. package/themes/dist/dropzone/click.css +0 -5
  493. package/themes/dist/esm/compiled/mobile-dark-bluetint.d.ts +0 -2
  494. package/themes/dist/esm/compiled/mobile-dark-bluetint.js +0 -4
  495. package/themes/dist/esm/dark.d.ts +0 -2
  496. package/themes/dist/esm/dark.js +0 -6
  497. package/themes/dist/form-control/click.css +0 -31
  498. package/themes/dist/form-control/mobile.css +0 -34
  499. package/themes/dist/form-control/site.css +0 -5
  500. package/themes/dist/input/click.css +0 -8
  501. package/themes/dist/input/corp.css +0 -3
  502. package/themes/dist/input/mobile.css +0 -13
  503. package/themes/dist/input/site.css +0 -4
  504. package/themes/dist/link/click.css +0 -25
  505. package/themes/dist/list/click.css +0 -4
  506. package/themes/dist/mixins/amount/click.css +0 -4
  507. package/themes/dist/mixins/backdrop/click.css +0 -4
  508. package/themes/dist/mixins/button/click.css +0 -13
  509. package/themes/dist/mixins/button/corp.css +0 -21
  510. package/themes/dist/mixins/button/mobile.css +0 -19
  511. package/themes/dist/mixins/button/site.css +0 -5
  512. package/themes/dist/mixins/calendar/click.css +0 -11
  513. package/themes/dist/mixins/calendar-input/click.css +0 -4
  514. package/themes/dist/mixins/calendar-input/corp.css +0 -3
  515. package/themes/dist/mixins/checkbox/click.css +0 -9
  516. package/themes/dist/mixins/checkbox/mobile.css +0 -19
  517. package/themes/dist/mixins/click.css +0 -48
  518. package/themes/dist/mixins/confirmation/click.css +0 -12
  519. package/themes/dist/mixins/confirmation/mobile.css +0 -7
  520. package/themes/dist/mixins/corp.css +0 -13
  521. package/themes/dist/mixins/dark.css +0 -134
  522. package/themes/dist/mixins/dropzone/click.css +0 -5
  523. package/themes/dist/mixins/form-control/click.css +0 -31
  524. package/themes/dist/mixins/form-control/mobile.css +0 -34
  525. package/themes/dist/mixins/form-control/site.css +0 -5
  526. package/themes/dist/mixins/input/click.css +0 -8
  527. package/themes/dist/mixins/input/corp.css +0 -3
  528. package/themes/dist/mixins/input/mobile.css +0 -13
  529. package/themes/dist/mixins/input/site.css +0 -4
  530. package/themes/dist/mixins/link/click.css +0 -25
  531. package/themes/dist/mixins/list/click.css +0 -4
  532. package/themes/dist/mixins/mobile.css +0 -23
  533. package/themes/dist/mixins/modal/click.css +0 -29
  534. package/themes/dist/mixins/radio/click.css +0 -9
  535. package/themes/dist/mixins/radio/mobile.css +0 -19
  536. package/themes/dist/mixins/select/click.css +0 -18
  537. package/themes/dist/mixins/select/corp.css +0 -3
  538. package/themes/dist/mixins/site.css +0 -11
  539. package/themes/dist/mixins/skeleton/click.css +0 -8
  540. package/themes/dist/mixins/slider/click.css +0 -16
  541. package/themes/dist/mixins/slider/mobile.css +0 -5
  542. package/themes/dist/mixins/slider-input/mobile.css +0 -3
  543. package/themes/dist/mixins/switch/click.css +0 -5
  544. package/themes/dist/mixins/tabs/click.css +0 -20
  545. package/themes/dist/mixins/tabs/corp.css +0 -4
  546. package/themes/dist/mixins/tabs/site.css +0 -8
  547. package/themes/dist/mixins/tag/click.css +0 -11
  548. package/themes/dist/mixins/tag/mobile.css +0 -14
  549. package/themes/dist/mixins/toast-plate/click.css +0 -8
  550. package/themes/dist/mobile.css +0 -594
  551. package/themes/dist/modal/click.css +0 -29
  552. package/themes/dist/modern/compiled/mobile-dark-bluetint.d.ts +0 -2
  553. package/themes/dist/modern/compiled/mobile-dark-bluetint.js +0 -4
  554. package/themes/dist/modern/dark.d.ts +0 -2
  555. package/themes/dist/modern/dark.js +0 -6
  556. package/themes/dist/package.json +0 -12
  557. package/themes/dist/radio/click.css +0 -9
  558. package/themes/dist/radio/mobile.css +0 -19
  559. package/themes/dist/select/click.css +0 -18
  560. package/themes/dist/select/corp.css +0 -3
  561. package/themes/dist/send-stats.js +0 -82
  562. package/themes/dist/site.css +0 -512
  563. package/themes/dist/skeleton/click.css +0 -8
  564. package/themes/dist/slider/click.css +0 -16
  565. package/themes/dist/slider/mobile.css +0 -5
  566. package/themes/dist/slider-input/mobile.css +0 -3
  567. package/themes/dist/switch/click.css +0 -5
  568. package/themes/dist/tabs/click.css +0 -20
  569. package/themes/dist/tabs/corp.css +0 -4
  570. package/themes/dist/tabs/site.css +0 -8
  571. package/themes/dist/tag/click.css +0 -11
  572. package/themes/dist/tag/mobile.css +0 -14
  573. package/themes/dist/toast-plate/click.css +0 -8
  574. package/vars/dist/border-radius.css +0 -9
  575. package/vars/dist/colors-addons.css +0 -55
  576. package/vars/dist/colors-bluetint.css +0 -247
  577. package/vars/dist/colors-bluetint.d.ts +0 -2
  578. package/vars/dist/colors-bluetint.js +0 -12
  579. package/vars/dist/colors-indigo.css +0 -269
  580. package/vars/dist/colors-indigo.d.ts +0 -2
  581. package/vars/dist/colors-indigo.js +0 -12
  582. package/vars/dist/colors-transparent.css +0 -22
  583. package/vars/dist/colors.css +0 -71
  584. package/vars/dist/cssm/border-radius.css +0 -9
  585. package/vars/dist/cssm/colors-addons.css +0 -55
  586. package/vars/dist/cssm/colors-bluetint.css +0 -247
  587. package/vars/dist/cssm/colors-bluetint.d.ts +0 -2
  588. package/vars/dist/cssm/colors-bluetint.js +0 -12
  589. package/vars/dist/cssm/colors-indigo.css +0 -265
  590. package/vars/dist/cssm/colors-indigo.d.ts +0 -2
  591. package/vars/dist/cssm/colors-indigo.js +0 -12
  592. package/vars/dist/cssm/colors-transparent.css +0 -22
  593. package/vars/dist/cssm/colors.css +0 -71
  594. package/vars/dist/cssm/gaps.css +0 -30
  595. package/vars/dist/cssm/index.css +0 -496
  596. package/vars/dist/cssm/mixins.css +0 -1
  597. package/vars/dist/cssm/shadows-indigo.css +0 -38
  598. package/vars/dist/cssm/typography.css +0 -6
  599. package/vars/dist/esm/colors-bluetint.d.ts +0 -2
  600. package/vars/dist/esm/colors-bluetint.js +0 -6
  601. package/vars/dist/esm/colors-indigo.d.ts +0 -2
  602. package/vars/dist/esm/colors-indigo.js +0 -6
  603. package/vars/dist/gaps.css +0 -30
  604. package/vars/dist/index.css +0 -9
  605. package/vars/dist/mixins.css +0 -4
  606. package/vars/dist/modern/colors-bluetint.d.ts +0 -2
  607. package/vars/dist/modern/colors-bluetint.js +0 -6
  608. package/vars/dist/modern/colors-indigo.d.ts +0 -2
  609. package/vars/dist/modern/colors-indigo.js +0 -6
  610. package/vars/dist/package.json +0 -13
  611. package/vars/dist/send-stats.js +0 -82
  612. package/vars/dist/shadows-indigo.css +0 -38
  613. package/vars/dist/typography.css +0 -486
@@ -1,3 +1,5 @@
1
+ 'use strict';
2
+
1
3
  var styles = require('!!css-loader!@alfalab/core-components/themes/compiled/mobile-dark-bluetint.css');
2
4
 
3
5
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
package/themes/dark.js CHANGED
@@ -1,3 +1,5 @@
1
+ 'use strict';
2
+
1
3
  var styles = require('!!css-loader!@alfalab/core-components/themes/dark.css');
2
4
 
3
5
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
@@ -1 +1,4 @@
1
+ import styles from '!!css-loader!@alfalab/core-components/themes/compiled/mobile-dark-bluetint.css';
1
2
  export { default } from '!!css-loader!@alfalab/core-components/themes/compiled/mobile-dark-bluetint.css';
3
+
4
+ // eslint-disable-next-line import/no-webpack-loader-syntax
@@ -1 +1,4 @@
1
+ import styles from '!!css-loader!@alfalab/core-components/themes/compiled/mobile-dark-bluetint.css';
1
2
  export { default } from '!!css-loader!@alfalab/core-components/themes/compiled/mobile-dark-bluetint.css';
3
+
4
+ // eslint-disable-next-line import/no-webpack-loader-syntax
@@ -1,3 +1,12 @@
1
1
  {
2
- "module": "./esm/index.js"
2
+ "name": "@alfalab/core-components-themes",
3
+ "version": "5.1.0",
4
+ "description": "",
5
+ "keywords": [],
6
+ "license": "MIT",
7
+ "publishConfig": {
8
+ "access": "public",
9
+ "directory": "dist"
10
+ },
11
+ "postinstall": "node ./dist/send-stats.js > /dev/null 2>&1 || exit 0"
3
12
  }
File without changes
@@ -55,7 +55,7 @@ function __rest(s, e) {
55
55
  return t;
56
56
  }
57
57
 
58
- var styles = {"toastPlate":"toast__toastPlate_yelhs","popoverInner":"toast__popoverInner_yelhs","block":"toast__block_yelhs","fixed":"toast__fixed_yelhs","enter":"toast__enter_yelhs","enterActive":"toast__enterActive_yelhs","exit":"toast__exit_yelhs","exitActive":"toast__exitActive_yelhs"};
58
+ var styles = {"toastPlate":"toast__toastPlate_1sn2i","popoverInner":"toast__popoverInner_1sn2i","block":"toast__block_1sn2i","fixed":"toast__fixed_1sn2i","enter":"toast__enter_1sn2i","enterActive":"toast__enterActive_1sn2i","exit":"toast__exit_1sn2i","exitActive":"toast__exitActive_1sn2i"};
59
59
  require('./index.css');
60
60
 
61
61
  var CSS_TRANSITION_CLASS_NAMES = {
@@ -47,7 +47,7 @@ function __rest(s, e) {
47
47
  return t;
48
48
  }
49
49
 
50
- var styles = {"toastPlate":"toast__toastPlate_yelhs","popoverInner":"toast__popoverInner_yelhs","block":"toast__block_yelhs","fixed":"toast__fixed_yelhs","enter":"toast__enter_yelhs","enterActive":"toast__enterActive_yelhs","exit":"toast__exit_yelhs","exitActive":"toast__exitActive_yelhs"};
50
+ var styles = {"toastPlate":"toast__toastPlate_1sn2i","popoverInner":"toast__popoverInner_1sn2i","block":"toast__block_1sn2i","fixed":"toast__fixed_1sn2i","enter":"toast__enter_1sn2i","enterActive":"toast__enterActive_1sn2i","exit":"toast__exit_1sn2i","exitActive":"toast__exitActive_1sn2i"};
51
51
  require('./index.css');
52
52
 
53
53
  var CSS_TRANSITION_CLASS_NAMES = {
@@ -1,4 +1,4 @@
1
- /* hash: yelhs */
1
+ /* hash: 1sn2i */
2
2
  :root {
3
3
  --shadow-m: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
4
4
 
@@ -14,36 +14,36 @@
14
14
  :root {
15
15
  --toast-box-shadow: var(--shadow-m);
16
16
  }
17
- .toast__toastPlate_yelhs {
17
+ .toast__toastPlate_1sn2i {
18
18
  box-shadow: var(--toast-box-shadow);
19
19
  }
20
- .toast__popoverInner_yelhs {
20
+ .toast__popoverInner_1sn2i {
21
21
  border: none;
22
22
  border-radius: var(--toast-plate-border-radius);
23
23
  box-shadow: var(--toast-box-shadow);
24
24
  background-color: transparent;
25
25
  }
26
- .toast__block_yelhs {
26
+ .toast__block_1sn2i {
27
27
  width: 100%;
28
28
  }
29
- .toast__fixed_yelhs {
29
+ .toast__fixed_1sn2i {
30
30
  position: fixed;
31
31
  bottom: var(--gap-2xl);
32
32
  transition: opacity 150ms ease-in-out, transform 150ms ease-in-out
33
33
  }
34
- .toast__fixed_yelhs.toast__enter_yelhs {
34
+ .toast__fixed_1sn2i.toast__enter_1sn2i {
35
35
  opacity: 0;
36
36
  transform: scale(0.98);
37
37
  }
38
- .toast__fixed_yelhs.toast__enterActive_yelhs {
38
+ .toast__fixed_1sn2i.toast__enterActive_1sn2i {
39
39
  opacity: 1;
40
40
  transform: scale(1);
41
41
  }
42
- .toast__fixed_yelhs.toast__exit_yelhs {
42
+ .toast__fixed_1sn2i.toast__exit_1sn2i {
43
43
  opacity: 1;
44
44
  transform: scale(1);
45
45
  }
46
- .toast__fixed_yelhs.toast__exitActive_yelhs {
46
+ .toast__fixed_1sn2i.toast__exitActive_1sn2i {
47
47
  opacity: 0;
48
48
  transform: scale(0.98);
49
49
  }
package/toast/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: yelhs */
1
+ /* hash: 1sn2i */
2
2
  :root {
3
3
  --shadow-m: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
4
4
 
@@ -14,36 +14,36 @@
14
14
  :root {
15
15
  --toast-box-shadow: var(--shadow-m);
16
16
  }
17
- .toast__toastPlate_yelhs {
17
+ .toast__toastPlate_1sn2i {
18
18
  box-shadow: var(--toast-box-shadow);
19
19
  }
20
- .toast__popoverInner_yelhs {
20
+ .toast__popoverInner_1sn2i {
21
21
  border: none;
22
22
  border-radius: var(--toast-plate-border-radius);
23
23
  box-shadow: var(--toast-box-shadow);
24
24
  background-color: transparent;
25
25
  }
26
- .toast__block_yelhs {
26
+ .toast__block_1sn2i {
27
27
  width: 100%;
28
28
  }
29
- .toast__fixed_yelhs {
29
+ .toast__fixed_1sn2i {
30
30
  position: fixed;
31
31
  bottom: var(--gap-2xl);
32
32
  transition: opacity 150ms ease-in-out, transform 150ms ease-in-out
33
33
  }
34
- .toast__fixed_yelhs.toast__enter_yelhs {
34
+ .toast__fixed_1sn2i.toast__enter_1sn2i {
35
35
  opacity: 0;
36
36
  transform: scale(0.98);
37
37
  }
38
- .toast__fixed_yelhs.toast__enterActive_yelhs {
38
+ .toast__fixed_1sn2i.toast__enterActive_1sn2i {
39
39
  opacity: 1;
40
40
  transform: scale(1);
41
41
  }
42
- .toast__fixed_yelhs.toast__exit_yelhs {
42
+ .toast__fixed_1sn2i.toast__exit_1sn2i {
43
43
  opacity: 1;
44
44
  transform: scale(1);
45
45
  }
46
- .toast__fixed_yelhs.toast__exitActive_yelhs {
46
+ .toast__fixed_1sn2i.toast__exitActive_1sn2i {
47
47
  opacity: 0;
48
48
  transform: scale(0.98);
49
49
  }
@@ -8,7 +8,7 @@ import { Popover } from '../../popover/modern';
8
8
  import { Portal } from '../../portal/modern';
9
9
  import { stackingOrder, Stack } from '../../stack/modern';
10
10
 
11
- var styles = {"toastPlate":"toast__toastPlate_yelhs","popoverInner":"toast__popoverInner_yelhs","block":"toast__block_yelhs","fixed":"toast__fixed_yelhs","enter":"toast__enter_yelhs","enterActive":"toast__enterActive_yelhs","exit":"toast__exit_yelhs","exitActive":"toast__exitActive_yelhs"};
11
+ var styles = {"toastPlate":"toast__toastPlate_1sn2i","popoverInner":"toast__popoverInner_1sn2i","block":"toast__block_1sn2i","fixed":"toast__fixed_1sn2i","enter":"toast__enter_1sn2i","enterActive":"toast__enterActive_1sn2i","exit":"toast__exit_1sn2i","exitActive":"toast__exitActive_1sn2i"};
12
12
  require('./index.css');
13
13
 
14
14
  const CSS_TRANSITION_CLASS_NAMES = {
@@ -1,4 +1,4 @@
1
- /* hash: yelhs */
1
+ /* hash: 1sn2i */
2
2
  :root {
3
3
  --shadow-m: 0 0 16px rgba(11, 31, 53, 0.08), 0 8px 16px rgba(11, 31, 53, 0.16);
4
4
 
@@ -14,36 +14,36 @@
14
14
  :root {
15
15
  --toast-box-shadow: var(--shadow-m);
16
16
  }
17
- .toast__toastPlate_yelhs {
17
+ .toast__toastPlate_1sn2i {
18
18
  box-shadow: var(--toast-box-shadow);
19
19
  }
20
- .toast__popoverInner_yelhs {
20
+ .toast__popoverInner_1sn2i {
21
21
  border: none;
22
22
  border-radius: var(--toast-plate-border-radius);
23
23
  box-shadow: var(--toast-box-shadow);
24
24
  background-color: transparent;
25
25
  }
26
- .toast__block_yelhs {
26
+ .toast__block_1sn2i {
27
27
  width: 100%;
28
28
  }
29
- .toast__fixed_yelhs {
29
+ .toast__fixed_1sn2i {
30
30
  position: fixed;
31
31
  bottom: var(--gap-2xl);
32
32
  transition: opacity 150ms ease-in-out, transform 150ms ease-in-out
33
33
  }
34
- .toast__fixed_yelhs.toast__enter_yelhs {
34
+ .toast__fixed_1sn2i.toast__enter_1sn2i {
35
35
  opacity: 0;
36
36
  transform: scale(0.98);
37
37
  }
38
- .toast__fixed_yelhs.toast__enterActive_yelhs {
38
+ .toast__fixed_1sn2i.toast__enterActive_1sn2i {
39
39
  opacity: 1;
40
40
  transform: scale(1);
41
41
  }
42
- .toast__fixed_yelhs.toast__exit_yelhs {
42
+ .toast__fixed_1sn2i.toast__exit_1sn2i {
43
43
  opacity: 1;
44
44
  transform: scale(1);
45
45
  }
46
- .toast__fixed_yelhs.toast__exitActive_yelhs {
46
+ .toast__fixed_1sn2i.toast__exitActive_1sn2i {
47
47
  opacity: 0;
48
48
  transform: scale(0.98);
49
49
  }
@@ -53,7 +53,7 @@ function __rest(s, e) {
53
53
  return t;
54
54
  }
55
55
 
56
- var styles = {"component":"toast-plate__component_fvnrw","hasCloser":"toast-plate__hasCloser_fvnrw","contentWrap":"toast-plate__contentWrap_fvnrw","block":"toast-plate__block_fvnrw","content":"toast-plate__content_fvnrw","actionSection":"toast-plate__actionSection_fvnrw","leftAddons":"toast-plate__leftAddons_fvnrw","title":"toast-plate__title_fvnrw","children":"toast-plate__children_fvnrw","closeButton":"toast-plate__closeButton_fvnrw"};
56
+ var styles = {"component":"toast-plate__component_6hmtn","hasCloser":"toast-plate__hasCloser_6hmtn","contentWrap":"toast-plate__contentWrap_6hmtn","block":"toast-plate__block_6hmtn","content":"toast-plate__content_6hmtn","actionSection":"toast-plate__actionSection_6hmtn","leftAddons":"toast-plate__leftAddons_6hmtn","title":"toast-plate__title_6hmtn","children":"toast-plate__children_6hmtn","closeButton":"toast-plate__closeButton_6hmtn"};
57
57
  require('./index.css');
58
58
 
59
59
  var iconDefaultComponents = {
@@ -46,7 +46,7 @@ function __rest(s, e) {
46
46
  return t;
47
47
  }
48
48
 
49
- var styles = {"component":"toast-plate__component_fvnrw","hasCloser":"toast-plate__hasCloser_fvnrw","contentWrap":"toast-plate__contentWrap_fvnrw","block":"toast-plate__block_fvnrw","content":"toast-plate__content_fvnrw","actionSection":"toast-plate__actionSection_fvnrw","leftAddons":"toast-plate__leftAddons_fvnrw","title":"toast-plate__title_fvnrw","children":"toast-plate__children_fvnrw","closeButton":"toast-plate__closeButton_fvnrw"};
49
+ var styles = {"component":"toast-plate__component_6hmtn","hasCloser":"toast-plate__hasCloser_6hmtn","contentWrap":"toast-plate__contentWrap_6hmtn","block":"toast-plate__block_6hmtn","content":"toast-plate__content_6hmtn","actionSection":"toast-plate__actionSection_6hmtn","leftAddons":"toast-plate__leftAddons_6hmtn","title":"toast-plate__title_6hmtn","children":"toast-plate__children_6hmtn","closeButton":"toast-plate__closeButton_6hmtn"};
50
50
  require('./index.css');
51
51
 
52
52
  var iconDefaultComponents = {
@@ -1,4 +1,4 @@
1
- /* hash: fvnrw */
1
+ /* hash: 6hmtn */
2
2
  :root {
3
3
  --color-dark-indigo: #0b1f35;
4
4
  --color-dark-indigo-60: rgba(11, 31, 53, 0.6);
@@ -519,7 +519,7 @@
519
519
  --toast-plate-action-padding: 0 var(--gap-2xl);
520
520
  --toast-plate-action-divider-display: block;
521
521
  }
522
- .toast-plate__component_fvnrw {
522
+ .toast-plate__component_6hmtn {
523
523
  position: relative;
524
524
  display: inline-flex;
525
525
  flex-direction: column;
@@ -530,55 +530,55 @@
530
530
  padding: var(--gap-m);
531
531
  background-color: var(--toast-plate-bg-color)
532
532
  }
533
- .toast-plate__component_fvnrw.toast-plate__hasCloser_fvnrw {
533
+ .toast-plate__component_6hmtn.toast-plate__hasCloser_6hmtn {
534
534
  /* 2×16 + 24 */
535
535
  padding-right: 56px;
536
536
  }
537
- .toast-plate__contentWrap_fvnrw {
537
+ .toast-plate__contentWrap_6hmtn {
538
538
  display: flex;
539
539
  }
540
- .toast-plate__block_fvnrw {
540
+ .toast-plate__block_6hmtn {
541
541
  display: flex;
542
542
  width: 100%;
543
543
  }
544
- .toast-plate__content_fvnrw {
544
+ .toast-plate__content_6hmtn {
545
545
  display: flex;
546
546
  flex-grow: 1;
547
547
  }
548
- .toast-plate__actionSection_fvnrw {
548
+ .toast-plate__actionSection_6hmtn {
549
549
  display: flex;
550
550
  align-items: var(--toast-plate-action-align);
551
551
  flex-shrink: 0;
552
552
  margin: var(--gap-3xs) 0;
553
553
  padding: var(--toast-plate-action-padding)
554
554
  }
555
- .toast-plate__actionSection_fvnrw:last-child {
555
+ .toast-plate__actionSection_6hmtn:last-child {
556
556
  padding-right: 0;
557
557
  }
558
- .toast-plate__leftAddons_fvnrw {
558
+ .toast-plate__leftAddons_6hmtn {
559
559
  display: flex;
560
560
  align-items: flex-start;
561
561
  flex-shrink: 0;
562
562
  padding-right: var(--gap-s);
563
563
  }
564
- .toast-plate__title_fvnrw {
564
+ .toast-plate__title_6hmtn {
565
565
  font-size: 16px;
566
566
  line-height: 24px;
567
567
  font-weight: 700;
568
568
 
569
569
  font-weight: var(--toast-plate-title-font-weight);
570
570
  }
571
- .toast-plate__children_fvnrw {
571
+ .toast-plate__children_6hmtn {
572
572
  font-size: 14px;
573
573
  line-height: 20px;
574
574
  font-weight: 400;
575
575
 
576
576
  word-break: break-all;
577
577
  }
578
- .toast-plate__title_fvnrw + .toast-plate__children_fvnrw {
578
+ .toast-plate__title_6hmtn + .toast-plate__children_6hmtn {
579
579
  margin-top: var(--gap-2xs);
580
580
  }
581
- .toast-plate__closeButton_fvnrw {
581
+ .toast-plate__closeButton_6hmtn {
582
582
  display: flex;
583
583
  align-items: flex-start;
584
584
  position: absolute;
@@ -587,10 +587,10 @@
587
587
  right: var(--gap-s);
588
588
  padding: var(--gap-2xs);
589
589
  }
590
- .toast-plate__actionSection_fvnrw + .toast-plate__closeButton_fvnrw {
590
+ .toast-plate__actionSection_6hmtn + .toast-plate__closeButton_6hmtn {
591
591
  align-items: var(--toast-plate-action-align)
592
592
  }
593
- .toast-plate__actionSection_fvnrw + .toast-plate__closeButton_fvnrw:before {
593
+ .toast-plate__actionSection_6hmtn + .toast-plate__closeButton_6hmtn:before {
594
594
  display: var(--toast-plate-action-divider-display);
595
595
  position: absolute;
596
596
  right: 44px;
@@ -1,4 +1,4 @@
1
- /* hash: fvnrw */
1
+ /* hash: 6hmtn */
2
2
  :root {
3
3
  --color-dark-indigo: #0b1f35;
4
4
  --color-dark-indigo-60: rgba(11, 31, 53, 0.6);
@@ -519,7 +519,7 @@
519
519
  --toast-plate-action-padding: 0 var(--gap-2xl);
520
520
  --toast-plate-action-divider-display: block;
521
521
  }
522
- .toast-plate__component_fvnrw {
522
+ .toast-plate__component_6hmtn {
523
523
  position: relative;
524
524
  display: inline-flex;
525
525
  flex-direction: column;
@@ -530,55 +530,55 @@
530
530
  padding: var(--gap-m);
531
531
  background-color: var(--toast-plate-bg-color)
532
532
  }
533
- .toast-plate__component_fvnrw.toast-plate__hasCloser_fvnrw {
533
+ .toast-plate__component_6hmtn.toast-plate__hasCloser_6hmtn {
534
534
  /* 2×16 + 24 */
535
535
  padding-right: 56px;
536
536
  }
537
- .toast-plate__contentWrap_fvnrw {
537
+ .toast-plate__contentWrap_6hmtn {
538
538
  display: flex;
539
539
  }
540
- .toast-plate__block_fvnrw {
540
+ .toast-plate__block_6hmtn {
541
541
  display: flex;
542
542
  width: 100%;
543
543
  }
544
- .toast-plate__content_fvnrw {
544
+ .toast-plate__content_6hmtn {
545
545
  display: flex;
546
546
  flex-grow: 1;
547
547
  }
548
- .toast-plate__actionSection_fvnrw {
548
+ .toast-plate__actionSection_6hmtn {
549
549
  display: flex;
550
550
  align-items: var(--toast-plate-action-align);
551
551
  flex-shrink: 0;
552
552
  margin: var(--gap-3xs) 0;
553
553
  padding: var(--toast-plate-action-padding)
554
554
  }
555
- .toast-plate__actionSection_fvnrw:last-child {
555
+ .toast-plate__actionSection_6hmtn:last-child {
556
556
  padding-right: 0;
557
557
  }
558
- .toast-plate__leftAddons_fvnrw {
558
+ .toast-plate__leftAddons_6hmtn {
559
559
  display: flex;
560
560
  align-items: flex-start;
561
561
  flex-shrink: 0;
562
562
  padding-right: var(--gap-s);
563
563
  }
564
- .toast-plate__title_fvnrw {
564
+ .toast-plate__title_6hmtn {
565
565
  font-size: 16px;
566
566
  line-height: 24px;
567
567
  font-weight: 700;
568
568
 
569
569
  font-weight: var(--toast-plate-title-font-weight);
570
570
  }
571
- .toast-plate__children_fvnrw {
571
+ .toast-plate__children_6hmtn {
572
572
  font-size: 14px;
573
573
  line-height: 20px;
574
574
  font-weight: 400;
575
575
 
576
576
  word-break: break-all;
577
577
  }
578
- .toast-plate__title_fvnrw + .toast-plate__children_fvnrw {
578
+ .toast-plate__title_6hmtn + .toast-plate__children_6hmtn {
579
579
  margin-top: var(--gap-2xs);
580
580
  }
581
- .toast-plate__closeButton_fvnrw {
581
+ .toast-plate__closeButton_6hmtn {
582
582
  display: flex;
583
583
  align-items: flex-start;
584
584
  position: absolute;
@@ -587,10 +587,10 @@
587
587
  right: var(--gap-s);
588
588
  padding: var(--gap-2xs);
589
589
  }
590
- .toast-plate__actionSection_fvnrw + .toast-plate__closeButton_fvnrw {
590
+ .toast-plate__actionSection_6hmtn + .toast-plate__closeButton_6hmtn {
591
591
  align-items: var(--toast-plate-action-align)
592
592
  }
593
- .toast-plate__actionSection_fvnrw + .toast-plate__closeButton_fvnrw:before {
593
+ .toast-plate__actionSection_6hmtn + .toast-plate__closeButton_6hmtn:before {
594
594
  display: var(--toast-plate-action-divider-display);
595
595
  position: absolute;
596
596
  right: 44px;
@@ -7,7 +7,7 @@ import { CrossMIcon } from '@alfalab/icons-glyph/CrossMIcon';
7
7
  import { Button } from '../../button/modern';
8
8
  import { Badge } from '../../badge/modern';
9
9
 
10
- var styles = {"component":"toast-plate__component_fvnrw","hasCloser":"toast-plate__hasCloser_fvnrw","contentWrap":"toast-plate__contentWrap_fvnrw","block":"toast-plate__block_fvnrw","content":"toast-plate__content_fvnrw","actionSection":"toast-plate__actionSection_fvnrw","leftAddons":"toast-plate__leftAddons_fvnrw","title":"toast-plate__title_fvnrw","children":"toast-plate__children_fvnrw","closeButton":"toast-plate__closeButton_fvnrw"};
10
+ var styles = {"component":"toast-plate__component_6hmtn","hasCloser":"toast-plate__hasCloser_6hmtn","contentWrap":"toast-plate__contentWrap_6hmtn","block":"toast-plate__block_6hmtn","content":"toast-plate__content_6hmtn","actionSection":"toast-plate__actionSection_6hmtn","leftAddons":"toast-plate__leftAddons_6hmtn","title":"toast-plate__title_6hmtn","children":"toast-plate__children_6hmtn","closeButton":"toast-plate__closeButton_6hmtn"};
11
11
  require('./index.css');
12
12
 
13
13
  const iconDefaultComponents = {
@@ -1,4 +1,4 @@
1
- /* hash: fvnrw */
1
+ /* hash: 6hmtn */
2
2
  :root {
3
3
  --color-dark-indigo: #0b1f35;
4
4
  --color-dark-indigo-60: rgba(11, 31, 53, 0.6);
@@ -519,7 +519,7 @@
519
519
  --toast-plate-action-padding: 0 var(--gap-2xl);
520
520
  --toast-plate-action-divider-display: block;
521
521
  }
522
- .toast-plate__component_fvnrw {
522
+ .toast-plate__component_6hmtn {
523
523
  position: relative;
524
524
  display: inline-flex;
525
525
  flex-direction: column;
@@ -530,55 +530,55 @@
530
530
  padding: var(--gap-m);
531
531
  background-color: var(--toast-plate-bg-color)
532
532
  }
533
- .toast-plate__component_fvnrw.toast-plate__hasCloser_fvnrw {
533
+ .toast-plate__component_6hmtn.toast-plate__hasCloser_6hmtn {
534
534
  /* 2×16 + 24 */
535
535
  padding-right: 56px;
536
536
  }
537
- .toast-plate__contentWrap_fvnrw {
537
+ .toast-plate__contentWrap_6hmtn {
538
538
  display: flex;
539
539
  }
540
- .toast-plate__block_fvnrw {
540
+ .toast-plate__block_6hmtn {
541
541
  display: flex;
542
542
  width: 100%;
543
543
  }
544
- .toast-plate__content_fvnrw {
544
+ .toast-plate__content_6hmtn {
545
545
  display: flex;
546
546
  flex-grow: 1;
547
547
  }
548
- .toast-plate__actionSection_fvnrw {
548
+ .toast-plate__actionSection_6hmtn {
549
549
  display: flex;
550
550
  align-items: var(--toast-plate-action-align);
551
551
  flex-shrink: 0;
552
552
  margin: var(--gap-3xs) 0;
553
553
  padding: var(--toast-plate-action-padding)
554
554
  }
555
- .toast-plate__actionSection_fvnrw:last-child {
555
+ .toast-plate__actionSection_6hmtn:last-child {
556
556
  padding-right: 0;
557
557
  }
558
- .toast-plate__leftAddons_fvnrw {
558
+ .toast-plate__leftAddons_6hmtn {
559
559
  display: flex;
560
560
  align-items: flex-start;
561
561
  flex-shrink: 0;
562
562
  padding-right: var(--gap-s);
563
563
  }
564
- .toast-plate__title_fvnrw {
564
+ .toast-plate__title_6hmtn {
565
565
  font-size: 16px;
566
566
  line-height: 24px;
567
567
  font-weight: 700;
568
568
 
569
569
  font-weight: var(--toast-plate-title-font-weight);
570
570
  }
571
- .toast-plate__children_fvnrw {
571
+ .toast-plate__children_6hmtn {
572
572
  font-size: 14px;
573
573
  line-height: 20px;
574
574
  font-weight: 400;
575
575
 
576
576
  word-break: break-all;
577
577
  }
578
- .toast-plate__title_fvnrw + .toast-plate__children_fvnrw {
578
+ .toast-plate__title_6hmtn + .toast-plate__children_6hmtn {
579
579
  margin-top: var(--gap-2xs);
580
580
  }
581
- .toast-plate__closeButton_fvnrw {
581
+ .toast-plate__closeButton_6hmtn {
582
582
  display: flex;
583
583
  align-items: flex-start;
584
584
  position: absolute;
@@ -587,10 +587,10 @@
587
587
  right: var(--gap-s);
588
588
  padding: var(--gap-2xs);
589
589
  }
590
- .toast-plate__actionSection_fvnrw + .toast-plate__closeButton_fvnrw {
590
+ .toast-plate__actionSection_6hmtn + .toast-plate__closeButton_6hmtn {
591
591
  align-items: var(--toast-plate-action-align)
592
592
  }
593
- .toast-plate__actionSection_fvnrw + .toast-plate__closeButton_fvnrw:before {
593
+ .toast-plate__actionSection_6hmtn + .toast-plate__closeButton_6hmtn:before {
594
594
  display: var(--toast-plate-action-divider-display);
595
595
  position: absolute;
596
596
  right: 44px;
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var Component = require('./Component-7f2dbcf0.js');
3
+ var Component = require('./Component-f20ef2d7.js');
4
4
  require('react');
5
5
  require('classnames');
6
6
  require('react-merge-refs');
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var Component = require('./Component-7f2dbcf0.js');
3
+ var Component = require('./Component-f20ef2d7.js');
4
4
  var React = require('react');
5
5
  require('classnames');
6
6
  require('react-merge-refs');
@@ -2,4 +2,4 @@ import 'react';
2
2
  import 'classnames';
3
3
  import 'react-merge-refs';
4
4
  import '../../popover/esm';
5
- export { T as Tooltip } from './Component-6d28f284.js';
5
+ export { T as Tooltip } from './Component-2769c7a2.js';
@@ -2,7 +2,7 @@ import React, { Fragment } from 'react';
2
2
  import 'classnames';
3
3
  import 'react-merge-refs';
4
4
  import '../../popover/esm';
5
- import { _ as __rest, a as __assign, T as Tooltip } from './Component-6d28f284.js';
5
+ import { _ as __rest, a as __assign, T as Tooltip } from './Component-2769c7a2.js';
6
6
  import { useMedia } from '@alfalab/hooks';
7
7
  import { BottomSheet } from '../../bottom-sheet/esm';
8
8
 
@@ -1 +1 @@
1
- export * from "./Component-6d28f284";
1
+ export * from "./Component-2769c7a2";
@@ -2,4 +2,4 @@ import 'react';
2
2
  import 'classnames';
3
3
  import 'react-merge-refs';
4
4
  import '../../popover/esm';
5
- export { T as Tooltip } from './Component-6d28f284.js';
5
+ export { T as Tooltip } from './Component-2769c7a2.js';
@@ -2,7 +2,7 @@ import 'react';
2
2
  import 'classnames';
3
3
  import 'react-merge-refs';
4
4
  import '../../popover/esm';
5
- import './Component-6d28f284.js';
5
+ import './Component-2769c7a2.js';
6
6
  import '@alfalab/hooks';
7
7
  import '../../bottom-sheet/esm';
8
8
  export { TooltipResponsive } from './component.responsive.js';
@@ -1 +1 @@
1
- export * from "./Component-7f2dbcf0";
1
+ export * from "./Component-f20ef2d7";
package/tooltip/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var Component = require('./Component-7f2dbcf0.js');
3
+ var Component = require('./Component-f20ef2d7.js');
4
4
  require('react');
5
5
  require('classnames');
6
6
  require('react-merge-refs');
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- require('./Component-7f2dbcf0.js');
3
+ require('./Component-f20ef2d7.js');
4
4
  require('react');
5
5
  require('classnames');
6
6
  require('react-merge-refs');