@alfalab/core-components-picker-button 7.8.3 → 7.8.5

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/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [7.8.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.8.4...@alfalab/core-components-picker-button@7.8.5) (2022-06-24)
7
+
8
+ **Note:** Version bump only for package @alfalab/core-components-picker-button
9
+
10
+
11
+
12
+
13
+
14
+ ## [7.8.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.8.3...@alfalab/core-components-picker-button@7.8.4) (2022-06-23)
15
+
16
+ **Note:** Version bump only for package @alfalab/core-components-picker-button
17
+
18
+
19
+
20
+
21
+
6
22
  ## [7.8.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.8.2...@alfalab/core-components-picker-button@7.8.3) (2022-06-20)
7
23
 
8
24
 
package/dist/Component.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('./tslib.es6-42180f79.js');
5
+ var tslib_es6 = require('./tslib.es6-75fef292.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_bdb27","optionsPopover":"picker-button__optionsPopover_bdb27","sideGap":"picker-button__sideGap_bdb27","optionsListContainer":"picker-button__optionsListContainer_bdb27","option":"picker-button__option_bdb27"};
23
+ var styles = {"container":"picker-button__container_1uonz","optionsPopover":"picker-button__optionsPopover_1uonz","sideGap":"picker-button__sideGap_1uonz","optionsListContainer":"picker-button__optionsListContainer_1uonz","option":"picker-button__option_1uonz"};
24
24
  require('./index.css')
25
25
 
26
26
  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-b461f496.js';
1
+ import { _ as __rest, a as __assign } from './tslib.es6-7cd59d2d.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/dist/esm';
@@ -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_bdb27","optionsPopover":"picker-button__optionsPopover_bdb27","sideGap":"picker-button__sideGap_bdb27","optionsListContainer":"picker-button__optionsListContainer_bdb27","option":"picker-button__option_bdb27"};
14
+ var styles = {"container":"picker-button__container_1uonz","optionsPopover":"picker-button__optionsPopover_1uonz","sideGap":"picker-button__sideGap_1uonz","optionsListContainer":"picker-button__optionsListContainer_1uonz","option":"picker-button__option_1uonz"};
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-b461f496.js';
1
+ import { _ as __rest, a as __assign } from '../tslib.es6-7cd59d2d.js';
2
2
  import React from 'react';
3
3
  import cn from 'classnames';
4
4
  import { Button } from '@alfalab/core-components-button/dist/esm';
@@ -8,7 +8,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_hjzye","open":"picker-button__open_hjzye"};
11
+ var styles = {"iconContainer":"picker-button__iconContainer_2aewu","open":"picker-button__open_2aewu"};
12
12
  require('./index.css')
13
13
 
14
14
  var Field = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1l90s */
1
+ /* hash: jnhas */
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_hjzye {
13
+ .picker-button__iconContainer_2aewu {
14
14
  display: flex;
15
15
  transition: transform 0.15s ease-in-out;
16
16
  }
17
- .picker-button__open_hjzye {
17
+ .picker-button__open_2aewu {
18
18
  transform: var(--arrow-transform);
19
19
  }
@@ -1,4 +1,4 @@
1
- import '../tslib.es6-b461f496.js';
1
+ import '../tslib.es6-7cd59d2d.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-button/dist/esm';
@@ -1,4 +1,4 @@
1
- /* hash: 1moiu */
1
+ /* hash: z6ppm */
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_bdb27 {
17
+ .picker-button__container_1uonz {
18
18
  min-width: auto;
19
19
  }
20
- .picker-button__optionsPopover_bdb27 {
20
+ .picker-button__optionsPopover_1uonz {
21
21
  padding: var(--gap-xs) 0
22
22
  }
23
- .picker-button__optionsPopover_bdb27.picker-button__sideGap_bdb27 {
23
+ .picker-button__optionsPopover_1uonz.picker-button__sideGap_1uonz {
24
24
  padding: 0 var(--gap-xs);
25
25
  }
26
- .picker-button__optionsListContainer_bdb27 {
26
+ .picker-button__optionsListContainer_1uonz {
27
27
  border-radius: var(--border-radius-s);
28
28
  }
29
- .picker-button__option_bdb27 {
29
+ .picker-button__option_1uonz {
30
30
  padding: 0 var(--gap-m);
31
31
  }
package/dist/esm/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import './tslib.es6-b461f496.js';
1
+ import './tslib.es6-7cd59d2d.js';
2
2
  import 'react';
3
3
  import 'classnames';
4
4
  import '@alfalab/core-components-select/dist/esm';
@@ -1,8 +1,8 @@
1
- import { _ as __rest, a as __assign } from '../tslib.es6-b461f496.js';
1
+ import { _ as __rest, a as __assign } from '../tslib.es6-7cd59d2d.js';
2
2
  import React from 'react';
3
3
  import { Option as Option$1 } from '@alfalab/core-components-select/dist/esm';
4
4
 
5
- var styles = {"container":"picker-button__container_1mpzy","icon":"picker-button__icon_1mpzy","content":"picker-button__content_1mpzy"};
5
+ var styles = {"container":"picker-button__container_qqrpm","icon":"picker-button__icon_qqrpm","content":"picker-button__content_qqrpm"};
6
6
  require('./index.css')
7
7
 
8
8
  var Option = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: e93fw */
1
+ /* hash: 1x2gm */
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_1mpzy {
13
+ .picker-button__container_qqrpm {
14
14
  display: flex;
15
15
  align-items: center;
16
16
  }
17
- .picker-button__icon_1mpzy {
17
+ .picker-button__icon_qqrpm {
18
18
  display: flex;
19
19
  margin-right: var(--gap-s);
20
20
  }
21
- .picker-button__content_1mpzy {
21
+ .picker-button__content_qqrpm {
22
22
  overflow: hidden;
23
23
  flex: 1;
24
24
  text-overflow: ellipsis;
@@ -1,4 +1,4 @@
1
- import '../tslib.es6-b461f496.js';
1
+ import '../tslib.es6-7cd59d2d.js';
2
2
  import 'react';
3
3
  import '@alfalab/core-components-select/dist/esm';
4
4
  export { Option } from './Component.js';
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../tslib.es6-42180f79.js');
5
+ var tslib_es6 = require('../tslib.es6-75fef292.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_hjzye","open":"picker-button__open_hjzye"};
20
+ var styles = {"iconContainer":"picker-button__iconContainer_2aewu","open":"picker-button__open_2aewu"};
21
21
  require('./index.css')
22
22
 
23
23
  var Field = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1l90s */
1
+ /* hash: jnhas */
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_hjzye {
13
+ .picker-button__iconContainer_2aewu {
14
14
  display: flex;
15
15
  transition: transform 0.15s ease-in-out;
16
16
  }
17
- .picker-button__open_hjzye {
17
+ .picker-button__open_2aewu {
18
18
  transform: var(--arrow-transform);
19
19
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('../tslib.es6-42180f79.js');
5
+ require('../tslib.es6-75fef292.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  require('@alfalab/core-components-button');
package/dist/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1moiu */
1
+ /* hash: z6ppm */
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_bdb27 {
17
+ .picker-button__container_1uonz {
18
18
  min-width: auto;
19
19
  }
20
- .picker-button__optionsPopover_bdb27 {
20
+ .picker-button__optionsPopover_1uonz {
21
21
  padding: var(--gap-xs) 0
22
22
  }
23
- .picker-button__optionsPopover_bdb27.picker-button__sideGap_bdb27 {
23
+ .picker-button__optionsPopover_1uonz.picker-button__sideGap_1uonz {
24
24
  padding: 0 var(--gap-xs);
25
25
  }
26
- .picker-button__optionsListContainer_bdb27 {
26
+ .picker-button__optionsListContainer_1uonz {
27
27
  border-radius: var(--border-radius-s);
28
28
  }
29
- .picker-button__option_bdb27 {
29
+ .picker-button__option_1uonz {
30
30
  padding: 0 var(--gap-m);
31
31
  }
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('./tslib.es6-42180f79.js');
5
+ require('./tslib.es6-75fef292.js');
6
6
  require('react');
7
7
  require('classnames');
8
8
  require('@alfalab/core-components-select');
@@ -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_bdb27","optionsPopover":"picker-button__optionsPopover_bdb27","sideGap":"picker-button__sideGap_bdb27","optionsListContainer":"picker-button__optionsListContainer_bdb27","option":"picker-button__option_bdb27"};
13
+ var styles = {"container":"picker-button__container_1uonz","optionsPopover":"picker-button__optionsPopover_1uonz","sideGap":"picker-button__sideGap_1uonz","optionsListContainer":"picker-button__optionsListContainer_1uonz","option":"picker-button__option_1uonz"};
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/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_hjzye","open":"picker-button__open_hjzye"};
10
+ var styles = {"iconContainer":"picker-button__iconContainer_2aewu","open":"picker-button__open_2aewu"};
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: 1l90s */
1
+ /* hash: jnhas */
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_hjzye {
13
+ .picker-button__iconContainer_2aewu {
14
14
  display: flex;
15
15
  transition: transform 0.15s ease-in-out;
16
16
  }
17
- .picker-button__open_hjzye {
17
+ .picker-button__open_2aewu {
18
18
  transform: var(--arrow-transform);
19
19
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1moiu */
1
+ /* hash: z6ppm */
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_bdb27 {
17
+ .picker-button__container_1uonz {
18
18
  min-width: auto;
19
19
  }
20
- .picker-button__optionsPopover_bdb27 {
20
+ .picker-button__optionsPopover_1uonz {
21
21
  padding: var(--gap-xs) 0
22
22
  }
23
- .picker-button__optionsPopover_bdb27.picker-button__sideGap_bdb27 {
23
+ .picker-button__optionsPopover_1uonz.picker-button__sideGap_1uonz {
24
24
  padding: 0 var(--gap-xs);
25
25
  }
26
- .picker-button__optionsListContainer_bdb27 {
26
+ .picker-button__optionsListContainer_1uonz {
27
27
  border-radius: var(--border-radius-s);
28
28
  }
29
- .picker-button__option_bdb27 {
29
+ .picker-button__option_1uonz {
30
30
  padding: 0 var(--gap-m);
31
31
  }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { Option as Option$1 } from '@alfalab/core-components-select/dist/modern';
3
3
 
4
- var styles = {"container":"picker-button__container_1mpzy","icon":"picker-button__icon_1mpzy","content":"picker-button__content_1mpzy"};
4
+ var styles = {"container":"picker-button__container_qqrpm","icon":"picker-button__icon_qqrpm","content":"picker-button__content_qqrpm"};
5
5
  require('./index.css')
6
6
 
7
7
  const Option = ({ option, children, ...restProps }) => {
@@ -1,4 +1,4 @@
1
- /* hash: e93fw */
1
+ /* hash: 1x2gm */
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_1mpzy {
13
+ .picker-button__container_qqrpm {
14
14
  display: flex;
15
15
  align-items: center;
16
16
  }
17
- .picker-button__icon_1mpzy {
17
+ .picker-button__icon_qqrpm {
18
18
  display: flex;
19
19
  margin-right: var(--gap-s);
20
20
  }
21
- .picker-button__content_1mpzy {
21
+ .picker-button__content_qqrpm {
22
22
  overflow: hidden;
23
23
  flex: 1;
24
24
  text-overflow: ellipsis;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../tslib.es6-42180f79.js');
5
+ var tslib_es6 = require('../tslib.es6-75fef292.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_1mpzy","icon":"picker-button__icon_1mpzy","content":"picker-button__content_1mpzy"};
13
+ var styles = {"container":"picker-button__container_qqrpm","icon":"picker-button__icon_qqrpm","content":"picker-button__content_qqrpm"};
14
14
  require('./index.css')
15
15
 
16
16
  var Option = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: e93fw */
1
+ /* hash: 1x2gm */
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_1mpzy {
13
+ .picker-button__container_qqrpm {
14
14
  display: flex;
15
15
  align-items: center;
16
16
  }
17
- .picker-button__icon_1mpzy {
17
+ .picker-button__icon_qqrpm {
18
18
  display: flex;
19
19
  margin-right: var(--gap-s);
20
20
  }
21
- .picker-button__content_1mpzy {
21
+ .picker-button__content_qqrpm {
22
22
  overflow: hidden;
23
23
  flex: 1;
24
24
  text-overflow: ellipsis;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('../tslib.es6-42180f79.js');
5
+ require('../tslib.es6-75fef292.js');
6
6
  require('react');
7
7
  require('@alfalab/core-components-select');
8
8
  var option_Component = require('./Component.js');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-picker-button",
3
- "version": "7.8.3",
3
+ "version": "7.8.5",
4
4
  "description": "Picker button component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -19,11 +19,11 @@
19
19
  "react-dom": "^16.9.0 || ^17.0.1"
20
20
  },
21
21
  "dependencies": {
22
- "@alfalab/core-components-button": "^5.1.6",
23
- "@alfalab/core-components-select": "^10.9.0",
22
+ "@alfalab/core-components-button": "^5.1.7",
23
+ "@alfalab/core-components-select": "^10.9.2",
24
24
  "@alfalab/icons-classic": "^1.76.0",
25
25
  "@alfalab/icons-glyph": "^2.16.0",
26
26
  "classnames": "2.2.6"
27
27
  },
28
- "gitHead": "e4ba71a96bcbca182a7c25d0ed89b82c1d33fa98"
28
+ "gitHead": "97545dc462e2c884c25f4a7e5092abf6dafac81f"
29
29
  }