@alfalab/core-components 44.5.1-beta.3 → 44.5.1-beta.4

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 (232) hide show
  1. package/button/components/base-button/Component.js +1 -1
  2. package/button/components/base-button/index.css +0 -5
  3. package/button/cssm/components/base-button/index.module.css +0 -5
  4. package/button/esm/components/base-button/Component.js +1 -1
  5. package/button/esm/components/base-button/index.css +0 -5
  6. package/button/modern/components/base-button/Component.js +1 -1
  7. package/button/modern/components/base-button/index.css +0 -5
  8. package/confirmation/components/screens/initial/component.js +1 -1
  9. package/confirmation/components/screens/initial/countdown-section.js +1 -1
  10. package/confirmation/esm/component.responsive.js +1 -1
  11. package/confirmation/esm/components/base-confirmation/component.js +1 -1
  12. package/confirmation/esm/components/base-confirmation/index.js +1 -1
  13. package/confirmation/esm/components/index.js +1 -1
  14. package/confirmation/esm/components/screens/index.js +1 -1
  15. package/confirmation/esm/components/screens/initial/component.js +1 -1
  16. package/confirmation/esm/components/screens/initial/countdown-section.js +1 -1
  17. package/confirmation/esm/components/screens/initial/index.js +1 -1
  18. package/confirmation/esm/desktop/component.desktop.js +1 -1
  19. package/confirmation/esm/desktop/index.js +1 -1
  20. package/confirmation/esm/index.js +1 -1
  21. package/confirmation/esm/mobile/component.mobile.js +1 -1
  22. package/confirmation/esm/mobile/index.js +1 -1
  23. package/confirmation/esm/shared/index.js +1 -1
  24. package/confirmation/modern/component.responsive.js +1 -1
  25. package/confirmation/modern/components/base-confirmation/component.js +1 -1
  26. package/confirmation/modern/components/base-confirmation/index.js +1 -1
  27. package/confirmation/modern/components/index.js +1 -1
  28. package/confirmation/modern/components/screens/index.js +1 -1
  29. package/confirmation/modern/components/screens/initial/component.js +1 -1
  30. package/confirmation/modern/components/screens/initial/countdown-section.js +1 -1
  31. package/confirmation/modern/components/screens/initial/index.js +1 -1
  32. package/confirmation/modern/desktop/component.desktop.js +1 -1
  33. package/confirmation/modern/desktop/index.js +1 -1
  34. package/confirmation/modern/index.js +1 -1
  35. package/confirmation/modern/mobile/component.mobile.js +1 -1
  36. package/confirmation/modern/mobile/index.js +1 -1
  37. package/confirmation/modern/shared/index.js +1 -1
  38. package/gallery/components/header/Component.js +1 -1
  39. package/gallery/components/header/buttons.js +1 -1
  40. package/gallery/components/image-viewer/component.js +1 -1
  41. package/gallery/components/image-viewer/slide.js +1 -1
  42. package/gallery/esm/Component.js +2 -2
  43. package/gallery/esm/components/header/Component.js +1 -1
  44. package/gallery/esm/components/header/buttons.js +1 -1
  45. package/gallery/esm/components/header/index.js +1 -1
  46. package/gallery/esm/components/image-viewer/component.js +1 -1
  47. package/gallery/esm/components/image-viewer/index.js +1 -1
  48. package/gallery/esm/components/image-viewer/slide.js +1 -1
  49. package/gallery/esm/components/index.js +2 -2
  50. package/gallery/esm/index.js +2 -2
  51. package/gallery/modern/Component.js +2 -2
  52. package/gallery/modern/components/header/Component.js +1 -1
  53. package/gallery/modern/components/header/buttons.js +1 -1
  54. package/gallery/modern/components/header/index.js +1 -1
  55. package/gallery/modern/components/image-viewer/component.js +1 -1
  56. package/gallery/modern/components/image-viewer/index.js +1 -1
  57. package/gallery/modern/components/image-viewer/slide.js +1 -1
  58. package/gallery/modern/components/index.js +2 -2
  59. package/gallery/modern/index.js +2 -2
  60. package/modal/components/content/Component.js +1 -1
  61. package/modal/components/controls/Component.js +2 -2
  62. package/modal/components/footer/Component.js +2 -2
  63. package/modal/components/header/Component.js +1 -1
  64. package/modal/esm/Component.responsive.js +2 -2
  65. package/modal/esm/components/content/Component.js +1 -1
  66. package/modal/esm/components/controls/Component.js +2 -2
  67. package/modal/esm/components/controls/index.js +2 -2
  68. package/modal/esm/components/footer/Component.js +2 -2
  69. package/modal/esm/components/header/Component.js +1 -1
  70. package/modal/esm/desktop/Component.desktop.js +2 -2
  71. package/modal/esm/desktop/index.js +2 -2
  72. package/modal/esm/index-a5b021bd.d.ts +1 -1
  73. package/modal/esm/index.js +2 -2
  74. package/modal/esm/mobile/Component.mobile.js +2 -2
  75. package/modal/esm/mobile/index.js +2 -2
  76. package/modal/esm/shared/index.js +1 -1
  77. package/modal/esm/utils.js +1 -1
  78. package/modal/index-a5b021bd.d.ts +1 -1
  79. package/modal/modern/Component.responsive.js +2 -2
  80. package/modal/modern/components/content/Component.js +1 -1
  81. package/modal/modern/components/controls/Component.js +2 -2
  82. package/modal/modern/components/controls/index.js +2 -2
  83. package/modal/modern/components/footer/Component.js +2 -2
  84. package/modal/modern/components/header/Component.js +1 -1
  85. package/modal/modern/desktop/Component.desktop.js +2 -2
  86. package/modal/modern/desktop/index.js +2 -2
  87. package/modal/modern/index-a5b021bd.d.ts +1 -1
  88. package/modal/modern/index.js +2 -2
  89. package/modal/modern/mobile/Component.mobile.js +2 -2
  90. package/modal/modern/mobile/index.js +2 -2
  91. package/modal/modern/shared/index.js +1 -1
  92. package/modal/modern/utils.js +1 -1
  93. package/modal/utils.js +1 -1
  94. package/navigation-bar/components/back-arrow-addon/index.css +0 -4
  95. package/navigation-bar/components/closer/index.css +0 -2
  96. package/navigation-bar/cssm/components/back-arrow-addon/index.module.css +0 -4
  97. package/navigation-bar/cssm/components/closer/index.module.css +0 -2
  98. package/navigation-bar/esm/components/back-arrow-addon/index.css +0 -4
  99. package/navigation-bar/esm/components/closer/index.css +0 -2
  100. package/navigation-bar/modern/components/back-arrow-addon/index.css +0 -4
  101. package/navigation-bar/modern/components/closer/index.css +0 -2
  102. package/package.json +1 -1
  103. package/pure-cell/component-5a229016.d.ts +4 -4
  104. package/select/esm/Component.responsive.js +1 -1
  105. package/select/esm/index.js +1 -1
  106. package/select/esm/mobile/Component.mobile.js +1 -1
  107. package/select/esm/mobile/Component.modal.mobile.js +1 -1
  108. package/select/esm/mobile/index.js +1 -1
  109. package/select/esm/presets/index.js +1 -1
  110. package/select/esm/presets/useSelectWithApply/hook.js +1 -1
  111. package/select/esm/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  112. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  113. package/select/esm/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  114. package/select/esm/shared/index.js +1 -1
  115. package/select/mobile/Component.mobile.js +1 -1
  116. package/select/modern/Component.responsive.js +1 -1
  117. package/select/modern/index.js +1 -1
  118. package/select/modern/mobile/Component.mobile.js +1 -1
  119. package/select/modern/mobile/Component.modal.mobile.js +1 -1
  120. package/select/modern/mobile/index.js +1 -1
  121. package/select/modern/presets/index.js +1 -1
  122. package/select/modern/presets/useSelectWithApply/hook.js +1 -1
  123. package/select/modern/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  124. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  125. package/select/modern/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  126. package/select/modern/shared/index.js +1 -1
  127. package/select/presets/index.js +1 -1
  128. package/select/presets/useSelectWithApply/hook.js +1 -1
  129. package/select/presets/useSelectWithApply/options-list-with-apply/Component.js +1 -1
  130. package/select/presets/useSelectWithApply/options-list-with-apply/index.d.ts +1 -1
  131. package/select/presets/useSelectWithApply/options-list-with-apply/index.js +1 -1
  132. package/select/shared/index.js +1 -1
  133. package/side-panel/components/controls/Component.js +1 -1
  134. package/side-panel/components/footer/Component.js +1 -1
  135. package/side-panel/esm/Component.responsive.js +1 -1
  136. package/side-panel/esm/components/controls/Component.js +1 -1
  137. package/side-panel/esm/components/controls/index.js +1 -1
  138. package/side-panel/esm/components/footer/Component.desktop.js +1 -1
  139. package/side-panel/esm/components/footer/Component.js +1 -1
  140. package/side-panel/esm/components/footer/Component.mobile.js +1 -1
  141. package/side-panel/esm/desktop/Component.desktop.js +1 -1
  142. package/side-panel/esm/desktop/index.js +1 -1
  143. package/side-panel/esm/index.js +1 -1
  144. package/side-panel/esm/mobile/Component.mobile.js +1 -1
  145. package/side-panel/esm/mobile/index.js +1 -1
  146. package/side-panel/modern/Component.responsive.js +1 -1
  147. package/side-panel/modern/components/controls/Component.js +1 -1
  148. package/side-panel/modern/components/controls/index.js +1 -1
  149. package/side-panel/modern/components/footer/Component.desktop.js +1 -1
  150. package/side-panel/modern/components/footer/Component.js +1 -1
  151. package/side-panel/modern/components/footer/Component.mobile.js +1 -1
  152. package/side-panel/modern/desktop/Component.desktop.js +1 -1
  153. package/side-panel/modern/desktop/index.js +1 -1
  154. package/side-panel/modern/index.js +1 -1
  155. package/side-panel/modern/mobile/Component.mobile.js +1 -1
  156. package/side-panel/modern/mobile/index.js +1 -1
  157. package/tag/components/base-tag/Component.js +1 -1
  158. package/tag/components/base-tag/index.css +1 -5
  159. package/tag/cssm/components/base-tag/index.module.css +1 -5
  160. package/tag/esm/components/base-tag/Component.js +1 -1
  161. package/tag/esm/components/base-tag/index.css +1 -5
  162. package/tag/modern/components/base-tag/Component.js +1 -1
  163. package/tag/modern/components/base-tag/index.css +1 -5
  164. package/themes/compiled/mobile-dark-bluetint.css +42 -42
  165. package/themes/dist/compiled/mobile-dark-bluetint.css +234 -234
  166. package/typography/esm/component.js +2 -2
  167. package/typography/esm/index.js +2 -2
  168. package/typography/esm/text/component.js +1 -1
  169. package/typography/esm/text/index.js +1 -1
  170. package/typography/esm/title/component.js +1 -1
  171. package/typography/esm/title/index.js +2 -2
  172. package/typography/esm/title-mobile/component.js +2 -2
  173. package/typography/esm/title-mobile/index.js +2 -2
  174. package/typography/esm/title-responsive/component.js +2 -2
  175. package/typography/esm/title-responsive/index.js +2 -2
  176. package/typography/modern/component.js +2 -2
  177. package/typography/modern/index.js +2 -2
  178. package/typography/modern/text/component.js +1 -1
  179. package/typography/modern/text/index.js +1 -1
  180. package/typography/modern/title/component.js +1 -1
  181. package/typography/modern/title/index.js +2 -2
  182. package/typography/modern/title-mobile/component.js +2 -2
  183. package/typography/modern/title-mobile/index.js +2 -2
  184. package/typography/modern/title-responsive/component.js +2 -2
  185. package/typography/modern/title-responsive/index.js +2 -2
  186. package/typography/text/component.js +1 -1
  187. package/typography/title/component.js +1 -1
  188. package/typography/title/index.js +1 -1
  189. package/typography/title-mobile/component.js +1 -1
  190. package/typography/title-responsive/component.js +1 -1
  191. /package/confirmation/{countdown-section-b2077068.d.ts → countdown-section-bad45551.d.ts} +0 -0
  192. /package/confirmation/{countdown-section-b2077068.js → countdown-section-bad45551.js} +0 -0
  193. /package/confirmation/esm/{countdown-section-fd1bf86d.d.ts → countdown-section-493ddc88.d.ts} +0 -0
  194. /package/confirmation/esm/{countdown-section-fd1bf86d.js → countdown-section-493ddc88.js} +0 -0
  195. /package/confirmation/modern/{countdown-section-5156e961.d.ts → countdown-section-8e2720be.d.ts} +0 -0
  196. /package/confirmation/modern/{countdown-section-5156e961.js → countdown-section-8e2720be.js} +0 -0
  197. /package/gallery/{buttons-a55cad79.d.ts → buttons-41386a83.d.ts} +0 -0
  198. /package/gallery/{buttons-a55cad79.js → buttons-41386a83.js} +0 -0
  199. /package/gallery/esm/{buttons-d19bb289.d.ts → buttons-a16b76b3.d.ts} +0 -0
  200. /package/gallery/esm/{buttons-d19bb289.js → buttons-a16b76b3.js} +0 -0
  201. /package/gallery/esm/{slide-6cb655f6.d.ts → slide-61ee79e5.d.ts} +0 -0
  202. /package/gallery/esm/{slide-6cb655f6.js → slide-61ee79e5.js} +0 -0
  203. /package/gallery/modern/{buttons-3dc5a2e1.d.ts → buttons-4c270945.d.ts} +0 -0
  204. /package/gallery/modern/{buttons-3dc5a2e1.js → buttons-4c270945.js} +0 -0
  205. /package/gallery/modern/{slide-5c264afa.d.ts → slide-d45d5b0f.d.ts} +0 -0
  206. /package/gallery/modern/{slide-5c264afa.js → slide-d45d5b0f.js} +0 -0
  207. /package/gallery/{slide-a9ae1104.d.ts → slide-86569661.d.ts} +0 -0
  208. /package/gallery/{slide-a9ae1104.js → slide-86569661.js} +0 -0
  209. /package/modal/esm/{getDataTestId-df63dec0.d.ts → getDataTestId-ebb790fe.d.ts} +0 -0
  210. /package/modal/esm/{getDataTestId-df63dec0.js → getDataTestId-ebb790fe.js} +0 -0
  211. /package/modal/esm/{layout.module-cabfd869.js → layout.module-65b158a3.js} +0 -0
  212. /package/modal/{getDataTestId-af629793.d.ts → getDataTestId-df239bc2.d.ts} +0 -0
  213. /package/modal/{getDataTestId-af629793.js → getDataTestId-df239bc2.js} +0 -0
  214. /package/modal/{layout.module-6b327090.js → layout.module-6de2fccf.js} +0 -0
  215. /package/modal/modern/{getDataTestId-fd10d717.d.ts → getDataTestId-9f1ae57f.d.ts} +0 -0
  216. /package/modal/modern/{getDataTestId-fd10d717.js → getDataTestId-9f1ae57f.js} +0 -0
  217. /package/modal/modern/{layout.module-49dd1e2c.js → layout.module-aabcece6.js} +0 -0
  218. /package/select/esm/{hook-1534436b.d.ts → hook-9652899e.d.ts} +0 -0
  219. /package/select/esm/{hook-1534436b.js → hook-9652899e.js} +0 -0
  220. /package/select/{hook-e5ba26c7.d.ts → hook-3f57caa8.d.ts} +0 -0
  221. /package/select/{hook-e5ba26c7.js → hook-3f57caa8.js} +0 -0
  222. /package/select/modern/{hook-83f603af.d.ts → hook-3e36491b.d.ts} +0 -0
  223. /package/select/modern/{hook-83f603af.js → hook-3e36491b.js} +0 -0
  224. /package/side-panel/esm/{layout.module-fa01acf8.js → layout.module-9b1b1597.js} +0 -0
  225. /package/side-panel/{layout.module-3ae30585.js → layout.module-63bb425f.js} +0 -0
  226. /package/side-panel/modern/{layout.module-f40eb9db.js → layout.module-294dd7f0.js} +0 -0
  227. /package/typography/{colors.module-6c5ed06e.js → colors.module-c6767642.js} +0 -0
  228. /package/typography/{common.module-625ad164.js → common.module-916c36bb.js} +0 -0
  229. /package/typography/esm/{colors.module-7ef24d84.js → colors.module-96dc9eaf.js} +0 -0
  230. /package/typography/esm/{common.module-d68bb41a.js → common.module-a36fca46.js} +0 -0
  231. /package/typography/modern/{colors.module-851d0160.js → colors.module-0a06cd10.js} +0 -0
  232. /package/typography/modern/{common.module-087c5d06.js → common.module-cd4fb372.js} +0 -0
@@ -1,13 +1,13 @@
1
1
  import { __assign } from 'tslib';
2
2
  import React, { forwardRef } from 'react';
3
3
  import { Title as Title$1 } from './component.js';
4
- import { c as commonStyles } from '../common.module-d68bb41a.js';
4
+ import { c as commonStyles } from '../common.module-a36fca46.js';
5
5
  import 'react-merge-refs';
6
6
  import 'classnames';
7
7
  import '../hooks/use-skeleton.js';
8
8
  import '../../../skeleton/esm';
9
9
  import '@alfalab/hooks';
10
- import '../colors.module-7ef24d84.js';
10
+ import '../colors.module-96dc9eaf.js';
11
11
 
12
12
  var styles = {"styrene-xlarge":"typography__styrene-xlarge_1jotc","styrene-large":"typography__styrene-large_1jotc","styrene-medium":"typography__styrene-medium_1jotc","styrene-small":"typography__styrene-small_1jotc","styrene-xsmall":"typography__styrene-xsmall_1jotc","system-xlarge":"typography__system-xlarge_1jotc","system-large":"typography__system-large_1jotc","system-medium":"typography__system-medium_1jotc","system-small":"typography__system-small_1jotc","system-xsmall":"typography__system-xsmall_1jotc","margins-xlarge":"typography__margins-xlarge_1jotc","margins-large":"typography__margins-large_1jotc","margins-medium":"typography__margins-medium_1jotc","margins-small":"typography__margins-small_1jotc","margins-xsmall":"typography__margins-xsmall_1jotc","rowLimit1":"typography__rowLimit1_1jotc","rowLimit2":"typography__rowLimit2_1jotc","rowLimit3":"typography__rowLimit3_1jotc"};
13
13
  require('./index.css');
@@ -1,13 +1,13 @@
1
1
  import { __assign } from 'tslib';
2
2
  import React, { forwardRef } from 'react';
3
3
  import { Title } from '../title/component.js';
4
- import { c as commonStyles } from '../common.module-d68bb41a.js';
4
+ import { c as commonStyles } from '../common.module-a36fca46.js';
5
5
  import 'react-merge-refs';
6
6
  import 'classnames';
7
7
  import '../hooks/use-skeleton.js';
8
8
  import '../../../skeleton/esm';
9
9
  import '@alfalab/hooks';
10
- import '../colors.module-7ef24d84.js';
10
+ import '../colors.module-96dc9eaf.js';
11
11
 
12
12
  var styles = {"styrene-xlarge":"typography__styrene-xlarge_1hjyj","styrene-large":"typography__styrene-large_1hjyj","styrene-medium":"typography__styrene-medium_1hjyj","styrene-small":"typography__styrene-small_1hjyj","styrene-xsmall":"typography__styrene-xsmall_1hjyj","system-xlarge":"typography__system-xlarge_1hjyj","system-large":"typography__system-large_1hjyj","system-medium":"typography__system-medium_1hjyj","system-small":"typography__system-small_1hjyj","system-xsmall":"typography__system-xsmall_1hjyj"};
13
13
  require('./index.css');
@@ -7,5 +7,5 @@ import 'classnames';
7
7
  import '../hooks/use-skeleton.js';
8
8
  import '../../../skeleton/esm';
9
9
  import '@alfalab/hooks';
10
- import '../colors.module-7ef24d84.js';
11
- import '../common.module-d68bb41a.js';
10
+ import '../colors.module-96dc9eaf.js';
11
+ import '../common.module-a36fca46.js';
@@ -1,13 +1,13 @@
1
1
  import { __assign } from 'tslib';
2
2
  import React, { forwardRef } from 'react';
3
3
  import { Title } from '../title/component.js';
4
- import { c as commonStyles } from '../common.module-d68bb41a.js';
4
+ import { c as commonStyles } from '../common.module-a36fca46.js';
5
5
  import 'react-merge-refs';
6
6
  import 'classnames';
7
7
  import '../hooks/use-skeleton.js';
8
8
  import '../../../skeleton/esm';
9
9
  import '@alfalab/hooks';
10
- import '../colors.module-7ef24d84.js';
10
+ import '../colors.module-96dc9eaf.js';
11
11
 
12
12
  var styles = {"styrene-xlarge":"typography__styrene-xlarge_k1jf9","styrene-large":"typography__styrene-large_k1jf9","styrene-medium":"typography__styrene-medium_k1jf9","styrene-small":"typography__styrene-small_k1jf9","styrene-xsmall":"typography__styrene-xsmall_k1jf9","system-xlarge":"typography__system-xlarge_k1jf9","system-large":"typography__system-large_k1jf9","system-medium":"typography__system-medium_k1jf9","system-small":"typography__system-small_k1jf9","system-xsmall":"typography__system-xsmall_k1jf9","margins-xlarge":"typography__margins-xlarge_k1jf9","margins-large":"typography__margins-large_k1jf9","margins-medium":"typography__margins-medium_k1jf9","margins-small":"typography__margins-small_k1jf9","margins-xsmall":"typography__margins-xsmall_k1jf9"};
13
13
  require('./index.css');
@@ -7,5 +7,5 @@ import 'classnames';
7
7
  import '../hooks/use-skeleton.js';
8
8
  import '../../../skeleton/esm';
9
9
  import '@alfalab/hooks';
10
- import '../colors.module-7ef24d84.js';
11
- import '../common.module-d68bb41a.js';
10
+ import '../colors.module-96dc9eaf.js';
11
+ import '../common.module-a36fca46.js';
@@ -8,9 +8,9 @@ import 'classnames';
8
8
  import './hooks/use-skeleton.js';
9
9
  import '../../skeleton/modern';
10
10
  import '@alfalab/hooks';
11
- import './colors.module-851d0160.js';
11
+ import './colors.module-0a06cd10.js';
12
12
  import './title/component.js';
13
- import './common.module-087c5d06.js';
13
+ import './common.module-cd4fb372.js';
14
14
 
15
15
  const Typography = {
16
16
  Title,
@@ -7,9 +7,9 @@ import 'classnames';
7
7
  import './hooks/use-skeleton.js';
8
8
  import '../../skeleton/modern';
9
9
  import '@alfalab/hooks';
10
- import './colors.module-851d0160.js';
10
+ import './colors.module-0a06cd10.js';
11
11
  import './title/index.js';
12
12
  import './title/component.js';
13
- import './common.module-087c5d06.js';
13
+ import './common.module-cd4fb372.js';
14
14
  import './title-mobile/component.js';
15
15
  import './title-responsive/component.js';
@@ -2,7 +2,7 @@ import React, { forwardRef } from 'react';
2
2
  import mergeRefs from 'react-merge-refs';
3
3
  import cn from 'classnames';
4
4
  import { useSkeleton } from '../hooks/use-skeleton.js';
5
- import { c as colors } from '../colors.module-851d0160.js';
5
+ import { c as colors } from '../colors.module-0a06cd10.js';
6
6
  import '../../../skeleton/modern';
7
7
  import '@alfalab/hooks';
8
8
 
@@ -5,4 +5,4 @@ import 'classnames';
5
5
  import '../hooks/use-skeleton.js';
6
6
  import '../../../skeleton/modern';
7
7
  import '@alfalab/hooks';
8
- import '../colors.module-851d0160.js';
8
+ import '../colors.module-0a06cd10.js';
@@ -2,7 +2,7 @@ import React, { forwardRef } from 'react';
2
2
  import mergeRefs from 'react-merge-refs';
3
3
  import cn from 'classnames';
4
4
  import { useSkeleton } from '../hooks/use-skeleton.js';
5
- import { c as colors } from '../colors.module-851d0160.js';
5
+ import { c as colors } from '../colors.module-0a06cd10.js';
6
6
  import '../../../skeleton/modern';
7
7
  import '@alfalab/hooks';
8
8
 
@@ -1,12 +1,12 @@
1
1
  import React, { forwardRef } from 'react';
2
2
  import { Title as Title$1 } from './component.js';
3
- import { c as commonStyles } from '../common.module-087c5d06.js';
3
+ import { c as commonStyles } from '../common.module-cd4fb372.js';
4
4
  import 'react-merge-refs';
5
5
  import 'classnames';
6
6
  import '../hooks/use-skeleton.js';
7
7
  import '../../../skeleton/modern';
8
8
  import '@alfalab/hooks';
9
- import '../colors.module-851d0160.js';
9
+ import '../colors.module-0a06cd10.js';
10
10
 
11
11
  const styles = {"styrene-xlarge":"typography__styrene-xlarge_1jotc","styrene-large":"typography__styrene-large_1jotc","styrene-medium":"typography__styrene-medium_1jotc","styrene-small":"typography__styrene-small_1jotc","styrene-xsmall":"typography__styrene-xsmall_1jotc","system-xlarge":"typography__system-xlarge_1jotc","system-large":"typography__system-large_1jotc","system-medium":"typography__system-medium_1jotc","system-small":"typography__system-small_1jotc","system-xsmall":"typography__system-xsmall_1jotc","margins-xlarge":"typography__margins-xlarge_1jotc","margins-large":"typography__margins-large_1jotc","margins-medium":"typography__margins-medium_1jotc","margins-small":"typography__margins-small_1jotc","margins-xsmall":"typography__margins-xsmall_1jotc","rowLimit1":"typography__rowLimit1_1jotc","rowLimit2":"typography__rowLimit2_1jotc","rowLimit3":"typography__rowLimit3_1jotc"};
12
12
  require('./index.css');
@@ -1,12 +1,12 @@
1
1
  import React, { forwardRef } from 'react';
2
2
  import { Title } from '../title/component.js';
3
- import { c as commonStyles } from '../common.module-087c5d06.js';
3
+ import { c as commonStyles } from '../common.module-cd4fb372.js';
4
4
  import 'react-merge-refs';
5
5
  import 'classnames';
6
6
  import '../hooks/use-skeleton.js';
7
7
  import '../../../skeleton/modern';
8
8
  import '@alfalab/hooks';
9
- import '../colors.module-851d0160.js';
9
+ import '../colors.module-0a06cd10.js';
10
10
 
11
11
  const styles = {"styrene-xlarge":"typography__styrene-xlarge_1hjyj","styrene-large":"typography__styrene-large_1hjyj","styrene-medium":"typography__styrene-medium_1hjyj","styrene-small":"typography__styrene-small_1hjyj","styrene-xsmall":"typography__styrene-xsmall_1hjyj","system-xlarge":"typography__system-xlarge_1hjyj","system-large":"typography__system-large_1hjyj","system-medium":"typography__system-medium_1hjyj","system-small":"typography__system-small_1hjyj","system-xsmall":"typography__system-xsmall_1hjyj"};
12
12
  require('./index.css');
@@ -6,5 +6,5 @@ import 'classnames';
6
6
  import '../hooks/use-skeleton.js';
7
7
  import '../../../skeleton/modern';
8
8
  import '@alfalab/hooks';
9
- import '../colors.module-851d0160.js';
10
- import '../common.module-087c5d06.js';
9
+ import '../colors.module-0a06cd10.js';
10
+ import '../common.module-cd4fb372.js';
@@ -1,12 +1,12 @@
1
1
  import React, { forwardRef } from 'react';
2
2
  import { Title } from '../title/component.js';
3
- import { c as commonStyles } from '../common.module-087c5d06.js';
3
+ import { c as commonStyles } from '../common.module-cd4fb372.js';
4
4
  import 'react-merge-refs';
5
5
  import 'classnames';
6
6
  import '../hooks/use-skeleton.js';
7
7
  import '../../../skeleton/modern';
8
8
  import '@alfalab/hooks';
9
- import '../colors.module-851d0160.js';
9
+ import '../colors.module-0a06cd10.js';
10
10
 
11
11
  const styles = {"styrene-xlarge":"typography__styrene-xlarge_k1jf9","styrene-large":"typography__styrene-large_k1jf9","styrene-medium":"typography__styrene-medium_k1jf9","styrene-small":"typography__styrene-small_k1jf9","styrene-xsmall":"typography__styrene-xsmall_k1jf9","system-xlarge":"typography__system-xlarge_k1jf9","system-large":"typography__system-large_k1jf9","system-medium":"typography__system-medium_k1jf9","system-small":"typography__system-small_k1jf9","system-xsmall":"typography__system-xsmall_k1jf9","margins-xlarge":"typography__margins-xlarge_k1jf9","margins-large":"typography__margins-large_k1jf9","margins-medium":"typography__margins-medium_k1jf9","margins-small":"typography__margins-small_k1jf9","margins-xsmall":"typography__margins-xsmall_k1jf9"};
12
12
  require('./index.css');
@@ -6,5 +6,5 @@ import 'classnames';
6
6
  import '../hooks/use-skeleton.js';
7
7
  import '../../../skeleton/modern';
8
8
  import '@alfalab/hooks';
9
- import '../colors.module-851d0160.js';
10
- import '../common.module-087c5d06.js';
9
+ import '../colors.module-0a06cd10.js';
10
+ import '../common.module-cd4fb372.js';
@@ -5,7 +5,7 @@ var React = require('react');
5
5
  var mergeRefs = require('react-merge-refs');
6
6
  var cn = require('classnames');
7
7
  var hooks_useSkeleton = require('../hooks/use-skeleton.js');
8
- var colors_module = require('../colors.module-6c5ed06e.js');
8
+ var colors_module = require('../colors.module-c6767642.js');
9
9
 
10
10
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
11
11
 
@@ -5,7 +5,7 @@ var React = require('react');
5
5
  var mergeRefs = require('react-merge-refs');
6
6
  var cn = require('classnames');
7
7
  var hooks_useSkeleton = require('../hooks/use-skeleton.js');
8
- var colors_module = require('../colors.module-6c5ed06e.js');
8
+ var colors_module = require('../colors.module-c6767642.js');
9
9
 
10
10
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
11
11
 
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var title_component = require('./component.js');
6
- var common_module = require('../common.module-625ad164.js');
6
+ var common_module = require('../common.module-916c36bb.js');
7
7
 
8
8
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
9
9
 
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var title_component = require('../title/component.js');
6
- var common_module = require('../common.module-625ad164.js');
6
+ var common_module = require('../common.module-916c36bb.js');
7
7
 
8
8
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
9
9
 
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  var tslib = require('tslib');
4
4
  var React = require('react');
5
5
  var title_component = require('../title/component.js');
6
- var common_module = require('../common.module-625ad164.js');
6
+ var common_module = require('../common.module-916c36bb.js');
7
7
 
8
8
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
9
9
 
File without changes