@spark-web/button 5.5.0 → 5.5.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 CHANGED
@@ -1,5 +1,46 @@
1
1
  # @spark-web/button
2
2
 
3
+ ## 5.5.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#704](https://github.com/brighte-labs/spark-web/pull/704)
8
+ [`67ad8de`](https://github.com/brighte-labs/spark-web/commit/67ad8de8ce99bedb733293bbb23d554ae48a9f1f)
9
+ Thanks [@mkt-brighte](https://github.com/mkt-brighte)! - Support bravo theme
10
+ for button component
11
+
12
+ - Updated dependencies
13
+ [[`67ad8de`](https://github.com/brighte-labs/spark-web/commit/67ad8de8ce99bedb733293bbb23d554ae48a9f1f)]:
14
+ - @spark-web/theme@5.12.4
15
+
16
+ ## 5.5.2
17
+
18
+ ### Patch Changes
19
+
20
+ - [#698](https://github.com/brighte-labs/spark-web/pull/698)
21
+ [`814b373`](https://github.com/brighte-labs/spark-web/commit/814b373cbe9fcf0757738c78eef6b516624df62c)
22
+ Thanks [@michtntbrighte](https://github.com/michtntbrighte)! - Bump version
23
+
24
+ - Updated dependencies
25
+ [[`814b373`](https://github.com/brighte-labs/spark-web/commit/814b373cbe9fcf0757738c78eef6b516624df62c)]:
26
+ - @spark-web/box@5.2.2
27
+ - @spark-web/link@5.0.2
28
+ - @spark-web/text@5.2.3
29
+ - @spark-web/theme@5.12.1
30
+
31
+ ## 5.5.1
32
+
33
+ ### Patch Changes
34
+
35
+ - [#693](https://github.com/brighte-labs/spark-web/pull/693)
36
+ [`1995db7`](https://github.com/brighte-labs/spark-web/commit/1995db7f4342803732c7648ab3ca6d32442cc347)
37
+ Thanks [@michtntbrighte](https://github.com/michtntbrighte)! - Add Bravo theme
38
+
39
+ - Updated dependencies
40
+ [[`1995db7`](https://github.com/brighte-labs/spark-web/commit/1995db7f4342803732c7648ab3ca6d32442cc347)]:
41
+ - @spark-web/theme@5.12.0
42
+ - @spark-web/text@5.2.2
43
+
3
44
  ## 5.5.0
4
45
 
5
46
  ### Minor Changes
@@ -93,7 +93,8 @@ var variants = {
93
93
  primary: _objectSpread({
94
94
  background: 'primary',
95
95
  backgroundHover: 'primaryHover',
96
- backgroundActive: 'primaryActive'
96
+ backgroundActive: 'primaryActive',
97
+ textTone: 'dark'
97
98
  }, highDisabledStyles),
98
99
  secondary: _objectSpread({
99
100
  background: 'secondary',
@@ -135,7 +136,7 @@ var variants = {
135
136
  backgroundFill: 'primarySoft',
136
137
  border: 'primary',
137
138
  borderWidth: 'large',
138
- textTone: 'neutral',
139
+ textTone: 'dark',
139
140
  backgroundHover: 'none',
140
141
  borderHover: 'primaryHover',
141
142
  textToneHover: 'primaryHover',
@@ -93,7 +93,8 @@ var variants = {
93
93
  primary: _objectSpread({
94
94
  background: 'primary',
95
95
  backgroundHover: 'primaryHover',
96
- backgroundActive: 'primaryActive'
96
+ backgroundActive: 'primaryActive',
97
+ textTone: 'dark'
97
98
  }, highDisabledStyles),
98
99
  secondary: _objectSpread({
99
100
  background: 'secondary',
@@ -135,7 +136,7 @@ var variants = {
135
136
  backgroundFill: 'primarySoft',
136
137
  border: 'primary',
137
138
  borderWidth: 'large',
138
- textTone: 'neutral',
139
+ textTone: 'dark',
139
140
  backgroundHover: 'none',
140
141
  borderHover: 'primaryHover',
141
142
  textToneHover: 'primaryHover',
@@ -89,7 +89,8 @@ var variants = {
89
89
  primary: _objectSpread({
90
90
  background: 'primary',
91
91
  backgroundHover: 'primaryHover',
92
- backgroundActive: 'primaryActive'
92
+ backgroundActive: 'primaryActive',
93
+ textTone: 'dark'
93
94
  }, highDisabledStyles),
94
95
  secondary: _objectSpread({
95
96
  background: 'secondary',
@@ -131,7 +132,7 @@ var variants = {
131
132
  backgroundFill: 'primarySoft',
132
133
  border: 'primary',
133
134
  borderWidth: 'large',
134
- textTone: 'neutral',
135
+ textTone: 'dark',
135
136
  backgroundHover: 'none',
136
137
  borderHover: 'primaryHover',
137
138
  textToneHover: 'primaryHover',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-web/button",
3
- "version": "5.5.0",
3
+ "version": "5.5.3",
4
4
  "homepage": "https://github.com/brighte-labs/spark-web#readme",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,12 +18,12 @@
18
18
  "@babel/runtime": "^7.25.0",
19
19
  "@emotion/react": "^11.14.0",
20
20
  "@spark-web/a11y": "^5.2.0",
21
- "@spark-web/box": "^5.0.0",
21
+ "@spark-web/box": "^5.2.2",
22
22
  "@spark-web/icon": "^5.0.0",
23
- "@spark-web/link": "^5.0.0",
23
+ "@spark-web/link": "^5.0.2",
24
24
  "@spark-web/spinner": "^5.0.1",
25
- "@spark-web/text": "^5.1.0",
26
- "@spark-web/theme": "^5.11.1",
25
+ "@spark-web/text": "^5.2.3",
26
+ "@spark-web/theme": "^5.12.4",
27
27
  "@spark-web/utils": "^5.0.0"
28
28
  },
29
29
  "devDependencies": {