@blocklet/labels 2.1.46 → 2.1.48
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/dist/index.es.js +3 -3
- package/dist/index.umd.js +3 -3
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -1113,13 +1113,13 @@ function GithubLabelPicker({
|
|
|
1113
1113
|
"aria-describedby": id,
|
|
1114
1114
|
className: "label-picker-trigger",
|
|
1115
1115
|
sx: [
|
|
1116
|
-
() => ({
|
|
1116
|
+
(theme) => ({
|
|
1117
1117
|
width: "100%",
|
|
1118
1118
|
fontSize: 13,
|
|
1119
|
-
color:
|
|
1119
|
+
color: theme.palette.mode === "light" ? "#586069" : "#8b949e",
|
|
1120
1120
|
fontWeight: 600,
|
|
1121
1121
|
"&:hover": {
|
|
1122
|
-
color:
|
|
1122
|
+
color: theme.palette.mode === "light" ? "primary.main" : "#58a6ff"
|
|
1123
1123
|
},
|
|
1124
1124
|
"& svg": {
|
|
1125
1125
|
width: 22,
|
package/dist/index.umd.js
CHANGED
|
@@ -1100,13 +1100,13 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
|
|
|
1100
1100
|
"aria-describedby": id,
|
|
1101
1101
|
className: "label-picker-trigger",
|
|
1102
1102
|
sx: [
|
|
1103
|
-
() => ({
|
|
1103
|
+
(theme) => ({
|
|
1104
1104
|
width: "100%",
|
|
1105
1105
|
fontSize: 13,
|
|
1106
|
-
color:
|
|
1106
|
+
color: theme.palette.mode === "light" ? "#586069" : "#8b949e",
|
|
1107
1107
|
fontWeight: 600,
|
|
1108
1108
|
"&:hover": {
|
|
1109
|
-
color:
|
|
1109
|
+
color: theme.palette.mode === "light" ? "primary.main" : "#58a6ff"
|
|
1110
1110
|
},
|
|
1111
1111
|
"& svg": {
|
|
1112
1112
|
width: 22,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/labels",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.48",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"react-color": "^2.19.3",
|
|
30
30
|
"react-select": "^5.8.1",
|
|
31
31
|
"unstated-next": "^1.1.0",
|
|
32
|
-
"@blocklet/translation-input": "^2.1.
|
|
32
|
+
"@blocklet/translation-input": "^2.1.48"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"@arcblock/did-connect": "^2.10.36",
|