@alfalab/core-components-picker-button 7.11.0 → 7.11.1
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.d.ts +1 -1
- package/Component.js +1 -1
- package/esm/Component.js +1 -1
- package/esm/field/Component.js +1 -1
- package/esm/field/index.js +1 -1
- package/esm/index.js +1 -1
- package/esm/option/Component.js +1 -1
- package/esm/option/index.js +1 -1
- package/esm/{tslib.es6-b45e8d9a.d.ts → tslib.es6-75603595.d.ts} +0 -0
- package/esm/{tslib.es6-b45e8d9a.js → tslib.es6-75603595.js} +0 -0
- package/field/Component.js +1 -1
- package/field/index.js +1 -1
- package/index.js +1 -1
- package/option/Component.js +1 -1
- package/option/index.js +1 -1
- package/package.json +2 -2
- package/{tslib.es6-6253a22f.d.ts → tslib.es6-b6c7408f.d.ts} +0 -0
- package/{tslib.es6-6253a22f.js → tslib.es6-b6c7408f.js} +0 -0
- package/CHANGELOG.md +0 -949
package/Component.d.ts
CHANGED
|
@@ -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" | "
|
|
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"> & {
|
|
25
25
|
options: (OptionShape & {
|
|
26
26
|
/**
|
|
27
27
|
* Иконка, отображающаяся слева от текстового представления пункта
|
package/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-
|
|
5
|
+
var tslib_es6 = require('./tslib.es6-b6c7408f.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
var coreComponentsSelect = require('@alfalab/core-components-select');
|
package/esm/Component.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { _ as __rest, a as __assign } from './tslib.es6-
|
|
1
|
+
import { _ as __rest, a as __assign } from './tslib.es6-75603595.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';
|
package/esm/field/Component.js
CHANGED
package/esm/field/index.js
CHANGED
package/esm/index.js
CHANGED
package/esm/option/Component.js
CHANGED
package/esm/option/index.js
CHANGED
|
File without changes
|
|
File without changes
|
package/field/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-
|
|
5
|
+
var tslib_es6 = require('../tslib.es6-b6c7408f.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var cn = require('classnames');
|
|
8
8
|
var coreComponentsButton = require('@alfalab/core-components-button');
|
package/field/index.js
CHANGED
package/index.js
CHANGED
package/option/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-
|
|
5
|
+
var tslib_es6 = require('../tslib.es6-b6c7408f.js');
|
|
6
6
|
var React = require('react');
|
|
7
7
|
var coreComponentsSelect = require('@alfalab/core-components-select');
|
|
8
8
|
|
package/option/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-picker-button",
|
|
3
|
-
"version": "7.11.
|
|
3
|
+
"version": "7.11.1",
|
|
4
4
|
"description": "Picker button component",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@alfalab/core-components-button": "^5.3.0",
|
|
21
|
-
"@alfalab/core-components-select": "^11.1.
|
|
21
|
+
"@alfalab/core-components-select": "^11.1.1",
|
|
22
22
|
"@alfalab/icons-classic": "^1.76.0",
|
|
23
23
|
"@alfalab/icons-glyph": "^2.16.0",
|
|
24
24
|
"classnames": "^2.3.1"
|
|
File without changes
|
|
File without changes
|
package/CHANGELOG.md
DELETED
|
@@ -1,949 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
# [7.11.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.10.9...@alfalab/core-components-picker-button@7.11.0) (2022-08-04)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Features
|
|
10
|
-
|
|
11
|
-
* react 18 support ([#159](https://github.com/core-ds/core-components/issues/159)) ([2e6693c](https://github.com/core-ds/core-components/commit/2e6693c62f534e333aadb7d3fff4ffd78ac84c63))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
## [7.10.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.10.8...@alfalab/core-components-picker-button@7.10.9) (2022-07-25)
|
|
18
|
-
|
|
19
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
## [7.10.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.10.7...@alfalab/core-components-picker-button@7.10.8) (2022-07-25)
|
|
26
|
-
|
|
27
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
## [7.10.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.10.6...@alfalab/core-components-picker-button@7.10.7) (2022-07-18)
|
|
34
|
-
|
|
35
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
## [7.10.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.10.5...@alfalab/core-components-picker-button@7.10.6) (2022-07-18)
|
|
42
|
-
|
|
43
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
## [7.10.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.10.4...@alfalab/core-components-picker-button@7.10.5) (2022-07-15)
|
|
50
|
-
|
|
51
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
## [7.10.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.10.3...@alfalab/core-components-picker-button@7.10.4) (2022-07-15)
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
### Bug Fixes
|
|
61
|
-
|
|
62
|
-
* bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
## [7.10.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.10.2...@alfalab/core-components-picker-button@7.10.3) (2022-07-14)
|
|
69
|
-
|
|
70
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
## [7.10.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.10.1...@alfalab/core-components-picker-button@7.10.2) (2022-07-14)
|
|
77
|
-
|
|
78
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
## [7.10.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.10.0...@alfalab/core-components-picker-button@7.10.1) (2022-07-11)
|
|
85
|
-
|
|
86
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
# [7.10.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.9.2...@alfalab/core-components-picker-button@7.10.0) (2022-07-01)
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
### Features
|
|
96
|
-
|
|
97
|
-
* **select:** add select-modal-mobile ([#47](https://github.com/core-ds/core-components/issues/47)) ([5ec4268](https://github.com/core-ds/core-components/commit/5ec42688065bb279d721541ec21bde242675ab8a))
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
## [7.9.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.9.1...@alfalab/core-components-picker-button@7.9.2) (2022-06-30)
|
|
104
|
-
|
|
105
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
## [7.9.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.9.0...@alfalab/core-components-picker-button@7.9.1) (2022-06-29)
|
|
112
|
-
|
|
113
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
# [7.9.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.8.5...@alfalab/core-components-picker-button@7.9.0) (2022-06-28)
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
### Features
|
|
123
|
-
|
|
124
|
-
* circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
## [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)
|
|
131
|
-
|
|
132
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
## [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)
|
|
139
|
-
|
|
140
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
## [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)
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
### Bug Fixes
|
|
150
|
-
|
|
151
|
-
* fixed launch storybook in IE ([#52](https://github.com/core-ds/core-components/issues/52)) ([379528b](https://github.com/core-ds/core-components/commit/379528b4ee24183dec38930ea15a31661b994085))
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
## [7.8.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.8.1...@alfalab/core-components-picker-button@7.8.2) (2022-06-20)
|
|
158
|
-
|
|
159
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
## [7.8.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.8.0...@alfalab/core-components-picker-button@7.8.1) (2022-06-16)
|
|
166
|
-
|
|
167
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
# [7.8.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.7.4...@alfalab/core-components-picker-button@7.8.0) (2022-06-08)
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
### Features
|
|
177
|
-
|
|
178
|
-
* **scrollbar:** new component scrollbar ([#48](https://github.com/core-ds/core-components/issues/48)) ([5ea6fa3](https://github.com/core-ds/core-components/commit/5ea6fa352ff943cda8c52e35f9d96da9bea97fa3))
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
## [7.7.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.7.3...@alfalab/core-components-picker-button@7.7.4) (2022-06-03)
|
|
185
|
-
|
|
186
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
## [7.6.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.6.3...@alfalab/core-components-picker-button@7.6.4) (2022-03-29)
|
|
193
|
-
|
|
194
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
## [7.6.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.6.2...@alfalab/core-components-picker-button@7.6.3) (2022-03-24)
|
|
201
|
-
|
|
202
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
## [7.6.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.6.1...@alfalab/core-components-picker-button@7.6.2) (2022-03-04)
|
|
209
|
-
|
|
210
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
## [7.6.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.6.0...@alfalab/core-components-picker-button@7.6.1) (2022-03-04)
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
### Bug Fixes
|
|
220
|
-
|
|
221
|
-
* move icon from select to picker-button ([#1020](https://github.com/core-ds/core-components/issues/1020)) ([0d23257](https://github.com/core-ds/core-components/commit/0d23257b561329092be551d237389cc06c3d5607))
|
|
222
|
-
* update glyph deps ([#1019](https://github.com/core-ds/core-components/issues/1019)) ([3e910d0](https://github.com/core-ds/core-components/commit/3e910d0801c4c46bcd399163200c1f7bfaba375e))
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
# [7.6.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.5.0...@alfalab/core-components-picker-button@7.6.0) (2022-03-03)
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
### Features
|
|
232
|
-
|
|
233
|
-
* **picker-button:** added new view and updated dropdown options ([#1013](https://github.com/core-ds/core-components/issues/1013)) ([050fb3e](https://github.com/core-ds/core-components/commit/050fb3eb6fd6dde057bbfcad5dd807d354125b63))
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
# [7.5.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.4.3...@alfalab/core-components-picker-button@7.5.0) (2022-03-01)
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
### Bug Fixes
|
|
243
|
-
|
|
244
|
-
* **picker-button:** fixed type of picker-button size prop ([#1006](https://github.com/core-ds/core-components/issues/1006)) ([38b56c1](https://github.com/core-ds/core-components/commit/38b56c11d45410a258e18d411aa0ce12b8a6c7e4)), closes [#986](https://github.com/core-ds/core-components/issues/986)
|
|
245
|
-
* changed dropdown component's box shadow styles ([#1010](https://github.com/core-ds/core-components/issues/1010)) ([2f997f5](https://github.com/core-ds/core-components/commit/2f997f5722c89b38a8064924b73c0a8046025aea))
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
### Features
|
|
249
|
-
|
|
250
|
-
* Исправить импорты в сторях. ([#998](https://github.com/core-ds/core-components/issues/998)) ([e6a654a](https://github.com/core-ds/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
## [7.4.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.4.2...@alfalab/core-components-picker-button@7.4.3) (2022-02-17)
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
### Bug Fixes
|
|
260
|
-
|
|
261
|
-
* imports for glyph icons ([#994](https://github.com/core-ds/core-components/issues/994)) ([8e807f2](https://github.com/core-ds/core-components/commit/8e807f26abf0f942fe8eadbd201caecb297b35dc))
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
## [7.4.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.4.1...@alfalab/core-components-picker-button@7.4.2) (2022-02-15)
|
|
268
|
-
|
|
269
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
## [7.4.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.4.0...@alfalab/core-components-picker-button@7.4.1) (2022-02-09)
|
|
276
|
-
|
|
277
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
# [7.4.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.3.1...@alfalab/core-components-picker-button@7.4.0) (2022-02-03)
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
### Features
|
|
287
|
-
|
|
288
|
-
* **picker-button:** add conditional righAddons prop for custom icon ([#975](https://github.com/core-ds/core-components/issues/975)) ([d2544b7](https://github.com/core-ds/core-components/commit/d2544b74e56deda9cae735e5b3ca6a2d97aef94d))
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
## [7.3.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.3.0...@alfalab/core-components-picker-button@7.3.1) (2022-02-02)
|
|
295
|
-
|
|
296
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
# [7.3.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.2.0...@alfalab/core-components-picker-button@7.3.0) (2022-01-27)
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
### Features
|
|
306
|
-
|
|
307
|
-
* **picker-button:** gap между picker-button и popover в 8px ([#935](https://github.com/core-ds/core-components/issues/935)) ([9b3aa2b](https://github.com/core-ds/core-components/commit/9b3aa2b70b534d8e571baa62b973e1f67667ac43))
|
|
308
|
-
* **select:** add OptionsListWithApply ([#948](https://github.com/core-ds/core-components/issues/948)) ([d8ef8dd](https://github.com/core-ds/core-components/commit/d8ef8dd257dfc100095c923c4f3e317787ed1877))
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
# [7.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.1.4...@alfalab/core-components-picker-button@7.2.0) (2021-12-29)
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
### Features
|
|
318
|
-
|
|
319
|
-
* **select:** чекбоксы в выпадашке множественного выбора [#903](https://github.com/core-ds/core-components/issues/903)) ([f5638ef](https://github.com/core-ds/core-components/commit/f5638ef589468de0dc0473d30871035d8c4efab5))
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
## [7.1.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.1.3...@alfalab/core-components-picker-button@7.1.4) (2021-12-14)
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
### Bug Fixes
|
|
329
|
-
|
|
330
|
-
* **picker-button:** wrap field with div ([b51bce8](https://github.com/core-ds/core-components/commit/b51bce85b39583e7bb1107f56c6e64a6f2b96d5c)), closes [#914](https://github.com/core-ds/core-components/issues/914)
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
## [7.1.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.1.2...@alfalab/core-components-picker-button@7.1.3) (2021-12-08)
|
|
337
|
-
|
|
338
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
## [7.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.1.1...@alfalab/core-components-picker-button@7.1.2) (2021-12-08)
|
|
345
|
-
|
|
346
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
## [7.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.1.0...@alfalab/core-components-picker-button@7.1.1) (2021-12-08)
|
|
353
|
-
|
|
354
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
# [7.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@7.0.0...@alfalab/core-components-picker-button@7.1.0) (2021-12-01)
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
### Features
|
|
364
|
-
|
|
365
|
-
* **popover:** add availableHieght prop, update related snapshots ([43b4ebd](https://github.com/core-ds/core-components/commit/43b4ebd6ba092f22d0dfc845f3f0113b390317dc)), closes [#758](https://github.com/core-ds/core-components/issues/758)
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
# [7.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.2.5...@alfalab/core-components-picker-button@7.0.0) (2021-11-26)
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
### Features
|
|
375
|
-
|
|
376
|
-
* **button:** добавлена кнопка размера 40px, изменены скругления ([#886](https://github.com/core-ds/core-components/issues/886)) ([88e657a](https://github.com/core-ds/core-components/commit/88e657a9f0f68b8b58f6e9437053954ee984f83c)), closes [#890](https://github.com/core-ds/core-components/issues/890)
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
### BREAKING CHANGES
|
|
380
|
-
|
|
381
|
-
* **button:** Кнопка размера xs теперь имеет размер 40px. Тем, кто использовал размер xs, надо
|
|
382
|
-
заменить размер на xxs. Можно воспользоваться codemod.
|
|
383
|
-
|
|
384
|
-
* feat(codemod): add button xs to xxs transformer
|
|
385
|
-
|
|
386
|
-
* feat(tag): добавлен тэг размера 40px, изменены отступы
|
|
387
|
-
|
|
388
|
-
Добавлен тэг размером 40px, изменены отступы. Тем, кто использовал размер xs, надо заменить размер
|
|
389
|
-
на xxs.
|
|
390
|
-
* **button:** Тэг размера xs теперь имеет размер 40px. Тем, кто использовал размер xs, надо
|
|
391
|
-
заменить размер на xxs. Можно воспользоваться codemod.
|
|
392
|
-
|
|
393
|
-
* test: update screenshots
|
|
394
|
-
|
|
395
|
-
* test: update screenshots
|
|
396
|
-
|
|
397
|
-
* feat(button): linter fix
|
|
398
|
-
|
|
399
|
-
* feat(button): fix min-width
|
|
400
|
-
|
|
401
|
-
* feat(tag): remove vertical paddings
|
|
402
|
-
|
|
403
|
-
* feat(tag): remove vertical paddings
|
|
404
|
-
|
|
405
|
-
* feat(button): updates
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
## [6.2.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.2.4...@alfalab/core-components-picker-button@6.2.5) (2021-11-16)
|
|
412
|
-
|
|
413
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
## [6.2.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.2.3...@alfalab/core-components-picker-button@6.2.4) (2021-11-08)
|
|
420
|
-
|
|
421
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
## [6.2.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.2.2...@alfalab/core-components-picker-button@6.2.3) (2021-10-15)
|
|
428
|
-
|
|
429
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
## [6.2.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.2.1...@alfalab/core-components-picker-button@6.2.2) (2021-10-15)
|
|
436
|
-
|
|
437
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
## [6.2.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.2.0...@alfalab/core-components-picker-button@6.2.1) (2021-10-11)
|
|
444
|
-
|
|
445
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
# [6.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.12...@alfalab/core-components-picker-button@6.2.0) (2021-09-27)
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
### Features
|
|
455
|
-
|
|
456
|
-
* **select:** controlled open ([#839](https://github.com/core-ds/core-components/issues/839)) ([95d0470](https://github.com/core-ds/core-components/commit/95d0470a86e1a54f4cb4b789bb7e3281a1f0a401))
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
## [6.1.12](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.11...@alfalab/core-components-picker-button@6.1.12) (2021-09-14)
|
|
463
|
-
|
|
464
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
## [6.1.11](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.10...@alfalab/core-components-picker-button@6.1.11) (2021-09-08)
|
|
471
|
-
|
|
472
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
## [6.1.10](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.9...@alfalab/core-components-picker-button@6.1.10) (2021-09-06)
|
|
479
|
-
|
|
480
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
## [6.1.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.8...@alfalab/core-components-picker-button@6.1.9) (2021-08-27)
|
|
487
|
-
|
|
488
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
## [6.1.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.7...@alfalab/core-components-picker-button@6.1.8) (2021-08-23)
|
|
495
|
-
|
|
496
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
## [6.1.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.6...@alfalab/core-components-picker-button@6.1.7) (2021-08-23)
|
|
503
|
-
|
|
504
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
## [6.1.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.5...@alfalab/core-components-picker-button@6.1.6) (2021-08-13)
|
|
511
|
-
|
|
512
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
## [6.1.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.4...@alfalab/core-components-picker-button@6.1.5) (2021-08-11)
|
|
519
|
-
|
|
520
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
## [6.1.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.3...@alfalab/core-components-picker-button@6.1.4) (2021-08-04)
|
|
527
|
-
|
|
528
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
## [6.1.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.2...@alfalab/core-components-picker-button@6.1.3) (2021-08-03)
|
|
535
|
-
|
|
536
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
## [6.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.1...@alfalab/core-components-picker-button@6.1.2) (2021-07-23)
|
|
543
|
-
|
|
544
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
## [6.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.1.0...@alfalab/core-components-picker-button@6.1.1) (2021-07-19)
|
|
551
|
-
|
|
552
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
# [6.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@6.0.0...@alfalab/core-components-picker-button@6.1.0) (2021-07-09)
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
### Features
|
|
562
|
-
|
|
563
|
-
* **select:** dont highlight first option on open ([015a084](https://github.com/core-ds/core-components/commit/015a084be6e5d837b6368afe6ca63a0a4c325435))
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
# [6.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@5.0.5...@alfalab/core-components-picker-button@6.0.0) (2021-07-08)
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
### Features
|
|
573
|
-
|
|
574
|
-
* upgrade storybook ([#696](https://github.com/core-ds/core-components/issues/696))
|
|
575
|
-
|
|
576
|
-
## [5.0.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@5.0.4...@alfalab/core-components-picker-button@5.0.5) (2021-06-28)
|
|
577
|
-
|
|
578
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
## [5.0.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@5.0.3...@alfalab/core-components-picker-button@5.0.4) (2021-06-22)
|
|
585
|
-
|
|
586
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
## [5.0.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@5.0.2...@alfalab/core-components-picker-button@5.0.3) (2021-06-08)
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
### Bug Fixes
|
|
596
|
-
|
|
597
|
-
* **select:** fix top bottom paddings ([#683](https://github.com/core-ds/core-components/issues/683)) ([866bc3b](https://github.com/core-ds/core-components/commit/866bc3bee9428f0f67f443b3be0ae23342213b0d))
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
## [5.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@5.0.1...@alfalab/core-components-picker-button@5.0.2) (2021-06-04)
|
|
604
|
-
|
|
605
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
## [5.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@5.0.0...@alfalab/core-components-picker-button@5.0.1) (2021-05-31)
|
|
612
|
-
|
|
613
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
# [5.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@4.0.4...@alfalab/core-components-picker-button@5.0.0) (2021-05-25)
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
### Features
|
|
623
|
-
|
|
624
|
-
* **button:** add inverted ([#649](https://github.com/core-ds/core-components/issues/649)) ([be321b0](https://github.com/core-ds/core-components/commit/be321b07e99d20824138ad65141f3fbed1b6e315)), closes [#658](https://github.com/core-ds/core-components/issues/658) [#657](https://github.com/core-ds/core-components/issues/657)
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
### BREAKING CHANGES
|
|
628
|
-
|
|
629
|
-
* **button:** remove inverted themes
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
## [4.0.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@4.0.3...@alfalab/core-components-picker-button@4.0.4) (2021-05-25)
|
|
636
|
-
|
|
637
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
## [4.0.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@4.0.2...@alfalab/core-components-picker-button@4.0.3) (2021-05-18)
|
|
644
|
-
|
|
645
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
## [4.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@4.0.1...@alfalab/core-components-picker-button@4.0.2) (2021-05-07)
|
|
652
|
-
|
|
653
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
## [4.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@4.0.0...@alfalab/core-components-picker-button@4.0.1) (2021-04-28)
|
|
660
|
-
|
|
661
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
# [4.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.3.2...@alfalab/core-components-picker-button@4.0.0) (2021-04-26)
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
### Features
|
|
671
|
-
|
|
672
|
-
* **stack:** add new component ([#612](https://github.com/core-ds/core-components/issues/612)) ([c520f91](https://github.com/core-ds/core-components/commit/c520f91cd22bb9e23fd2f428719865b4c7d5a2a6))
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
### BREAKING CHANGES
|
|
676
|
-
|
|
677
|
-
* **stack:** remove z-index, add stack component
|
|
678
|
-
|
|
679
|
-
* feat(modal): remove z-index, add stack component
|
|
680
|
-
|
|
681
|
-
remove z-index, add stack component
|
|
682
|
-
* **stack:** remove z-index, add stack component
|
|
683
|
-
|
|
684
|
-
* feat(notification-manager): remove z-index, add stack component
|
|
685
|
-
|
|
686
|
-
remove z-index, add stack component
|
|
687
|
-
* **stack:** remove z-index, add stack component
|
|
688
|
-
|
|
689
|
-
* feat(notification): remove z-index, add stack component
|
|
690
|
-
|
|
691
|
-
remove z-index, add stack component
|
|
692
|
-
* **stack:** remove z-index, add stack component
|
|
693
|
-
|
|
694
|
-
* feat(popover): remove z-index, add stack component
|
|
695
|
-
|
|
696
|
-
remove z-index, add stack component
|
|
697
|
-
* **stack:** remove z-index, add stack component
|
|
698
|
-
|
|
699
|
-
* feat(select): remove z-index, add stack component
|
|
700
|
-
|
|
701
|
-
remove z-index, add stack component
|
|
702
|
-
* **stack:** remove z-index, add stack component
|
|
703
|
-
|
|
704
|
-
* feat(toast): remove z-index, add stack component
|
|
705
|
-
|
|
706
|
-
remove z-index, add stack component
|
|
707
|
-
* **stack:** remove z-index, add stack component
|
|
708
|
-
|
|
709
|
-
* feat(tooltip): remove z-index, add stack component
|
|
710
|
-
|
|
711
|
-
remove z-index, add stack component
|
|
712
|
-
* **stack:** remove z-index, add stack component
|
|
713
|
-
|
|
714
|
-
* feat(stack): fix comment
|
|
715
|
-
|
|
716
|
-
* Revert "feat(modal): remove z-index, add stack component"
|
|
717
|
-
|
|
718
|
-
This reverts commit fcae901c6ec58311701cd491296a7b04016a9a65.
|
|
719
|
-
|
|
720
|
-
* feat(base-modal): remove z-index, add stack component
|
|
721
|
-
|
|
722
|
-
remove z-index, add stack component
|
|
723
|
-
* **stack:** remove z-index, add stack component
|
|
724
|
-
|
|
725
|
-
* test(file-upload-item): update snapshot
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
## [3.3.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.3.1...@alfalab/core-components-picker-button@3.3.2) (2021-04-26)
|
|
732
|
-
|
|
733
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
## [3.3.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.3.0...@alfalab/core-components-picker-button@3.3.1) (2021-04-26)
|
|
740
|
-
|
|
741
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
# [3.3.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.22...@alfalab/core-components-picker-button@3.3.0) (2021-04-09)
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
### Bug Fixes
|
|
751
|
-
|
|
752
|
-
* **select:** options list width calc ([5294af7](https://github.com/core-ds/core-components/commit/5294af78ef61b50edde42ed255e66e6ea004c0fd))
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
### Features
|
|
756
|
-
|
|
757
|
-
* **vars:** fresh colors ([10907ec](https://github.com/core-ds/core-components/commit/10907eca0f5556795529a90b41d2bc663ea01dfe))
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
## [3.2.22](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.21...@alfalab/core-components-picker-button@3.2.22) (2021-04-01)
|
|
764
|
-
|
|
765
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
## [3.2.21](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.20...@alfalab/core-components-picker-button@3.2.21) (2021-03-30)
|
|
772
|
-
|
|
773
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
## [3.2.20](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.19...@alfalab/core-components-picker-button@3.2.20) (2021-03-24)
|
|
780
|
-
|
|
781
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
## [3.2.19](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.18...@alfalab/core-components-picker-button@3.2.19) (2021-03-24)
|
|
788
|
-
|
|
789
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
## [3.2.18](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.17...@alfalab/core-components-picker-button@3.2.18) (2021-03-19)
|
|
796
|
-
|
|
797
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
## [3.2.17](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.15...@alfalab/core-components-picker-button@3.2.17) (2021-03-18)
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
### Bug Fixes
|
|
807
|
-
|
|
808
|
-
* one more sborka bug ([#579](https://github.com/core-ds/core-components/issues/579)) ([9fbe0be](https://github.com/core-ds/core-components/commit/9fbe0beca56ec5971de78b3f6cda25305b260efc))
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
## [3.2.15](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.13...@alfalab/core-components-picker-button@3.2.15) (2021-03-16)
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
### Bug Fixes
|
|
818
|
-
|
|
819
|
-
* border-radius in packages ([781749e](https://github.com/core-ds/core-components/commit/781749ef38aefd5a6707ac56d2e297dce9f3e073))
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
## [3.2.13](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.12...@alfalab/core-components-picker-button@3.2.13) (2021-03-15)
|
|
826
|
-
|
|
827
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
## [3.2.12](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.11...@alfalab/core-components-picker-button@3.2.12) (2021-03-14)
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
### Bug Fixes
|
|
837
|
-
|
|
838
|
-
* **button:** set type button by default ([#564](https://github.com/core-ds/core-components/issues/564)) ([59fdefd](https://github.com/core-ds/core-components/commit/59fdefd4f37fbe589840aa8944d88bde5b8cda6e))
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
## [3.2.11](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.10...@alfalab/core-components-picker-button@3.2.11) (2021-03-11)
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
### Bug Fixes
|
|
848
|
-
|
|
849
|
-
* **toast:** remove extra timer clearing ([#559](https://github.com/core-ds/core-components/issues/559)) ([ae5d811](https://github.com/core-ds/core-components/commit/ae5d81169d4db0427ae5baf0bffd784adee184ee))
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
## [3.2.10](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.9...@alfalab/core-components-picker-button@3.2.10) (2021-03-10)
|
|
856
|
-
|
|
857
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
## [3.2.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.8...@alfalab/core-components-picker-button@3.2.9) (2021-03-05)
|
|
864
|
-
|
|
865
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
## [3.2.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.7...@alfalab/core-components-picker-button@3.2.8) (2021-03-04)
|
|
872
|
-
|
|
873
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
## [3.2.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.6...@alfalab/core-components-picker-button@3.2.7) (2021-03-03)
|
|
880
|
-
|
|
881
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
## [3.2.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.5...@alfalab/core-components-picker-button@3.2.6) (2021-03-03)
|
|
888
|
-
|
|
889
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
## [3.2.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.4...@alfalab/core-components-picker-button@3.2.5) (2021-03-03)
|
|
896
|
-
|
|
897
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
## [3.2.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.3...@alfalab/core-components-picker-button@3.2.4) (2021-02-20)
|
|
904
|
-
|
|
905
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
## [3.2.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.2...@alfalab/core-components-picker-button@3.2.3) (2021-02-20)
|
|
912
|
-
|
|
913
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
## [3.2.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.1...@alfalab/core-components-picker-button@3.2.2) (2021-02-19)
|
|
920
|
-
|
|
921
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
## [3.2.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.2.0...@alfalab/core-components-picker-button@3.2.1) (2021-02-19)
|
|
928
|
-
|
|
929
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
# [3.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.1.1...@alfalab/core-components-picker-button@3.2.0) (2021-02-18)
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
### Features
|
|
939
|
-
|
|
940
|
-
* **select:** add visible-options ([#506](https://github.com/core-ds/core-components/issues/506)) ([0154866](https://github.com/core-ds/core-components/commit/0154866bb8fc8308945d32f115b3ab1e46f98db6))
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
## [3.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-picker-button@3.1.0...@alfalab/core-components-picker-button@3.1.1) (2021-02-18)
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
**Note:** Version bump only for package @alfalab/core-components-picker-button
|