@alfalab/core-components-picker-button 7.11.1 → 7.11.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 (82) hide show
  1. package/CHANGELOG.md +984 -0
  2. package/{modern → dist}/Component.d.ts +1 -1
  3. package/{Component.js → dist/Component.js} +2 -2
  4. package/{Component.d.ts → dist/cssm/Component.d.ts} +0 -0
  5. package/{cssm → dist/cssm}/Component.js +2 -2
  6. package/{cssm → dist/cssm}/field/Component.d.ts +0 -0
  7. package/{cssm → dist/cssm}/field/Component.js +1 -1
  8. package/{cssm → dist/cssm}/field/index.d.ts +0 -0
  9. package/{cssm → dist/cssm}/field/index.js +1 -1
  10. package/{cssm → dist/cssm}/field/index.module.css +0 -0
  11. package/{cssm → dist/cssm}/index.d.ts +0 -0
  12. package/{cssm → dist/cssm}/index.js +2 -2
  13. package/{cssm → dist/cssm}/index.module.css +0 -0
  14. package/{cssm → dist/cssm}/option/Component.d.ts +0 -0
  15. package/{cssm → dist/cssm}/option/Component.js +1 -1
  16. package/{cssm → dist/cssm}/option/index.d.ts +0 -0
  17. package/{cssm → dist/cssm}/option/index.js +1 -1
  18. package/{cssm → dist/cssm}/option/index.module.css +0 -0
  19. package/{cssm → dist/cssm}/tslib.es6-ce870b46.d.ts +0 -0
  20. package/{cssm → dist/cssm}/tslib.es6-ce870b46.js +0 -0
  21. package/{cssm → dist/cssm}/typings-177c0b55.d.ts +0 -0
  22. package/{cssm → dist/cssm}/utils/index.d.ts +0 -0
  23. package/{cssm → dist/cssm}/utils/index.js +0 -0
  24. package/{cssm → dist/esm}/Component.d.ts +0 -0
  25. package/{esm → dist/esm}/Component.js +4 -4
  26. package/{esm → dist/esm}/field/Component.d.ts +0 -0
  27. package/{esm → dist/esm}/field/Component.js +3 -3
  28. package/{modern → dist/esm}/field/index.css +3 -3
  29. package/{esm → dist/esm}/field/index.d.ts +0 -0
  30. package/{esm → dist/esm}/field/index.js +2 -2
  31. package/{esm → dist/esm}/index.css +6 -6
  32. package/{esm → dist/esm}/index.d.ts +0 -0
  33. package/{esm → dist/esm}/index.js +3 -3
  34. package/{esm → dist/esm}/option/Component.d.ts +0 -0
  35. package/{esm → dist/esm}/option/Component.js +3 -3
  36. package/{modern → dist/esm}/option/index.css +4 -4
  37. package/{esm → dist/esm}/option/index.d.ts +0 -0
  38. package/dist/esm/option/index.js +4 -0
  39. package/{esm/tslib.es6-75603595.d.ts → dist/esm/tslib.es6-bb92272d.d.ts} +0 -0
  40. package/{esm/tslib.es6-75603595.js → dist/esm/tslib.es6-bb92272d.js} +0 -0
  41. package/{esm → dist/esm}/typings-177c0b55.d.ts +0 -0
  42. package/{esm → dist/esm}/utils/index.d.ts +0 -0
  43. package/{esm → dist/esm}/utils/index.js +0 -0
  44. package/{field → dist/field}/Component.d.ts +0 -0
  45. package/{field → dist/field}/Component.js +2 -2
  46. package/{field → dist/field}/index.css +3 -3
  47. package/{field → dist/field}/index.d.ts +0 -0
  48. package/{field → dist/field}/index.js +1 -1
  49. package/{index.css → dist/index.css} +6 -6
  50. package/{index.d.ts → dist/index.d.ts} +0 -0
  51. package/{index.js → dist/index.js} +1 -1
  52. package/{esm → dist/modern}/Component.d.ts +0 -0
  53. package/{modern → dist/modern}/Component.js +3 -3
  54. package/{modern → dist/modern}/field/Component.d.ts +0 -0
  55. package/{modern → dist/modern}/field/Component.js +2 -2
  56. package/{esm → dist/modern}/field/index.css +3 -3
  57. package/{modern → dist/modern}/field/index.d.ts +0 -0
  58. package/{modern → dist/modern}/field/index.js +1 -1
  59. package/{modern → dist/modern}/index.css +6 -6
  60. package/{modern → dist/modern}/index.d.ts +0 -0
  61. package/{modern → dist/modern}/index.js +2 -2
  62. package/{modern → dist/modern}/option/Component.d.ts +0 -0
  63. package/{modern → dist/modern}/option/Component.js +2 -2
  64. package/{esm → dist/modern}/option/index.css +4 -4
  65. package/{modern → dist/modern}/option/index.d.ts +0 -0
  66. package/{modern → dist/modern}/option/index.js +1 -1
  67. package/{modern → dist/modern}/typings-177c0b55.d.ts +0 -0
  68. package/{modern → dist/modern}/utils/index.d.ts +0 -0
  69. package/{modern → dist/modern}/utils/index.js +0 -0
  70. package/{option → dist/option}/Component.d.ts +0 -0
  71. package/{option → dist/option}/Component.js +2 -2
  72. package/{option → dist/option}/index.css +4 -4
  73. package/{option → dist/option}/index.d.ts +0 -0
  74. package/{option → dist/option}/index.js +1 -1
  75. package/{send-stats.js → dist/send-stats.js} +0 -0
  76. package/{tslib.es6-b6c7408f.d.ts → dist/tslib.es6-3795a7a3.d.ts} +0 -0
  77. package/{tslib.es6-b6c7408f.js → dist/tslib.es6-3795a7a3.js} +0 -0
  78. package/{typings-177c0b55.d.ts → dist/typings-177c0b55.d.ts} +0 -0
  79. package/{utils → dist/utils}/index.d.ts +0 -0
  80. package/{utils → dist/utils}/index.js +0 -0
  81. package/package.json +11 -8
  82. package/esm/option/index.js +0 -4
@@ -21,7 +21,7 @@ type PickerButtonProps = Omit<BaseSelectProps, 'Field' | 'placeholder' | 'Arrow'
21
21
  */
22
22
  variant?: PickerButtonVariant;
23
23
  };
24
- declare const PickerButton: React.ForwardRefExoticComponent<Pick<BaseSelectProps, "className" | "dataTestId" | "label" | "block" | "id" | "onBlur" | "onChange" | "onScroll" | "disabled" | "name" | "fieldClassName" | "error" | "preventFlip" | "popperClassName" | "open" | "valueRenderer" | "Optgroup" | "optionsListWidth" | "visibleOptions" | "optionGroupClassName" | "Option" | "optionsListClassName" | "optionClassName" | "circularNavigation" | "nativeSelect" | "defaultOpen" | "popoverPosition" | "optionsSize" | "optionsListProps" | "optionProps" | "onOpen" | "OptionsList" | "updatePopover" | "zIndexPopover" | "showEmptyOptionsList"> & Pick<Partial<import("@alfalab/core-components-button").ComponentProps & React.AnchorHTMLAttributes<HTMLAnchorElement>> | Partial<import("@alfalab/core-components-button").ComponentProps & React.ButtonHTMLAttributes<HTMLButtonElement>>, "view" | "leftAddons" | "rightAddons" | "loading"> & {
24
+ declare const PickerButton: React.ForwardRefExoticComponent<Pick<BaseSelectProps, "className" | "dataTestId" | "label" | "block" | "id" | "onBlur" | "onChange" | "onScroll" | "disabled" | "name" | "preventFlip" | "popperClassName" | "open" | "fieldClassName" | "error" | "valueRenderer" | "Optgroup" | "optionsListWidth" | "visibleOptions" | "optionGroupClassName" | "Option" | "optionsListClassName" | "optionClassName" | "circularNavigation" | "nativeSelect" | "defaultOpen" | "popoverPosition" | "optionsSize" | "optionsListProps" | "optionProps" | "onOpen" | "OptionsList" | "updatePopover" | "zIndexPopover" | "showEmptyOptionsList"> & Pick<Partial<import("@alfalab/core-components-button").ComponentProps & React.AnchorHTMLAttributes<HTMLAnchorElement>> | Partial<import("@alfalab/core-components-button").ComponentProps & React.ButtonHTMLAttributes<HTMLButtonElement>>, "view" | "leftAddons" | "rightAddons" | "loading"> & {
25
25
  options: (OptionShape & {
26
26
  /**
27
27
  * Иконка, отображающаяся слева от текстового представления пункта
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('./tslib.es6-b6c7408f.js');
5
+ var tslib_es6 = require('./tslib.es6-3795a7a3.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  var coreComponentsSelect = require('@alfalab/core-components-select');
@@ -20,7 +20,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
20
20
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
21
21
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
22
22
 
23
- var styles = {"container":"picker-button__container_o6zxm","optionsPopover":"picker-button__optionsPopover_o6zxm","sideGap":"picker-button__sideGap_o6zxm","optionsListContainer":"picker-button__optionsListContainer_o6zxm","option":"picker-button__option_o6zxm"};
23
+ var styles = {"container":"picker-button__container_1p16k","optionsPopover":"picker-button__optionsPopover_1p16k","sideGap":"picker-button__sideGap_1p16k","optionsListContainer":"picker-button__optionsListContainer_1p16k","option":"picker-button__option_1p16k"};
24
24
  require('./index.css')
25
25
 
26
26
  var SIDE_POSITIONS = ['right', 'right-start', 'right-end', 'left', 'left-start', 'left-end'];
File without changes
@@ -5,8 +5,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib_es6 = require('./tslib.es6-ce870b46.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
- var coreComponentsSelect = require('@alfalab/core-components-select/cssm');
9
- require('@alfalab/core-components-button/cssm');
8
+ var coreComponentsSelect = require('@alfalab/core-components-select/dist/cssm');
9
+ require('@alfalab/core-components-button/dist/cssm');
10
10
  require('@alfalab/icons-glyph/ChevronDownMIcon');
11
11
  require('@alfalab/icons-glyph/ChevronDownCompactSIcon');
12
12
  require('@alfalab/icons-glyph/MoreMIcon');
File without changes
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib_es6 = require('../tslib.es6-ce870b46.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
- var coreComponentsButton = require('@alfalab/core-components-button/cssm');
8
+ var coreComponentsButton = require('@alfalab/core-components-button/dist/cssm');
9
9
  require('@alfalab/icons-glyph/ChevronDownMIcon');
10
10
  require('@alfalab/icons-glyph/ChevronDownCompactSIcon');
11
11
  require('@alfalab/icons-glyph/MoreMIcon');
File without changes
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  require('../tslib.es6-ce870b46.js');
6
6
  require('react');
7
7
  require('classnames');
8
- require('@alfalab/core-components-button/cssm');
8
+ require('@alfalab/core-components-button/dist/cssm');
9
9
  require('@alfalab/icons-glyph/ChevronDownMIcon');
10
10
  require('@alfalab/icons-glyph/ChevronDownCompactSIcon');
11
11
  require('@alfalab/icons-glyph/MoreMIcon');
File without changes
File without changes
@@ -5,8 +5,8 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  require('./tslib.es6-ce870b46.js');
6
6
  require('react');
7
7
  require('classnames');
8
- require('@alfalab/core-components-select/cssm');
9
- require('@alfalab/core-components-button/cssm');
8
+ require('@alfalab/core-components-select/dist/cssm');
9
+ require('@alfalab/core-components-button/dist/cssm');
10
10
  require('@alfalab/icons-glyph/ChevronDownMIcon');
11
11
  require('@alfalab/icons-glyph/ChevronDownCompactSIcon');
12
12
  require('@alfalab/icons-glyph/MoreMIcon');
File without changes
File without changes
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var tslib_es6 = require('../tslib.es6-ce870b46.js');
6
6
  var React = require('react');
7
- var coreComponentsSelect = require('@alfalab/core-components-select/cssm');
7
+ var coreComponentsSelect = require('@alfalab/core-components-select/dist/cssm');
8
8
  var styles = require('./index.module.css');
9
9
 
10
10
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
File without changes
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  require('../tslib.es6-ce870b46.js');
6
6
  require('react');
7
- require('@alfalab/core-components-select/cssm');
7
+ require('@alfalab/core-components-select/dist/cssm');
8
8
  require('./index.module.css');
9
9
  var option_Component = require('./Component.js');
10
10
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,8 +1,8 @@
1
- import { _ as __rest, a as __assign } from './tslib.es6-75603595.js';
1
+ import { _ as __rest, a as __assign } from './tslib.es6-bb92272d.js';
2
2
  import React, { forwardRef } from 'react';
3
3
  import cn from 'classnames';
4
- import { BaseSelect, OptionsList, Optgroup } from '@alfalab/core-components-select/esm';
5
- import '@alfalab/core-components-button/esm';
4
+ import { BaseSelect, OptionsList, Optgroup } from '@alfalab/core-components-select/dist/esm';
5
+ import '@alfalab/core-components-button/dist/esm';
6
6
  import '@alfalab/icons-glyph/ChevronDownMIcon';
7
7
  import '@alfalab/icons-glyph/ChevronDownCompactSIcon';
8
8
  import '@alfalab/icons-glyph/MoreMIcon';
@@ -11,7 +11,7 @@ import './utils/index.js';
11
11
  import { Field } from './field/Component.js';
12
12
  import { Option } from './option/Component.js';
13
13
 
14
- var styles = {"container":"picker-button__container_o6zxm","optionsPopover":"picker-button__optionsPopover_o6zxm","sideGap":"picker-button__sideGap_o6zxm","optionsListContainer":"picker-button__optionsListContainer_o6zxm","option":"picker-button__option_o6zxm"};
14
+ var styles = {"container":"picker-button__container_1p16k","optionsPopover":"picker-button__optionsPopover_1p16k","sideGap":"picker-button__sideGap_1p16k","optionsListContainer":"picker-button__optionsListContainer_1p16k","option":"picker-button__option_1p16k"};
15
15
  require('./index.css')
16
16
 
17
17
  var SIDE_POSITIONS = ['right', 'right-start', 'right-end', 'left', 'left-start', 'left-end'];
File without changes
@@ -1,14 +1,14 @@
1
- import { _ as __rest, a as __assign } from '../tslib.es6-75603595.js';
1
+ import { _ as __rest, a as __assign } from '../tslib.es6-bb92272d.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
- import { Button } from '@alfalab/core-components-button/esm';
4
+ import { Button } from '@alfalab/core-components-button/dist/esm';
5
5
  import '@alfalab/icons-glyph/ChevronDownMIcon';
6
6
  import '@alfalab/icons-glyph/ChevronDownCompactSIcon';
7
7
  import '@alfalab/icons-glyph/MoreMIcon';
8
8
  import '@alfalab/icons-glyph/MoreSIcon';
9
9
  import { getIcon } from '../utils/index.js';
10
10
 
11
- var styles = {"iconContainer":"picker-button__iconContainer_13brv","open":"picker-button__open_13brv"};
11
+ var styles = {"iconContainer":"picker-button__iconContainer_1phwl","open":"picker-button__open_1phwl"};
12
12
  require('./index.css')
13
13
 
14
14
  var Field = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1pnai */
1
+ /* hash: 1hokc */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -10,10 +10,10 @@
10
10
  :root {
11
11
  --arrow-transform: rotate(180deg);
12
12
  }
13
- .picker-button__iconContainer_13brv {
13
+ .picker-button__iconContainer_1phwl {
14
14
  display: flex;
15
15
  transition: transform 0.15s ease-in-out;
16
16
  }
17
- .picker-button__open_13brv {
17
+ .picker-button__open_1phwl {
18
18
  transform: var(--arrow-transform);
19
19
  }
File without changes
@@ -1,7 +1,7 @@
1
- import '../tslib.es6-75603595.js';
1
+ import '../tslib.es6-bb92272d.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
- import '@alfalab/core-components-button/esm';
4
+ import '@alfalab/core-components-button/dist/esm';
5
5
  import '@alfalab/icons-glyph/ChevronDownMIcon';
6
6
  import '@alfalab/icons-glyph/ChevronDownCompactSIcon';
7
7
  import '@alfalab/icons-glyph/MoreMIcon';
@@ -1,4 +1,4 @@
1
- /* hash: 1s985 */
1
+ /* hash: l3uqp */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -14,18 +14,18 @@
14
14
  :root {
15
15
  --border-radius-s: 4px;
16
16
  }
17
- .picker-button__container_o6zxm {
17
+ .picker-button__container_1p16k {
18
18
  min-width: auto;
19
19
  }
20
- .picker-button__optionsPopover_o6zxm {
20
+ .picker-button__optionsPopover_1p16k {
21
21
  padding: var(--gap-xs) 0
22
22
  }
23
- .picker-button__optionsPopover_o6zxm.picker-button__sideGap_o6zxm {
23
+ .picker-button__optionsPopover_1p16k.picker-button__sideGap_1p16k {
24
24
  padding: 0 var(--gap-xs);
25
25
  }
26
- .picker-button__optionsListContainer_o6zxm {
26
+ .picker-button__optionsListContainer_1p16k {
27
27
  border-radius: var(--border-radius-s);
28
28
  }
29
- .picker-button__option_o6zxm {
29
+ .picker-button__option_1p16k {
30
30
  padding: 0 var(--gap-m);
31
31
  }
File without changes
@@ -1,8 +1,8 @@
1
- import './tslib.es6-75603595.js';
1
+ import './tslib.es6-bb92272d.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
- import '@alfalab/core-components-select/esm';
5
- import '@alfalab/core-components-button/esm';
4
+ import '@alfalab/core-components-select/dist/esm';
5
+ import '@alfalab/core-components-button/dist/esm';
6
6
  import '@alfalab/icons-glyph/ChevronDownMIcon';
7
7
  import '@alfalab/icons-glyph/ChevronDownCompactSIcon';
8
8
  import '@alfalab/icons-glyph/MoreMIcon';
File without changes
@@ -1,8 +1,8 @@
1
- import { _ as __rest, a as __assign } from '../tslib.es6-75603595.js';
1
+ import { _ as __rest, a as __assign } from '../tslib.es6-bb92272d.js';
2
2
  import React from 'react';
3
- import { Option as Option$1 } from '@alfalab/core-components-select/esm';
3
+ import { Option as Option$1 } from '@alfalab/core-components-select/dist/esm';
4
4
 
5
- var styles = {"container":"picker-button__container_9gnsz","icon":"picker-button__icon_9gnsz","content":"picker-button__content_9gnsz"};
5
+ var styles = {"container":"picker-button__container_mxgs7","icon":"picker-button__icon_mxgs7","content":"picker-button__content_mxgs7"};
6
6
  require('./index.css')
7
7
 
8
8
  var Option = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: qat01 */
1
+ /* hash: 1i6jn */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -10,15 +10,15 @@
10
10
  :root {
11
11
  --gap-s: 12px;
12
12
  }
13
- .picker-button__container_9gnsz {
13
+ .picker-button__container_mxgs7 {
14
14
  display: flex;
15
15
  align-items: center;
16
16
  }
17
- .picker-button__icon_9gnsz {
17
+ .picker-button__icon_mxgs7 {
18
18
  display: flex;
19
19
  margin-right: var(--gap-s);
20
20
  }
21
- .picker-button__content_9gnsz {
21
+ .picker-button__content_mxgs7 {
22
22
  overflow: hidden;
23
23
  flex: 1;
24
24
  text-overflow: ellipsis;
File without changes
@@ -0,0 +1,4 @@
1
+ import '../tslib.es6-bb92272d.js';
2
+ import 'react';
3
+ import '@alfalab/core-components-select/dist/esm';
4
+ export { Option } from './Component.js';
File without changes
File without changes
File without changes
File without changes
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../tslib.es6-b6c7408f.js');
5
+ var tslib_es6 = require('../tslib.es6-3795a7a3.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  var coreComponentsButton = require('@alfalab/core-components-button');
@@ -17,7 +17,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
17
17
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
18
18
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
19
19
 
20
- var styles = {"iconContainer":"picker-button__iconContainer_13brv","open":"picker-button__open_13brv"};
20
+ var styles = {"iconContainer":"picker-button__iconContainer_1phwl","open":"picker-button__open_1phwl"};
21
21
  require('./index.css')
22
22
 
23
23
  var Field = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1pnai */
1
+ /* hash: 1hokc */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -10,10 +10,10 @@
10
10
  :root {
11
11
  --arrow-transform: rotate(180deg);
12
12
  }
13
- .picker-button__iconContainer_13brv {
13
+ .picker-button__iconContainer_1phwl {
14
14
  display: flex;
15
15
  transition: transform 0.15s ease-in-out;
16
16
  }
17
- .picker-button__open_13brv {
17
+ .picker-button__open_1phwl {
18
18
  transform: var(--arrow-transform);
19
19
  }
File without changes
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('../tslib.es6-b6c7408f.js');
5
+ require('../tslib.es6-3795a7a3.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  require('@alfalab/core-components-button');
@@ -1,4 +1,4 @@
1
- /* hash: 1s985 */
1
+ /* hash: l3uqp */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -14,18 +14,18 @@
14
14
  :root {
15
15
  --border-radius-s: 4px;
16
16
  }
17
- .picker-button__container_o6zxm {
17
+ .picker-button__container_1p16k {
18
18
  min-width: auto;
19
19
  }
20
- .picker-button__optionsPopover_o6zxm {
20
+ .picker-button__optionsPopover_1p16k {
21
21
  padding: var(--gap-xs) 0
22
22
  }
23
- .picker-button__optionsPopover_o6zxm.picker-button__sideGap_o6zxm {
23
+ .picker-button__optionsPopover_1p16k.picker-button__sideGap_1p16k {
24
24
  padding: 0 var(--gap-xs);
25
25
  }
26
- .picker-button__optionsListContainer_o6zxm {
26
+ .picker-button__optionsListContainer_1p16k {
27
27
  border-radius: var(--border-radius-s);
28
28
  }
29
- .picker-button__option_o6zxm {
29
+ .picker-button__option_1p16k {
30
30
  padding: 0 var(--gap-m);
31
31
  }
File without changes
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('./tslib.es6-b6c7408f.js');
5
+ require('./tslib.es6-3795a7a3.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  require('@alfalab/core-components-select');
File without changes
@@ -1,7 +1,7 @@
1
1
  import React, { forwardRef } from 'react';
2
2
  import cn from 'classnames';
3
- import { OptionsList, Optgroup, BaseSelect } from '@alfalab/core-components-select/modern';
4
- import '@alfalab/core-components-button/modern';
3
+ import { OptionsList, Optgroup, BaseSelect } from '@alfalab/core-components-select/dist/modern';
4
+ import '@alfalab/core-components-button/dist/modern';
5
5
  import '@alfalab/icons-glyph/ChevronDownMIcon';
6
6
  import '@alfalab/icons-glyph/ChevronDownCompactSIcon';
7
7
  import '@alfalab/icons-glyph/MoreMIcon';
@@ -10,7 +10,7 @@ import './utils/index.js';
10
10
  import { Field } from './field/Component.js';
11
11
  import { Option } from './option/Component.js';
12
12
 
13
- var styles = {"container":"picker-button__container_o6zxm","optionsPopover":"picker-button__optionsPopover_o6zxm","sideGap":"picker-button__sideGap_o6zxm","optionsListContainer":"picker-button__optionsListContainer_o6zxm","option":"picker-button__option_o6zxm"};
13
+ var styles = {"container":"picker-button__container_1p16k","optionsPopover":"picker-button__optionsPopover_1p16k","sideGap":"picker-button__sideGap_1p16k","optionsListContainer":"picker-button__optionsListContainer_1p16k","option":"picker-button__option_1p16k"};
14
14
  require('./index.css')
15
15
 
16
16
  const SIDE_POSITIONS = ['right', 'right-start', 'right-end', 'left', 'left-start', 'left-end'];
File without changes
@@ -1,13 +1,13 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
- import { Button } from '@alfalab/core-components-button/modern';
3
+ import { Button } from '@alfalab/core-components-button/dist/modern';
4
4
  import '@alfalab/icons-glyph/ChevronDownMIcon';
5
5
  import '@alfalab/icons-glyph/ChevronDownCompactSIcon';
6
6
  import '@alfalab/icons-glyph/MoreMIcon';
7
7
  import '@alfalab/icons-glyph/MoreSIcon';
8
8
  import { getIcon } from '../utils/index.js';
9
9
 
10
- var styles = {"iconContainer":"picker-button__iconContainer_13brv","open":"picker-button__open_13brv"};
10
+ var styles = {"iconContainer":"picker-button__iconContainer_1phwl","open":"picker-button__open_1phwl"};
11
11
  require('./index.css')
12
12
 
13
13
  const Field = ({ buttonSize = 'm', buttonVariant = 'default', view, label, open, multiple, rightAddons, Arrow, innerProps, className, selected, selectedMultiple, valueRenderer, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 1pnai */
1
+ /* hash: 1hokc */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -10,10 +10,10 @@
10
10
  :root {
11
11
  --arrow-transform: rotate(180deg);
12
12
  }
13
- .picker-button__iconContainer_13brv {
13
+ .picker-button__iconContainer_1phwl {
14
14
  display: flex;
15
15
  transition: transform 0.15s ease-in-out;
16
16
  }
17
- .picker-button__open_13brv {
17
+ .picker-button__open_1phwl {
18
18
  transform: var(--arrow-transform);
19
19
  }
File without changes
@@ -1,6 +1,6 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
- import '@alfalab/core-components-button/modern';
3
+ import '@alfalab/core-components-button/dist/modern';
4
4
  import '@alfalab/icons-glyph/ChevronDownMIcon';
5
5
  import '@alfalab/icons-glyph/ChevronDownCompactSIcon';
6
6
  import '@alfalab/icons-glyph/MoreMIcon';
@@ -1,4 +1,4 @@
1
- /* hash: 1s985 */
1
+ /* hash: l3uqp */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -14,18 +14,18 @@
14
14
  :root {
15
15
  --border-radius-s: 4px;
16
16
  }
17
- .picker-button__container_o6zxm {
17
+ .picker-button__container_1p16k {
18
18
  min-width: auto;
19
19
  }
20
- .picker-button__optionsPopover_o6zxm {
20
+ .picker-button__optionsPopover_1p16k {
21
21
  padding: var(--gap-xs) 0
22
22
  }
23
- .picker-button__optionsPopover_o6zxm.picker-button__sideGap_o6zxm {
23
+ .picker-button__optionsPopover_1p16k.picker-button__sideGap_1p16k {
24
24
  padding: 0 var(--gap-xs);
25
25
  }
26
- .picker-button__optionsListContainer_o6zxm {
26
+ .picker-button__optionsListContainer_1p16k {
27
27
  border-radius: var(--border-radius-s);
28
28
  }
29
- .picker-button__option_o6zxm {
29
+ .picker-button__option_1p16k {
30
30
  padding: 0 var(--gap-m);
31
31
  }
File without changes
@@ -1,7 +1,7 @@
1
1
  import 'react';
2
2
  import 'classnames';
3
- import '@alfalab/core-components-select/modern';
4
- import '@alfalab/core-components-button/modern';
3
+ import '@alfalab/core-components-select/dist/modern';
4
+ import '@alfalab/core-components-button/dist/modern';
5
5
  import '@alfalab/icons-glyph/ChevronDownMIcon';
6
6
  import '@alfalab/icons-glyph/ChevronDownCompactSIcon';
7
7
  import '@alfalab/icons-glyph/MoreMIcon';
File without changes
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { Option as Option$1 } from '@alfalab/core-components-select/modern';
2
+ import { Option as Option$1 } from '@alfalab/core-components-select/dist/modern';
3
3
 
4
- var styles = {"container":"picker-button__container_9gnsz","icon":"picker-button__icon_9gnsz","content":"picker-button__content_9gnsz"};
4
+ var styles = {"container":"picker-button__container_mxgs7","icon":"picker-button__icon_mxgs7","content":"picker-button__content_mxgs7"};
5
5
  require('./index.css')
6
6
 
7
7
  const Option = ({ option, children, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: qat01 */
1
+ /* hash: 1i6jn */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -10,15 +10,15 @@
10
10
  :root {
11
11
  --gap-s: 12px;
12
12
  }
13
- .picker-button__container_9gnsz {
13
+ .picker-button__container_mxgs7 {
14
14
  display: flex;
15
15
  align-items: center;
16
16
  }
17
- .picker-button__icon_9gnsz {
17
+ .picker-button__icon_mxgs7 {
18
18
  display: flex;
19
19
  margin-right: var(--gap-s);
20
20
  }
21
- .picker-button__content_9gnsz {
21
+ .picker-button__content_mxgs7 {
22
22
  overflow: hidden;
23
23
  flex: 1;
24
24
  text-overflow: ellipsis;
File without changes
@@ -1,3 +1,3 @@
1
1
  import 'react';
2
- import '@alfalab/core-components-select/modern';
2
+ import '@alfalab/core-components-select/dist/modern';
3
3
  export { Option } from './Component.js';
File without changes
File without changes
File without changes
File without changes
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../tslib.es6-b6c7408f.js');
5
+ var tslib_es6 = require('../tslib.es6-3795a7a3.js');
6
6
  var React = require('react');
7
7
  var coreComponentsSelect = require('@alfalab/core-components-select');
8
8
 
@@ -10,7 +10,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
10
10
 
11
11
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
12
12
 
13
- var styles = {"container":"picker-button__container_9gnsz","icon":"picker-button__icon_9gnsz","content":"picker-button__content_9gnsz"};
13
+ var styles = {"container":"picker-button__container_mxgs7","icon":"picker-button__icon_mxgs7","content":"picker-button__content_mxgs7"};
14
14
  require('./index.css')
15
15
 
16
16
  var Option = function (_a) {