@alfalab/core-components-picker-button 10.3.5 → 10.3.6

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.
package/Component.js CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var tslib_es6 = require('./tslib.es6-d5eca797.js');
3
+ var tslib_es6 = require('./tslib.es6-15b3e51c.js');
4
4
  var React = require('react');
5
5
  var cn = require('classnames');
6
6
  var coreComponentsSelect = require('@alfalab/core-components-select');
@@ -18,7 +18,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
18
18
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
19
19
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
20
20
 
21
- var styles = {"container":"picker-button__container_15mfs","optionsPopover":"picker-button__optionsPopover_15mfs","sideGap":"picker-button__sideGap_15mfs","optionsListContainer":"picker-button__optionsListContainer_15mfs","option":"picker-button__option_15mfs"};
21
+ var styles = {"container":"picker-button__container_1sx8d","optionsPopover":"picker-button__optionsPopover_1sx8d","sideGap":"picker-button__sideGap_1sx8d","optionsListContainer":"picker-button__optionsListContainer_1sx8d","option":"picker-button__option_1sx8d"};
22
22
  require('./index.css')
23
23
 
24
24
  var SIDE_POSITIONS = ['right', 'right-start', 'right-end', 'left', 'left-start', 'left-end'];
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var tslib_es6 = require('./tslib.es6-d5eca797.js');
3
+ var tslib_es6 = require('./tslib.es6-15b3e51c.js');
4
4
  var React = require('react');
5
5
  var coreComponentsSelect = require('@alfalab/core-components-select');
6
6
  var field_Component = require('./field/Component.js');
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var tslib_es6 = require('./tslib.es6-d5eca797.js');
3
+ var tslib_es6 = require('./tslib.es6-15b3e51c.js');
4
4
  var React = require('react');
5
5
  var hooks = require('@alfalab/hooks');
6
6
  var Component = require('./Component.js');
package/desktop.js CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var Component = require('./Component.js');
4
- require('./tslib.es6-d5eca797.js');
4
+ require('./tslib.es6-15b3e51c.js');
5
5
  require('react');
6
6
  require('classnames');
7
7
  require('@alfalab/core-components-select');
package/esm/Component.js CHANGED
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from './tslib.es6-518d859c.js';
1
+ import { _ as __rest, a as __assign } from './tslib.es6-a34e2b8a.js';
2
2
  import React, { forwardRef } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { BaseSelect, OptionsList, Optgroup } from '@alfalab/core-components-select/esm';
@@ -11,7 +11,7 @@ import '@alfalab/icons-glyph/ChevronDownMIcon';
11
11
  import '@alfalab/icons-glyph/MoreMIcon';
12
12
  import '@alfalab/icons-glyph/MoreSIcon';
13
13
 
14
- var styles = {"container":"picker-button__container_15mfs","optionsPopover":"picker-button__optionsPopover_15mfs","sideGap":"picker-button__sideGap_15mfs","optionsListContainer":"picker-button__optionsListContainer_15mfs","option":"picker-button__option_15mfs"};
14
+ var styles = {"container":"picker-button__container_1sx8d","optionsPopover":"picker-button__optionsPopover_1sx8d","sideGap":"picker-button__sideGap_1sx8d","optionsListContainer":"picker-button__optionsListContainer_1sx8d","option":"picker-button__option_1sx8d"};
15
15
  require('./index.css')
16
16
 
17
17
  var SIDE_POSITIONS = ['right', 'right-start', 'right-end', 'left', 'left-start', 'left-end'];
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from './tslib.es6-518d859c.js';
1
+ import { _ as __rest, a as __assign } from './tslib.es6-a34e2b8a.js';
2
2
  import React, { forwardRef } from 'react';
3
3
  import { SelectMobile, Optgroup } from '@alfalab/core-components-select/esm';
4
4
  import { Field } from './field/Component.js';
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from './tslib.es6-518d859c.js';
1
+ import { _ as __rest, a as __assign } from './tslib.es6-a34e2b8a.js';
2
2
  import React, { forwardRef } from 'react';
3
3
  import { useMedia } from '@alfalab/hooks';
4
4
  import { PickerButtonDesktop } from './Component.js';
package/esm/desktop.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export { PickerButtonDesktop } from './Component.js';
2
- import './tslib.es6-518d859c.js';
2
+ import './tslib.es6-a34e2b8a.js';
3
3
  import 'react';
4
4
  import 'classnames';
5
5
  import '@alfalab/core-components-select/esm';
@@ -1,4 +1,4 @@
1
- import { _ as __rest, a as __assign } from '../tslib.es6-518d859c.js';
1
+ import { _ as __rest, a as __assign } from '../tslib.es6-a34e2b8a.js';
2
2
  import React, { Fragment } from 'react';
3
3
  import cn from 'classnames';
4
4
  import { Button } from '@alfalab/core-components-button/esm';
@@ -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_1bzgv","addonsContainer":"picker-button__addonsContainer_1bzgv","showControlIcon":"picker-button__showControlIcon_1bzgv","open":"picker-button__open_1bzgv"};
11
+ var styles = {"iconContainer":"picker-button__iconContainer_1n30f","addonsContainer":"picker-button__addonsContainer_1n30f","showControlIcon":"picker-button__showControlIcon_1n30f","open":"picker-button__open_1n30f"};
12
12
  require('./index.css')
13
13
 
14
14
  var Field = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 101um */
1
+ /* hash: 43z4d */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -16,13 +16,13 @@
16
16
  } :root {
17
17
  } :root {
18
18
  --arrow-transform: rotate(180deg);
19
- } .picker-button__iconContainer_1bzgv {
19
+ } .picker-button__iconContainer_1n30f {
20
20
  display: flex;
21
21
  transition: transform 0.15s ease-in-out;
22
- } .picker-button__addonsContainer_1bzgv {
22
+ } .picker-button__addonsContainer_1n30f {
23
23
  display: flex
24
- } .picker-button__addonsContainer_1bzgv.picker-button__showControlIcon_1bzgv {
24
+ } .picker-button__addonsContainer_1n30f.picker-button__showControlIcon_1n30f {
25
25
  margin-right: var(--gap-2xs);
26
- } .picker-button__open_1bzgv {
26
+ } .picker-button__open_1n30f {
27
27
  transform: var(--arrow-transform);
28
28
  }
@@ -1,5 +1,5 @@
1
1
  export { Field } from './Component.js';
2
- import '../tslib.es6-518d859c.js';
2
+ import '../tslib.es6-a34e2b8a.js';
3
3
  import 'react';
4
4
  import 'classnames';
5
5
  import '@alfalab/core-components-button/esm';
package/esm/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: woa61 */
1
+ /* hash: a7frf */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -18,17 +18,17 @@
18
18
  --gap-m: 16px;
19
19
  } :root {
20
20
  } :root {
21
- } .picker-button__container_15mfs {
21
+ } .picker-button__container_1sx8d {
22
22
  min-width: auto;
23
- } .cc-picker-button.picker-button__optionsPopover_15mfs {
23
+ } .cc-picker-button.picker-button__optionsPopover_1sx8d {
24
24
  padding: var(--gap-2xs) 0
25
- } .cc-picker-button.picker-button__optionsPopover_15mfs.picker-button__sideGap_15mfs {
25
+ } .cc-picker-button.picker-button__optionsPopover_1sx8d.picker-button__sideGap_1sx8d {
26
26
  padding: 0 var(--gap-xs);
27
- } .cc-picker-button .picker-button__optionsListContainer_15mfs {
27
+ } .cc-picker-button .picker-button__optionsListContainer_1sx8d {
28
28
  border-radius: var(--border-radius-m);
29
- } .cc-picker-button .picker-button__option_15mfs {
29
+ } .cc-picker-button .picker-button__option_1sx8d {
30
30
  padding: 0 var(--gap-m)
31
- } .cc-picker-button .picker-button__option_15mfs:before {
31
+ } .cc-picker-button .picker-button__option_1sx8d:before {
32
32
  /* Удаляем разделители у опций выпадающего списка. */
33
33
  display: none;
34
34
  }
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export { PickerButtonResponsive as PickerButton } from './Component.responsive.js';
2
- import './tslib.es6-518d859c.js';
2
+ import './tslib.es6-a34e2b8a.js';
3
3
  import 'react';
4
4
  import '@alfalab/hooks';
5
5
  import './Component.js';
package/esm/mobile.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export { PickerButtonMobile } from './Component.mobile.js';
2
- import './tslib.es6-518d859c.js';
2
+ import './tslib.es6-a34e2b8a.js';
3
3
  import 'react';
4
4
  import '@alfalab/core-components-select/esm';
5
5
  import './field/Component.js';
@@ -1,8 +1,8 @@
1
- import { _ as __rest, a as __assign } from '../tslib.es6-518d859c.js';
1
+ import { _ as __rest, a as __assign } from '../tslib.es6-a34e2b8a.js';
2
2
  import React from 'react';
3
3
  import { Option as Option$1 } from '@alfalab/core-components-select/esm';
4
4
 
5
- var styles = {"container":"picker-button__container_hy0lz","icon":"picker-button__icon_hy0lz","content":"picker-button__content_hy0lz"};
5
+ var styles = {"container":"picker-button__container_1e6w9","icon":"picker-button__icon_1e6w9","content":"picker-button__content_1e6w9"};
6
6
  require('./index.css')
7
7
 
8
8
  var Option = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: jp3th */
1
+ /* hash: 1d3yr */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -15,13 +15,13 @@
15
15
  --gap-s: 12px;
16
16
  } :root {
17
17
  } :root {
18
- } .picker-button__container_hy0lz {
18
+ } .picker-button__container_1e6w9 {
19
19
  display: flex;
20
20
  align-items: center;
21
- } .picker-button__icon_hy0lz {
21
+ } .picker-button__icon_1e6w9 {
22
22
  display: flex;
23
23
  margin-right: var(--gap-s);
24
- } .picker-button__content_hy0lz {
24
+ } .picker-button__content_1e6w9 {
25
25
  overflow: hidden;
26
26
  flex: 1;
27
27
  text-overflow: ellipsis;
@@ -1,4 +1,4 @@
1
1
  export { Option } from './Component.js';
2
- import '../tslib.es6-518d859c.js';
2
+ import '../tslib.es6-a34e2b8a.js';
3
3
  import 'react';
4
4
  import '@alfalab/core-components-select/esm';
package/esm/responsive.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export { PickerButtonResponsive } from './Component.responsive.js';
2
- import './tslib.es6-518d859c.js';
2
+ import './tslib.es6-a34e2b8a.js';
3
3
  import 'react';
4
4
  import '@alfalab/hooks';
5
5
  import './Component.js';
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var tslib_es6 = require('../tslib.es6-d5eca797.js');
3
+ var tslib_es6 = require('../tslib.es6-15b3e51c.js');
4
4
  var React = require('react');
5
5
  var cn = require('classnames');
6
6
  var coreComponentsButton = require('@alfalab/core-components-button');
@@ -15,7 +15,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
15
15
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
16
16
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
17
17
 
18
- var styles = {"iconContainer":"picker-button__iconContainer_1bzgv","addonsContainer":"picker-button__addonsContainer_1bzgv","showControlIcon":"picker-button__showControlIcon_1bzgv","open":"picker-button__open_1bzgv"};
18
+ var styles = {"iconContainer":"picker-button__iconContainer_1n30f","addonsContainer":"picker-button__addonsContainer_1n30f","showControlIcon":"picker-button__showControlIcon_1n30f","open":"picker-button__open_1n30f"};
19
19
  require('./index.css')
20
20
 
21
21
  var Field = function (_a) {
package/field/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 101um */
1
+ /* hash: 43z4d */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -16,13 +16,13 @@
16
16
  } :root {
17
17
  } :root {
18
18
  --arrow-transform: rotate(180deg);
19
- } .picker-button__iconContainer_1bzgv {
19
+ } .picker-button__iconContainer_1n30f {
20
20
  display: flex;
21
21
  transition: transform 0.15s ease-in-out;
22
- } .picker-button__addonsContainer_1bzgv {
22
+ } .picker-button__addonsContainer_1n30f {
23
23
  display: flex
24
- } .picker-button__addonsContainer_1bzgv.picker-button__showControlIcon_1bzgv {
24
+ } .picker-button__addonsContainer_1n30f.picker-button__showControlIcon_1n30f {
25
25
  margin-right: var(--gap-2xs);
26
- } .picker-button__open_1bzgv {
26
+ } .picker-button__open_1n30f {
27
27
  transform: var(--arrow-transform);
28
28
  }
package/field/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var field_Component = require('./Component.js');
4
- require('../tslib.es6-d5eca797.js');
4
+ require('../tslib.es6-15b3e51c.js');
5
5
  require('react');
6
6
  require('classnames');
7
7
  require('@alfalab/core-components-button');
package/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: woa61 */
1
+ /* hash: a7frf */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -18,17 +18,17 @@
18
18
  --gap-m: 16px;
19
19
  } :root {
20
20
  } :root {
21
- } .picker-button__container_15mfs {
21
+ } .picker-button__container_1sx8d {
22
22
  min-width: auto;
23
- } .cc-picker-button.picker-button__optionsPopover_15mfs {
23
+ } .cc-picker-button.picker-button__optionsPopover_1sx8d {
24
24
  padding: var(--gap-2xs) 0
25
- } .cc-picker-button.picker-button__optionsPopover_15mfs.picker-button__sideGap_15mfs {
25
+ } .cc-picker-button.picker-button__optionsPopover_1sx8d.picker-button__sideGap_1sx8d {
26
26
  padding: 0 var(--gap-xs);
27
- } .cc-picker-button .picker-button__optionsListContainer_15mfs {
27
+ } .cc-picker-button .picker-button__optionsListContainer_1sx8d {
28
28
  border-radius: var(--border-radius-m);
29
- } .cc-picker-button .picker-button__option_15mfs {
29
+ } .cc-picker-button .picker-button__option_1sx8d {
30
30
  padding: 0 var(--gap-m)
31
- } .cc-picker-button .picker-button__option_15mfs:before {
31
+ } .cc-picker-button .picker-button__option_1sx8d:before {
32
32
  /* Удаляем разделители у опций выпадающего списка. */
33
33
  display: none;
34
34
  }
package/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var Component_responsive = require('./Component.responsive.js');
4
- require('./tslib.es6-d5eca797.js');
4
+ require('./tslib.es6-15b3e51c.js');
5
5
  require('react');
6
6
  require('@alfalab/hooks');
7
7
  require('./Component.js');
package/mobile.js CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var Component_mobile = require('./Component.mobile.js');
4
- require('./tslib.es6-d5eca797.js');
4
+ require('./tslib.es6-15b3e51c.js');
5
5
  require('react');
6
6
  require('@alfalab/core-components-select');
7
7
  require('./field/Component.js');
@@ -10,7 +10,7 @@ import '@alfalab/icons-glyph/ChevronDownMIcon';
10
10
  import '@alfalab/icons-glyph/MoreMIcon';
11
11
  import '@alfalab/icons-glyph/MoreSIcon';
12
12
 
13
- const styles = {"container":"picker-button__container_15mfs","optionsPopover":"picker-button__optionsPopover_15mfs","sideGap":"picker-button__sideGap_15mfs","optionsListContainer":"picker-button__optionsListContainer_15mfs","option":"picker-button__option_15mfs"};
13
+ const styles = {"container":"picker-button__container_1sx8d","optionsPopover":"picker-button__optionsPopover_1sx8d","sideGap":"picker-button__sideGap_1sx8d","optionsListContainer":"picker-button__optionsListContainer_1sx8d","option":"picker-button__option_1sx8d"};
14
14
  require('./index.css')
15
15
 
16
16
  const SIDE_POSITIONS = ['right', 'right-start', 'right-end', 'left', 'left-start', 'left-end'];
@@ -7,7 +7,7 @@ import '@alfalab/icons-glyph/ChevronDownMIcon';
7
7
  import '@alfalab/icons-glyph/MoreMIcon';
8
8
  import '@alfalab/icons-glyph/MoreSIcon';
9
9
 
10
- const styles = {"iconContainer":"picker-button__iconContainer_1bzgv","addonsContainer":"picker-button__addonsContainer_1bzgv","showControlIcon":"picker-button__showControlIcon_1bzgv","open":"picker-button__open_1bzgv"};
10
+ const styles = {"iconContainer":"picker-button__iconContainer_1n30f","addonsContainer":"picker-button__addonsContainer_1n30f","showControlIcon":"picker-button__showControlIcon_1n30f","open":"picker-button__open_1n30f"};
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, setSelectedItems, toggleMenu, valueRenderer, showArrow = true, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 101um */
1
+ /* hash: 43z4d */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -16,13 +16,13 @@
16
16
  } :root {
17
17
  } :root {
18
18
  --arrow-transform: rotate(180deg);
19
- } .picker-button__iconContainer_1bzgv {
19
+ } .picker-button__iconContainer_1n30f {
20
20
  display: flex;
21
21
  transition: transform 0.15s ease-in-out;
22
- } .picker-button__addonsContainer_1bzgv {
22
+ } .picker-button__addonsContainer_1n30f {
23
23
  display: flex
24
- } .picker-button__addonsContainer_1bzgv.picker-button__showControlIcon_1bzgv {
24
+ } .picker-button__addonsContainer_1n30f.picker-button__showControlIcon_1n30f {
25
25
  margin-right: var(--gap-2xs);
26
- } .picker-button__open_1bzgv {
26
+ } .picker-button__open_1n30f {
27
27
  transform: var(--arrow-transform);
28
28
  }
package/modern/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: woa61 */
1
+ /* hash: a7frf */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -18,17 +18,17 @@
18
18
  --gap-m: 16px;
19
19
  } :root {
20
20
  } :root {
21
- } .picker-button__container_15mfs {
21
+ } .picker-button__container_1sx8d {
22
22
  min-width: auto;
23
- } .cc-picker-button.picker-button__optionsPopover_15mfs {
23
+ } .cc-picker-button.picker-button__optionsPopover_1sx8d {
24
24
  padding: var(--gap-2xs) 0
25
- } .cc-picker-button.picker-button__optionsPopover_15mfs.picker-button__sideGap_15mfs {
25
+ } .cc-picker-button.picker-button__optionsPopover_1sx8d.picker-button__sideGap_1sx8d {
26
26
  padding: 0 var(--gap-xs);
27
- } .cc-picker-button .picker-button__optionsListContainer_15mfs {
27
+ } .cc-picker-button .picker-button__optionsListContainer_1sx8d {
28
28
  border-radius: var(--border-radius-m);
29
- } .cc-picker-button .picker-button__option_15mfs {
29
+ } .cc-picker-button .picker-button__option_1sx8d {
30
30
  padding: 0 var(--gap-m)
31
- } .cc-picker-button .picker-button__option_15mfs:before {
31
+ } .cc-picker-button .picker-button__option_1sx8d:before {
32
32
  /* Удаляем разделители у опций выпадающего списка. */
33
33
  display: none;
34
34
  }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { Option as Option$1 } from '@alfalab/core-components-select/modern';
3
3
 
4
- const styles = {"container":"picker-button__container_hy0lz","icon":"picker-button__icon_hy0lz","content":"picker-button__content_hy0lz"};
4
+ const styles = {"container":"picker-button__container_1e6w9","icon":"picker-button__icon_1e6w9","content":"picker-button__content_1e6w9"};
5
5
  require('./index.css')
6
6
 
7
7
  const Option = ({ option, children, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: jp3th */
1
+ /* hash: 1d3yr */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -15,13 +15,13 @@
15
15
  --gap-s: 12px;
16
16
  } :root {
17
17
  } :root {
18
- } .picker-button__container_hy0lz {
18
+ } .picker-button__container_1e6w9 {
19
19
  display: flex;
20
20
  align-items: center;
21
- } .picker-button__icon_hy0lz {
21
+ } .picker-button__icon_1e6w9 {
22
22
  display: flex;
23
23
  margin-right: var(--gap-s);
24
- } .picker-button__content_hy0lz {
24
+ } .picker-button__content_1e6w9 {
25
25
  overflow: hidden;
26
26
  flex: 1;
27
27
  text-overflow: ellipsis;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var tslib_es6 = require('../tslib.es6-d5eca797.js');
3
+ var tslib_es6 = require('../tslib.es6-15b3e51c.js');
4
4
  var React = require('react');
5
5
  var coreComponentsSelect = require('@alfalab/core-components-select');
6
6
 
@@ -8,7 +8,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
8
8
 
9
9
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
10
10
 
11
- var styles = {"container":"picker-button__container_hy0lz","icon":"picker-button__icon_hy0lz","content":"picker-button__content_hy0lz"};
11
+ var styles = {"container":"picker-button__container_1e6w9","icon":"picker-button__icon_1e6w9","content":"picker-button__content_1e6w9"};
12
12
  require('./index.css')
13
13
 
14
14
  var Option = function (_a) {
package/option/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: jp3th */
1
+ /* hash: 1d3yr */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  } :root {
@@ -15,13 +15,13 @@
15
15
  --gap-s: 12px;
16
16
  } :root {
17
17
  } :root {
18
- } .picker-button__container_hy0lz {
18
+ } .picker-button__container_1e6w9 {
19
19
  display: flex;
20
20
  align-items: center;
21
- } .picker-button__icon_hy0lz {
21
+ } .picker-button__icon_1e6w9 {
22
22
  display: flex;
23
23
  margin-right: var(--gap-s);
24
- } .picker-button__content_hy0lz {
24
+ } .picker-button__content_1e6w9 {
25
25
  overflow: hidden;
26
26
  flex: 1;
27
27
  text-overflow: ellipsis;
package/option/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var option_Component = require('./Component.js');
4
- require('../tslib.es6-d5eca797.js');
4
+ require('../tslib.es6-15b3e51c.js');
5
5
  require('react');
6
6
  require('@alfalab/core-components-select');
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-picker-button",
3
- "version": "10.3.5",
3
+ "version": "10.3.6",
4
4
  "description": "Picker button component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -18,8 +18,8 @@
18
18
  "react-dom": "^16.9.0 || ^17.0.1 || ^18.0.0"
19
19
  },
20
20
  "dependencies": {
21
- "@alfalab/core-components-button": "^7.0.4",
22
- "@alfalab/core-components-select": "^13.2.10",
21
+ "@alfalab/core-components-button": "^7.0.5",
22
+ "@alfalab/core-components-select": "^13.2.11",
23
23
  "@alfalab/icons-classic": "^2.3.0",
24
24
  "@alfalab/icons-glyph": "^2.89.0",
25
25
  "classnames": "^2.3.1"
package/responsive.js CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var Component_responsive = require('./Component.responsive.js');
4
- require('./tslib.es6-d5eca797.js');
4
+ require('./tslib.es6-15b3e51c.js');
5
5
  require('react');
6
6
  require('@alfalab/hooks');
7
7
  require('./Component.js');