@alfalab/core-components-picker-button 11.1.9 → 11.2.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 (238) hide show
  1. package/Component-5cb54b98.d.ts +220 -0
  2. package/Component.desktop.d.ts +1 -1
  3. package/Component.desktop.js +1 -1
  4. package/Component.mobile.d.ts +2 -2
  5. package/Component.responsive-3109f463.d.ts +1 -1
  6. package/Component.responsive.d.ts +4 -4
  7. package/browser-a216f694.d.ts +6 -0
  8. package/cssm/Component-5cb54b98.d.ts +220 -0
  9. package/cssm/Component.desktop.d.ts +1 -1
  10. package/cssm/Component.mobile.d.ts +2 -2
  11. package/cssm/Component.responsive-3109f463.d.ts +1 -1
  12. package/cssm/Component.responsive.d.ts +4 -4
  13. package/cssm/browser-a216f694.d.ts +6 -0
  14. package/cssm/{desktop.d.ts → desktop/index.d.ts} +1 -1
  15. package/cssm/{desktop.js → desktop/index.js} +7 -7
  16. package/cssm/field/Component.d.ts +837 -3
  17. package/cssm/{index-10db897e.d.ts → index-5cb54b98.d.ts} +6 -1
  18. package/cssm/mobile/index.d.ts +2 -0
  19. package/cssm/{mobile.js → mobile/index.js} +6 -6
  20. package/cssm/option/Component.d.ts +2 -2
  21. package/cssm/shared/index.d.ts +2 -0
  22. package/cssm/{shared.js → shared/index.js} +1 -1
  23. package/cssm/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
  24. package/{desktop.d.ts → desktop/index.d.ts} +1 -1
  25. package/{desktop.js → desktop/index.js} +4 -4
  26. package/desktop/package.json +3 -0
  27. package/esm/Component-5cb54b98.d.ts +220 -0
  28. package/esm/Component.desktop.d.ts +1 -1
  29. package/esm/Component.desktop.js +1 -1
  30. package/esm/Component.mobile.d.ts +2 -2
  31. package/esm/Component.responsive-3109f463.d.ts +1 -1
  32. package/esm/Component.responsive.d.ts +4 -4
  33. package/esm/browser-a216f694.d.ts +6 -0
  34. package/esm/{desktop.d.ts → desktop/index.d.ts} +1 -1
  35. package/esm/{desktop.js → desktop/index.js} +4 -4
  36. package/esm/field/Component.d.ts +837 -3
  37. package/esm/field/Component.js +1 -1
  38. package/esm/field/index.css +6 -6
  39. package/esm/{index-10db897e.d.ts → index-5cb54b98.d.ts} +6 -1
  40. package/esm/index.css +5 -5
  41. package/esm/mobile/index.d.ts +2 -0
  42. package/esm/{mobile.js → mobile/index.js} +4 -4
  43. package/esm/option/Component.d.ts +2 -2
  44. package/esm/option/Component.js +1 -1
  45. package/esm/option/index.css +4 -4
  46. package/esm/shared/index.d.ts +2 -0
  47. package/esm/{shared.js → shared/index.js} +1 -1
  48. package/esm/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
  49. package/field/Component.d.ts +837 -3
  50. package/field/Component.js +1 -1
  51. package/field/index.css +6 -6
  52. package/{index-10db897e.d.ts → index-5cb54b98.d.ts} +6 -1
  53. package/index.css +5 -5
  54. package/mobile/index.d.ts +2 -0
  55. package/{mobile.js → mobile/index.js} +4 -4
  56. package/mobile/package.json +3 -0
  57. package/modern/Component-5cb54b98.d.ts +220 -0
  58. package/modern/Component.desktop.d.ts +1 -1
  59. package/modern/Component.desktop.js +1 -1
  60. package/modern/Component.mobile.d.ts +2 -2
  61. package/modern/Component.responsive-3109f463.d.ts +1 -1
  62. package/modern/Component.responsive.d.ts +4 -4
  63. package/modern/browser-a216f694.d.ts +6 -0
  64. package/modern/{desktop.d.ts → desktop/index.d.ts} +1 -1
  65. package/modern/{desktop.js → desktop/index.js} +4 -4
  66. package/modern/field/Component.d.ts +837 -3
  67. package/modern/field/Component.js +1 -1
  68. package/modern/field/index.css +6 -6
  69. package/modern/{index-10db897e.d.ts → index-5cb54b98.d.ts} +6 -1
  70. package/modern/index.css +5 -5
  71. package/modern/mobile/index.d.ts +2 -0
  72. package/modern/{mobile.js → mobile/index.js} +4 -4
  73. package/modern/option/Component.d.ts +2 -2
  74. package/modern/option/Component.js +1 -1
  75. package/modern/option/index.css +4 -4
  76. package/modern/shared/index.d.ts +2 -0
  77. package/modern/{shared.js → shared/index.js} +1 -1
  78. package/modern/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
  79. package/option/Component.d.ts +2 -2
  80. package/option/Component.js +1 -1
  81. package/option/index.css +4 -4
  82. package/package.json +3 -27
  83. package/shared/index.d.ts +2 -0
  84. package/{shared.js → shared/index.js} +1 -1
  85. package/shared/package.json +3 -0
  86. package/src/{desktop.ts → desktop/index.ts} +1 -1
  87. package/src/desktop/package.json +3 -0
  88. package/src/mobile/index.ts +1 -0
  89. package/src/mobile/package.json +3 -0
  90. package/src/shared/index.ts +2 -0
  91. package/src/shared/package.json +3 -0
  92. package/useCustomWebkitScrollbar-a216f694.d.ts +2 -0
  93. package/Component-0f4b9bed.d.ts +0 -72
  94. package/Component-10db897e.d.ts +0 -6
  95. package/Component-69921c40.d.ts +0 -184
  96. package/Component-bdb4c6b9.d.ts +0 -12
  97. package/Component-c76d6398.d.ts +0 -5
  98. package/Component-ebda875c.d.ts +0 -12
  99. package/Component.mobile-f1f15074.d.ts +0 -34
  100. package/Component.mobile-f28cbba0.d.ts +0 -41
  101. package/Component.modal.mobile-0f4b9bed.d.ts +0 -60
  102. package/Context-bdb4c6b9.d.ts +0 -4
  103. package/ResponsiveContext-baf4875b.d.ts +0 -5
  104. package/component-10db897e.d.ts +0 -44
  105. package/consts-f777ba1a.d.ts +0 -2
  106. package/cssm/Component-0f4b9bed.d.ts +0 -72
  107. package/cssm/Component-10db897e.d.ts +0 -6
  108. package/cssm/Component-69921c40.d.ts +0 -184
  109. package/cssm/Component-bdb4c6b9.d.ts +0 -12
  110. package/cssm/Component-c76d6398.d.ts +0 -5
  111. package/cssm/Component-ebda875c.d.ts +0 -12
  112. package/cssm/Component.mobile-f1f15074.d.ts +0 -34
  113. package/cssm/Component.mobile-f28cbba0.d.ts +0 -41
  114. package/cssm/Component.modal.mobile-0f4b9bed.d.ts +0 -60
  115. package/cssm/Context-bdb4c6b9.d.ts +0 -4
  116. package/cssm/ResponsiveContext-baf4875b.d.ts +0 -5
  117. package/cssm/component-10db897e.d.ts +0 -44
  118. package/cssm/consts-f777ba1a.d.ts +0 -2
  119. package/cssm/desktop-69921c40.d.ts +0 -6
  120. package/cssm/hook-8abfea97.d.ts +0 -90
  121. package/cssm/index-136acbb1.d.ts +0 -28
  122. package/cssm/index-bdb4c6b9.d.ts +0 -2
  123. package/cssm/index-c44170fe.d.ts +0 -3
  124. package/cssm/index-c76d6398.d.ts +0 -2
  125. package/cssm/index-ebda875c.d.ts +0 -81
  126. package/cssm/index-f12ee135.d.ts +0 -3
  127. package/cssm/mobile-89f0cb07.d.ts +0 -6
  128. package/cssm/mobile-d7e9f69d.d.ts +0 -2
  129. package/cssm/mobile.d.ts +0 -2
  130. package/cssm/shared-4cd3936b.d.ts +0 -65
  131. package/cssm/shared.d.ts +0 -2
  132. package/cssm/types-1b036d4b.d.ts +0 -13
  133. package/cssm/types-1c79e231.d.ts +0 -113
  134. package/cssm/types-67a2d8af.d.ts +0 -276
  135. package/cssm/typings-0f4b9bed.d.ts +0 -576
  136. package/cssm/typings-89f0cb07.d.ts +0 -93
  137. package/cssm/typings-bdb4c6b9.d.ts +0 -52
  138. package/cssm/useSkeleton-ebda875c.d.ts +0 -12
  139. package/cssm/utils-0f4b9bed.d.ts +0 -41
  140. package/cssm/utils-1574ad8b.d.ts +0 -29
  141. package/cssm/utils-49cc3c24.d.ts +0 -8
  142. package/desktop-69921c40.d.ts +0 -6
  143. package/esm/Component-0f4b9bed.d.ts +0 -72
  144. package/esm/Component-10db897e.d.ts +0 -6
  145. package/esm/Component-69921c40.d.ts +0 -184
  146. package/esm/Component-bdb4c6b9.d.ts +0 -12
  147. package/esm/Component-c76d6398.d.ts +0 -5
  148. package/esm/Component-ebda875c.d.ts +0 -12
  149. package/esm/Component.mobile-f1f15074.d.ts +0 -34
  150. package/esm/Component.mobile-f28cbba0.d.ts +0 -41
  151. package/esm/Component.modal.mobile-0f4b9bed.d.ts +0 -60
  152. package/esm/Context-bdb4c6b9.d.ts +0 -4
  153. package/esm/ResponsiveContext-baf4875b.d.ts +0 -5
  154. package/esm/component-10db897e.d.ts +0 -44
  155. package/esm/consts-f777ba1a.d.ts +0 -2
  156. package/esm/desktop-69921c40.d.ts +0 -6
  157. package/esm/hook-8abfea97.d.ts +0 -90
  158. package/esm/index-136acbb1.d.ts +0 -28
  159. package/esm/index-bdb4c6b9.d.ts +0 -2
  160. package/esm/index-c44170fe.d.ts +0 -3
  161. package/esm/index-c76d6398.d.ts +0 -2
  162. package/esm/index-ebda875c.d.ts +0 -81
  163. package/esm/index-f12ee135.d.ts +0 -3
  164. package/esm/mobile-89f0cb07.d.ts +0 -6
  165. package/esm/mobile-d7e9f69d.d.ts +0 -2
  166. package/esm/mobile.d.ts +0 -2
  167. package/esm/shared-4cd3936b.d.ts +0 -65
  168. package/esm/shared.d.ts +0 -2
  169. package/esm/types-1b036d4b.d.ts +0 -13
  170. package/esm/types-1c79e231.d.ts +0 -113
  171. package/esm/types-67a2d8af.d.ts +0 -276
  172. package/esm/typings-0f4b9bed.d.ts +0 -576
  173. package/esm/typings-89f0cb07.d.ts +0 -93
  174. package/esm/typings-bdb4c6b9.d.ts +0 -52
  175. package/esm/useSkeleton-ebda875c.d.ts +0 -12
  176. package/esm/utils-0f4b9bed.d.ts +0 -41
  177. package/esm/utils-1574ad8b.d.ts +0 -29
  178. package/esm/utils-49cc3c24.d.ts +0 -8
  179. package/hook-8abfea97.d.ts +0 -90
  180. package/index-136acbb1.d.ts +0 -28
  181. package/index-bdb4c6b9.d.ts +0 -2
  182. package/index-c44170fe.d.ts +0 -3
  183. package/index-c76d6398.d.ts +0 -2
  184. package/index-ebda875c.d.ts +0 -81
  185. package/index-f12ee135.d.ts +0 -3
  186. package/mobile-89f0cb07.d.ts +0 -6
  187. package/mobile-d7e9f69d.d.ts +0 -2
  188. package/mobile.d.ts +0 -2
  189. package/modern/Component-0f4b9bed.d.ts +0 -72
  190. package/modern/Component-10db897e.d.ts +0 -6
  191. package/modern/Component-69921c40.d.ts +0 -184
  192. package/modern/Component-bdb4c6b9.d.ts +0 -12
  193. package/modern/Component-c76d6398.d.ts +0 -5
  194. package/modern/Component-ebda875c.d.ts +0 -12
  195. package/modern/Component.mobile-f1f15074.d.ts +0 -34
  196. package/modern/Component.mobile-f28cbba0.d.ts +0 -41
  197. package/modern/Component.modal.mobile-0f4b9bed.d.ts +0 -60
  198. package/modern/Context-bdb4c6b9.d.ts +0 -4
  199. package/modern/ResponsiveContext-baf4875b.d.ts +0 -5
  200. package/modern/component-10db897e.d.ts +0 -44
  201. package/modern/consts-f777ba1a.d.ts +0 -2
  202. package/modern/desktop-69921c40.d.ts +0 -6
  203. package/modern/hook-8abfea97.d.ts +0 -90
  204. package/modern/index-136acbb1.d.ts +0 -28
  205. package/modern/index-bdb4c6b9.d.ts +0 -2
  206. package/modern/index-c44170fe.d.ts +0 -3
  207. package/modern/index-c76d6398.d.ts +0 -2
  208. package/modern/index-ebda875c.d.ts +0 -81
  209. package/modern/index-f12ee135.d.ts +0 -3
  210. package/modern/mobile-89f0cb07.d.ts +0 -6
  211. package/modern/mobile-d7e9f69d.d.ts +0 -2
  212. package/modern/mobile.d.ts +0 -2
  213. package/modern/shared-4cd3936b.d.ts +0 -65
  214. package/modern/shared.d.ts +0 -2
  215. package/modern/types-1b036d4b.d.ts +0 -13
  216. package/modern/types-1c79e231.d.ts +0 -113
  217. package/modern/types-67a2d8af.d.ts +0 -276
  218. package/modern/typings-0f4b9bed.d.ts +0 -576
  219. package/modern/typings-89f0cb07.d.ts +0 -93
  220. package/modern/typings-bdb4c6b9.d.ts +0 -52
  221. package/modern/useSkeleton-ebda875c.d.ts +0 -12
  222. package/modern/utils-0f4b9bed.d.ts +0 -41
  223. package/modern/utils-1574ad8b.d.ts +0 -29
  224. package/modern/utils-49cc3c24.d.ts +0 -8
  225. package/shared-4cd3936b.d.ts +0 -65
  226. package/shared.d.ts +0 -2
  227. package/src/mobile.ts +0 -1
  228. package/src/shared.ts +0 -2
  229. package/types-1b036d4b.d.ts +0 -13
  230. package/types-1c79e231.d.ts +0 -113
  231. package/types-67a2d8af.d.ts +0 -276
  232. package/typings-0f4b9bed.d.ts +0 -576
  233. package/typings-89f0cb07.d.ts +0 -93
  234. package/typings-bdb4c6b9.d.ts +0 -52
  235. package/useSkeleton-ebda875c.d.ts +0 -12
  236. package/utils-0f4b9bed.d.ts +0 -41
  237. package/utils-1574ad8b.d.ts +0 -29
  238. package/utils-49cc3c24.d.ts +0 -8
@@ -8,7 +8,7 @@ import '@alfalab/icons-glyph/ChevronDownMIcon';
8
8
  import '@alfalab/icons-glyph/MoreMIcon';
9
9
  import '@alfalab/icons-glyph/MoreSIcon';
10
10
 
11
- var styles = {"iconContainer":"picker-button__iconContainer_1n5qf","addonsContainer":"picker-button__addonsContainer_1n5qf","showControlIcon":"picker-button__showControlIcon_1n5qf","open":"picker-button__open_1n5qf","linkOpen":"picker-button__linkOpen_1n5qf"};
11
+ var styles = {"iconContainer":"picker-button__iconContainer_12l54","addonsContainer":"picker-button__addonsContainer_12l54","showControlIcon":"picker-button__showControlIcon_12l54","open":"picker-button__open_12l54","linkOpen":"picker-button__linkOpen_12l54"};
12
12
  require('./index.css')
13
13
 
14
14
  var Field = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 11xkp */
1
+ /* hash: 12s27 */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-specialbg-secondary-transparent: rgba(11, 31, 53, 0.05); /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -17,15 +17,15 @@
17
17
  } :root {
18
18
  } :root {
19
19
  --arrow-transform: rotate(180deg);
20
- } .picker-button__iconContainer_1n5qf {
20
+ } .picker-button__iconContainer_12l54 {
21
21
  display: flex;
22
22
  transition: transform 0.15s ease-in-out;
23
- } .picker-button__addonsContainer_1n5qf {
23
+ } .picker-button__addonsContainer_12l54 {
24
24
  display: flex
25
- } .picker-button__addonsContainer_1n5qf.picker-button__showControlIcon_1n5qf {
25
+ } .picker-button__addonsContainer_12l54.picker-button__showControlIcon_12l54 {
26
26
  margin-right: var(--gap-2xs);
27
- } .picker-button__open_1n5qf {
27
+ } .picker-button__open_12l54 {
28
28
  transform: var(--arrow-transform);
29
- } .picker-button__linkOpen_1n5qf:not(:hover) {
29
+ } .picker-button__linkOpen_12l54:not(:hover) {
30
30
  background-color: var(--color-light-specialbg-secondary-transparent);
31
31
  }
@@ -3,6 +3,7 @@ import React from "react";
3
3
  import { PaddingType } from "./index-72dda473";
4
4
  /* eslint-disable no-plusplus, no-param-reassign */
5
5
  import { MaskitoPlugin, MaskitoPostprocessor, MaskitoPreprocessor } from "@maskito/core";
6
+ import { useCustomWebkitScrollbar } from "./useCustomWebkitScrollbar-a216f694";
6
7
  declare function createPaddingStyle(padding?: PaddingType): undefined | React.CSSProperties;
7
8
  declare const isClient: () => boolean;
8
9
  declare const getDataTestId: (dataTestId?: string, element?: string) => string | undefined;
@@ -47,4 +48,8 @@ declare const maskUtils: {
47
48
  prefixPostprocessor: typeof prefixPostprocessor;
48
49
  caretGuard: typeof caretGuard;
49
50
  };
50
- export { createPaddingStyle, isClient, getDataTestId, easingFns, fnUtils, maskUtils };
51
+ declare const hooks: {
52
+ useCustomWebkitScrollbar: typeof useCustomWebkitScrollbar;
53
+ };
54
+ export { createPaddingStyle, isClient, getDataTestId, easingFns, fnUtils, maskUtils, hooks };
55
+ export * from "./browser-a216f694";
package/esm/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1bv4l */
1
+ /* hash: 393qh */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -16,13 +16,13 @@
16
16
  --gap-m: 16px;
17
17
  } :root {
18
18
  } :root {
19
- } .picker-button__container_kzg9i {
19
+ } .picker-button__container_19ryi {
20
20
  min-width: auto;
21
- } .cc-picker-button.picker-button__optionsPopover_kzg9i.picker-button__sideGap_kzg9i {
21
+ } .cc-picker-button.picker-button__optionsPopover_19ryi.picker-button__sideGap_19ryi {
22
22
  padding: 0 var(--gap-xs);
23
- } .cc-picker-button .picker-button__option_kzg9i {
23
+ } .cc-picker-button .picker-button__option_19ryi {
24
24
  padding: 0 var(--gap-m)
25
- } .cc-picker-button .picker-button__option_kzg9i:before {
25
+ } .cc-picker-button .picker-button__option_19ryi:before {
26
26
  /* Удаляем разделители у опций выпадающего списка. */
27
27
  display: none;
28
28
  }
@@ -0,0 +1,2 @@
1
+ export { PickerButtonMobile, PickerButtonMobileProps } from "../Component.mobile";
2
+ export {};
@@ -1,14 +1,14 @@
1
- export { PickerButtonMobile } from './Component.mobile.js';
1
+ export { PickerButtonMobile } from '../Component.mobile.js';
2
2
  import 'tslib';
3
3
  import 'react';
4
4
  import '@alfalab/core-components-select/esm/mobile';
5
5
  import '@alfalab/core-components-select/esm/shared';
6
- import './field/Component.js';
6
+ import '../field/Component.js';
7
7
  import 'classnames';
8
8
  import '@alfalab/core-components-button/esm';
9
- import './utils/index.js';
9
+ import '../utils/index.js';
10
10
  import '@alfalab/icons-glyph/ChevronDownCompactSIcon';
11
11
  import '@alfalab/icons-glyph/ChevronDownMIcon';
12
12
  import '@alfalab/icons-glyph/MoreMIcon';
13
13
  import '@alfalab/icons-glyph/MoreSIcon';
14
- import './option/Component.js';
14
+ import '../option/Component.js';
@@ -1,8 +1,8 @@
1
1
  /// <reference types="react" />
2
2
  import React from 'react';
3
3
  import { FC, SVGProps } from "react";
4
- import { OptionShape } from "../shared-4cd3936b";
5
- import { OptionProps as BaseOptionProps } from "../shared-4cd3936b";
4
+ import { OptionShape } from "@alfalab/core-components-select/shared";
5
+ import { OptionProps as BaseOptionProps } from "@alfalab/core-components-select/shared";
6
6
  type OptionProps = Omit<BaseOptionProps, 'option'> & {
7
7
  option: OptionShape & {
8
8
  icon?: FC<SVGProps<SVGSVGElement>>;
@@ -2,7 +2,7 @@ import { __rest, __assign } from 'tslib';
2
2
  import React from 'react';
3
3
  import { Option as Option$1 } from '@alfalab/core-components-select/esm/shared';
4
4
 
5
- var styles = {"container":"picker-button__container_1tf41","icon":"picker-button__icon_1tf41","content":"picker-button__content_1tf41"};
5
+ var styles = {"container":"picker-button__container_17ijm","icon":"picker-button__icon_17ijm","content":"picker-button__content_17ijm"};
6
6
  require('./index.css')
7
7
 
8
8
  var Option = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 938l2 */
1
+ /* hash: 1e4ss */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -15,13 +15,13 @@
15
15
  --gap-s: 12px;
16
16
  } :root {
17
17
  } :root {
18
- } .picker-button__container_1tf41 {
18
+ } .picker-button__container_17ijm {
19
19
  display: flex;
20
20
  align-items: center;
21
- } .picker-button__icon_1tf41 {
21
+ } .picker-button__icon_17ijm {
22
22
  display: flex;
23
23
  margin-right: var(--gap-s);
24
- } .picker-button__content_1tf41 {
24
+ } .picker-button__content_17ijm {
25
25
  overflow: hidden;
26
26
  flex: 1;
27
27
  text-overflow: ellipsis;
@@ -0,0 +1,2 @@
1
+ export { getIcon } from "../utils/index";
2
+ export * from "../types";
@@ -1,4 +1,4 @@
1
- export { getIcon } from './utils/index.js';
1
+ export { getIcon } from '../utils/index.js';
2
2
  import '@alfalab/icons-glyph/ChevronDownCompactSIcon';
3
3
  import '@alfalab/icons-glyph/ChevronDownMIcon';
4
4
  import '@alfalab/icons-glyph/MoreMIcon';
@@ -0,0 +1,2 @@
1
+ declare function useCustomWebkitScrollbar(): boolean;
2
+ export { useCustomWebkitScrollbar };