@blocklet/labels 1.6.242 → 1.6.244

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
@@ -1296,7 +1296,7 @@ function GithubLabelPicker({
1296
1296
  }
1297
1297
  ),
1298
1298
  /* @__PURE__ */ jsxs(Box$1, { children: [
1299
- inputValue && !exists && /* @__PURE__ */ jsx(
1299
+ isAdmin && inputValue && !exists && /* @__PURE__ */ jsx(
1300
1300
  Box$1,
1301
1301
  {
1302
1302
  sx: {
package/dist/index.umd.js CHANGED
@@ -1283,7 +1283,7 @@ var __publicField = (obj, key, value) => {
1283
1283
  }
1284
1284
  ),
1285
1285
  /* @__PURE__ */ jsxRuntime.jsxs(material.Box, { children: [
1286
- inputValue && !exists && /* @__PURE__ */ jsxRuntime.jsx(
1286
+ isAdmin && inputValue && !exists && /* @__PURE__ */ jsxRuntime.jsx(
1287
1287
  material.Box,
1288
1288
  {
1289
1289
  sx: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/labels",
3
- "version": "1.6.242",
3
+ "version": "1.6.244",
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.242",
31
+ "@blocklet/translation-input": "1.6.244",
32
32
  "@emotion/css": "^11.10.5",
33
33
  "@emotion/react": "^11.10.5",
34
34
  "@emotion/styled": "^11.10.5",
@@ -83,5 +83,5 @@
83
83
  "resolutions": {
84
84
  "react": "^18.2.0"
85
85
  },
86
- "gitHead": "655f75df4fb08942b6637209a6d605a1a552f4a4"
86
+ "gitHead": "fad7100cf972c615bb08aaa6a7a033ec296c4e66"
87
87
  }