@spark-web/button 2.0.0-rc.21 → 2.0.0-rc.23
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 +19 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @spark-web/button
|
|
2
2
|
|
|
3
|
+
## 2.0.0-rc.23
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Add support for component-level theming in ButtonLink
|
|
8
|
+
|
|
9
|
+
## 2.0.0-rc.22
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- Add new optional "rounded" prop for Button
|
|
14
|
+
|
|
15
|
+
Add support for custom CSS in Button
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies []:
|
|
20
|
+
- @spark-web/text@2.0.0-rc.22
|
|
21
|
+
|
|
3
22
|
## 2.0.0-rc.21
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spark-web/button",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.23",
|
|
4
4
|
"homepage": "https://github.com/brighte-labs/spark-web#readme",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@spark-web/icon": "^2.0.0-rc.21",
|
|
23
23
|
"@spark-web/link": "^2.0.0-rc.21",
|
|
24
24
|
"@spark-web/spinner": "^2.0.0-rc.21",
|
|
25
|
-
"@spark-web/text": "^2.0.0-rc.
|
|
25
|
+
"@spark-web/text": "^2.0.0-rc.22",
|
|
26
26
|
"@spark-web/theme": "^4.0.0-rc.21",
|
|
27
27
|
"@spark-web/utils": "^2.0.0-rc.21"
|
|
28
28
|
},
|