@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
@@ -68,19 +68,19 @@ declare const PureCell: React.ForwardRefExoticComponent<PureProps & React.RefAtt
68
68
  rowLimit?: 1 | 2 | undefined;
69
69
  view?: "component" | "primary-large" | "primary-medium" | "primary-small" | "component-primary" | undefined;
70
70
  titleWeight?: "bold" | "regular" | undefined;
71
- titleColor: "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "link" | "negative" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | "static-accent";
71
+ titleColor: "link" | "accent" | "primary" | "primary-inverted" | "secondary" | "secondary-inverted" | "tertiary" | "tertiary-inverted" | "attention" | "positive" | "negative" | "static-accent" | "disabled" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark";
72
72
  value?: React.ReactNode;
73
- valueColor?: "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "link" | "negative" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | "static-accent" | undefined;
73
+ valueColor?: "link" | "accent" | "primary" | "primary-inverted" | "secondary" | "secondary-inverted" | "tertiary" | "tertiary-inverted" | "attention" | "positive" | "negative" | "static-accent" | "disabled" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | undefined;
74
74
  dataTestId?: string | undefined;
75
75
  }>;
76
76
  Amount: React.FC<{
77
77
  weight?: "bold" | "normal" | undefined;
78
78
  textView?: "component" | "primary-small" | undefined;
79
- color?: "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "link" | "negative" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | "static-accent" | undefined;
79
+ color?: "link" | "accent" | "primary" | "primary-inverted" | "secondary" | "secondary-inverted" | "tertiary" | "tertiary-inverted" | "attention" | "positive" | "negative" | "static-accent" | "disabled" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | undefined;
80
80
  dataTestId?: string | undefined;
81
81
  } & Omit<import("./components/typesProps").AmountProps, "dataTestId">>;
82
82
  AmountTitle: React.FC<{
83
- color?: "tertiary" | "disabled" | "accent" | "primary" | "attention" | "positive" | "secondary" | "tertiary-inverted" | "primary-inverted" | "secondary-inverted" | "link" | "negative" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | "static-accent" | undefined;
83
+ color?: "link" | "accent" | "primary" | "primary-inverted" | "secondary" | "secondary-inverted" | "tertiary" | "tertiary-inverted" | "attention" | "positive" | "negative" | "static-accent" | "disabled" | "static-primary-light" | "static-secondary-light" | "static-tertiary-light" | "static-primary-dark" | "static-secondary-dark" | "static-tertiary-dark" | undefined;
84
84
  titleProps?: import("../typography").TitleProps | undefined;
85
85
  dataTestId?: string | undefined;
86
86
  } & Omit<import("./components/typesProps").AmountProps, "dataTestId">>;
@@ -41,7 +41,7 @@ import '../../base-modal/esm';
41
41
  import '../../button/esm/mobile';
42
42
  import './components/virtual-options-list/Component.js';
43
43
  import 'react-virtual';
44
- import './hook-1534436b.js';
44
+ import './hook-9652899e.js';
45
45
  import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
46
46
  import '../../button/esm/desktop';
47
47
  import './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
@@ -41,7 +41,7 @@ import '../../base-modal/esm';
41
41
  import '../../button/esm/mobile';
42
42
  import './components/virtual-options-list/Component.js';
43
43
  import 'react-virtual';
44
- import './hook-1534436b.js';
44
+ import './hook-9652899e.js';
45
45
  import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
46
46
  import '../../button/esm/desktop';
47
47
  import './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
@@ -12,7 +12,7 @@ import { Option } from '../components/option/Component.js';
12
12
  import { OptionsList } from '../components/options-list/Component.js';
13
13
  import { Search } from '../components/search/Component.js';
14
14
  import { VirtualOptionsList } from '../components/virtual-options-list/Component.js';
15
- import { u as useSelectWithApply } from '../hook-1534436b.js';
15
+ import { u as useSelectWithApply } from '../hook-9652899e.js';
16
16
  import { Header } from '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
17
17
  import 'classnames';
18
18
  import '@alfalab/icons-glyph/ChevronDownMIcon';
@@ -37,7 +37,7 @@ import '../../../input/esm';
37
37
  import '@alfalab/icons-glyph/MagnifierMIcon';
38
38
  import '../components/virtual-options-list/Component.js';
39
39
  import 'react-virtual';
40
- import '../hook-1534436b.js';
40
+ import '../hook-9652899e.js';
41
41
  import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
42
42
  import '../../../button/esm/desktop';
43
43
  import '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
@@ -38,7 +38,7 @@ import '../../../input/esm';
38
38
  import '@alfalab/icons-glyph/MagnifierMIcon';
39
39
  import '../components/virtual-options-list/Component.js';
40
40
  import 'react-virtual';
41
- import '../hook-1534436b.js';
41
+ import '../hook-9652899e.js';
42
42
  import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
43
43
  import '../../../button/esm/desktop';
44
44
  import '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
@@ -1,6 +1,6 @@
1
1
  export { useSelectWithLoading } from './useSelectWithLoading/hook.js';
2
2
  export { useLazyLoading } from './useLazyLoading/hook.js';
3
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-1534436b.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-9652899e.js';
4
4
  import 'tslib';
5
5
  import 'react';
6
6
  import '../../../skeleton/esm';
@@ -1,6 +1,6 @@
1
1
  import 'tslib';
2
2
  import 'react';
3
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-1534436b.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-9652899e.js';
4
4
  import '../../utils.js';
5
5
  import '../../components/options-list/Component.js';
6
6
  import 'react-merge-refs';
@@ -1,7 +1,7 @@
1
1
  import 'tslib';
2
2
  import 'react';
3
3
  import '../../../components/options-list/Component.js';
4
- export { O as OptionsListWithApply } from '../../../hook-1534436b.js';
4
+ export { O as OptionsListWithApply } from '../../../hook-9652899e.js';
5
5
  import './footer/Component.js';
6
6
  import './header/Component.js';
7
7
  import 'react-merge-refs';
@@ -1 +1 @@
1
- export * from "../../../hook-1534436b";
1
+ export * from "../../../hook-9652899e";
@@ -1,4 +1,4 @@
1
- export { O as OptionsListWithApply } from '../../../hook-1534436b.js';
1
+ export { O as OptionsListWithApply } from '../../../hook-9652899e.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import '../../../utils.js';
@@ -1,6 +1,6 @@
1
1
  export { useSelectWithLoading } from '../presets/useSelectWithLoading/hook.js';
2
2
  export { useLazyLoading } from '../presets/useLazyLoading/hook.js';
3
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-1534436b.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-9652899e.js';
4
4
  export { defaultAccessor, defaultFilterFn, isGroup, isOptionShape, joinOptions, lastIndexOf, processOptions, usePrevious, useVisibleOptions } from '../utils.js';
5
5
  export { Option } from '../components/option/Component.js';
6
6
  export { BaseOption } from '../components/base-option/Component.js';
@@ -14,7 +14,7 @@ var components_option_Component = require('../components/option/Component.js');
14
14
  var components_optionsList_Component = require('../components/options-list/Component.js');
15
15
  var components_search_Component = require('../components/search/Component.js');
16
16
  var components_virtualOptionsList_Component = require('../components/virtual-options-list/Component.js');
17
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-e5ba26c7.js');
17
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-3f57caa8.js');
18
18
  var presets_useSelectWithApply_optionsListWithApply_header_Component = require('../presets/useSelectWithApply/options-list-with-apply/header/Component.js');
19
19
 
20
20
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
@@ -40,7 +40,7 @@ import '../../base-modal/modern';
40
40
  import '../../button/modern/mobile';
41
41
  import './components/virtual-options-list/Component.js';
42
42
  import 'react-virtual';
43
- import './hook-83f603af.js';
43
+ import './hook-3e36491b.js';
44
44
  import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
45
45
  import '../../button/modern/desktop';
46
46
  import './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
@@ -40,7 +40,7 @@ import '../../base-modal/modern';
40
40
  import '../../button/modern/mobile';
41
41
  import './components/virtual-options-list/Component.js';
42
42
  import 'react-virtual';
43
- import './hook-83f603af.js';
43
+ import './hook-3e36491b.js';
44
44
  import './presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
45
45
  import '../../button/modern/desktop';
46
46
  import './presets/useSelectWithApply/options-list-with-apply/header/Component.js';
@@ -11,7 +11,7 @@ import { Option } from '../components/option/Component.js';
11
11
  import { OptionsList } from '../components/options-list/Component.js';
12
12
  import { Search } from '../components/search/Component.js';
13
13
  import { VirtualOptionsList } from '../components/virtual-options-list/Component.js';
14
- import { u as useSelectWithApply } from '../hook-83f603af.js';
14
+ import { u as useSelectWithApply } from '../hook-3e36491b.js';
15
15
  import { Header } from '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
16
16
  import 'classnames';
17
17
  import '@alfalab/icons-glyph/ChevronDownMIcon';
@@ -36,7 +36,7 @@ import '../../../input/modern';
36
36
  import '@alfalab/icons-glyph/MagnifierMIcon';
37
37
  import '../components/virtual-options-list/Component.js';
38
38
  import 'react-virtual';
39
- import '../hook-83f603af.js';
39
+ import '../hook-3e36491b.js';
40
40
  import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
41
41
  import '../../../button/modern/desktop';
42
42
  import '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
@@ -37,7 +37,7 @@ import '../../../input/modern';
37
37
  import '@alfalab/icons-glyph/MagnifierMIcon';
38
38
  import '../components/virtual-options-list/Component.js';
39
39
  import 'react-virtual';
40
- import '../hook-83f603af.js';
40
+ import '../hook-3e36491b.js';
41
41
  import '../presets/useSelectWithApply/options-list-with-apply/footer/Component.js';
42
42
  import '../../../button/modern/desktop';
43
43
  import '../presets/useSelectWithApply/options-list-with-apply/header/Component.js';
@@ -1,6 +1,6 @@
1
1
  export { useSelectWithLoading } from './useSelectWithLoading/hook.js';
2
2
  export { useLazyLoading } from './useLazyLoading/hook.js';
3
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-83f603af.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-3e36491b.js';
4
4
  import 'react';
5
5
  import '../../../skeleton/modern';
6
6
  import '../components/option/Component.js';
@@ -1,5 +1,5 @@
1
1
  import 'react';
2
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-83f603af.js';
2
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../../hook-3e36491b.js';
3
3
  import '../../utils.js';
4
4
  import '../../components/options-list/Component.js';
5
5
  import 'react-merge-refs';
@@ -1,6 +1,6 @@
1
1
  import 'react';
2
2
  import '../../../components/options-list/Component.js';
3
- export { O as OptionsListWithApply } from '../../../hook-83f603af.js';
3
+ export { O as OptionsListWithApply } from '../../../hook-3e36491b.js';
4
4
  import './footer/Component.js';
5
5
  import './header/Component.js';
6
6
  import 'react-merge-refs';
@@ -1 +1 @@
1
- export * from "../../../hook-83f603af";
1
+ export * from "../../../hook-3e36491b";
@@ -1,4 +1,4 @@
1
- export { O as OptionsListWithApply } from '../../../hook-83f603af.js';
1
+ export { O as OptionsListWithApply } from '../../../hook-3e36491b.js';
2
2
  import 'react';
3
3
  import '../../../utils.js';
4
4
  import '../../../components/options-list/Component.js';
@@ -1,6 +1,6 @@
1
1
  export { useSelectWithLoading } from '../presets/useSelectWithLoading/hook.js';
2
2
  export { useLazyLoading } from '../presets/useLazyLoading/hook.js';
3
- export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-83f603af.js';
3
+ export { S as SELECT_ALL_KEY, u as useSelectWithApply } from '../hook-3e36491b.js';
4
4
  export { defaultAccessor, defaultFilterFn, isGroup, isOptionShape, joinOptions, lastIndexOf, processOptions, usePrevious, useVisibleOptions } from '../utils.js';
5
5
  export { Option } from '../components/option/Component.js';
6
6
  export { BaseOption } from '../components/base-option/Component.js';
@@ -2,7 +2,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
3
  var presets_useSelectWithLoading_hook = require('./useSelectWithLoading/hook.js');
4
4
  var presets_useLazyLoading_hook = require('./useLazyLoading/hook.js');
5
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-e5ba26c7.js');
5
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-3f57caa8.js');
6
6
 
7
7
 
8
8
 
@@ -3,7 +3,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
3
3
  require('tslib');
4
4
  require('react');
5
5
  require('../../utils.js');
6
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../../hook-e5ba26c7.js');
6
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../../hook-3f57caa8.js');
7
7
 
8
8
 
9
9
 
@@ -4,7 +4,7 @@ require('tslib');
4
4
  require('react');
5
5
  require('../../../components/options-list/Component.js');
6
6
  require('../../../consts.js');
7
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-e5ba26c7.js');
7
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-3f57caa8.js');
8
8
  require('./footer/Component.js');
9
9
  require('./header/Component.js');
10
10
 
@@ -1 +1 @@
1
- export * from "../../../hook-e5ba26c7";
1
+ export * from "../../../hook-3f57caa8";
@@ -1,6 +1,6 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-e5ba26c7.js');
3
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../../../hook-3f57caa8.js');
4
4
 
5
5
 
6
6
 
@@ -2,7 +2,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
2
2
 
3
3
  var presets_useSelectWithLoading_hook = require('../presets/useSelectWithLoading/hook.js');
4
4
  var presets_useLazyLoading_hook = require('../presets/useLazyLoading/hook.js');
5
- var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-e5ba26c7.js');
5
+ var presets_useSelectWithApply_optionsListWithApply_Component = require('../hook-3f57caa8.js');
6
6
  var utils = require('../utils.js');
7
7
  var components_option_Component = require('../components/option/Component.js');
8
8
  var components_baseOption_Component = require('../components/base-option/Component.js');
@@ -4,7 +4,7 @@ var React = require('react');
4
4
  var cn = require('classnames');
5
5
  var coreComponentsShared = require('../../../shared');
6
6
  var ResponsiveContext = require('../../ResponsiveContext.js');
7
- var layout_module = require('../../layout.module-3ae30585.js');
7
+ var layout_module = require('../../layout.module-63bb425f.js');
8
8
 
9
9
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
10
10
 
@@ -5,7 +5,7 @@ var cn = require('classnames');
5
5
  var coreComponentsShared = require('../../../shared');
6
6
  var Context = require('../../Context.js');
7
7
  var ResponsiveContext = require('../../ResponsiveContext.js');
8
- var layout_module = require('../../layout.module-3ae30585.js');
8
+ var layout_module = require('../../layout.module-63bb425f.js');
9
9
 
10
10
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
11
11
 
@@ -8,7 +8,7 @@ import { SidePanelDesktop } from './desktop/Component.desktop.js';
8
8
  import { SidePanelMobile } from './mobile/Component.mobile.js';
9
9
  import { ResponsiveContext } from './ResponsiveContext.js';
10
10
  import 'classnames';
11
- import './layout.module-fa01acf8.js';
11
+ import './layout.module-9b1b1597.js';
12
12
  import '../../navigation-bar/esm';
13
13
  import './Context.js';
14
14
  import '../../base-modal/esm';
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { getDataTestId } from '../../../../shared/esm';
4
4
  import { ResponsiveContext } from '../../ResponsiveContext.js';
5
- import { l as layoutStyles } from '../../layout.module-fa01acf8.js';
5
+ import { l as layoutStyles } from '../../layout.module-9b1b1597.js';
6
6
 
7
7
  var styles = {"component":"side-panel__component_1nqcw"};
8
8
  require('./index.css');
@@ -3,4 +3,4 @@ import 'react';
3
3
  import 'classnames';
4
4
  import '../../../../shared/esm';
5
5
  import '../../ResponsiveContext.js';
6
- import '../../layout.module-fa01acf8.js';
6
+ import '../../layout.module-9b1b1597.js';
@@ -6,7 +6,7 @@ import '../../../../shared/esm';
6
6
  import '../../Context.js';
7
7
  import '../../../../base-modal/esm';
8
8
  import '../../ResponsiveContext.js';
9
- import '../../layout.module-fa01acf8.js';
9
+ import '../../layout.module-9b1b1597.js';
10
10
 
11
11
  var styles = {"sticky":"side-panel__sticky_erzxd","s":"side-panel__s_erzxd"};
12
12
  require('./desktop.css');
@@ -3,7 +3,7 @@ import cn from 'classnames';
3
3
  import { getDataTestId } from '../../../../shared/esm';
4
4
  import { ModalContext } from '../../Context.js';
5
5
  import { ResponsiveContext } from '../../ResponsiveContext.js';
6
- import { l as layoutStyles } from '../../layout.module-fa01acf8.js';
6
+ import { l as layoutStyles } from '../../layout.module-9b1b1597.js';
7
7
  import '../../../../base-modal/esm';
8
8
 
9
9
  var styles = {"footer":"side-panel__footer_19kfm","sticky":"side-panel__sticky_19kfm","highlighted":"side-panel__highlighted_19kfm"};
@@ -6,7 +6,7 @@ import '../../../../shared/esm';
6
6
  import '../../Context.js';
7
7
  import '../../../../base-modal/esm';
8
8
  import '../../ResponsiveContext.js';
9
- import '../../layout.module-fa01acf8.js';
9
+ import '../../layout.module-9b1b1597.js';
10
10
 
11
11
  var styles = {"footer":"side-panel__footer_irfh8","sticky":"side-panel__sticky_irfh8"};
12
12
  require('./mobile.css');
@@ -12,7 +12,7 @@ import '../components/content/Component.js';
12
12
  import '../../../shared/esm';
13
13
  import '../Context.js';
14
14
  import '../../../base-modal/esm';
15
- import '../layout.module-fa01acf8.js';
15
+ import '../layout.module-9b1b1597.js';
16
16
  import '../components/footer/Component.js';
17
17
  import '../../../navigation-bar/esm';
18
18
 
@@ -11,7 +11,7 @@ import '../Context.js';
11
11
  import '../../../base-modal/esm';
12
12
  import '../ResponsiveContext.js';
13
13
  import '../components/controls/Component.js';
14
- import '../layout.module-fa01acf8.js';
14
+ import '../layout.module-9b1b1597.js';
15
15
  import '../components/footer/Component.desktop.js';
16
16
  import '../components/footer/Component.js';
17
17
  import '../components/header/Component.js';
@@ -6,7 +6,7 @@ import '../../shared/esm';
6
6
  import './components/controls/Component.js';
7
7
  import 'classnames';
8
8
  import './ResponsiveContext.js';
9
- import './layout.module-fa01acf8.js';
9
+ import './layout.module-9b1b1597.js';
10
10
  import './components/header/Component.js';
11
11
  import '../../navigation-bar/esm';
12
12
  import './Context.js';
@@ -10,7 +10,7 @@ import { ResponsiveContext } from '../ResponsiveContext.js';
10
10
  import '../components/content/Component.js';
11
11
  import '../../../shared/esm';
12
12
  import '../Context.js';
13
- import '../layout.module-fa01acf8.js';
13
+ import '../layout.module-9b1b1597.js';
14
14
  import '../components/footer/Component.js';
15
15
  import '../../../navigation-bar/esm';
16
16
 
@@ -9,7 +9,7 @@ import '../../../shared/esm';
9
9
  import '../Context.js';
10
10
  import '../ResponsiveContext.js';
11
11
  import '../components/controls/Component.js';
12
- import '../layout.module-fa01acf8.js';
12
+ import '../layout.module-9b1b1597.js';
13
13
  import '../components/footer/Component.mobile.js';
14
14
  import '../components/footer/Component.js';
15
15
  import '../components/header/Component.js';
@@ -7,7 +7,7 @@ import { SidePanelDesktop } from './desktop/Component.desktop.js';
7
7
  import { SidePanelMobile } from './mobile/Component.mobile.js';
8
8
  import { ResponsiveContext } from './ResponsiveContext.js';
9
9
  import 'classnames';
10
- import './layout.module-f40eb9db.js';
10
+ import './layout.module-294dd7f0.js';
11
11
  import '../../navigation-bar/modern';
12
12
  import './Context.js';
13
13
  import '../../base-modal/modern';
@@ -2,7 +2,7 @@ import React, { useContext } from 'react';
2
2
  import cn from 'classnames';
3
3
  import { getDataTestId } from '../../../../shared/modern';
4
4
  import { ResponsiveContext } from '../../ResponsiveContext.js';
5
- import { l as layoutStyles } from '../../layout.module-f40eb9db.js';
5
+ import { l as layoutStyles } from '../../layout.module-294dd7f0.js';
6
6
 
7
7
  const styles = {"component":"side-panel__component_1nqcw"};
8
8
  require('./index.css');
@@ -3,4 +3,4 @@ import 'react';
3
3
  import 'classnames';
4
4
  import '../../../../shared/modern';
5
5
  import '../../ResponsiveContext.js';
6
- import '../../layout.module-f40eb9db.js';
6
+ import '../../layout.module-294dd7f0.js';
@@ -5,7 +5,7 @@ import '../../../../shared/modern';
5
5
  import '../../Context.js';
6
6
  import '../../../../base-modal/modern';
7
7
  import '../../ResponsiveContext.js';
8
- import '../../layout.module-f40eb9db.js';
8
+ import '../../layout.module-294dd7f0.js';
9
9
 
10
10
  const styles = {"sticky":"side-panel__sticky_erzxd","s":"side-panel__s_erzxd"};
11
11
  require('./desktop.css');
@@ -3,7 +3,7 @@ import cn from 'classnames';
3
3
  import { getDataTestId } from '../../../../shared/modern';
4
4
  import { ModalContext } from '../../Context.js';
5
5
  import { ResponsiveContext } from '../../ResponsiveContext.js';
6
- import { l as layoutStyles } from '../../layout.module-f40eb9db.js';
6
+ import { l as layoutStyles } from '../../layout.module-294dd7f0.js';
7
7
  import '../../../../base-modal/modern';
8
8
 
9
9
  const styles = {"footer":"side-panel__footer_19kfm","sticky":"side-panel__sticky_19kfm","highlighted":"side-panel__highlighted_19kfm"};
@@ -5,7 +5,7 @@ import '../../../../shared/modern';
5
5
  import '../../Context.js';
6
6
  import '../../../../base-modal/modern';
7
7
  import '../../ResponsiveContext.js';
8
- import '../../layout.module-f40eb9db.js';
8
+ import '../../layout.module-294dd7f0.js';
9
9
 
10
10
  const styles = {"footer":"side-panel__footer_irfh8","sticky":"side-panel__sticky_irfh8"};
11
11
  require('./mobile.css');
@@ -11,7 +11,7 @@ import '../components/content/Component.js';
11
11
  import '../../../shared/modern';
12
12
  import '../Context.js';
13
13
  import '../../../base-modal/modern';
14
- import '../layout.module-f40eb9db.js';
14
+ import '../layout.module-294dd7f0.js';
15
15
  import '../components/footer/Component.js';
16
16
  import '../../../navigation-bar/modern';
17
17
 
@@ -10,7 +10,7 @@ import '../Context.js';
10
10
  import '../../../base-modal/modern';
11
11
  import '../ResponsiveContext.js';
12
12
  import '../components/controls/Component.js';
13
- import '../layout.module-f40eb9db.js';
13
+ import '../layout.module-294dd7f0.js';
14
14
  import '../components/footer/Component.desktop.js';
15
15
  import '../components/footer/Component.js';
16
16
  import '../components/header/Component.js';
@@ -5,7 +5,7 @@ import '../../shared/modern';
5
5
  import './components/controls/Component.js';
6
6
  import 'classnames';
7
7
  import './ResponsiveContext.js';
8
- import './layout.module-f40eb9db.js';
8
+ import './layout.module-294dd7f0.js';
9
9
  import './components/header/Component.js';
10
10
  import '../../navigation-bar/modern';
11
11
  import './Context.js';
@@ -9,7 +9,7 @@ import { ResponsiveContext } from '../ResponsiveContext.js';
9
9
  import '../components/content/Component.js';
10
10
  import '../../../shared/modern';
11
11
  import '../Context.js';
12
- import '../layout.module-f40eb9db.js';
12
+ import '../layout.module-294dd7f0.js';
13
13
  import '../components/footer/Component.js';
14
14
  import '../../../navigation-bar/modern';
15
15
 
@@ -8,7 +8,7 @@ import '../../../shared/modern';
8
8
  import '../Context.js';
9
9
  import '../ResponsiveContext.js';
10
10
  import '../components/controls/Component.js';
11
- import '../layout.module-f40eb9db.js';
11
+ import '../layout.module-294dd7f0.js';
12
12
  import '../components/footer/Component.mobile.js';
13
13
  import '../components/footer/Component.js';
14
14
  import '../components/header/Component.js';
@@ -15,7 +15,7 @@ var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
15
15
  var defaultColors = {"component":"tag__component_1444d","outlined":"tag__outlined_1444d","filled":"tag__filled_1444d","checked":"tag__checked_1444d"};
16
16
  require('./default.css');
17
17
 
18
- var commonStyles = {"component":"tag__component_1xa0b","focused":"tag__focused_1xa0b","addons":"tag__addons_1xa0b","s":"tag__s_1xa0b","m":"tag__m_1xa0b","l":"tag__l_1xa0b","xl":"tag__xl_1xa0b","xxs":"tag__xxs_1xa0b","xs":"tag__xs_1xa0b","withRightAddons":"tag__withRightAddons_1xa0b","withLeftAddons":"tag__withLeftAddons_1xa0b","rounded":"tag__rounded_1xa0b","outlined":"tag__outlined_1xa0b","checked":"tag__checked_1xa0b","filled":"tag__filled_1xa0b"};
18
+ var commonStyles = {"component":"tag__component_1xa0b","focused":"tag__focused_1xa0b","addons":"tag__addons_1xa0b","s":"tag__s_1xa0b","m":"tag__m_1xa0b","l":"tag__l_1xa0b","xl":"tag__xl_1xa0b","xxs":"tag__xxs_1xa0b","xs":"tag__xs_1xa0b","withRightAddons":"tag__withRightAddons_1xa0b","withLeftAddons":"tag__withLeftAddons_1xa0b","rounded":"tag__rounded_1xa0b"};
19
19
  require('./index.css');
20
20
 
21
21
  var invertedColors = {"component":"tag__component_1u7ir","outlined":"tag__outlined_1u7ir","filled":"tag__filled_1u7ir","checked":"tag__checked_1u7ir"};
@@ -180,8 +180,4 @@
180
180
  .tag__rounded_1xa0b.tag__l_1xa0b,
181
181
  .tag__rounded_1xa0b.tag__xl_1xa0b {
182
182
  border-radius: var(--tag-border-radius);
183
- } .tag__outlined_1xa0b.tag__checked_1xa0b[disabled],
184
- .tag__filled_1xa0b {
185
- -webkit-backdrop-filter: blur(80px);
186
- backdrop-filter: blur(80px);
187
- }
183
+ }
@@ -179,8 +179,4 @@
179
179
  .rounded.l,
180
180
  .rounded.xl {
181
181
  border-radius: var(--tag-border-radius);
182
- } .outlined.checked[disabled],
183
- .filled {
184
- -webkit-backdrop-filter: blur(80px);
185
- backdrop-filter: blur(80px);
186
- }
182
+ }
@@ -7,7 +7,7 @@ import { useFocus } from '@alfalab/hooks';
7
7
  var defaultColors = {"component":"tag__component_1444d","outlined":"tag__outlined_1444d","filled":"tag__filled_1444d","checked":"tag__checked_1444d"};
8
8
  require('./default.css');
9
9
 
10
- var commonStyles = {"component":"tag__component_1xa0b","focused":"tag__focused_1xa0b","addons":"tag__addons_1xa0b","s":"tag__s_1xa0b","m":"tag__m_1xa0b","l":"tag__l_1xa0b","xl":"tag__xl_1xa0b","xxs":"tag__xxs_1xa0b","xs":"tag__xs_1xa0b","withRightAddons":"tag__withRightAddons_1xa0b","withLeftAddons":"tag__withLeftAddons_1xa0b","rounded":"tag__rounded_1xa0b","outlined":"tag__outlined_1xa0b","checked":"tag__checked_1xa0b","filled":"tag__filled_1xa0b"};
10
+ var commonStyles = {"component":"tag__component_1xa0b","focused":"tag__focused_1xa0b","addons":"tag__addons_1xa0b","s":"tag__s_1xa0b","m":"tag__m_1xa0b","l":"tag__l_1xa0b","xl":"tag__xl_1xa0b","xxs":"tag__xxs_1xa0b","xs":"tag__xs_1xa0b","withRightAddons":"tag__withRightAddons_1xa0b","withLeftAddons":"tag__withLeftAddons_1xa0b","rounded":"tag__rounded_1xa0b"};
11
11
  require('./index.css');
12
12
 
13
13
  var invertedColors = {"component":"tag__component_1u7ir","outlined":"tag__outlined_1u7ir","filled":"tag__filled_1u7ir","checked":"tag__checked_1u7ir"};