@synerise/ds-button 1.4.1 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +456 -1353
- package/README.md +15 -14
- package/dist/Button.d.ts +1 -1
- package/dist/Button.js +2 -2
- package/dist/Button.styles.js +2 -2
- package/dist/Button.types.d.ts +2 -2
- package/dist/ButtonToggle/ButtonToggle.js +0 -1
- package/dist/Checkbox/Checkbox.d.ts +1 -1
- package/dist/Checkbox/Checkbox.types.d.ts +1 -1
- package/dist/Creator/Creator.d.ts +1 -1
- package/dist/Creator/Creator.js +1 -1
- package/dist/Creator/Creator.styles.js +6 -2
- package/dist/Expander/Expander.d.ts +2 -2
- package/dist/Expander/Expander.js +1 -1
- package/dist/Expander/Expander.styles.d.ts +2 -2
- package/dist/Expander/Expander.styles.js +5 -9
- package/dist/Star/Star.d.ts +1 -1
- package/dist/Star/Star.js +1 -1
- package/dist/Star/Star.types.d.ts +1 -1
- package/dist/index.d.ts +6 -8
- package/dist/index.js +5 -5
- package/package.json +7 -7
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
|
-
## [1.4.
|
|
6
|
+
## [1.4.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.4.2...@synerise/ds-button@1.4.3) (2025-07-08)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @synerise/ds-button
|
|
9
9
|
|
|
@@ -11,1946 +11,1049 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
## [1.4.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.4.1...@synerise/ds-button@1.4.2) (2025-07-01)
|
|
16
15
|
|
|
17
|
-
|
|
16
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
18
17
|
|
|
19
|
-
* **button:** fix transition of animation between modes ([7c96663](https://github.com/synerise/synerise-design/commit/7c966638ebb16b0acaf41b0d70df22224c97b89d))
|
|
20
18
|
|
|
21
19
|
|
|
22
|
-
### Features
|
|
23
20
|
|
|
24
|
-
* **factors:** array factor type ([195d328](https://github.com/synerise/synerise-design/commit/195d3286e98b5f07fc9c1e56001e6ae844b7a080))
|
|
25
21
|
|
|
22
|
+
## [1.4.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.4.0...@synerise/ds-button@1.4.1) (2025-06-26)
|
|
26
23
|
|
|
24
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
27
25
|
|
|
28
26
|
|
|
29
27
|
|
|
30
|
-
## [1.3.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.3.2...@synerise/ds-button@1.3.3) (2025-06-05)
|
|
31
28
|
|
|
32
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
33
29
|
|
|
30
|
+
# [1.4.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.3.3...@synerise/ds-button@1.4.0) (2025-06-24)
|
|
34
31
|
|
|
35
32
|
|
|
33
|
+
### Bug Fixes
|
|
36
34
|
|
|
35
|
+
* **button:** fix transition of animation between modes ([7c96663](https://github.com/synerise/synerise-design/commit/7c966638ebb16b0acaf41b0d70df22224c97b89d))
|
|
37
36
|
|
|
38
|
-
## [1.3.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.3.1...@synerise/ds-button@1.3.2) (2025-06-03)
|
|
39
37
|
|
|
38
|
+
### Features
|
|
40
39
|
|
|
41
|
-
|
|
40
|
+
* **factors:** array factor type ([195d328](https://github.com/synerise/synerise-design/commit/195d3286e98b5f07fc9c1e56001e6ae844b7a080))
|
|
42
41
|
|
|
43
|
-
* **button:** button group hover styles ([452ef6c](https://github.com/synerise/synerise-design/commit/452ef6c5d9b651ba6d0e16013edab06b3c0592b5))
|
|
44
42
|
|
|
45
43
|
|
|
46
44
|
|
|
47
45
|
|
|
46
|
+
## [1.3.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.3.2...@synerise/ds-button@1.3.3) (2025-06-05)
|
|
48
47
|
|
|
49
|
-
|
|
48
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
50
49
|
|
|
50
|
+
## [1.3.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.3.1...@synerise/ds-button@1.3.2) (2025-06-03)
|
|
51
51
|
|
|
52
52
|
### Bug Fixes
|
|
53
53
|
|
|
54
|
-
|
|
55
|
-
|
|
54
|
+
- **button:** button group hover styles ([452ef6c](https://github.com/synerise/synerise-design/commit/452ef6c5d9b651ba6d0e16013edab06b3c0592b5))
|
|
56
55
|
|
|
56
|
+
## [1.3.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.3.0...@synerise/ds-button@1.3.1) (2025-05-26)
|
|
57
57
|
|
|
58
|
+
### Bug Fixes
|
|
58
59
|
|
|
60
|
+
- **button:** raise style specificity ([eac3e97](https://github.com/synerise/synerise-design/commit/eac3e974b09ab4819c237facc66dfd065bff44a4))
|
|
59
61
|
|
|
60
62
|
# [1.3.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.2.0...@synerise/ds-button@1.3.0) (2025-05-19)
|
|
61
63
|
|
|
62
|
-
|
|
63
64
|
### Features
|
|
64
65
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
66
|
+
- **button:** add tooltipProps prop ([6249b29](https://github.com/synerise/synerise-design/commit/6249b295f89671379030d77b92229ce3523d3784))
|
|
70
67
|
|
|
71
68
|
# [1.2.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.1.5...@synerise/ds-button@1.2.0) (2025-05-07)
|
|
72
69
|
|
|
73
|
-
|
|
74
70
|
### Features
|
|
75
71
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
72
|
+
- **button:** add ButtonToggle component ([1e86e54](https://github.com/synerise/synerise-design/commit/1e86e54273e2204bcbbbbe302ff0c2e2a326e94f))
|
|
81
73
|
|
|
82
74
|
## [1.1.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.1.4...@synerise/ds-button@1.1.5) (2025-04-24)
|
|
83
75
|
|
|
84
76
|
**Note:** Version bump only for package @synerise/ds-button
|
|
85
77
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
78
|
## [1.1.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.1.3...@synerise/ds-button@1.1.4) (2025-04-16)
|
|
91
79
|
|
|
92
80
|
**Note:** Version bump only for package @synerise/ds-button
|
|
93
81
|
|
|
82
|
+
## [1.1.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.1.2...@synerise/ds-button@1.1.3) (2025-04-02)
|
|
94
83
|
|
|
84
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
95
85
|
|
|
86
|
+
## [1.1.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.1.1...@synerise/ds-button@1.1.2) (2025-03-31)
|
|
96
87
|
|
|
88
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
97
89
|
|
|
98
|
-
## [1.1.
|
|
90
|
+
## [1.1.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.1.0...@synerise/ds-button@1.1.1) (2025-03-26)
|
|
99
91
|
|
|
100
92
|
**Note:** Version bump only for package @synerise/ds-button
|
|
101
93
|
|
|
94
|
+
# [1.1.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.0.0...@synerise/ds-button@1.1.0) (2025-03-18)
|
|
102
95
|
|
|
96
|
+
### Features
|
|
103
97
|
|
|
98
|
+
- **button:** add support for tag in button ([32b6956](https://github.com/synerise/synerise-design/commit/32b6956d5e1f46df03abb4de8fbaf0a7d487043e))
|
|
104
99
|
|
|
105
|
-
|
|
106
|
-
## [1.1.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@1.1.1...@synerise/ds-button@1.1.2) (2025-03-31)
|
|
100
|
+
## [0.23.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.23.3...@synerise/ds-button@0.23.4) (2025-03-10)
|
|
107
101
|
|
|
108
102
|
**Note:** Version bump only for package @synerise/ds-button
|
|
109
103
|
|
|
104
|
+
## [0.23.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.23.2...@synerise/ds-button@0.23.3) (2025-03-04)
|
|
110
105
|
|
|
106
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
111
107
|
|
|
108
|
+
## [0.23.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.23.1...@synerise/ds-button@0.23.2) (2025-02-27)
|
|
112
109
|
|
|
110
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
113
111
|
|
|
114
|
-
## [
|
|
112
|
+
## [0.23.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.23.0...@synerise/ds-button@0.23.1) (2025-02-14)
|
|
115
113
|
|
|
116
114
|
**Note:** Version bump only for package @synerise/ds-button
|
|
117
115
|
|
|
116
|
+
# [0.23.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.22.3...@synerise/ds-button@0.23.0) (2025-01-29)
|
|
118
117
|
|
|
118
|
+
### Features
|
|
119
119
|
|
|
120
|
+
- antd@4.24 react@18 ([d97a667](https://github.com/synerise/synerise-design/commit/d97a667b1f33aed3177e1851de3b6f60be2d46a6))
|
|
120
121
|
|
|
122
|
+
## [0.22.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.22.2...@synerise/ds-button@0.22.3) (2025-01-21)
|
|
121
123
|
|
|
122
|
-
|
|
124
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
123
125
|
|
|
126
|
+
## [0.22.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.22.1...@synerise/ds-button@0.22.2) (2025-01-15)
|
|
124
127
|
|
|
125
|
-
|
|
128
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
126
129
|
|
|
127
|
-
|
|
130
|
+
## [0.22.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.22.0...@synerise/ds-button@0.22.1) (2024-12-16)
|
|
128
131
|
|
|
132
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
129
133
|
|
|
134
|
+
# [0.22.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.21...@synerise/ds-button@0.22.0) (2024-12-04)
|
|
130
135
|
|
|
136
|
+
### Features
|
|
131
137
|
|
|
138
|
+
- **banner:** new component ([881a411](https://github.com/synerise/synerise-design/commit/881a41113241463b940eb9b2a6bde9ab10c143a4))
|
|
132
139
|
|
|
133
|
-
## [0.
|
|
140
|
+
## [0.21.21](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.20...@synerise/ds-button@0.21.21) (2024-11-29)
|
|
134
141
|
|
|
135
142
|
**Note:** Version bump only for package @synerise/ds-button
|
|
136
143
|
|
|
144
|
+
## [0.21.20](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.19...@synerise/ds-button@0.21.20) (2024-11-28)
|
|
137
145
|
|
|
146
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
138
147
|
|
|
148
|
+
## [0.21.19](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.18...@synerise/ds-button@0.21.19) (2024-11-21)
|
|
139
149
|
|
|
150
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
140
151
|
|
|
141
|
-
## [0.
|
|
152
|
+
## [0.21.18](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.17...@synerise/ds-button@0.21.18) (2024-11-12)
|
|
142
153
|
|
|
143
154
|
**Note:** Version bump only for package @synerise/ds-button
|
|
144
155
|
|
|
156
|
+
## [0.21.17](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.16...@synerise/ds-button@0.21.17) (2024-11-12)
|
|
145
157
|
|
|
158
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
146
159
|
|
|
160
|
+
## [0.21.16](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.15...@synerise/ds-button@0.21.16) (2024-10-29)
|
|
147
161
|
|
|
162
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
148
163
|
|
|
149
|
-
## [0.
|
|
164
|
+
## [0.21.15](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.14...@synerise/ds-button@0.21.15) (2024-10-28)
|
|
150
165
|
|
|
151
166
|
**Note:** Version bump only for package @synerise/ds-button
|
|
152
167
|
|
|
168
|
+
## [0.21.14](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.13...@synerise/ds-button@0.21.14) (2024-10-23)
|
|
153
169
|
|
|
170
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
154
171
|
|
|
172
|
+
## [0.21.13](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.12...@synerise/ds-button@0.21.13) (2024-10-01)
|
|
155
173
|
|
|
174
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
156
175
|
|
|
157
|
-
## [0.
|
|
176
|
+
## [0.21.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.11...@synerise/ds-button@0.21.12) (2024-09-26)
|
|
158
177
|
|
|
159
178
|
**Note:** Version bump only for package @synerise/ds-button
|
|
160
179
|
|
|
180
|
+
## [0.21.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.10...@synerise/ds-button@0.21.11) (2024-09-17)
|
|
161
181
|
|
|
182
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
162
183
|
|
|
184
|
+
## [0.21.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.9...@synerise/ds-button@0.21.10) (2024-09-13)
|
|
163
185
|
|
|
186
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
164
187
|
|
|
165
|
-
|
|
188
|
+
## [0.21.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.8...@synerise/ds-button@0.21.9) (2024-09-11)
|
|
166
189
|
|
|
190
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
167
191
|
|
|
168
|
-
|
|
192
|
+
## [0.21.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.7...@synerise/ds-button@0.21.8) (2024-09-03)
|
|
169
193
|
|
|
170
|
-
|
|
194
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
171
195
|
|
|
196
|
+
## [0.21.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.6...@synerise/ds-button@0.21.7) (2024-08-30)
|
|
172
197
|
|
|
198
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
173
199
|
|
|
200
|
+
## [0.21.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.5...@synerise/ds-button@0.21.6) (2024-08-27)
|
|
174
201
|
|
|
202
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
175
203
|
|
|
176
|
-
## [0.
|
|
204
|
+
## [0.21.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.4...@synerise/ds-button@0.21.5) (2024-08-19)
|
|
177
205
|
|
|
178
206
|
**Note:** Version bump only for package @synerise/ds-button
|
|
179
207
|
|
|
208
|
+
## [0.21.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.3...@synerise/ds-button@0.21.4) (2024-07-26)
|
|
180
209
|
|
|
210
|
+
### Bug Fixes
|
|
181
211
|
|
|
212
|
+
- **button:** fix warnings in tests ([3c623c8](https://github.com/synerise/synerise-design/commit/3c623c85d6f9ec4730c153bb67bec8aed2e929c0))
|
|
182
213
|
|
|
183
|
-
|
|
184
|
-
## [0.22.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.22.1...@synerise/ds-button@0.22.2) (2025-01-15)
|
|
214
|
+
## [0.21.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.2...@synerise/ds-button@0.21.3) (2024-07-15)
|
|
185
215
|
|
|
186
216
|
**Note:** Version bump only for package @synerise/ds-button
|
|
187
217
|
|
|
218
|
+
## [0.21.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.1...@synerise/ds-button@0.21.2) (2024-07-05)
|
|
188
219
|
|
|
220
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
189
221
|
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
## [0.22.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.22.0...@synerise/ds-button@0.22.1) (2024-12-16)
|
|
222
|
+
## [0.21.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.0...@synerise/ds-button@0.21.1) (2024-06-27)
|
|
193
223
|
|
|
194
224
|
**Note:** Version bump only for package @synerise/ds-button
|
|
195
225
|
|
|
226
|
+
# [0.21.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.20.1...@synerise/ds-button@0.21.0) (2024-06-21)
|
|
196
227
|
|
|
228
|
+
### Features
|
|
197
229
|
|
|
230
|
+
- **button:** disabled tooltip for button ([74fca04](https://github.com/synerise/synerise-design/commit/74fca04c9c02088c8bc59e055c7ffae0469e6355))
|
|
198
231
|
|
|
232
|
+
## [0.20.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.20.0...@synerise/ds-button@0.20.1) (2024-05-29)
|
|
199
233
|
|
|
200
|
-
|
|
234
|
+
### Bug Fixes
|
|
235
|
+
|
|
236
|
+
- **button:** add type to ButtonWithStar ([173e81b](https://github.com/synerise/synerise-design/commit/173e81b60667fd3334c9695aa9cfdf124f3a71c2))
|
|
201
237
|
|
|
238
|
+
# [0.20.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.9...@synerise/ds-button@0.20.0) (2024-05-16)
|
|
202
239
|
|
|
203
240
|
### Features
|
|
204
241
|
|
|
205
|
-
|
|
242
|
+
- **storybook7:** SB7.5 install and config ([abfced9](https://github.com/synerise/synerise-design/commit/abfced90c2661903338bff0f7022149fbf7583b9))
|
|
206
243
|
|
|
244
|
+
## [0.19.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.8...@synerise/ds-button@0.19.9) (2024-05-10)
|
|
207
245
|
|
|
246
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
208
247
|
|
|
248
|
+
## [0.19.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.7...@synerise/ds-button@0.19.8) (2024-05-08)
|
|
209
249
|
|
|
250
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
210
251
|
|
|
211
|
-
## [0.
|
|
252
|
+
## [0.19.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.6...@synerise/ds-button@0.19.7) (2024-04-15)
|
|
212
253
|
|
|
213
254
|
**Note:** Version bump only for package @synerise/ds-button
|
|
214
255
|
|
|
256
|
+
## [0.19.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.5...@synerise/ds-button@0.19.6) (2024-04-02)
|
|
215
257
|
|
|
258
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
216
259
|
|
|
260
|
+
## [0.19.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.4...@synerise/ds-button@0.19.5) (2024-03-29)
|
|
217
261
|
|
|
262
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
218
263
|
|
|
219
|
-
## [0.
|
|
264
|
+
## [0.19.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.3...@synerise/ds-button@0.19.4) (2024-03-20)
|
|
220
265
|
|
|
221
266
|
**Note:** Version bump only for package @synerise/ds-button
|
|
222
267
|
|
|
268
|
+
## [0.19.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.2...@synerise/ds-button@0.19.3) (2024-03-05)
|
|
223
269
|
|
|
270
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
224
271
|
|
|
272
|
+
## [0.19.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.1...@synerise/ds-button@0.19.2) (2024-02-21)
|
|
225
273
|
|
|
274
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
226
275
|
|
|
227
|
-
## [0.
|
|
276
|
+
## [0.19.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.0...@synerise/ds-button@0.19.1) (2024-02-19)
|
|
228
277
|
|
|
229
278
|
**Note:** Version bump only for package @synerise/ds-button
|
|
230
279
|
|
|
280
|
+
# [0.19.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.11...@synerise/ds-button@0.19.0) (2024-01-24)
|
|
231
281
|
|
|
282
|
+
### Features
|
|
232
283
|
|
|
284
|
+
- **completed-within:** added readonly prop ([b5dd622](https://github.com/synerise/synerise-design/commit/b5dd622fc077ae212cc3302bee88d82651d300b3))
|
|
233
285
|
|
|
234
|
-
|
|
235
|
-
## [0.21.18](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.21.17...@synerise/ds-button@0.21.18) (2024-11-12)
|
|
286
|
+
## [0.18.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.10...@synerise/ds-button@0.18.11) (2024-01-17)
|
|
236
287
|
|
|
237
288
|
**Note:** Version bump only for package @synerise/ds-button
|
|
238
289
|
|
|
290
|
+
## [0.18.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.9...@synerise/ds-button@0.18.10) (2024-01-15)
|
|
291
|
+
|
|
292
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
239
293
|
|
|
294
|
+
## [0.18.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.8...@synerise/ds-button@0.18.9) (2023-12-13)
|
|
240
295
|
|
|
296
|
+
### Bug Fixes
|
|
241
297
|
|
|
298
|
+
- **button:** creator block styles fixed ([2ecef7c](https://github.com/synerise/synerise-design/commit/2ecef7ce5bd12b9b6d3c52b913b66852babfa15d))
|
|
242
299
|
|
|
243
|
-
## [0.
|
|
300
|
+
## [0.18.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.7...@synerise/ds-button@0.18.8) (2023-12-11)
|
|
244
301
|
|
|
245
302
|
**Note:** Version bump only for package @synerise/ds-button
|
|
246
303
|
|
|
304
|
+
## [0.18.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.6...@synerise/ds-button@0.18.7) (2023-10-30)
|
|
247
305
|
|
|
306
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
248
307
|
|
|
308
|
+
## [0.18.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.5...@synerise/ds-button@0.18.6) (2023-10-19)
|
|
249
309
|
|
|
310
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
250
311
|
|
|
251
|
-
## [0.
|
|
312
|
+
## [0.18.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.4...@synerise/ds-button@0.18.5) (2023-10-18)
|
|
252
313
|
|
|
253
314
|
**Note:** Version bump only for package @synerise/ds-button
|
|
254
315
|
|
|
316
|
+
## [0.18.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.3...@synerise/ds-button@0.18.4) (2023-10-11)
|
|
255
317
|
|
|
318
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
256
319
|
|
|
320
|
+
## [0.18.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.2...@synerise/ds-button@0.18.3) (2023-10-02)
|
|
257
321
|
|
|
322
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
258
323
|
|
|
259
|
-
## [0.
|
|
324
|
+
## [0.18.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.1...@synerise/ds-button@0.18.2) (2023-09-26)
|
|
260
325
|
|
|
261
326
|
**Note:** Version bump only for package @synerise/ds-button
|
|
262
327
|
|
|
328
|
+
## [0.18.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.0...@synerise/ds-button@0.18.1) (2023-09-05)
|
|
263
329
|
|
|
330
|
+
### Bug Fixes
|
|
264
331
|
|
|
332
|
+
- **button:** creator and item picker large background changed ([250e6ee](https://github.com/synerise/synerise-design/commit/250e6ee5b0d5074639bf66339a47df8220bf692e))
|
|
265
333
|
|
|
334
|
+
# [0.18.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.20...@synerise/ds-button@0.18.0) (2023-08-20)
|
|
266
335
|
|
|
267
|
-
|
|
336
|
+
### Features
|
|
268
337
|
|
|
269
|
-
**
|
|
338
|
+
- **modal:** create modal footer, header and refactor modal ([ab3603f](https://github.com/synerise/synerise-design/commit/ab3603f5d8ac379ad1700b4a9904f340cd50315a))
|
|
270
339
|
|
|
340
|
+
## [0.17.20](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.19...@synerise/ds-button@0.17.20) (2023-07-26)
|
|
271
341
|
|
|
342
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
272
343
|
|
|
344
|
+
## [0.17.19](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.18...@synerise/ds-button@0.17.19) (2023-06-28)
|
|
273
345
|
|
|
346
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
274
347
|
|
|
275
|
-
## [0.
|
|
348
|
+
## [0.17.18](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.17...@synerise/ds-button@0.17.18) (2023-06-14)
|
|
276
349
|
|
|
277
350
|
**Note:** Version bump only for package @synerise/ds-button
|
|
278
351
|
|
|
352
|
+
## [0.17.17](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.16...@synerise/ds-button@0.17.17) (2023-05-26)
|
|
279
353
|
|
|
354
|
+
### Bug Fixes
|
|
280
355
|
|
|
356
|
+
- **button:** fixes button icon animation ([e3ce585](https://github.com/synerise/synerise-design/commit/e3ce585f1e70673a7195f5917a12b7e614e855df))
|
|
281
357
|
|
|
358
|
+
## [0.17.16](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.15...@synerise/ds-button@0.17.16) (2023-05-23)
|
|
282
359
|
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
360
|
+
### Bug Fixes
|
|
286
361
|
|
|
362
|
+
- **button:** add readOnly styles to button ([e02c5f3](https://github.com/synerise/synerise-design/commit/e02c5f34963de704766e9f69bb775f0171a04a77))
|
|
363
|
+
- **card-tabs:** changes button creator height ([d822687](https://github.com/synerise/synerise-design/commit/d822687f69b513d5adb4e67ade2650d454909aae))
|
|
287
364
|
|
|
365
|
+
## [0.17.15](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.14...@synerise/ds-button@0.17.15) (2023-05-20)
|
|
288
366
|
|
|
367
|
+
### Bug Fixes
|
|
289
368
|
|
|
369
|
+
- **button:** fixes error validation styles ([9b47139](https://github.com/synerise/synerise-design/commit/9b47139807265c448b62350ebf226b526f31caad))
|
|
370
|
+
- **condition:** adds validation errors support ([0da0a99](https://github.com/synerise/synerise-design/commit/0da0a99436920398787a1128e26d5432af2d89e2))
|
|
290
371
|
|
|
291
|
-
## [0.
|
|
372
|
+
## [0.17.14](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.13...@synerise/ds-button@0.17.14) (2023-04-26)
|
|
292
373
|
|
|
293
374
|
**Note:** Version bump only for package @synerise/ds-button
|
|
294
375
|
|
|
376
|
+
## [0.17.13](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.12...@synerise/ds-button@0.17.13) (2023-04-19)
|
|
295
377
|
|
|
378
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
296
379
|
|
|
380
|
+
## [0.17.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.11...@synerise/ds-button@0.17.12) (2023-03-02)
|
|
297
381
|
|
|
382
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
298
383
|
|
|
299
|
-
## [0.
|
|
384
|
+
## [0.17.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.10...@synerise/ds-button@0.17.11) (2023-01-12)
|
|
300
385
|
|
|
301
386
|
**Note:** Version bump only for package @synerise/ds-button
|
|
302
387
|
|
|
388
|
+
## [0.17.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.9...@synerise/ds-button@0.17.10) (2022-12-07)
|
|
303
389
|
|
|
390
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
304
391
|
|
|
392
|
+
## [0.17.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.8...@synerise/ds-button@0.17.9) (2022-08-31)
|
|
305
393
|
|
|
394
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
306
395
|
|
|
307
|
-
## [0.
|
|
396
|
+
## [0.17.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.7...@synerise/ds-button@0.17.8) (2022-08-25)
|
|
308
397
|
|
|
309
398
|
**Note:** Version bump only for package @synerise/ds-button
|
|
310
399
|
|
|
400
|
+
## [0.17.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.2...@synerise/ds-button@0.17.7) (2022-08-11)
|
|
311
401
|
|
|
402
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
312
403
|
|
|
404
|
+
## [0.17.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.1...@synerise/ds-button@0.17.2) (2022-03-30)
|
|
313
405
|
|
|
406
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
314
407
|
|
|
315
|
-
## [0.
|
|
408
|
+
## [0.17.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.0...@synerise/ds-button@0.17.1) (2022-03-21)
|
|
316
409
|
|
|
317
410
|
**Note:** Version bump only for package @synerise/ds-button
|
|
318
411
|
|
|
412
|
+
# [0.17.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.6...@synerise/ds-button@0.17.0) (2022-03-14)
|
|
413
|
+
|
|
414
|
+
### Features
|
|
319
415
|
|
|
416
|
+
- **filter:** simple imprv into filter & card & card-tabs component ([206cb9d](https://github.com/synerise/synerise-design/commit/206cb9d8b9ba3687daf1a02862e8dd88698b582f))
|
|
320
417
|
|
|
418
|
+
## [0.16.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.5...@synerise/ds-button@0.16.6) (2022-02-25)
|
|
321
419
|
|
|
420
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
322
421
|
|
|
323
|
-
## [0.
|
|
422
|
+
## [0.16.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.4...@synerise/ds-button@0.16.5) (2022-02-03)
|
|
324
423
|
|
|
325
424
|
**Note:** Version bump only for package @synerise/ds-button
|
|
326
425
|
|
|
426
|
+
## [0.16.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.3...@synerise/ds-button@0.16.4) (2022-01-17)
|
|
427
|
+
|
|
428
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
327
429
|
|
|
430
|
+
## [0.16.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.2...@synerise/ds-button@0.16.3) (2021-12-22)
|
|
328
431
|
|
|
432
|
+
### Bug Fixes
|
|
329
433
|
|
|
434
|
+
- **button:** fix width of the search button ([71aefef](https://github.com/synerise/synerise-design/commit/71aefef45295565fd8b6ce7b67d7ef88fa5cf9d6))
|
|
330
435
|
|
|
331
|
-
## [0.
|
|
436
|
+
## [0.16.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.1...@synerise/ds-button@0.16.2) (2021-11-22)
|
|
332
437
|
|
|
333
438
|
**Note:** Version bump only for package @synerise/ds-button
|
|
334
439
|
|
|
440
|
+
## [0.16.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.15.0...@synerise/ds-button@0.16.1) (2021-11-09)
|
|
441
|
+
|
|
442
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
335
443
|
|
|
444
|
+
# [0.16.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.15.0...@synerise/ds-button@0.16.0) (2021-11-09)
|
|
336
445
|
|
|
446
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
337
447
|
|
|
448
|
+
# [0.15.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.67...@synerise/ds-button@0.15.0) (2021-10-26)
|
|
338
449
|
|
|
339
|
-
|
|
450
|
+
### Features
|
|
340
451
|
|
|
341
|
-
**
|
|
452
|
+
- **button:** add button min width ([bd8c410](https://github.com/synerise/synerise-design/commit/bd8c410f73cc2779cfe0596d6e866b374ec4a06b))
|
|
342
453
|
|
|
454
|
+
# [0.14.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.67...@synerise/ds-button@0.14.0) (2021-10-19)
|
|
343
455
|
|
|
456
|
+
### Features
|
|
344
457
|
|
|
458
|
+
- **button:** add button min width ([bd8c410](https://github.com/synerise/synerise-design/commit/bd8c410f73cc2779cfe0596d6e866b374ec4a06b))
|
|
345
459
|
|
|
460
|
+
## [0.13.67](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.66...@synerise/ds-button@0.13.67) (2021-10-19)
|
|
346
461
|
|
|
347
|
-
|
|
462
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
348
463
|
|
|
464
|
+
## [0.13.66](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.65...@synerise/ds-button@0.13.66) (2021-09-21)
|
|
349
465
|
|
|
350
466
|
### Bug Fixes
|
|
351
467
|
|
|
352
|
-
|
|
468
|
+
- **button:** add new prop and fix styles ([d09b804](https://github.com/synerise/synerise-design/commit/d09b8040a2f7a4df6e046ea29b307beb0238661e))
|
|
469
|
+
- **button:** add prop activated to button ([a59a371](https://github.com/synerise/synerise-design/commit/a59a371f3d4b52aef549bbcd6127cea5fda583d3))
|
|
470
|
+
- **button:** delete prop ([2d31f61](https://github.com/synerise/synerise-design/commit/2d31f61c9efdba5aefe774fa2e53f9ba8da2f35a))
|
|
471
|
+
- **button:** fix styles ([bac6b4a](https://github.com/synerise/synerise-design/commit/bac6b4a8733de192fc72d9c29d139ad277f0a2e6))
|
|
472
|
+
- **button:** fix styles ([45c1ff9](https://github.com/synerise/synerise-design/commit/45c1ff917739339dbd087dd6de8bf59aa38e777b))
|
|
473
|
+
- **button:** fix styles to prop activated ([fdb004c](https://github.com/synerise/synerise-design/commit/fdb004c1ad0db133bc4c06c81a10d2f339029946))
|
|
474
|
+
- change background-color on hover and border color in creator button ([563331d](https://github.com/synerise/synerise-design/commit/563331d95dd51fe7fc3aa74f4b07bc8f8119b7db))
|
|
475
|
+
- change border, background color in creator button and uploader ([b35c306](https://github.com/synerise/synerise-design/commit/b35c306051abf8ac0d8488551b65330a1510ca23))
|
|
353
476
|
|
|
477
|
+
## [0.13.65](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.64...@synerise/ds-button@0.13.65) (2021-09-03)
|
|
354
478
|
|
|
479
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
355
480
|
|
|
481
|
+
## [0.13.64](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.63...@synerise/ds-button@0.13.64) (2021-09-01)
|
|
356
482
|
|
|
483
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
357
484
|
|
|
358
|
-
## [0.
|
|
485
|
+
## [0.13.63](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.62...@synerise/ds-button@0.13.63) (2021-08-31)
|
|
359
486
|
|
|
360
487
|
**Note:** Version bump only for package @synerise/ds-button
|
|
361
488
|
|
|
489
|
+
## [0.13.62](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.61...@synerise/ds-button@0.13.62) (2021-07-30)
|
|
490
|
+
|
|
491
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
362
492
|
|
|
493
|
+
## [0.13.61](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.60...@synerise/ds-button@0.13.61) (2021-07-30)
|
|
363
494
|
|
|
495
|
+
### Bug Fixes
|
|
364
496
|
|
|
497
|
+
- **button:** add validate state to button ([4948cd2](https://github.com/synerise/synerise-design/commit/4948cd2e6131b4fbd49d360a648b76fe3315db9d))
|
|
498
|
+
- **button:** fix styles ([91bb77d](https://github.com/synerise/synerise-design/commit/91bb77d4b8ebeae16eaffd624c81ae0a28f635d2))
|
|
499
|
+
- **button:** fix styles ([86b5911](https://github.com/synerise/synerise-design/commit/86b591146208ac1eccaecdeedd85c31dafef43f9))
|
|
500
|
+
- **button:** fix styles on focus ([5599bd8](https://github.com/synerise/synerise-design/commit/5599bd892cfcea9c7bfad2d27bdbbd7432e0a127))
|
|
365
501
|
|
|
366
|
-
## [0.
|
|
502
|
+
## [0.13.60](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.59...@synerise/ds-button@0.13.60) (2021-07-08)
|
|
367
503
|
|
|
368
504
|
**Note:** Version bump only for package @synerise/ds-button
|
|
369
505
|
|
|
506
|
+
## [0.13.59](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.58...@synerise/ds-button@0.13.59) (2021-07-07)
|
|
370
507
|
|
|
508
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
371
509
|
|
|
510
|
+
## [0.13.58](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.57...@synerise/ds-button@0.13.58) (2021-06-22)
|
|
372
511
|
|
|
512
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
373
513
|
|
|
374
|
-
## [0.
|
|
514
|
+
## [0.13.57](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.56...@synerise/ds-button@0.13.57) (2021-06-14)
|
|
375
515
|
|
|
376
516
|
**Note:** Version bump only for package @synerise/ds-button
|
|
377
517
|
|
|
518
|
+
## [0.13.56](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.55...@synerise/ds-button@0.13.56) (2021-05-25)
|
|
378
519
|
|
|
520
|
+
### Bug Fixes
|
|
379
521
|
|
|
522
|
+
- **button:** removes focus styles for disabled button ([873791c](https://github.com/synerise/synerise-design/commit/873791cec04f207d2a0ccc71808f78a135ef7fe8))
|
|
380
523
|
|
|
381
|
-
|
|
382
|
-
# [0.21.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.20.1...@synerise/ds-button@0.21.0) (2024-06-21)
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
### Features
|
|
386
|
-
|
|
387
|
-
* **button:** disabled tooltip for button ([74fca04](https://github.com/synerise/synerise-design/commit/74fca04c9c02088c8bc59e055c7ffae0469e6355))
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
## [0.20.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.20.0...@synerise/ds-button@0.20.1) (2024-05-29)
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
### Bug Fixes
|
|
397
|
-
|
|
398
|
-
* **button:** add type to ButtonWithStar ([173e81b](https://github.com/synerise/synerise-design/commit/173e81b60667fd3334c9695aa9cfdf124f3a71c2))
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
# [0.20.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.9...@synerise/ds-button@0.20.0) (2024-05-16)
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
### Features
|
|
408
|
-
|
|
409
|
-
* **storybook7:** SB7.5 install and config ([abfced9](https://github.com/synerise/synerise-design/commit/abfced90c2661903338bff0f7022149fbf7583b9))
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
## [0.19.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.8...@synerise/ds-button@0.19.9) (2024-05-10)
|
|
416
|
-
|
|
417
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
## [0.19.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.7...@synerise/ds-button@0.19.8) (2024-05-08)
|
|
424
|
-
|
|
425
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
## [0.19.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.6...@synerise/ds-button@0.19.7) (2024-04-15)
|
|
432
|
-
|
|
433
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
## [0.19.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.5...@synerise/ds-button@0.19.6) (2024-04-02)
|
|
440
|
-
|
|
441
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
## [0.19.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.4...@synerise/ds-button@0.19.5) (2024-03-29)
|
|
448
|
-
|
|
449
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
## [0.19.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.3...@synerise/ds-button@0.19.4) (2024-03-20)
|
|
456
|
-
|
|
457
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
## [0.19.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.2...@synerise/ds-button@0.19.3) (2024-03-05)
|
|
464
|
-
|
|
465
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
## [0.19.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.1...@synerise/ds-button@0.19.2) (2024-02-21)
|
|
472
|
-
|
|
473
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
## [0.19.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.19.0...@synerise/ds-button@0.19.1) (2024-02-19)
|
|
480
|
-
|
|
481
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
# [0.19.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.11...@synerise/ds-button@0.19.0) (2024-01-24)
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
### Features
|
|
491
|
-
|
|
492
|
-
* **completed-within:** added readonly prop ([b5dd622](https://github.com/synerise/synerise-design/commit/b5dd622fc077ae212cc3302bee88d82651d300b3))
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
## [0.18.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.10...@synerise/ds-button@0.18.11) (2024-01-17)
|
|
499
|
-
|
|
500
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
## [0.18.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.9...@synerise/ds-button@0.18.10) (2024-01-15)
|
|
507
|
-
|
|
508
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
## [0.18.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.8...@synerise/ds-button@0.18.9) (2023-12-13)
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
### Bug Fixes
|
|
518
|
-
|
|
519
|
-
* **button:** creator block styles fixed ([2ecef7c](https://github.com/synerise/synerise-design/commit/2ecef7ce5bd12b9b6d3c52b913b66852babfa15d))
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
## [0.18.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.7...@synerise/ds-button@0.18.8) (2023-12-11)
|
|
526
|
-
|
|
527
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
## [0.18.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.6...@synerise/ds-button@0.18.7) (2023-10-30)
|
|
534
|
-
|
|
535
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
## [0.18.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.5...@synerise/ds-button@0.18.6) (2023-10-19)
|
|
542
|
-
|
|
543
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
## [0.18.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.4...@synerise/ds-button@0.18.5) (2023-10-18)
|
|
550
|
-
|
|
551
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
## [0.18.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.3...@synerise/ds-button@0.18.4) (2023-10-11)
|
|
558
|
-
|
|
559
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
## [0.18.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.2...@synerise/ds-button@0.18.3) (2023-10-02)
|
|
566
|
-
|
|
567
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
## [0.18.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.1...@synerise/ds-button@0.18.2) (2023-09-26)
|
|
574
|
-
|
|
575
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
## [0.18.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.18.0...@synerise/ds-button@0.18.1) (2023-09-05)
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
### Bug Fixes
|
|
585
|
-
|
|
586
|
-
* **button:** creator and item picker large background changed ([250e6ee](https://github.com/synerise/synerise-design/commit/250e6ee5b0d5074639bf66339a47df8220bf692e))
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
# [0.18.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.20...@synerise/ds-button@0.18.0) (2023-08-20)
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
### Features
|
|
596
|
-
|
|
597
|
-
* **modal:** create modal footer, header and refactor modal ([ab3603f](https://github.com/synerise/synerise-design/commit/ab3603f5d8ac379ad1700b4a9904f340cd50315a))
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
## [0.17.20](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.19...@synerise/ds-button@0.17.20) (2023-07-26)
|
|
604
|
-
|
|
605
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
## [0.17.19](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.18...@synerise/ds-button@0.17.19) (2023-06-28)
|
|
612
|
-
|
|
613
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
## [0.17.18](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.17...@synerise/ds-button@0.17.18) (2023-06-14)
|
|
620
|
-
|
|
621
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
## [0.17.17](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.16...@synerise/ds-button@0.17.17) (2023-05-26)
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
### Bug Fixes
|
|
631
|
-
|
|
632
|
-
* **button:** fixes button icon animation ([e3ce585](https://github.com/synerise/synerise-design/commit/e3ce585f1e70673a7195f5917a12b7e614e855df))
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
## [0.17.16](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.15...@synerise/ds-button@0.17.16) (2023-05-23)
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
### Bug Fixes
|
|
642
|
-
|
|
643
|
-
* **button:** add readOnly styles to button ([e02c5f3](https://github.com/synerise/synerise-design/commit/e02c5f34963de704766e9f69bb775f0171a04a77))
|
|
644
|
-
* **card-tabs:** changes button creator height ([d822687](https://github.com/synerise/synerise-design/commit/d822687f69b513d5adb4e67ade2650d454909aae))
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
## [0.17.15](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.14...@synerise/ds-button@0.17.15) (2023-05-20)
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
### Bug Fixes
|
|
654
|
-
|
|
655
|
-
* **button:** fixes error validation styles ([9b47139](https://github.com/synerise/synerise-design/commit/9b47139807265c448b62350ebf226b526f31caad))
|
|
656
|
-
* **condition:** adds validation errors support ([0da0a99](https://github.com/synerise/synerise-design/commit/0da0a99436920398787a1128e26d5432af2d89e2))
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
## [0.17.14](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.13...@synerise/ds-button@0.17.14) (2023-04-26)
|
|
663
|
-
|
|
664
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
## [0.17.13](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.12...@synerise/ds-button@0.17.13) (2023-04-19)
|
|
671
|
-
|
|
672
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
## [0.17.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.11...@synerise/ds-button@0.17.12) (2023-03-02)
|
|
679
|
-
|
|
680
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
## [0.17.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.10...@synerise/ds-button@0.17.11) (2023-01-12)
|
|
687
|
-
|
|
688
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
## [0.17.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.9...@synerise/ds-button@0.17.10) (2022-12-07)
|
|
695
|
-
|
|
696
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
## [0.17.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.8...@synerise/ds-button@0.17.9) (2022-08-31)
|
|
703
|
-
|
|
704
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
## [0.17.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.7...@synerise/ds-button@0.17.8) (2022-08-25)
|
|
711
|
-
|
|
712
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
## [0.17.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.2...@synerise/ds-button@0.17.7) (2022-08-11)
|
|
719
|
-
|
|
720
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
## [0.17.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.1...@synerise/ds-button@0.17.2) (2022-03-30)
|
|
727
|
-
|
|
728
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
## [0.17.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.17.0...@synerise/ds-button@0.17.1) (2022-03-21)
|
|
735
|
-
|
|
736
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
# [0.17.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.6...@synerise/ds-button@0.17.0) (2022-03-14)
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
### Features
|
|
746
|
-
|
|
747
|
-
* **filter:** simple imprv into filter & card & card-tabs component ([206cb9d](https://github.com/synerise/synerise-design/commit/206cb9d8b9ba3687daf1a02862e8dd88698b582f))
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
## [0.16.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.5...@synerise/ds-button@0.16.6) (2022-02-25)
|
|
754
|
-
|
|
755
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
## [0.16.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.4...@synerise/ds-button@0.16.5) (2022-02-03)
|
|
762
|
-
|
|
763
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
## [0.16.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.3...@synerise/ds-button@0.16.4) (2022-01-17)
|
|
770
|
-
|
|
771
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
## [0.16.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.2...@synerise/ds-button@0.16.3) (2021-12-22)
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
### Bug Fixes
|
|
781
|
-
|
|
782
|
-
* **button:** fix width of the search button ([71aefef](https://github.com/synerise/synerise-design/commit/71aefef45295565fd8b6ce7b67d7ef88fa5cf9d6))
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
## [0.16.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.16.1...@synerise/ds-button@0.16.2) (2021-11-22)
|
|
789
|
-
|
|
790
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
## [0.16.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.15.0...@synerise/ds-button@0.16.1) (2021-11-09)
|
|
797
|
-
|
|
798
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
# [0.16.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.15.0...@synerise/ds-button@0.16.0) (2021-11-09)
|
|
805
|
-
|
|
806
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
# [0.15.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.67...@synerise/ds-button@0.15.0) (2021-10-26)
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
### Features
|
|
816
|
-
|
|
817
|
-
* **button:** add button min width ([bd8c410](https://github.com/synerise/synerise-design/commit/bd8c410f73cc2779cfe0596d6e866b374ec4a06b))
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
# [0.14.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.67...@synerise/ds-button@0.14.0) (2021-10-19)
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
### Features
|
|
827
|
-
|
|
828
|
-
* **button:** add button min width ([bd8c410](https://github.com/synerise/synerise-design/commit/bd8c410f73cc2779cfe0596d6e866b374ec4a06b))
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
## [0.13.67](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.66...@synerise/ds-button@0.13.67) (2021-10-19)
|
|
835
|
-
|
|
836
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
## [0.13.66](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.65...@synerise/ds-button@0.13.66) (2021-09-21)
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
### Bug Fixes
|
|
846
|
-
|
|
847
|
-
* **button:** add new prop and fix styles ([d09b804](https://github.com/synerise/synerise-design/commit/d09b8040a2f7a4df6e046ea29b307beb0238661e))
|
|
848
|
-
* **button:** add prop activated to button ([a59a371](https://github.com/synerise/synerise-design/commit/a59a371f3d4b52aef549bbcd6127cea5fda583d3))
|
|
849
|
-
* **button:** delete prop ([2d31f61](https://github.com/synerise/synerise-design/commit/2d31f61c9efdba5aefe774fa2e53f9ba8da2f35a))
|
|
850
|
-
* **button:** fix styles ([bac6b4a](https://github.com/synerise/synerise-design/commit/bac6b4a8733de192fc72d9c29d139ad277f0a2e6))
|
|
851
|
-
* **button:** fix styles ([45c1ff9](https://github.com/synerise/synerise-design/commit/45c1ff917739339dbd087dd6de8bf59aa38e777b))
|
|
852
|
-
* **button:** fix styles to prop activated ([fdb004c](https://github.com/synerise/synerise-design/commit/fdb004c1ad0db133bc4c06c81a10d2f339029946))
|
|
853
|
-
* change background-color on hover and border color in creator button ([563331d](https://github.com/synerise/synerise-design/commit/563331d95dd51fe7fc3aa74f4b07bc8f8119b7db))
|
|
854
|
-
* change border, background color in creator button and uploader ([b35c306](https://github.com/synerise/synerise-design/commit/b35c306051abf8ac0d8488551b65330a1510ca23))
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
## [0.13.65](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.64...@synerise/ds-button@0.13.65) (2021-09-03)
|
|
861
|
-
|
|
862
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
## [0.13.64](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.63...@synerise/ds-button@0.13.64) (2021-09-01)
|
|
869
|
-
|
|
870
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
## [0.13.63](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.62...@synerise/ds-button@0.13.63) (2021-08-31)
|
|
877
|
-
|
|
878
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
## [0.13.62](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.61...@synerise/ds-button@0.13.62) (2021-07-30)
|
|
885
|
-
|
|
886
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
## [0.13.61](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.60...@synerise/ds-button@0.13.61) (2021-07-30)
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
### Bug Fixes
|
|
896
|
-
|
|
897
|
-
* **button:** add validate state to button ([4948cd2](https://github.com/synerise/synerise-design/commit/4948cd2e6131b4fbd49d360a648b76fe3315db9d))
|
|
898
|
-
* **button:** fix styles ([91bb77d](https://github.com/synerise/synerise-design/commit/91bb77d4b8ebeae16eaffd624c81ae0a28f635d2))
|
|
899
|
-
* **button:** fix styles ([86b5911](https://github.com/synerise/synerise-design/commit/86b591146208ac1eccaecdeedd85c31dafef43f9))
|
|
900
|
-
* **button:** fix styles on focus ([5599bd8](https://github.com/synerise/synerise-design/commit/5599bd892cfcea9c7bfad2d27bdbbd7432e0a127))
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
## [0.13.60](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.59...@synerise/ds-button@0.13.60) (2021-07-08)
|
|
907
|
-
|
|
908
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
## [0.13.59](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.58...@synerise/ds-button@0.13.59) (2021-07-07)
|
|
915
|
-
|
|
916
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
## [0.13.58](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.57...@synerise/ds-button@0.13.58) (2021-06-22)
|
|
923
|
-
|
|
924
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
## [0.13.57](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.56...@synerise/ds-button@0.13.57) (2021-06-14)
|
|
931
|
-
|
|
932
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
## [0.13.56](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.55...@synerise/ds-button@0.13.56) (2021-05-25)
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
### Bug Fixes
|
|
942
|
-
|
|
943
|
-
* **button:** removes focus styles for disabled button ([873791c](https://github.com/synerise/synerise-design/commit/873791cec04f207d2a0ccc71808f78a135ef7fe8))
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
## [0.13.55](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.54...@synerise/ds-button@0.13.55) (2021-05-20)
|
|
950
|
-
|
|
951
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
## [0.13.54](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.53...@synerise/ds-button@0.13.54) (2021-05-20)
|
|
958
|
-
|
|
959
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
## [0.13.53](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.52...@synerise/ds-button@0.13.53) (2021-05-20)
|
|
966
|
-
|
|
967
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
## [0.13.52](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.51...@synerise/ds-button@0.13.52) (2021-05-14)
|
|
974
|
-
|
|
975
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
## [0.13.51](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.50...@synerise/ds-button@0.13.51) (2021-05-14)
|
|
982
|
-
|
|
983
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
## [0.13.50](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.49...@synerise/ds-button@0.13.50) (2021-05-14)
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
### Bug Fixes
|
|
993
|
-
|
|
994
|
-
* **button:** fix expander styles ([eb72527](https://github.com/synerise/synerise-design/commit/eb72527303f525bc26c6174e7e7457546841b3ab))
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
## [0.13.49](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.48...@synerise/ds-button@0.13.49) (2021-05-06)
|
|
1001
|
-
|
|
1002
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
## [0.13.48](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.47...@synerise/ds-button@0.13.48) (2021-05-06)
|
|
1009
|
-
|
|
1010
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
## [0.13.47](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.46...@synerise/ds-button@0.13.47) (2021-04-29)
|
|
1017
|
-
|
|
1018
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
## [0.13.46](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.45...@synerise/ds-button@0.13.46) (2021-04-22)
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
### Bug Fixes
|
|
1028
|
-
|
|
1029
|
-
* **button:** fix className ([c414422](https://github.com/synerise/synerise-design/commit/c414422a23b60f91afccf2ada96ec4a722378964))
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
## [0.13.45](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.44...@synerise/ds-button@0.13.45) (2021-04-07)
|
|
1036
|
-
|
|
1037
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
## [0.13.44](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.43...@synerise/ds-button@0.13.44) (2021-03-29)
|
|
1044
|
-
|
|
1045
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
## [0.13.43](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.42...@synerise/ds-button@0.13.43) (2021-03-22)
|
|
1052
|
-
|
|
1053
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
## [0.13.42](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.41...@synerise/ds-button@0.13.42) (2021-03-19)
|
|
1060
|
-
|
|
1061
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
## [0.13.41](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.40...@synerise/ds-button@0.13.41) (2021-03-16)
|
|
1068
|
-
|
|
1069
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
## [0.13.40](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.39...@synerise/ds-button@0.13.40) (2021-03-16)
|
|
1076
|
-
|
|
1077
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
## [0.13.39](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.38...@synerise/ds-button@0.13.39) (2021-03-16)
|
|
1084
|
-
|
|
1085
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
## [0.13.38](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.37...@synerise/ds-button@0.13.38) (2021-03-16)
|
|
1092
|
-
|
|
1093
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
## [0.13.37](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.36...@synerise/ds-button@0.13.37) (2021-03-16)
|
|
1100
|
-
|
|
1101
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
## [0.13.36](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.35...@synerise/ds-button@0.13.36) (2021-03-10)
|
|
1108
|
-
|
|
1109
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
## [0.13.35](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.34...@synerise/ds-button@0.13.35) (2021-03-10)
|
|
1116
|
-
|
|
1117
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
## [0.13.34](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.33...@synerise/ds-button@0.13.34) (2021-03-09)
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
### Bug Fixes
|
|
1127
|
-
|
|
1128
|
-
* **table:** fix last button radius in header selection ([2b3bdd5](https://github.com/synerise/synerise-design/commit/2b3bdd5117ac85175e486a9f02b517abe8736c24))
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
## [0.13.33](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.32...@synerise/ds-button@0.13.33) (2021-03-03)
|
|
1135
|
-
|
|
1136
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
## [0.13.32](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.31...@synerise/ds-button@0.13.32) (2021-03-02)
|
|
1143
|
-
|
|
1144
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
## [0.13.31](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.30...@synerise/ds-button@0.13.31) (2021-03-01)
|
|
1151
|
-
|
|
1152
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
## [0.13.30](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.29...@synerise/ds-button@0.13.30) (2021-02-17)
|
|
1159
|
-
|
|
1160
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
## [0.13.29](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.28...@synerise/ds-button@0.13.29) (2021-02-15)
|
|
1167
|
-
|
|
1168
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
## [0.13.28](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.27...@synerise/ds-button@0.13.28) (2021-02-08)
|
|
1175
|
-
|
|
1176
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
## [0.13.27](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.26...@synerise/ds-button@0.13.27) (2021-02-05)
|
|
1183
|
-
|
|
1184
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
## [0.13.26](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.25...@synerise/ds-button@0.13.26) (2021-02-02)
|
|
1191
|
-
|
|
1192
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
## [0.13.25](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.24...@synerise/ds-button@0.13.25) (2021-02-01)
|
|
1199
|
-
|
|
1200
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
## [0.13.24](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.23...@synerise/ds-button@0.13.24) (2021-01-22)
|
|
1207
|
-
|
|
1208
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
## [0.13.23](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.22...@synerise/ds-button@0.13.23) (2021-01-15)
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
### Bug Fixes
|
|
1218
|
-
|
|
1219
|
-
* **button:** add new prop iconColor and new styles on hover color in buttton ([4e8be6d](https://github.com/synerise/synerise-design/commit/4e8be6d25e6e18e62d0a805956dee5ab1eca0fab))
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
## [0.13.22](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.21...@synerise/ds-button@0.13.22) (2021-01-13)
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
### Bug Fixes
|
|
1229
|
-
|
|
1230
|
-
* **button:** fix focus color in secondary type button ([24df081](https://github.com/synerise/synerise-design/commit/24df08170f9cde8ccc08b61ec519cd86c1fde92c))
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
## [0.13.21](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.20...@synerise/ds-button@0.13.21) (2021-01-04)
|
|
1237
|
-
|
|
1238
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
## [0.13.20](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.19...@synerise/ds-button@0.13.20) (2020-12-23)
|
|
1245
|
-
|
|
1246
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
## [0.13.19](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.18...@synerise/ds-button@0.13.19) (2020-12-23)
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
### Bug Fixes
|
|
1256
|
-
|
|
1257
|
-
* **button:** style default button types as secondary ([fdca078](https://github.com/synerise/synerise-design/commit/fdca078267dd5fa124f11c8cf71886b59eb17134))
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
## [0.13.18](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.17...@synerise/ds-button@0.13.18) (2020-12-21)
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
### Bug Fixes
|
|
1267
|
-
|
|
1268
|
-
* **button:** fix secondary button styles ([731e525](https://github.com/synerise/synerise-design/commit/731e525e05cfe32d7c7662a69d523ffa1021e33a))
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
## [0.13.17](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.16...@synerise/ds-button@0.13.17) (2020-12-14)
|
|
1275
|
-
|
|
1276
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
## [0.13.16](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.15...@synerise/ds-button@0.13.16) (2020-12-11)
|
|
1283
|
-
|
|
1284
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
## [0.13.15](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.14...@synerise/ds-button@0.13.15) (2020-12-04)
|
|
1291
|
-
|
|
1292
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
## [0.13.14](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.13...@synerise/ds-button@0.13.14) (2020-12-02)
|
|
1299
|
-
|
|
1300
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
## [0.13.13](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.12...@synerise/ds-button@0.13.13) (2020-11-25)
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
### Bug Fixes
|
|
1310
|
-
|
|
1311
|
-
* **button:** fix props in button-split and fix color styles ([357801f](https://github.com/synerise/synerise-design/commit/357801f25dec4a6723951736e8eb17fc5d9ab8cf))
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
## [0.13.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.11...@synerise/ds-button@0.13.12) (2020-11-18)
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
### Bug Fixes
|
|
1321
|
-
|
|
1322
|
-
* **button:** change working of split buttton ([65e3811](https://github.com/synerise/synerise-design/commit/65e3811948b158cc6c2605babf9aef2b8a575e3b))
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
## [0.13.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.10...@synerise/ds-button@0.13.11) (2020-11-12)
|
|
1329
|
-
|
|
1330
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
## [0.13.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.9...@synerise/ds-button@0.13.10) (2020-11-08)
|
|
1337
|
-
|
|
1338
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
## [0.13.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.8...@synerise/ds-button@0.13.9) (2020-10-30)
|
|
1345
|
-
|
|
1346
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
## [0.13.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.7...@synerise/ds-button@0.13.8) (2020-10-29)
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
### Bug Fixes
|
|
1356
|
-
|
|
1357
|
-
* **button:** excluded creator from secondary pressed styling ([daf8a08](https://github.com/synerise/synerise-design/commit/daf8a08d4944cd1caf325830b9369b074362999d))
|
|
1358
|
-
* **button:** set secondary if provided type is falsy ([e1a2135](https://github.com/synerise/synerise-design/commit/e1a2135e68a2175867c0756f893f370f8159b54f))
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
## [0.13.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.6...@synerise/ds-button@0.13.7) (2020-10-28)
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
### Bug Fixes
|
|
1368
|
-
|
|
1369
|
-
* **button:** changed hover state accordingly to thte deisgn ([170a754](https://github.com/synerise/synerise-design/commit/170a754893534c04c634d1cb2872e950e7f9a977))
|
|
1370
|
-
* **button:** pressed state on firefox and safari fix ([5849074](https://github.com/synerise/synerise-design/commit/5849074956eb5daac60801415322a133fa821496))
|
|
1371
|
-
* **button:** removed important from style of the svg-s ([5dfd20e](https://github.com/synerise/synerise-design/commit/5dfd20e62ed1d7b569d3a07d0c88427f20092fa0))
|
|
1372
|
-
* **button:** split type, changed a pressed state on secondary button ([37a1fc9](https://github.com/synerise/synerise-design/commit/37a1fc99f86015009779c5a26761706fc925713a))
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
## [0.13.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.5...@synerise/ds-button@0.13.6) (2020-10-22)
|
|
1379
|
-
|
|
1380
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
## [0.13.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.4...@synerise/ds-button@0.13.5) (2020-10-21)
|
|
1387
|
-
|
|
1388
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
## [0.13.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.3...@synerise/ds-button@0.13.4) (2020-10-20)
|
|
1395
|
-
|
|
1396
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
## [0.13.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.2...@synerise/ds-button@0.13.3) (2020-10-13)
|
|
1403
|
-
|
|
1404
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
## [0.13.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.1...@synerise/ds-button@0.13.2) (2020-10-12)
|
|
1411
|
-
|
|
1412
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
## [0.13.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.0...@synerise/ds-button@0.13.1) (2020-10-12)
|
|
524
|
+
## [0.13.55](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.54...@synerise/ds-button@0.13.55) (2021-05-20)
|
|
1419
525
|
|
|
1420
526
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1421
527
|
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
# [0.13.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.37...@synerise/ds-button@0.13.0) (2020-10-09)
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
### Bug Fixes
|
|
1430
|
-
|
|
1431
|
-
* **button:** add latest ds-icon to deps ([2330df4](https://github.com/synerise/synerise-design/commit/2330df47bac1c58da36175d37750768fc5d2e492))
|
|
1432
|
-
* **cruds:** prettier ([271b443](https://github.com/synerise/synerise-design/commit/271b443f655d98fce62059dfeb6ab0fab70ce2c0))
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
### Features
|
|
1436
|
-
|
|
1437
|
-
* **button:** move Crud and SingleAction to separate Crud component ([a10976a](https://github.com/synerise/synerise-design/commit/a10976a2677823ea8064068eea7e0c53611cfc78))
|
|
1438
|
-
* **cruds:** add Cruds component ([15498ba](https://github.com/synerise/synerise-design/commit/15498bad6e40649f8807c20c96fbdb58b5260f17))
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
## [0.12.37](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.36...@synerise/ds-button@0.12.37) (2020-10-06)
|
|
528
|
+
## [0.13.54](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.53...@synerise/ds-button@0.13.54) (2021-05-20)
|
|
1445
529
|
|
|
1446
530
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1447
531
|
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
## [0.12.36](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.35...@synerise/ds-button@0.12.36) (2020-10-06)
|
|
532
|
+
## [0.13.53](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.52...@synerise/ds-button@0.13.53) (2021-05-20)
|
|
1453
533
|
|
|
1454
534
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1455
535
|
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
## [0.12.35](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.34...@synerise/ds-button@0.12.35) (2020-10-02)
|
|
536
|
+
## [0.13.52](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.51...@synerise/ds-button@0.13.52) (2021-05-14)
|
|
1461
537
|
|
|
1462
538
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1463
539
|
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
## [0.12.34](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.33...@synerise/ds-button@0.12.34) (2020-09-29)
|
|
540
|
+
## [0.13.51](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.50...@synerise/ds-button@0.13.51) (2021-05-14)
|
|
1469
541
|
|
|
1470
542
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1471
543
|
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
## [0.12.33](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.32...@synerise/ds-button@0.12.33) (2020-09-25)
|
|
1477
|
-
|
|
544
|
+
## [0.13.50](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.49...@synerise/ds-button@0.13.50) (2021-05-14)
|
|
1478
545
|
|
|
1479
546
|
### Bug Fixes
|
|
1480
547
|
|
|
1481
|
-
|
|
1482
|
-
* **button:** change handlers type on cruds ([ec11b16](https://github.com/synerise/synerise-design/commit/ec11b168b65cf8b30e8a7cef4b9f18a878a90d15))
|
|
1483
|
-
* **button:** creator types fixes ([6bc7a18](https://github.com/synerise/synerise-design/commit/6bc7a18435a5fa7205a0fb8b3ce8efcda5bb8eea))
|
|
1484
|
-
* **button:** fix docs build ([a9471b5](https://github.com/synerise/synerise-design/commit/a9471b5141ca07e14bfe00751322f8f2ee15bdc6))
|
|
1485
|
-
* **button:** stopped propagation of crud ([da51907](https://github.com/synerise/synerise-design/commit/da5190786957e68a95d818557f4967a4bc53e039))
|
|
1486
|
-
* **button:** stopped propagation of events ([102de65](https://github.com/synerise/synerise-design/commit/102de65228de02cd69abdc03d5fb7e6432400d01))
|
|
1487
|
-
|
|
548
|
+
- **button:** fix expander styles ([eb72527](https://github.com/synerise/synerise-design/commit/eb72527303f525bc26c6174e7e7457546841b3ab))
|
|
1488
549
|
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
## [0.12.32](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.31...@synerise/ds-button@0.12.32) (2020-09-01)
|
|
1493
|
-
|
|
1494
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
## [0.12.31](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.30...@synerise/ds-button@0.12.31) (2020-08-21)
|
|
1501
|
-
|
|
1502
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
## [0.12.30](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.29...@synerise/ds-button@0.12.30) (2020-08-12)
|
|
1509
|
-
|
|
1510
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
## [0.12.29](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.28...@synerise/ds-button@0.12.29) (2020-08-11)
|
|
1517
|
-
|
|
1518
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
## [0.12.28](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.27...@synerise/ds-button@0.12.28) (2020-07-30)
|
|
1525
|
-
|
|
1526
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
## [0.12.27](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.26...@synerise/ds-button@0.12.27) (2020-07-29)
|
|
1533
|
-
|
|
1534
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
## [0.12.26](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.25...@synerise/ds-button@0.12.26) (2020-07-24)
|
|
550
|
+
## [0.13.49](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.48...@synerise/ds-button@0.13.49) (2021-05-06)
|
|
1541
551
|
|
|
1542
552
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1543
553
|
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
## [0.12.25](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.24...@synerise/ds-button@0.12.25) (2020-07-24)
|
|
554
|
+
## [0.13.48](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.47...@synerise/ds-button@0.13.48) (2021-05-06)
|
|
1549
555
|
|
|
1550
556
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1551
557
|
|
|
558
|
+
## [0.13.47](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.46...@synerise/ds-button@0.13.47) (2021-04-29)
|
|
1552
559
|
|
|
560
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1553
561
|
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
## [0.12.24](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.23...@synerise/ds-button@0.12.24) (2020-07-20)
|
|
1557
|
-
|
|
562
|
+
## [0.13.46](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.45...@synerise/ds-button@0.13.46) (2021-04-22)
|
|
1558
563
|
|
|
1559
564
|
### Bug Fixes
|
|
1560
565
|
|
|
1561
|
-
|
|
566
|
+
- **button:** fix className ([c414422](https://github.com/synerise/synerise-design/commit/c414422a23b60f91afccf2ada96ec4a722378964))
|
|
1562
567
|
|
|
568
|
+
## [0.13.45](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.44...@synerise/ds-button@0.13.45) (2021-04-07)
|
|
1563
569
|
|
|
570
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1564
571
|
|
|
572
|
+
## [0.13.44](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.43...@synerise/ds-button@0.13.44) (2021-03-29)
|
|
1565
573
|
|
|
574
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1566
575
|
|
|
1567
|
-
## [0.
|
|
576
|
+
## [0.13.43](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.42...@synerise/ds-button@0.13.43) (2021-03-22)
|
|
1568
577
|
|
|
1569
578
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1570
579
|
|
|
580
|
+
## [0.13.42](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.41...@synerise/ds-button@0.13.42) (2021-03-19)
|
|
1571
581
|
|
|
582
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1572
583
|
|
|
584
|
+
## [0.13.41](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.40...@synerise/ds-button@0.13.41) (2021-03-16)
|
|
1573
585
|
|
|
586
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1574
587
|
|
|
1575
|
-
## [0.
|
|
588
|
+
## [0.13.40](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.39...@synerise/ds-button@0.13.40) (2021-03-16)
|
|
1576
589
|
|
|
1577
590
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1578
591
|
|
|
592
|
+
## [0.13.39](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.38...@synerise/ds-button@0.13.39) (2021-03-16)
|
|
1579
593
|
|
|
594
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1580
595
|
|
|
596
|
+
## [0.13.38](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.37...@synerise/ds-button@0.13.38) (2021-03-16)
|
|
1581
597
|
|
|
598
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1582
599
|
|
|
1583
|
-
## [0.
|
|
600
|
+
## [0.13.37](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.36...@synerise/ds-button@0.13.37) (2021-03-16)
|
|
1584
601
|
|
|
1585
602
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1586
603
|
|
|
604
|
+
## [0.13.36](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.35...@synerise/ds-button@0.13.36) (2021-03-10)
|
|
1587
605
|
|
|
606
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1588
607
|
|
|
608
|
+
## [0.13.35](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.34...@synerise/ds-button@0.13.35) (2021-03-10)
|
|
1589
609
|
|
|
610
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1590
611
|
|
|
1591
|
-
## [0.
|
|
612
|
+
## [0.13.34](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.33...@synerise/ds-button@0.13.34) (2021-03-09)
|
|
1592
613
|
|
|
1593
|
-
|
|
614
|
+
### Bug Fixes
|
|
1594
615
|
|
|
616
|
+
- **table:** fix last button radius in header selection ([2b3bdd5](https://github.com/synerise/synerise-design/commit/2b3bdd5117ac85175e486a9f02b517abe8736c24))
|
|
1595
617
|
|
|
618
|
+
## [0.13.33](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.32...@synerise/ds-button@0.13.33) (2021-03-03)
|
|
1596
619
|
|
|
620
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1597
621
|
|
|
622
|
+
## [0.13.32](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.31...@synerise/ds-button@0.13.32) (2021-03-02)
|
|
1598
623
|
|
|
1599
|
-
|
|
624
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
625
|
+
|
|
626
|
+
## [0.13.31](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.30...@synerise/ds-button@0.13.31) (2021-03-01)
|
|
1600
627
|
|
|
1601
628
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1602
629
|
|
|
630
|
+
## [0.13.30](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.29...@synerise/ds-button@0.13.30) (2021-02-17)
|
|
1603
631
|
|
|
632
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1604
633
|
|
|
634
|
+
## [0.13.29](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.28...@synerise/ds-button@0.13.29) (2021-02-15)
|
|
1605
635
|
|
|
636
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1606
637
|
|
|
1607
|
-
## [0.
|
|
638
|
+
## [0.13.28](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.27...@synerise/ds-button@0.13.28) (2021-02-08)
|
|
1608
639
|
|
|
1609
640
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1610
641
|
|
|
642
|
+
## [0.13.27](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.26...@synerise/ds-button@0.13.27) (2021-02-05)
|
|
1611
643
|
|
|
644
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1612
645
|
|
|
646
|
+
## [0.13.26](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.25...@synerise/ds-button@0.13.26) (2021-02-02)
|
|
1613
647
|
|
|
648
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1614
649
|
|
|
1615
|
-
## [0.
|
|
650
|
+
## [0.13.25](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.24...@synerise/ds-button@0.13.25) (2021-02-01)
|
|
1616
651
|
|
|
1617
652
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1618
653
|
|
|
654
|
+
## [0.13.24](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.23...@synerise/ds-button@0.13.24) (2021-01-22)
|
|
1619
655
|
|
|
656
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1620
657
|
|
|
658
|
+
## [0.13.23](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.22...@synerise/ds-button@0.13.23) (2021-01-15)
|
|
1621
659
|
|
|
660
|
+
### Bug Fixes
|
|
1622
661
|
|
|
1623
|
-
|
|
662
|
+
- **button:** add new prop iconColor and new styles on hover color in buttton ([4e8be6d](https://github.com/synerise/synerise-design/commit/4e8be6d25e6e18e62d0a805956dee5ab1eca0fab))
|
|
1624
663
|
|
|
664
|
+
## [0.13.22](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.21...@synerise/ds-button@0.13.22) (2021-01-13)
|
|
1625
665
|
|
|
1626
666
|
### Bug Fixes
|
|
1627
667
|
|
|
1628
|
-
|
|
1629
|
-
|
|
668
|
+
- **button:** fix focus color in secondary type button ([24df081](https://github.com/synerise/synerise-design/commit/24df08170f9cde8ccc08b61ec519cd86c1fde92c))
|
|
1630
669
|
|
|
670
|
+
## [0.13.21](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.20...@synerise/ds-button@0.13.21) (2021-01-04)
|
|
1631
671
|
|
|
672
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1632
673
|
|
|
674
|
+
## [0.13.20](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.19...@synerise/ds-button@0.13.20) (2020-12-23)
|
|
1633
675
|
|
|
1634
|
-
|
|
676
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1635
677
|
|
|
678
|
+
## [0.13.19](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.18...@synerise/ds-button@0.13.19) (2020-12-23)
|
|
1636
679
|
|
|
1637
680
|
### Bug Fixes
|
|
1638
681
|
|
|
1639
|
-
|
|
1640
|
-
* **button:** fix disabled button custom color ghost ([3aecf40](https://github.com/synerise/synerise-design/commit/3aecf40d2523d451ad261ea44763c498869ea455))
|
|
1641
|
-
* **button:** fix disabled button custom color ghost ([8f53c14](https://github.com/synerise/synerise-design/commit/8f53c14f170fb7e989aba90c9631844308072331))
|
|
1642
|
-
* **button:** fix disabled button custom color ghost ([8193f57](https://github.com/synerise/synerise-design/commit/8193f5759a1c62e21dabbf93ba612643fe815f1c))
|
|
1643
|
-
|
|
682
|
+
- **button:** style default button types as secondary ([fdca078](https://github.com/synerise/synerise-design/commit/fdca078267dd5fa124f11c8cf71886b59eb17134))
|
|
1644
683
|
|
|
684
|
+
## [0.13.18](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.17...@synerise/ds-button@0.13.18) (2020-12-21)
|
|
1645
685
|
|
|
686
|
+
### Bug Fixes
|
|
1646
687
|
|
|
688
|
+
- **button:** fix secondary button styles ([731e525](https://github.com/synerise/synerise-design/commit/731e525e05cfe32d7c7662a69d523ffa1021e33a))
|
|
1647
689
|
|
|
1648
|
-
## [0.
|
|
690
|
+
## [0.13.17](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.16...@synerise/ds-button@0.13.17) (2020-12-14)
|
|
1649
691
|
|
|
1650
692
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1651
693
|
|
|
694
|
+
## [0.13.16](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.15...@synerise/ds-button@0.13.16) (2020-12-11)
|
|
695
|
+
|
|
696
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1652
697
|
|
|
698
|
+
## [0.13.15](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.14...@synerise/ds-button@0.13.15) (2020-12-04)
|
|
1653
699
|
|
|
700
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1654
701
|
|
|
702
|
+
## [0.13.14](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.13...@synerise/ds-button@0.13.14) (2020-12-02)
|
|
1655
703
|
|
|
1656
|
-
|
|
704
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1657
705
|
|
|
706
|
+
## [0.13.13](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.12...@synerise/ds-button@0.13.13) (2020-11-25)
|
|
1658
707
|
|
|
1659
708
|
### Bug Fixes
|
|
1660
709
|
|
|
1661
|
-
|
|
1662
|
-
|
|
710
|
+
- **button:** fix props in button-split and fix color styles ([357801f](https://github.com/synerise/synerise-design/commit/357801f25dec4a6723951736e8eb17fc5d9ab8cf))
|
|
1663
711
|
|
|
712
|
+
## [0.13.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.11...@synerise/ds-button@0.13.12) (2020-11-18)
|
|
1664
713
|
|
|
714
|
+
### Bug Fixes
|
|
1665
715
|
|
|
716
|
+
- **button:** change working of split buttton ([65e3811](https://github.com/synerise/synerise-design/commit/65e3811948b158cc6c2605babf9aef2b8a575e3b))
|
|
1666
717
|
|
|
1667
|
-
## [0.
|
|
718
|
+
## [0.13.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.10...@synerise/ds-button@0.13.11) (2020-11-12)
|
|
1668
719
|
|
|
720
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1669
721
|
|
|
1670
|
-
|
|
722
|
+
## [0.13.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.9...@synerise/ds-button@0.13.10) (2020-11-08)
|
|
1671
723
|
|
|
1672
|
-
|
|
1673
|
-
* **button:** fix in the build ([9e93889](https://github.com/synerise/synerise-design/commit/9e9388920d763b48619c6df3ff272c021c57c925))
|
|
1674
|
-
* **button:** fix in the build ([53c2f31](https://github.com/synerise/synerise-design/commit/53c2f3186d8eed36cde79103823b3a4801e5c2db))
|
|
1675
|
-
* **button:** fix in the build and add Singlecrud component ([ef5b1c5](https://github.com/synerise/synerise-design/commit/ef5b1c56e1a3b5e60b966787ff17ec364b92f2de))
|
|
1676
|
-
* **button:** remove disabled and made props optional ([5a2e832](https://github.com/synerise/synerise-design/commit/5a2e8324ec706b5c153150b9469ef69a432d9b39))
|
|
724
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1677
725
|
|
|
726
|
+
## [0.13.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.8...@synerise/ds-button@0.13.9) (2020-10-30)
|
|
1678
727
|
|
|
728
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1679
729
|
|
|
730
|
+
## [0.13.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.7...@synerise/ds-button@0.13.8) (2020-10-29)
|
|
1680
731
|
|
|
732
|
+
### Bug Fixes
|
|
1681
733
|
|
|
1682
|
-
|
|
734
|
+
- **button:** excluded creator from secondary pressed styling ([daf8a08](https://github.com/synerise/synerise-design/commit/daf8a08d4944cd1caf325830b9369b074362999d))
|
|
735
|
+
- **button:** set secondary if provided type is falsy ([e1a2135](https://github.com/synerise/synerise-design/commit/e1a2135e68a2175867c0756f893f370f8159b54f))
|
|
1683
736
|
|
|
737
|
+
## [0.13.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.6...@synerise/ds-button@0.13.7) (2020-10-28)
|
|
1684
738
|
|
|
1685
739
|
### Bug Fixes
|
|
1686
740
|
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
741
|
+
- **button:** changed hover state accordingly to thte deisgn ([170a754](https://github.com/synerise/synerise-design/commit/170a754893534c04c634d1cb2872e950e7f9a977))
|
|
742
|
+
- **button:** pressed state on firefox and safari fix ([5849074](https://github.com/synerise/synerise-design/commit/5849074956eb5daac60801415322a133fa821496))
|
|
743
|
+
- **button:** removed important from style of the svg-s ([5dfd20e](https://github.com/synerise/synerise-design/commit/5dfd20e62ed1d7b569d3a07d0c88427f20092fa0))
|
|
744
|
+
- **button:** split type, changed a pressed state on secondary button ([37a1fc9](https://github.com/synerise/synerise-design/commit/37a1fc99f86015009779c5a26761706fc925713a))
|
|
1690
745
|
|
|
746
|
+
## [0.13.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.5...@synerise/ds-button@0.13.6) (2020-10-22)
|
|
1691
747
|
|
|
748
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1692
749
|
|
|
1693
|
-
## [0.
|
|
750
|
+
## [0.13.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.4...@synerise/ds-button@0.13.5) (2020-10-21)
|
|
1694
751
|
|
|
1695
752
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1696
753
|
|
|
754
|
+
## [0.13.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.3...@synerise/ds-button@0.13.4) (2020-10-20)
|
|
1697
755
|
|
|
756
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1698
757
|
|
|
758
|
+
## [0.13.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.2...@synerise/ds-button@0.13.3) (2020-10-13)
|
|
1699
759
|
|
|
760
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1700
761
|
|
|
1701
|
-
## [0.
|
|
762
|
+
## [0.13.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.1...@synerise/ds-button@0.13.2) (2020-10-12)
|
|
1702
763
|
|
|
1703
764
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1704
765
|
|
|
766
|
+
## [0.13.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.13.0...@synerise/ds-button@0.13.1) (2020-10-12)
|
|
1705
767
|
|
|
768
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1706
769
|
|
|
770
|
+
# [0.13.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.37...@synerise/ds-button@0.13.0) (2020-10-09)
|
|
1707
771
|
|
|
772
|
+
### Bug Fixes
|
|
1708
773
|
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
774
|
+
- **button:** add latest ds-icon to deps ([2330df4](https://github.com/synerise/synerise-design/commit/2330df47bac1c58da36175d37750768fc5d2e492))
|
|
775
|
+
- **cruds:** prettier ([271b443](https://github.com/synerise/synerise-design/commit/271b443f655d98fce62059dfeb6ab0fab70ce2c0))
|
|
1712
776
|
|
|
777
|
+
### Features
|
|
1713
778
|
|
|
779
|
+
- **button:** move Crud and SingleAction to separate Crud component ([a10976a](https://github.com/synerise/synerise-design/commit/a10976a2677823ea8064068eea7e0c53611cfc78))
|
|
780
|
+
- **cruds:** add Cruds component ([15498ba](https://github.com/synerise/synerise-design/commit/15498bad6e40649f8807c20c96fbdb58b5260f17))
|
|
1714
781
|
|
|
782
|
+
## [0.12.37](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.36...@synerise/ds-button@0.12.37) (2020-10-06)
|
|
1715
783
|
|
|
784
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1716
785
|
|
|
1717
|
-
## [0.12.
|
|
786
|
+
## [0.12.36](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.35...@synerise/ds-button@0.12.36) (2020-10-06)
|
|
1718
787
|
|
|
1719
788
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1720
789
|
|
|
790
|
+
## [0.12.35](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.34...@synerise/ds-button@0.12.35) (2020-10-02)
|
|
1721
791
|
|
|
792
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1722
793
|
|
|
794
|
+
## [0.12.34](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.33...@synerise/ds-button@0.12.34) (2020-09-29)
|
|
1723
795
|
|
|
796
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1724
797
|
|
|
1725
|
-
## [0.12.
|
|
1726
|
-
|
|
798
|
+
## [0.12.33](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.32...@synerise/ds-button@0.12.33) (2020-09-25)
|
|
1727
799
|
|
|
1728
800
|
### Bug Fixes
|
|
1729
801
|
|
|
1730
|
-
|
|
802
|
+
- **button:** added type checking for special btns ([532f31b](https://github.com/synerise/synerise-design/commit/532f31b001fa6ccad260847fad8e0ad88800d3f8))
|
|
803
|
+
- **button:** change handlers type on cruds ([ec11b16](https://github.com/synerise/synerise-design/commit/ec11b168b65cf8b30e8a7cef4b9f18a878a90d15))
|
|
804
|
+
- **button:** creator types fixes ([6bc7a18](https://github.com/synerise/synerise-design/commit/6bc7a18435a5fa7205a0fb8b3ce8efcda5bb8eea))
|
|
805
|
+
- **button:** fix docs build ([a9471b5](https://github.com/synerise/synerise-design/commit/a9471b5141ca07e14bfe00751322f8f2ee15bdc6))
|
|
806
|
+
- **button:** stopped propagation of crud ([da51907](https://github.com/synerise/synerise-design/commit/da5190786957e68a95d818557f4967a4bc53e039))
|
|
807
|
+
- **button:** stopped propagation of events ([102de65](https://github.com/synerise/synerise-design/commit/102de65228de02cd69abdc03d5fb7e6432400d01))
|
|
1731
808
|
|
|
809
|
+
## [0.12.32](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.31...@synerise/ds-button@0.12.32) (2020-09-01)
|
|
1732
810
|
|
|
811
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1733
812
|
|
|
813
|
+
## [0.12.31](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.30...@synerise/ds-button@0.12.31) (2020-08-21)
|
|
1734
814
|
|
|
815
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1735
816
|
|
|
1736
|
-
## [0.12.
|
|
817
|
+
## [0.12.30](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.29...@synerise/ds-button@0.12.30) (2020-08-12)
|
|
1737
818
|
|
|
1738
819
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1739
820
|
|
|
821
|
+
## [0.12.29](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.28...@synerise/ds-button@0.12.29) (2020-08-11)
|
|
1740
822
|
|
|
823
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1741
824
|
|
|
825
|
+
## [0.12.28](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.27...@synerise/ds-button@0.12.28) (2020-07-30)
|
|
1742
826
|
|
|
827
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1743
828
|
|
|
1744
|
-
## [0.12.
|
|
829
|
+
## [0.12.27](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.26...@synerise/ds-button@0.12.27) (2020-07-29)
|
|
1745
830
|
|
|
1746
831
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1747
832
|
|
|
833
|
+
## [0.12.26](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.25...@synerise/ds-button@0.12.26) (2020-07-24)
|
|
1748
834
|
|
|
835
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1749
836
|
|
|
837
|
+
## [0.12.25](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.24...@synerise/ds-button@0.12.25) (2020-07-24)
|
|
1750
838
|
|
|
839
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1751
840
|
|
|
1752
|
-
## [0.12.
|
|
1753
|
-
|
|
841
|
+
## [0.12.24](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.23...@synerise/ds-button@0.12.24) (2020-07-20)
|
|
1754
842
|
|
|
1755
843
|
### Bug Fixes
|
|
1756
844
|
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
845
|
+
- **button:** add styles to secondary button and move to button component ([b62da4c](https://github.com/synerise/synerise-design/commit/b62da4ce88727f370b5c0cb051828386fabb55d1))
|
|
1760
846
|
|
|
847
|
+
## [0.12.23](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.22...@synerise/ds-button@0.12.23) (2020-07-15)
|
|
1761
848
|
|
|
849
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1762
850
|
|
|
1763
|
-
## [0.12.
|
|
851
|
+
## [0.12.22](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.21...@synerise/ds-button@0.12.22) (2020-07-13)
|
|
1764
852
|
|
|
853
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1765
854
|
|
|
1766
|
-
|
|
855
|
+
## [0.12.21](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.20...@synerise/ds-button@0.12.21) (2020-07-09)
|
|
1767
856
|
|
|
1768
|
-
|
|
857
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1769
858
|
|
|
859
|
+
## [0.12.20](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.19...@synerise/ds-button@0.12.20) (2020-07-08)
|
|
1770
860
|
|
|
861
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1771
862
|
|
|
863
|
+
## [0.12.19](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.18...@synerise/ds-button@0.12.19) (2020-07-07)
|
|
1772
864
|
|
|
865
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1773
866
|
|
|
1774
|
-
## [0.12.
|
|
867
|
+
## [0.12.18](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.17...@synerise/ds-button@0.12.18) (2020-06-25)
|
|
1775
868
|
|
|
1776
869
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1777
870
|
|
|
871
|
+
## [0.12.17](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.16...@synerise/ds-button@0.12.17) (2020-06-22)
|
|
1778
872
|
|
|
873
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1779
874
|
|
|
875
|
+
## [0.12.16](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.15...@synerise/ds-button@0.12.16) (2020-06-17)
|
|
1780
876
|
|
|
877
|
+
### Bug Fixes
|
|
1781
878
|
|
|
1782
|
-
|
|
879
|
+
- **button:** fix button styles ([4dcdc84](https://github.com/synerise/synerise-design/commit/4dcdc848434f71e9b8d43276ec6551378f1cf790))
|
|
1783
880
|
|
|
881
|
+
## [0.12.15](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.14...@synerise/ds-button@0.12.15) (2020-06-09)
|
|
1784
882
|
|
|
1785
883
|
### Bug Fixes
|
|
1786
884
|
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
885
|
+
- **button:** fix disabled button custom color ghost ([684b41b](https://github.com/synerise/synerise-design/commit/684b41b1d73551d3a1afb508900a7046c19adbdd))
|
|
886
|
+
- **button:** fix disabled button custom color ghost ([3aecf40](https://github.com/synerise/synerise-design/commit/3aecf40d2523d451ad261ea44763c498869ea455))
|
|
887
|
+
- **button:** fix disabled button custom color ghost ([8f53c14](https://github.com/synerise/synerise-design/commit/8f53c14f170fb7e989aba90c9631844308072331))
|
|
888
|
+
- **button:** fix disabled button custom color ghost ([8193f57](https://github.com/synerise/synerise-design/commit/8193f5759a1c62e21dabbf93ba612643fe815f1c))
|
|
1791
889
|
|
|
890
|
+
## [0.12.14](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.13...@synerise/ds-button@0.12.14) (2020-06-05)
|
|
1792
891
|
|
|
1793
|
-
|
|
892
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1794
893
|
|
|
1795
|
-
|
|
1796
|
-
* **button:** added epxander ([63b443b](https://github.com/synerise/synerise-design/commit/63b443b9701b2a12b6c569c308cf3811ad7e8fa6))
|
|
1797
|
-
* **button:** added expander ([d52b8a9](https://github.com/synerise/synerise-design/commit/d52b8a9d8e6208f621aa2e78004eebf6f033548e))
|
|
894
|
+
## [0.12.13](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.12...@synerise/ds-button@0.12.13) (2020-06-05)
|
|
1798
895
|
|
|
896
|
+
### Bug Fixes
|
|
1799
897
|
|
|
898
|
+
- **button:** change color blue ([6aff656](https://github.com/synerise/synerise-design/commit/6aff656afa3bc827092f128fe2029fe3339605a9))
|
|
1800
899
|
|
|
900
|
+
## [0.12.12](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.11...@synerise/ds-button@0.12.12) (2020-06-02)
|
|
1801
901
|
|
|
902
|
+
### Bug Fixes
|
|
1802
903
|
|
|
1803
|
-
|
|
904
|
+
- **button:** create cruds styles and cruds add tooltip in package json ([f976488](https://github.com/synerise/synerise-design/commit/f97648872adb1a894b967007135e15944f203411))
|
|
905
|
+
- **button:** fix in the build ([9e93889](https://github.com/synerise/synerise-design/commit/9e9388920d763b48619c6df3ff272c021c57c925))
|
|
906
|
+
- **button:** fix in the build ([53c2f31](https://github.com/synerise/synerise-design/commit/53c2f3186d8eed36cde79103823b3a4801e5c2db))
|
|
907
|
+
- **button:** fix in the build and add Singlecrud component ([ef5b1c5](https://github.com/synerise/synerise-design/commit/ef5b1c56e1a3b5e60b966787ff17ec364b92f2de))
|
|
908
|
+
- **button:** remove disabled and made props optional ([5a2e832](https://github.com/synerise/synerise-design/commit/5a2e8324ec706b5c153150b9469ef69a432d9b39))
|
|
1804
909
|
|
|
910
|
+
## [0.12.11](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.10...@synerise/ds-button@0.12.11) (2020-05-28)
|
|
1805
911
|
|
|
1806
912
|
### Bug Fixes
|
|
1807
913
|
|
|
1808
|
-
|
|
914
|
+
- **button:** add custom color ghost ([04c994e](https://github.com/synerise/synerise-design/commit/04c994e013df96ef20a32bf3a78d515e42b08e88))
|
|
1809
915
|
|
|
916
|
+
## [0.12.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.9...@synerise/ds-button@0.12.10) (2020-05-25)
|
|
1810
917
|
|
|
918
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1811
919
|
|
|
920
|
+
## [0.12.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.8...@synerise/ds-button@0.12.9) (2020-05-22)
|
|
1812
921
|
|
|
922
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1813
923
|
|
|
1814
|
-
## [0.
|
|
924
|
+
## [0.12.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.7...@synerise/ds-button@0.12.8) (2020-05-19)
|
|
1815
925
|
|
|
1816
926
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1817
927
|
|
|
928
|
+
## [0.12.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.6...@synerise/ds-button@0.12.7) (2020-05-14)
|
|
929
|
+
|
|
930
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1818
931
|
|
|
932
|
+
## [0.12.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.5...@synerise/ds-button@0.12.6) (2020-05-08)
|
|
1819
933
|
|
|
934
|
+
### Bug Fixes
|
|
1820
935
|
|
|
936
|
+
- **button:** remove state from Button.expander ([2d398da](https://github.com/synerise/synerise-design/commit/2d398da89805fa3e94544116af10a9b85efe8ebf))
|
|
1821
937
|
|
|
1822
|
-
## [0.
|
|
938
|
+
## [0.12.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.4...@synerise/ds-button@0.12.5) (2020-05-05)
|
|
1823
939
|
|
|
1824
940
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1825
941
|
|
|
942
|
+
## [0.12.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.3...@synerise/ds-button@0.12.4) (2020-04-30)
|
|
1826
943
|
|
|
944
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1827
945
|
|
|
946
|
+
## [0.12.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.2...@synerise/ds-button@0.12.3) (2020-04-29)
|
|
1828
947
|
|
|
948
|
+
### Bug Fixes
|
|
1829
949
|
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
**Note:** Version bump only for package @synerise/ds-button
|
|
950
|
+
- **button:** expander styles fixes ([2475e54](https://github.com/synerise/synerise-design/commit/2475e54bedebc33a7e58388733663442278dd9be))
|
|
1833
951
|
|
|
952
|
+
## [0.12.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.1...@synerise/ds-button@0.12.2) (2020-04-29)
|
|
1834
953
|
|
|
954
|
+
### Bug Fixes
|
|
1835
955
|
|
|
956
|
+
- **button:** fixed placement of the icon in creator button ([37f8fed](https://github.com/synerise/synerise-design/commit/37f8fedf4d5486a2e3419a4c3cc379a302b64a07))
|
|
1836
957
|
|
|
958
|
+
## [0.12.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.12.0...@synerise/ds-button@0.12.1) (2020-04-27)
|
|
1837
959
|
|
|
1838
|
-
|
|
960
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1839
961
|
|
|
962
|
+
# [0.12.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.11.4...@synerise/ds-button@0.12.0) (2020-04-24)
|
|
1840
963
|
|
|
1841
|
-
###
|
|
964
|
+
### Bug Fixes
|
|
1842
965
|
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
966
|
+
- **button:** added new lines after each stage of test ([9f741eb](https://github.com/synerise/synerise-design/commit/9f741ebddbfe994c46e54aa62ce5f3001dd573df))
|
|
967
|
+
- **button:** fixed passing unrecognized props to dom elements ([85fc4a4](https://github.com/synerise/synerise-design/commit/85fc4a439c3ef629014af506c91f04d39e1fac29))
|
|
968
|
+
- **button:** fixing the build ([fce9e6e](https://github.com/synerise/synerise-design/commit/fce9e6e394bdc890ba1cf9b885d96c84055d5add))
|
|
969
|
+
- **button:** simplifed styles ([dc5e792](https://github.com/synerise/synerise-design/commit/dc5e792c4e483d3fd823a2ce57152fd2b92b39a9))
|
|
1846
970
|
|
|
971
|
+
### Features
|
|
1847
972
|
|
|
973
|
+
- **button:** added creator button ([48f1099](https://github.com/synerise/synerise-design/commit/48f1099df83282261e250a12cdfd6173a05b1516))
|
|
974
|
+
- **button:** added epxander ([63b443b](https://github.com/synerise/synerise-design/commit/63b443b9701b2a12b6c569c308cf3811ad7e8fa6))
|
|
975
|
+
- **button:** added expander ([d52b8a9](https://github.com/synerise/synerise-design/commit/d52b8a9d8e6208f621aa2e78004eebf6f033548e))
|
|
1848
976
|
|
|
977
|
+
## [0.11.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.11.3...@synerise/ds-button@0.11.4) (2020-04-21)
|
|
1849
978
|
|
|
979
|
+
### Bug Fixes
|
|
1850
980
|
|
|
1851
|
-
|
|
981
|
+
- **portal:** styleguidist styles, move examples to README.md files ([c14990b](https://github.com/synerise/synerise-design/commit/c14990b035e4491ad12a8dddfc7370e369c47acc))
|
|
1852
982
|
|
|
983
|
+
## [0.11.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.11.2...@synerise/ds-button@0.11.3) (2020-04-15)
|
|
1853
984
|
|
|
1854
|
-
|
|
985
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1855
986
|
|
|
1856
|
-
|
|
987
|
+
## [0.11.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.11.1...@synerise/ds-button@0.11.2) (2020-04-14)
|
|
1857
988
|
|
|
989
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1858
990
|
|
|
991
|
+
## [0.11.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.11.0...@synerise/ds-button@0.11.1) (2020-04-13)
|
|
1859
992
|
|
|
993
|
+
**Note:** Version bump only for package @synerise/ds-button
|
|
1860
994
|
|
|
995
|
+
# [0.11.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.10.0...@synerise/ds-button@0.11.0) (2020-04-06)
|
|
1861
996
|
|
|
1862
|
-
|
|
997
|
+
### Features
|
|
1863
998
|
|
|
999
|
+
- **portal:** react-styleguidist ([9339a08](https://github.com/synerise/synerise-design/commit/9339a08785cef30b428ebe438d749d0b7c2a9bf8))
|
|
1000
|
+
- **portal:** update button example ([f9eacff](https://github.com/synerise/synerise-design/commit/f9eacffbfececa3840f44a495ed5f77106dbb586))
|
|
1001
|
+
- **portal:** update react-styleguidist ([13af56d](https://github.com/synerise/synerise-design/commit/13af56de3b67977345dfcf638e191327b755386c))
|
|
1864
1002
|
|
|
1865
|
-
|
|
1003
|
+
# [0.10.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.9.10...@synerise/ds-button@0.10.0) (2020-04-01)
|
|
1866
1004
|
|
|
1867
|
-
|
|
1005
|
+
### Features
|
|
1868
1006
|
|
|
1007
|
+
- **button:** update props, export package version ([98a91a1](https://github.com/synerise/synerise-design/commit/98a91a16fbb05a1c0afd6b303d1da9702da826d8))
|
|
1869
1008
|
|
|
1009
|
+
## [0.9.10](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.9.9...@synerise/ds-button@0.9.10) (2020-03-31)
|
|
1870
1010
|
|
|
1011
|
+
### Reverts
|
|
1871
1012
|
|
|
1013
|
+
- **button:** decreased button styles specifity ([73dc29c](https://github.com/synerise/synerise-design/commit/73dc29ca7221f8695fbe056599fd500e4f2d940d))
|
|
1872
1014
|
|
|
1873
1015
|
## [0.9.9](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.9.8...@synerise/ds-button@0.9.9) (2020-03-27)
|
|
1874
1016
|
|
|
1875
1017
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1876
1018
|
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
1019
|
## [0.9.8](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.9.7...@synerise/ds-button@0.9.8) (2020-03-26)
|
|
1882
1020
|
|
|
1883
|
-
|
|
1884
1021
|
### Bug Fixes
|
|
1885
1022
|
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1023
|
+
- **button:** remove unnecessary line-height ([2640196](https://github.com/synerise/synerise-design/commit/26401960465cbbced3bb6c2deb5b10bcc6f9abfd))
|
|
1891
1024
|
|
|
1892
1025
|
## [0.9.7](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.9.6...@synerise/ds-button@0.9.7) (2020-03-26)
|
|
1893
1026
|
|
|
1894
|
-
|
|
1895
1027
|
### Bug Fixes
|
|
1896
1028
|
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1029
|
+
- **button:** increased styles specifity ([d115d0c](https://github.com/synerise/synerise-design/commit/d115d0c84a265276ad1eaf8bf7719aa0984e7815))
|
|
1902
1030
|
|
|
1903
1031
|
## [0.9.6](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.9.5...@synerise/ds-button@0.9.6) (2020-03-24)
|
|
1904
1032
|
|
|
1905
1033
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1906
1034
|
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
1035
|
## [0.9.5](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.9.3...@synerise/ds-button@0.9.5) (2020-03-23)
|
|
1912
1036
|
|
|
1913
1037
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1914
1038
|
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
1039
|
## [0.9.4](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.9.3...@synerise/ds-button@0.9.4) (2020-03-23)
|
|
1920
1040
|
|
|
1921
1041
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1922
1042
|
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
1043
|
## [0.9.3](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.9.2...@synerise/ds-button@0.9.3) (2020-03-19)
|
|
1928
1044
|
|
|
1929
1045
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1930
1046
|
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
1047
|
## [0.9.2](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.9.1...@synerise/ds-button@0.9.2) (2020-03-18)
|
|
1936
1048
|
|
|
1937
1049
|
**Note:** Version bump only for package @synerise/ds-button
|
|
1938
1050
|
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
1051
|
## [0.9.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.9.0...@synerise/ds-button@0.9.1) (2020-03-18)
|
|
1944
1052
|
|
|
1945
|
-
|
|
1946
1053
|
### Bug Fixes
|
|
1947
1054
|
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1055
|
+
- **button:** omit groupVariant passing ([5d5abad](https://github.com/synerise/synerise-design/commit/5d5abad9e7bbf1d3962df13386e086ab2368b223))
|
|
1056
|
+
- **core:** allow side effects ([0fcca2b](https://github.com/synerise/synerise-design/commit/0fcca2b3476b539a60d6d21af5a43a7d32135868))
|
|
1954
1057
|
|
|
1955
1058
|
# [0.9.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-button@0.8.7...@synerise/ds-button@0.9.0) (2020-03-17)
|
|
1956
1059
|
|