@blocklet/labels 1.6.72 → 1.6.74
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 +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +3 -3
package/dist/index.es.js
CHANGED
|
@@ -890,7 +890,7 @@ function GithubLabelPicker({
|
|
|
890
890
|
color: t.palette.mode === "light" ? "#24292e" : "#c9d1d9",
|
|
891
891
|
backgroundColor: t.palette.mode === "light" ? "#fff" : "#1c2128"
|
|
892
892
|
}),
|
|
893
|
-
children: /* @__PURE__ */ jsx(ClickAwayListener, { onClickAway: handleClose, children: /* @__PURE__ */ jsxs(Box$1, { children: [
|
|
893
|
+
children: /* @__PURE__ */ jsx(ClickAwayListener, { onClickAway: handleClose, children: /* @__PURE__ */ jsxs(Box$1, { onClick: (e) => e.preventDefault(), children: [
|
|
894
894
|
title && /* @__PURE__ */ jsx(
|
|
895
895
|
Box$1,
|
|
896
896
|
{
|
package/dist/index.umd.js
CHANGED
|
@@ -878,7 +878,7 @@ var __publicField = (obj, key, value) => {
|
|
|
878
878
|
color: t.palette.mode === "light" ? "#24292e" : "#c9d1d9",
|
|
879
879
|
backgroundColor: t.palette.mode === "light" ? "#fff" : "#1c2128"
|
|
880
880
|
}),
|
|
881
|
-
children: /* @__PURE__ */ jsxRuntime.jsx(material.ClickAwayListener, { onClickAway: handleClose, children: /* @__PURE__ */ jsxRuntime.jsxs(material.Box, { children: [
|
|
881
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(material.ClickAwayListener, { onClickAway: handleClose, children: /* @__PURE__ */ jsxRuntime.jsxs(material.Box, { onClick: (e) => e.preventDefault(), children: [
|
|
882
882
|
title && /* @__PURE__ */ jsxRuntime.jsx(
|
|
883
883
|
material.Box,
|
|
884
884
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/labels",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.74",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist"
|
|
6
6
|
],
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"access": "public"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@blocklet/translation-input": "1.6.
|
|
31
|
+
"@blocklet/translation-input": "1.6.74",
|
|
32
32
|
"@emotion/css": "^11.10.5",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"resolutions": {
|
|
81
81
|
"react": "^18.2.0"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "12909fbb40972718c1726536925283bde166fdda"
|
|
84
84
|
}
|