@alfalab/core-components-picker-button 7.6.3 → 7.6.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.
Files changed (46) hide show
  1. package/CHANGELOG.md +109 -101
  2. package/dist/Component.d.ts +1 -1
  3. package/dist/Component.js +2 -2
  4. package/dist/cssm/Component.d.ts +1 -1
  5. package/dist/cssm/field/Component.d.ts +1 -1
  6. package/dist/cssm/option/Component.d.ts +2 -2
  7. package/dist/cssm/{typings-a22d6eaf.d.ts → typings-f60445d7.d.ts} +28 -0
  8. package/dist/esm/Component.d.ts +1 -1
  9. package/dist/esm/Component.js +2 -2
  10. package/dist/esm/field/Component.d.ts +1 -1
  11. package/dist/esm/field/Component.js +2 -2
  12. package/dist/esm/field/index.css +3 -3
  13. package/dist/esm/field/index.js +1 -1
  14. package/dist/esm/index.css +6 -6
  15. package/dist/esm/index.js +1 -1
  16. package/dist/esm/option/Component.d.ts +2 -2
  17. package/dist/esm/option/Component.js +2 -2
  18. package/dist/esm/option/index.css +4 -4
  19. package/dist/esm/option/index.js +1 -1
  20. package/dist/esm/{tslib.es6-3270d97c.d.ts → tslib.es6-51a17eb0.d.ts} +0 -0
  21. package/dist/esm/{tslib.es6-3270d97c.js → tslib.es6-51a17eb0.js} +0 -0
  22. package/dist/{modern/typings-a22d6eaf.d.ts → esm/typings-f60445d7.d.ts} +28 -0
  23. package/dist/field/Component.d.ts +1 -1
  24. package/dist/field/Component.js +2 -2
  25. package/dist/field/index.css +3 -3
  26. package/dist/field/index.js +1 -1
  27. package/dist/index.css +6 -6
  28. package/dist/index.js +1 -1
  29. package/dist/modern/Component.d.ts +1 -1
  30. package/dist/modern/Component.js +1 -1
  31. package/dist/modern/field/Component.d.ts +1 -1
  32. package/dist/modern/field/Component.js +1 -1
  33. package/dist/modern/field/index.css +3 -3
  34. package/dist/modern/index.css +6 -6
  35. package/dist/modern/option/Component.d.ts +2 -2
  36. package/dist/modern/option/Component.js +1 -1
  37. package/dist/modern/option/index.css +4 -4
  38. package/dist/{typings-a22d6eaf.d.ts → modern/typings-f60445d7.d.ts} +28 -0
  39. package/dist/option/Component.d.ts +2 -2
  40. package/dist/option/Component.js +2 -2
  41. package/dist/option/index.css +4 -4
  42. package/dist/option/index.js +1 -1
  43. package/dist/{tslib.es6-b66521e9.d.ts → tslib.es6-65244978.d.ts} +0 -0
  44. package/dist/{tslib.es6-b66521e9.js → tslib.es6-65244978.js} +0 -0
  45. package/dist/{esm/typings-a22d6eaf.d.ts → typings-f60445d7.d.ts} +28 -0
  46. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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.6.3](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@7.6.2...@alfalab/core-components-picker-button@7.6.3) (2022-03-24)
6
+ ## [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)
7
7
 
8
8
  **Note:** Version bump only for package @alfalab/core-components-picker-button
9
9
 
@@ -11,7 +11,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- ## [7.6.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@7.6.1...@alfalab/core-components-picker-button@7.6.2) (2022-03-04)
14
+ ## [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)
15
15
 
16
16
  **Note:** Version bump only for package @alfalab/core-components-picker-button
17
17
 
@@ -19,58 +19,66 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
19
19
 
20
20
 
21
21
 
22
- ## [7.6.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@7.6.0...@alfalab/core-components-picker-button@7.6.1) (2022-03-04)
22
+ ## [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)
23
+
24
+ **Note:** Version bump only for package @alfalab/core-components-picker-button
25
+
26
+
27
+
28
+
29
+
30
+ ## [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)
23
31
 
24
32
 
25
33
  ### Bug Fixes
26
34
 
27
- * move icon from select to picker-button ([#1020](https://github.com/alfa-laboratory/core-components/issues/1020)) ([0d23257](https://github.com/alfa-laboratory/core-components/commit/0d23257b561329092be551d237389cc06c3d5607))
28
- * update glyph deps ([#1019](https://github.com/alfa-laboratory/core-components/issues/1019)) ([3e910d0](https://github.com/alfa-laboratory/core-components/commit/3e910d0801c4c46bcd399163200c1f7bfaba375e))
35
+ * 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))
36
+ * update glyph deps ([#1019](https://github.com/core-ds/core-components/issues/1019)) ([3e910d0](https://github.com/core-ds/core-components/commit/3e910d0801c4c46bcd399163200c1f7bfaba375e))
29
37
 
30
38
 
31
39
 
32
40
 
33
41
 
34
- # [7.6.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@7.5.0...@alfalab/core-components-picker-button@7.6.0) (2022-03-03)
42
+ # [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)
35
43
 
36
44
 
37
45
  ### Features
38
46
 
39
- * **picker-button:** added new view and updated dropdown options ([#1013](https://github.com/alfa-laboratory/core-components/issues/1013)) ([050fb3e](https://github.com/alfa-laboratory/core-components/commit/050fb3eb6fd6dde057bbfcad5dd807d354125b63))
47
+ * **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))
40
48
 
41
49
 
42
50
 
43
51
 
44
52
 
45
- # [7.5.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@7.4.3...@alfalab/core-components-picker-button@7.5.0) (2022-03-01)
53
+ # [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)
46
54
 
47
55
 
48
56
  ### Bug Fixes
49
57
 
50
- * **picker-button:** fixed type of picker-button size prop ([#1006](https://github.com/alfa-laboratory/core-components/issues/1006)) ([38b56c1](https://github.com/alfa-laboratory/core-components/commit/38b56c11d45410a258e18d411aa0ce12b8a6c7e4)), closes [#986](https://github.com/alfa-laboratory/core-components/issues/986)
51
- * changed dropdown component's box shadow styles ([#1010](https://github.com/alfa-laboratory/core-components/issues/1010)) ([2f997f5](https://github.com/alfa-laboratory/core-components/commit/2f997f5722c89b38a8064924b73c0a8046025aea))
58
+ * **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)
59
+ * 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))
52
60
 
53
61
 
54
62
  ### Features
55
63
 
56
- * Исправить импорты в сторях. ([#998](https://github.com/alfa-laboratory/core-components/issues/998)) ([e6a654a](https://github.com/alfa-laboratory/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
64
+ * Исправить импорты в сторях. ([#998](https://github.com/core-ds/core-components/issues/998)) ([e6a654a](https://github.com/core-ds/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
57
65
 
58
66
 
59
67
 
60
68
 
61
69
 
62
- ## [7.4.3](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@7.4.2...@alfalab/core-components-picker-button@7.4.3) (2022-02-17)
70
+ ## [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)
63
71
 
64
72
 
65
73
  ### Bug Fixes
66
74
 
67
- * imports for glyph icons ([#994](https://github.com/alfa-laboratory/core-components/issues/994)) ([8e807f2](https://github.com/alfa-laboratory/core-components/commit/8e807f26abf0f942fe8eadbd201caecb297b35dc))
75
+ * imports for glyph icons ([#994](https://github.com/core-ds/core-components/issues/994)) ([8e807f2](https://github.com/core-ds/core-components/commit/8e807f26abf0f942fe8eadbd201caecb297b35dc))
68
76
 
69
77
 
70
78
 
71
79
 
72
80
 
73
- ## [7.4.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@7.4.1...@alfalab/core-components-picker-button@7.4.2) (2022-02-15)
81
+ ## [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)
74
82
 
75
83
  **Note:** Version bump only for package @alfalab/core-components-picker-button
76
84
 
@@ -78,7 +86,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
78
86
 
79
87
 
80
88
 
81
- ## [7.4.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@7.4.0...@alfalab/core-components-picker-button@7.4.1) (2022-02-09)
89
+ ## [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)
82
90
 
83
91
  **Note:** Version bump only for package @alfalab/core-components-picker-button
84
92
 
@@ -86,18 +94,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
86
94
 
87
95
 
88
96
 
89
- # [7.4.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@7.3.1...@alfalab/core-components-picker-button@7.4.0) (2022-02-03)
97
+ # [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)
90
98
 
91
99
 
92
100
  ### Features
93
101
 
94
- * **picker-button:** add conditional righAddons prop for custom icon ([#975](https://github.com/alfa-laboratory/core-components/issues/975)) ([d2544b7](https://github.com/alfa-laboratory/core-components/commit/d2544b74e56deda9cae735e5b3ca6a2d97aef94d))
102
+ * **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))
95
103
 
96
104
 
97
105
 
98
106
 
99
107
 
100
- ## [7.3.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@7.3.0...@alfalab/core-components-picker-button@7.3.1) (2022-02-02)
108
+ ## [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)
101
109
 
102
110
  **Note:** Version bump only for package @alfalab/core-components-picker-button
103
111
 
@@ -105,41 +113,41 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
105
113
 
106
114
 
107
115
 
108
- # [7.3.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@7.2.0...@alfalab/core-components-picker-button@7.3.0) (2022-01-27)
116
+ # [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)
109
117
 
110
118
 
111
119
  ### Features
112
120
 
113
- * **picker-button:** gap между picker-button и popover в 8px ([#935](https://github.com/alfa-laboratory/core-components/issues/935)) ([9b3aa2b](https://github.com/alfa-laboratory/core-components/commit/9b3aa2b70b534d8e571baa62b973e1f67667ac43))
114
- * **select:** add OptionsListWithApply ([#948](https://github.com/alfa-laboratory/core-components/issues/948)) ([d8ef8dd](https://github.com/alfa-laboratory/core-components/commit/d8ef8dd257dfc100095c923c4f3e317787ed1877))
121
+ * **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))
122
+ * **select:** add OptionsListWithApply ([#948](https://github.com/core-ds/core-components/issues/948)) ([d8ef8dd](https://github.com/core-ds/core-components/commit/d8ef8dd257dfc100095c923c4f3e317787ed1877))
115
123
 
116
124
 
117
125
 
118
126
 
119
127
 
120
- # [7.2.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@7.1.4...@alfalab/core-components-picker-button@7.2.0) (2021-12-29)
128
+ # [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)
121
129
 
122
130
 
123
131
  ### Features
124
132
 
125
- * **select:** чекбоксы в выпадашке множественного выбора [#903](https://github.com/alfa-laboratory/core-components/issues/903)) ([f5638ef](https://github.com/alfa-laboratory/core-components/commit/f5638ef589468de0dc0473d30871035d8c4efab5))
133
+ * **select:** чекбоксы в выпадашке множественного выбора [#903](https://github.com/core-ds/core-components/issues/903)) ([f5638ef](https://github.com/core-ds/core-components/commit/f5638ef589468de0dc0473d30871035d8c4efab5))
126
134
 
127
135
 
128
136
 
129
137
 
130
138
 
131
- ## [7.1.4](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@7.1.3...@alfalab/core-components-picker-button@7.1.4) (2021-12-14)
139
+ ## [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)
132
140
 
133
141
 
134
142
  ### Bug Fixes
135
143
 
136
- * **picker-button:** wrap field with div ([b51bce8](https://github.com/alfa-laboratory/core-components/commit/b51bce85b39583e7bb1107f56c6e64a6f2b96d5c)), closes [#914](https://github.com/alfa-laboratory/core-components/issues/914)
144
+ * **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)
137
145
 
138
146
 
139
147
 
140
148
 
141
149
 
142
- ## [7.1.3](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@7.1.2...@alfalab/core-components-picker-button@7.1.3) (2021-12-08)
150
+ ## [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)
143
151
 
144
152
  **Note:** Version bump only for package @alfalab/core-components-picker-button
145
153
 
@@ -147,7 +155,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
147
155
 
148
156
 
149
157
 
150
- ## [7.1.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@7.1.1...@alfalab/core-components-picker-button@7.1.2) (2021-12-08)
158
+ ## [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)
151
159
 
152
160
  **Note:** Version bump only for package @alfalab/core-components-picker-button
153
161
 
@@ -155,7 +163,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
155
163
 
156
164
 
157
165
 
158
- ## [7.1.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@7.1.0...@alfalab/core-components-picker-button@7.1.1) (2021-12-08)
166
+ ## [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)
159
167
 
160
168
  **Note:** Version bump only for package @alfalab/core-components-picker-button
161
169
 
@@ -163,23 +171,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
163
171
 
164
172
 
165
173
 
166
- # [7.1.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@7.0.0...@alfalab/core-components-picker-button@7.1.0) (2021-12-01)
174
+ # [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)
167
175
 
168
176
 
169
177
  ### Features
170
178
 
171
- * **popover:** add availableHieght prop, update related snapshots ([43b4ebd](https://github.com/alfa-laboratory/core-components/commit/43b4ebd6ba092f22d0dfc845f3f0113b390317dc)), closes [#758](https://github.com/alfa-laboratory/core-components/issues/758)
179
+ * **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)
172
180
 
173
181
 
174
182
 
175
183
 
176
184
 
177
- # [7.0.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@6.2.5...@alfalab/core-components-picker-button@7.0.0) (2021-11-26)
185
+ # [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)
178
186
 
179
187
 
180
188
  ### Features
181
189
 
182
- * **button:** добавлена кнопка размера 40px, изменены скругления ([#886](https://github.com/alfa-laboratory/core-components/issues/886)) ([88e657a](https://github.com/alfa-laboratory/core-components/commit/88e657a9f0f68b8b58f6e9437053954ee984f83c)), closes [#890](https://github.com/alfa-laboratory/core-components/issues/890)
190
+ * **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)
183
191
 
184
192
 
185
193
  ### BREAKING CHANGES
@@ -214,7 +222,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
214
222
 
215
223
 
216
224
 
217
- ## [6.2.5](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@6.2.4...@alfalab/core-components-picker-button@6.2.5) (2021-11-16)
225
+ ## [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)
218
226
 
219
227
  **Note:** Version bump only for package @alfalab/core-components-picker-button
220
228
 
@@ -222,7 +230,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
222
230
 
223
231
 
224
232
 
225
- ## [6.2.4](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@6.2.3...@alfalab/core-components-picker-button@6.2.4) (2021-11-08)
233
+ ## [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)
226
234
 
227
235
  **Note:** Version bump only for package @alfalab/core-components-picker-button
228
236
 
@@ -230,7 +238,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
230
238
 
231
239
 
232
240
 
233
- ## [6.2.3](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@6.2.2...@alfalab/core-components-picker-button@6.2.3) (2021-10-15)
241
+ ## [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)
234
242
 
235
243
  **Note:** Version bump only for package @alfalab/core-components-picker-button
236
244
 
@@ -238,7 +246,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
238
246
 
239
247
 
240
248
 
241
- ## [6.2.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@6.2.1...@alfalab/core-components-picker-button@6.2.2) (2021-10-15)
249
+ ## [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)
242
250
 
243
251
  **Note:** Version bump only for package @alfalab/core-components-picker-button
244
252
 
@@ -246,7 +254,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
246
254
 
247
255
 
248
256
 
249
- ## [6.2.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@6.2.0...@alfalab/core-components-picker-button@6.2.1) (2021-10-11)
257
+ ## [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)
250
258
 
251
259
  **Note:** Version bump only for package @alfalab/core-components-picker-button
252
260
 
@@ -254,18 +262,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
254
262
 
255
263
 
256
264
 
257
- # [6.2.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@6.1.12...@alfalab/core-components-picker-button@6.2.0) (2021-09-27)
265
+ # [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)
258
266
 
259
267
 
260
268
  ### Features
261
269
 
262
- * **select:** controlled open ([#839](https://github.com/alfa-laboratory/core-components/issues/839)) ([95d0470](https://github.com/alfa-laboratory/core-components/commit/95d0470a86e1a54f4cb4b789bb7e3281a1f0a401))
270
+ * **select:** controlled open ([#839](https://github.com/core-ds/core-components/issues/839)) ([95d0470](https://github.com/core-ds/core-components/commit/95d0470a86e1a54f4cb4b789bb7e3281a1f0a401))
263
271
 
264
272
 
265
273
 
266
274
 
267
275
 
268
- ## [6.1.12](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@6.1.11...@alfalab/core-components-picker-button@6.1.12) (2021-09-14)
276
+ ## [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)
269
277
 
270
278
  **Note:** Version bump only for package @alfalab/core-components-picker-button
271
279
 
@@ -273,7 +281,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
273
281
 
274
282
 
275
283
 
276
- ## [6.1.11](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@6.1.10...@alfalab/core-components-picker-button@6.1.11) (2021-09-08)
284
+ ## [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)
277
285
 
278
286
  **Note:** Version bump only for package @alfalab/core-components-picker-button
279
287
 
@@ -281,7 +289,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
281
289
 
282
290
 
283
291
 
284
- ## [6.1.10](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@6.1.9...@alfalab/core-components-picker-button@6.1.10) (2021-09-06)
292
+ ## [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)
285
293
 
286
294
  **Note:** Version bump only for package @alfalab/core-components-picker-button
287
295
 
@@ -289,7 +297,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
289
297
 
290
298
 
291
299
 
292
- ## [6.1.9](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@6.1.8...@alfalab/core-components-picker-button@6.1.9) (2021-08-27)
300
+ ## [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)
293
301
 
294
302
  **Note:** Version bump only for package @alfalab/core-components-picker-button
295
303
 
@@ -297,7 +305,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
297
305
 
298
306
 
299
307
 
300
- ## [6.1.8](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@6.1.7...@alfalab/core-components-picker-button@6.1.8) (2021-08-23)
308
+ ## [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)
301
309
 
302
310
  **Note:** Version bump only for package @alfalab/core-components-picker-button
303
311
 
@@ -305,7 +313,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
305
313
 
306
314
 
307
315
 
308
- ## [6.1.7](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@6.1.6...@alfalab/core-components-picker-button@6.1.7) (2021-08-23)
316
+ ## [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)
309
317
 
310
318
  **Note:** Version bump only for package @alfalab/core-components-picker-button
311
319
 
@@ -313,7 +321,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
313
321
 
314
322
 
315
323
 
316
- ## [6.1.6](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@6.1.5...@alfalab/core-components-picker-button@6.1.6) (2021-08-13)
324
+ ## [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)
317
325
 
318
326
  **Note:** Version bump only for package @alfalab/core-components-picker-button
319
327
 
@@ -321,7 +329,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
321
329
 
322
330
 
323
331
 
324
- ## [6.1.5](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@6.1.4...@alfalab/core-components-picker-button@6.1.5) (2021-08-11)
332
+ ## [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)
325
333
 
326
334
  **Note:** Version bump only for package @alfalab/core-components-picker-button
327
335
 
@@ -329,7 +337,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
329
337
 
330
338
 
331
339
 
332
- ## [6.1.4](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@6.1.3...@alfalab/core-components-picker-button@6.1.4) (2021-08-04)
340
+ ## [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)
333
341
 
334
342
  **Note:** Version bump only for package @alfalab/core-components-picker-button
335
343
 
@@ -337,7 +345,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
337
345
 
338
346
 
339
347
 
340
- ## [6.1.3](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@6.1.2...@alfalab/core-components-picker-button@6.1.3) (2021-08-03)
348
+ ## [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)
341
349
 
342
350
  **Note:** Version bump only for package @alfalab/core-components-picker-button
343
351
 
@@ -345,7 +353,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
345
353
 
346
354
 
347
355
 
348
- ## [6.1.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@6.1.1...@alfalab/core-components-picker-button@6.1.2) (2021-07-23)
356
+ ## [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)
349
357
 
350
358
  **Note:** Version bump only for package @alfalab/core-components-picker-button
351
359
 
@@ -353,7 +361,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
353
361
 
354
362
 
355
363
 
356
- ## [6.1.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@6.1.0...@alfalab/core-components-picker-button@6.1.1) (2021-07-19)
364
+ ## [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)
357
365
 
358
366
  **Note:** Version bump only for package @alfalab/core-components-picker-button
359
367
 
@@ -361,25 +369,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
361
369
 
362
370
 
363
371
 
364
- # [6.1.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@6.0.0...@alfalab/core-components-picker-button@6.1.0) (2021-07-09)
372
+ # [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)
365
373
 
366
374
 
367
375
  ### Features
368
376
 
369
- * **select:** dont highlight first option on open ([015a084](https://github.com/alfa-laboratory/core-components/commit/015a084be6e5d837b6368afe6ca63a0a4c325435))
377
+ * **select:** dont highlight first option on open ([015a084](https://github.com/core-ds/core-components/commit/015a084be6e5d837b6368afe6ca63a0a4c325435))
370
378
 
371
379
 
372
380
 
373
381
 
374
382
 
375
- # [6.0.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@5.0.5...@alfalab/core-components-picker-button@6.0.0) (2021-07-08)
383
+ # [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)
376
384
 
377
385
 
378
386
  ### Features
379
387
 
380
- * upgrade storybook ([#696](https://github.com/alfa-laboratory/core-components/issues/696))
388
+ * upgrade storybook ([#696](https://github.com/core-ds/core-components/issues/696))
381
389
 
382
- ## [5.0.5](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@5.0.4...@alfalab/core-components-picker-button@5.0.5) (2021-06-28)
390
+ ## [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)
383
391
 
384
392
  **Note:** Version bump only for package @alfalab/core-components-picker-button
385
393
 
@@ -387,7 +395,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
387
395
 
388
396
 
389
397
 
390
- ## [5.0.4](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@5.0.3...@alfalab/core-components-picker-button@5.0.4) (2021-06-22)
398
+ ## [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)
391
399
 
392
400
  **Note:** Version bump only for package @alfalab/core-components-picker-button
393
401
 
@@ -395,18 +403,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
395
403
 
396
404
 
397
405
 
398
- ## [5.0.3](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@5.0.2...@alfalab/core-components-picker-button@5.0.3) (2021-06-08)
406
+ ## [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)
399
407
 
400
408
 
401
409
  ### Bug Fixes
402
410
 
403
- * **select:** fix top bottom paddings ([#683](https://github.com/alfa-laboratory/core-components/issues/683)) ([866bc3b](https://github.com/alfa-laboratory/core-components/commit/866bc3bee9428f0f67f443b3be0ae23342213b0d))
411
+ * **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))
404
412
 
405
413
 
406
414
 
407
415
 
408
416
 
409
- ## [5.0.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@5.0.1...@alfalab/core-components-picker-button@5.0.2) (2021-06-04)
417
+ ## [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)
410
418
 
411
419
  **Note:** Version bump only for package @alfalab/core-components-picker-button
412
420
 
@@ -414,7 +422,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
414
422
 
415
423
 
416
424
 
417
- ## [5.0.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@5.0.0...@alfalab/core-components-picker-button@5.0.1) (2021-05-31)
425
+ ## [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)
418
426
 
419
427
  **Note:** Version bump only for package @alfalab/core-components-picker-button
420
428
 
@@ -422,12 +430,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
422
430
 
423
431
 
424
432
 
425
- # [5.0.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@4.0.4...@alfalab/core-components-picker-button@5.0.0) (2021-05-25)
433
+ # [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)
426
434
 
427
435
 
428
436
  ### Features
429
437
 
430
- * **button:** add inverted ([#649](https://github.com/alfa-laboratory/core-components/issues/649)) ([be321b0](https://github.com/alfa-laboratory/core-components/commit/be321b07e99d20824138ad65141f3fbed1b6e315)), closes [#658](https://github.com/alfa-laboratory/core-components/issues/658) [#657](https://github.com/alfa-laboratory/core-components/issues/657)
438
+ * **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)
431
439
 
432
440
 
433
441
  ### BREAKING CHANGES
@@ -438,7 +446,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
438
446
 
439
447
 
440
448
 
441
- ## [4.0.4](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@4.0.3...@alfalab/core-components-picker-button@4.0.4) (2021-05-25)
449
+ ## [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)
442
450
 
443
451
  **Note:** Version bump only for package @alfalab/core-components-picker-button
444
452
 
@@ -446,7 +454,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
446
454
 
447
455
 
448
456
 
449
- ## [4.0.3](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@4.0.2...@alfalab/core-components-picker-button@4.0.3) (2021-05-18)
457
+ ## [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)
450
458
 
451
459
  **Note:** Version bump only for package @alfalab/core-components-picker-button
452
460
 
@@ -454,7 +462,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
454
462
 
455
463
 
456
464
 
457
- ## [4.0.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@4.0.1...@alfalab/core-components-picker-button@4.0.2) (2021-05-07)
465
+ ## [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)
458
466
 
459
467
  **Note:** Version bump only for package @alfalab/core-components-picker-button
460
468
 
@@ -462,7 +470,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
462
470
 
463
471
 
464
472
 
465
- ## [4.0.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@4.0.0...@alfalab/core-components-picker-button@4.0.1) (2021-04-28)
473
+ ## [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)
466
474
 
467
475
  **Note:** Version bump only for package @alfalab/core-components-picker-button
468
476
 
@@ -470,12 +478,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
470
478
 
471
479
 
472
480
 
473
- # [4.0.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.3.2...@alfalab/core-components-picker-button@4.0.0) (2021-04-26)
481
+ # [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)
474
482
 
475
483
 
476
484
  ### Features
477
485
 
478
- * **stack:** add new component ([#612](https://github.com/alfa-laboratory/core-components/issues/612)) ([c520f91](https://github.com/alfa-laboratory/core-components/commit/c520f91cd22bb9e23fd2f428719865b4c7d5a2a6))
486
+ * **stack:** add new component ([#612](https://github.com/core-ds/core-components/issues/612)) ([c520f91](https://github.com/core-ds/core-components/commit/c520f91cd22bb9e23fd2f428719865b4c7d5a2a6))
479
487
 
480
488
 
481
489
  ### BREAKING CHANGES
@@ -534,7 +542,7 @@ remove z-index, add stack component
534
542
 
535
543
 
536
544
 
537
- ## [3.3.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.3.1...@alfalab/core-components-picker-button@3.3.2) (2021-04-26)
545
+ ## [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)
538
546
 
539
547
  **Note:** Version bump only for package @alfalab/core-components-picker-button
540
548
 
@@ -542,7 +550,7 @@ remove z-index, add stack component
542
550
 
543
551
 
544
552
 
545
- ## [3.3.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.3.0...@alfalab/core-components-picker-button@3.3.1) (2021-04-26)
553
+ ## [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)
546
554
 
547
555
  **Note:** Version bump only for package @alfalab/core-components-picker-button
548
556
 
@@ -550,23 +558,23 @@ remove z-index, add stack component
550
558
 
551
559
 
552
560
 
553
- # [3.3.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.2.22...@alfalab/core-components-picker-button@3.3.0) (2021-04-09)
561
+ # [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)
554
562
 
555
563
 
556
564
  ### Bug Fixes
557
565
 
558
- * **select:** options list width calc ([5294af7](https://github.com/alfa-laboratory/core-components/commit/5294af78ef61b50edde42ed255e66e6ea004c0fd))
566
+ * **select:** options list width calc ([5294af7](https://github.com/core-ds/core-components/commit/5294af78ef61b50edde42ed255e66e6ea004c0fd))
559
567
 
560
568
 
561
569
  ### Features
562
570
 
563
- * **vars:** fresh colors ([10907ec](https://github.com/alfa-laboratory/core-components/commit/10907eca0f5556795529a90b41d2bc663ea01dfe))
571
+ * **vars:** fresh colors ([10907ec](https://github.com/core-ds/core-components/commit/10907eca0f5556795529a90b41d2bc663ea01dfe))
564
572
 
565
573
 
566
574
 
567
575
 
568
576
 
569
- ## [3.2.22](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.2.21...@alfalab/core-components-picker-button@3.2.22) (2021-04-01)
577
+ ## [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)
570
578
 
571
579
  **Note:** Version bump only for package @alfalab/core-components-picker-button
572
580
 
@@ -574,7 +582,7 @@ remove z-index, add stack component
574
582
 
575
583
 
576
584
 
577
- ## [3.2.21](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.2.20...@alfalab/core-components-picker-button@3.2.21) (2021-03-30)
585
+ ## [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)
578
586
 
579
587
  **Note:** Version bump only for package @alfalab/core-components-picker-button
580
588
 
@@ -582,7 +590,7 @@ remove z-index, add stack component
582
590
 
583
591
 
584
592
 
585
- ## [3.2.20](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.2.19...@alfalab/core-components-picker-button@3.2.20) (2021-03-24)
593
+ ## [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)
586
594
 
587
595
  **Note:** Version bump only for package @alfalab/core-components-picker-button
588
596
 
@@ -590,7 +598,7 @@ remove z-index, add stack component
590
598
 
591
599
 
592
600
 
593
- ## [3.2.19](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.2.18...@alfalab/core-components-picker-button@3.2.19) (2021-03-24)
601
+ ## [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)
594
602
 
595
603
  **Note:** Version bump only for package @alfalab/core-components-picker-button
596
604
 
@@ -598,7 +606,7 @@ remove z-index, add stack component
598
606
 
599
607
 
600
608
 
601
- ## [3.2.18](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.2.17...@alfalab/core-components-picker-button@3.2.18) (2021-03-19)
609
+ ## [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)
602
610
 
603
611
  **Note:** Version bump only for package @alfalab/core-components-picker-button
604
612
 
@@ -606,29 +614,29 @@ remove z-index, add stack component
606
614
 
607
615
 
608
616
 
609
- ## [3.2.17](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.2.15...@alfalab/core-components-picker-button@3.2.17) (2021-03-18)
617
+ ## [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)
610
618
 
611
619
 
612
620
  ### Bug Fixes
613
621
 
614
- * one more sborka bug ([#579](https://github.com/alfa-laboratory/core-components/issues/579)) ([9fbe0be](https://github.com/alfa-laboratory/core-components/commit/9fbe0beca56ec5971de78b3f6cda25305b260efc))
622
+ * one more sborka bug ([#579](https://github.com/core-ds/core-components/issues/579)) ([9fbe0be](https://github.com/core-ds/core-components/commit/9fbe0beca56ec5971de78b3f6cda25305b260efc))
615
623
 
616
624
 
617
625
 
618
626
 
619
627
 
620
- ## [3.2.15](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.2.13...@alfalab/core-components-picker-button@3.2.15) (2021-03-16)
628
+ ## [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)
621
629
 
622
630
 
623
631
  ### Bug Fixes
624
632
 
625
- * border-radius in packages ([781749e](https://github.com/alfa-laboratory/core-components/commit/781749ef38aefd5a6707ac56d2e297dce9f3e073))
633
+ * border-radius in packages ([781749e](https://github.com/core-ds/core-components/commit/781749ef38aefd5a6707ac56d2e297dce9f3e073))
626
634
 
627
635
 
628
636
 
629
637
 
630
638
 
631
- ## [3.2.13](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.2.12...@alfalab/core-components-picker-button@3.2.13) (2021-03-15)
639
+ ## [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)
632
640
 
633
641
  **Note:** Version bump only for package @alfalab/core-components-picker-button
634
642
 
@@ -636,29 +644,29 @@ remove z-index, add stack component
636
644
 
637
645
 
638
646
 
639
- ## [3.2.12](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.2.11...@alfalab/core-components-picker-button@3.2.12) (2021-03-14)
647
+ ## [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)
640
648
 
641
649
 
642
650
  ### Bug Fixes
643
651
 
644
- * **button:** set type button by default ([#564](https://github.com/alfa-laboratory/core-components/issues/564)) ([59fdefd](https://github.com/alfa-laboratory/core-components/commit/59fdefd4f37fbe589840aa8944d88bde5b8cda6e))
652
+ * **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))
645
653
 
646
654
 
647
655
 
648
656
 
649
657
 
650
- ## [3.2.11](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.2.10...@alfalab/core-components-picker-button@3.2.11) (2021-03-11)
658
+ ## [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)
651
659
 
652
660
 
653
661
  ### Bug Fixes
654
662
 
655
- * **toast:** remove extra timer clearing ([#559](https://github.com/alfa-laboratory/core-components/issues/559)) ([ae5d811](https://github.com/alfa-laboratory/core-components/commit/ae5d81169d4db0427ae5baf0bffd784adee184ee))
663
+ * **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))
656
664
 
657
665
 
658
666
 
659
667
 
660
668
 
661
- ## [3.2.10](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.2.9...@alfalab/core-components-picker-button@3.2.10) (2021-03-10)
669
+ ## [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)
662
670
 
663
671
  **Note:** Version bump only for package @alfalab/core-components-picker-button
664
672
 
@@ -666,7 +674,7 @@ remove z-index, add stack component
666
674
 
667
675
 
668
676
 
669
- ## [3.2.9](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.2.8...@alfalab/core-components-picker-button@3.2.9) (2021-03-05)
677
+ ## [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)
670
678
 
671
679
  **Note:** Version bump only for package @alfalab/core-components-picker-button
672
680
 
@@ -674,7 +682,7 @@ remove z-index, add stack component
674
682
 
675
683
 
676
684
 
677
- ## [3.2.8](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.2.7...@alfalab/core-components-picker-button@3.2.8) (2021-03-04)
685
+ ## [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)
678
686
 
679
687
  **Note:** Version bump only for package @alfalab/core-components-picker-button
680
688
 
@@ -682,7 +690,7 @@ remove z-index, add stack component
682
690
 
683
691
 
684
692
 
685
- ## [3.2.7](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.2.6...@alfalab/core-components-picker-button@3.2.7) (2021-03-03)
693
+ ## [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)
686
694
 
687
695
  **Note:** Version bump only for package @alfalab/core-components-picker-button
688
696
 
@@ -690,7 +698,7 @@ remove z-index, add stack component
690
698
 
691
699
 
692
700
 
693
- ## [3.2.6](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.2.5...@alfalab/core-components-picker-button@3.2.6) (2021-03-03)
701
+ ## [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)
694
702
 
695
703
  **Note:** Version bump only for package @alfalab/core-components-picker-button
696
704
 
@@ -698,7 +706,7 @@ remove z-index, add stack component
698
706
 
699
707
 
700
708
 
701
- ## [3.2.5](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.2.4...@alfalab/core-components-picker-button@3.2.5) (2021-03-03)
709
+ ## [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)
702
710
 
703
711
  **Note:** Version bump only for package @alfalab/core-components-picker-button
704
712
 
@@ -706,7 +714,7 @@ remove z-index, add stack component
706
714
 
707
715
 
708
716
 
709
- ## [3.2.4](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.2.3...@alfalab/core-components-picker-button@3.2.4) (2021-02-20)
717
+ ## [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)
710
718
 
711
719
  **Note:** Version bump only for package @alfalab/core-components-picker-button
712
720
 
@@ -714,7 +722,7 @@ remove z-index, add stack component
714
722
 
715
723
 
716
724
 
717
- ## [3.2.3](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.2.2...@alfalab/core-components-picker-button@3.2.3) (2021-02-20)
725
+ ## [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)
718
726
 
719
727
  **Note:** Version bump only for package @alfalab/core-components-picker-button
720
728
 
@@ -722,7 +730,7 @@ remove z-index, add stack component
722
730
 
723
731
 
724
732
 
725
- ## [3.2.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.2.1...@alfalab/core-components-picker-button@3.2.2) (2021-02-19)
733
+ ## [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)
726
734
 
727
735
  **Note:** Version bump only for package @alfalab/core-components-picker-button
728
736
 
@@ -730,7 +738,7 @@ remove z-index, add stack component
730
738
 
731
739
 
732
740
 
733
- ## [3.2.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.2.0...@alfalab/core-components-picker-button@3.2.1) (2021-02-19)
741
+ ## [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)
734
742
 
735
743
  **Note:** Version bump only for package @alfalab/core-components-picker-button
736
744
 
@@ -738,17 +746,17 @@ remove z-index, add stack component
738
746
 
739
747
 
740
748
 
741
- # [3.2.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.1.1...@alfalab/core-components-picker-button@3.2.0) (2021-02-18)
749
+ # [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)
742
750
 
743
751
 
744
752
  ### Features
745
753
 
746
- * **select:** add visible-options ([#506](https://github.com/alfa-laboratory/core-components/issues/506)) ([0154866](https://github.com/alfa-laboratory/core-components/commit/0154866bb8fc8308945d32f115b3ab1e46f98db6))
754
+ * **select:** add visible-options ([#506](https://github.com/core-ds/core-components/issues/506)) ([0154866](https://github.com/core-ds/core-components/commit/0154866bb8fc8308945d32f115b3ab1e46f98db6))
747
755
 
748
756
 
749
757
 
750
758
 
751
759
 
752
- ## [3.1.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-picker-button@3.1.0...@alfalab/core-components-picker-button@3.1.1) (2021-02-18)
760
+ ## [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)
753
761
 
754
762
  **Note:** Version bump only for package @alfalab/core-components-picker-button