@blocklet/labels 2.1.45 → 2.1.47

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 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: t.palette.mode === "light" ? "#586069" : "#8b949e",
1119
+ color: theme.palette.mode === "light" ? "#586069" : "#8b949e",
1120
1120
  fontWeight: 600,
1121
1121
  "&:hover": {
1122
- color: t.palette.mode === "light" ? "primary.main" : "#58a6ff"
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: t.palette.mode === "light" ? "#586069" : "#8b949e",
1106
+ color: theme.palette.mode === "light" ? "#586069" : "#8b949e",
1107
1107
  fontWeight: 600,
1108
1108
  "&:hover": {
1109
- color: t.palette.mode === "light" ? "primary.main" : "#58a6ff"
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.45",
3
+ "version": "2.1.47",
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.45"
32
+ "@blocklet/translation-input": "^2.1.47"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@arcblock/did-connect": "^2.10.36",