@blocklet/labels 1.6.241 → 1.6.243
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
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.
|
|
3
|
+
"version": "1.6.243",
|
|
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.243",
|
|
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": "
|
|
86
|
+
"gitHead": "8b98e3ebd3806ae3808162de2a50541e9b8cbc98"
|
|
87
87
|
}
|