td-stylekit 30.9.3 → 30.9.4
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,3 +1,10 @@
|
|
|
1
|
+
## [30.9.4](https://github.com/treasure-data/td-stylekit/compare/v30.9.3...v30.9.4) (2025-05-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **FG-167:** Override Badge font-weight ([#1664](https://github.com/treasure-data/td-stylekit/issues/1664)) ([89d7120](https://github.com/treasure-data/td-stylekit/commit/89d712078dd987b1c7b83077cf720f817fe76823))
|
|
7
|
+
|
|
1
8
|
## [30.9.3](https://github.com/treasure-data/td-stylekit/compare/v30.9.2...v30.9.3) (2025-05-22)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -116,28 +116,28 @@ declare namespace ThemeProvider {
|
|
|
116
116
|
borderColor?: undefined;
|
|
117
117
|
backgroundColor?: undefined;
|
|
118
118
|
color?: undefined;
|
|
119
|
+
fontWeight?: undefined;
|
|
119
120
|
borderBottom?: undefined;
|
|
120
121
|
':hover'?: undefined;
|
|
121
122
|
borderRight?: undefined;
|
|
122
|
-
fontWeight?: undefined;
|
|
123
123
|
} | {
|
|
124
124
|
borderColor: string;
|
|
125
125
|
borderRadius: string;
|
|
126
126
|
backgroundColor: string;
|
|
127
127
|
color: string;
|
|
128
|
+
fontWeight: number;
|
|
128
129
|
borderBottom?: undefined;
|
|
129
130
|
':hover'?: undefined;
|
|
130
131
|
borderRight?: undefined;
|
|
131
|
-
fontWeight?: undefined;
|
|
132
132
|
} | {
|
|
133
133
|
borderColor: string;
|
|
134
134
|
backgroundColor: string;
|
|
135
135
|
color: string;
|
|
136
136
|
borderRadius?: undefined;
|
|
137
|
+
fontWeight?: undefined;
|
|
137
138
|
borderBottom?: undefined;
|
|
138
139
|
':hover'?: undefined;
|
|
139
140
|
borderRight?: undefined;
|
|
140
|
-
fontWeight?: undefined;
|
|
141
141
|
} | {
|
|
142
142
|
backgroundColor: string;
|
|
143
143
|
borderBottom: string;
|
|
@@ -147,17 +147,17 @@ declare namespace ThemeProvider {
|
|
|
147
147
|
borderRadius?: undefined;
|
|
148
148
|
borderColor?: undefined;
|
|
149
149
|
color?: undefined;
|
|
150
|
-
borderRight?: undefined;
|
|
151
150
|
fontWeight?: undefined;
|
|
151
|
+
borderRight?: undefined;
|
|
152
152
|
} | {
|
|
153
153
|
borderRight: string;
|
|
154
154
|
borderRadius?: undefined;
|
|
155
155
|
borderColor?: undefined;
|
|
156
156
|
backgroundColor?: undefined;
|
|
157
157
|
color?: undefined;
|
|
158
|
+
fontWeight?: undefined;
|
|
158
159
|
borderBottom?: undefined;
|
|
159
160
|
':hover'?: undefined;
|
|
160
|
-
fontWeight?: undefined;
|
|
161
161
|
} | {
|
|
162
162
|
':hover': {
|
|
163
163
|
backgroundColor: string;
|
|
@@ -166,9 +166,9 @@ declare namespace ThemeProvider {
|
|
|
166
166
|
borderColor?: undefined;
|
|
167
167
|
backgroundColor?: undefined;
|
|
168
168
|
color?: undefined;
|
|
169
|
+
fontWeight?: undefined;
|
|
169
170
|
borderBottom?: undefined;
|
|
170
171
|
borderRight?: undefined;
|
|
171
|
-
fontWeight?: undefined;
|
|
172
172
|
} | {
|
|
173
173
|
fontWeight: string;
|
|
174
174
|
borderRadius?: undefined;
|
|
@@ -61,28 +61,28 @@ export declare const theme: {
|
|
|
61
61
|
borderColor?: undefined;
|
|
62
62
|
backgroundColor?: undefined;
|
|
63
63
|
color?: undefined;
|
|
64
|
+
fontWeight?: undefined;
|
|
64
65
|
borderBottom?: undefined;
|
|
65
66
|
':hover'?: undefined;
|
|
66
67
|
borderRight?: undefined;
|
|
67
|
-
fontWeight?: undefined;
|
|
68
68
|
} | {
|
|
69
69
|
borderColor: string;
|
|
70
70
|
borderRadius: string;
|
|
71
71
|
backgroundColor: string;
|
|
72
72
|
color: string;
|
|
73
|
+
fontWeight: number;
|
|
73
74
|
borderBottom?: undefined;
|
|
74
75
|
':hover'?: undefined;
|
|
75
76
|
borderRight?: undefined;
|
|
76
|
-
fontWeight?: undefined;
|
|
77
77
|
} | {
|
|
78
78
|
borderColor: string;
|
|
79
79
|
backgroundColor: string;
|
|
80
80
|
color: string;
|
|
81
81
|
borderRadius?: undefined;
|
|
82
|
+
fontWeight?: undefined;
|
|
82
83
|
borderBottom?: undefined;
|
|
83
84
|
':hover'?: undefined;
|
|
84
85
|
borderRight?: undefined;
|
|
85
|
-
fontWeight?: undefined;
|
|
86
86
|
} | {
|
|
87
87
|
backgroundColor: string;
|
|
88
88
|
borderBottom: string;
|
|
@@ -92,17 +92,17 @@ export declare const theme: {
|
|
|
92
92
|
borderRadius?: undefined;
|
|
93
93
|
borderColor?: undefined;
|
|
94
94
|
color?: undefined;
|
|
95
|
-
borderRight?: undefined;
|
|
96
95
|
fontWeight?: undefined;
|
|
96
|
+
borderRight?: undefined;
|
|
97
97
|
} | {
|
|
98
98
|
borderRight: string;
|
|
99
99
|
borderRadius?: undefined;
|
|
100
100
|
borderColor?: undefined;
|
|
101
101
|
backgroundColor?: undefined;
|
|
102
102
|
color?: undefined;
|
|
103
|
+
fontWeight?: undefined;
|
|
103
104
|
borderBottom?: undefined;
|
|
104
105
|
':hover'?: undefined;
|
|
105
|
-
fontWeight?: undefined;
|
|
106
106
|
} | {
|
|
107
107
|
':hover': {
|
|
108
108
|
backgroundColor: string;
|
|
@@ -111,9 +111,9 @@ export declare const theme: {
|
|
|
111
111
|
borderColor?: undefined;
|
|
112
112
|
backgroundColor?: undefined;
|
|
113
113
|
color?: undefined;
|
|
114
|
+
fontWeight?: undefined;
|
|
114
115
|
borderBottom?: undefined;
|
|
115
116
|
borderRight?: undefined;
|
|
116
|
-
fontWeight?: undefined;
|
|
117
117
|
} | {
|
|
118
118
|
fontWeight: string;
|
|
119
119
|
borderRadius?: undefined;
|
|
@@ -141,7 +141,8 @@ var overrides = (_overrides = {}, _defineProperty(_defineProperty(_definePropert
|
|
|
141
141
|
borderColor: 'transparent',
|
|
142
142
|
borderRadius: '4px',
|
|
143
143
|
backgroundColor: '#F1F4FC',
|
|
144
|
-
color: '#1957DB'
|
|
144
|
+
color: '#1957DB',
|
|
145
|
+
fontWeight: 500
|
|
145
146
|
}), _overridable["default"].Badge.Error, {
|
|
146
147
|
borderColor: 'transparent',
|
|
147
148
|
backgroundColor: '#FDE9EB',
|