@blocklet/labels 1.6.194 → 1.6.195

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.
@@ -1,4 +1,4 @@
1
- import { g as getDefaultExportFromCjs, c as commonjsGlobal } from "./index-VI76Nvwo.mjs";
1
+ import { g as getDefaultExportFromCjs, c as commonjsGlobal } from "./index-aAHAaJv_.mjs";
2
2
  function _mergeNamespaces(n, m) {
3
3
  for (var i = 0; i < m.length; i++) {
4
4
  const e = m[i];
@@ -13595,7 +13595,7 @@ function WebviewLoginItem({
13595
13595
  return link.href.replace(/^https?:\/\//, "abt://");
13596
13596
  }, [tokenKey, tokenState.token]);
13597
13597
  const handleConnect = useMemoizedFn(() => {
13598
- import("./index--R2g5u3O.mjs").then((n2) => n2.i).then((dsbridge) => {
13598
+ import("./index-0NP0DkSi.mjs").then((n2) => n2.i).then((dsbridge) => {
13599
13599
  if (!dsbridge.call) {
13600
13600
  dsbridge = dsbridge.default;
13601
13601
  }
@@ -17273,7 +17273,7 @@ function GithubLabelPicker({
17273
17273
  ...props,
17274
17274
  key: option.data.id,
17275
17275
  sx: {
17276
- ...!isPermitted && { cursor: "not-allowed!important" }
17276
+ ...!isPermitted && { bgcolor: "grey.100", cursor: "not-allowed!important" }
17277
17277
  }
17278
17278
  },
17279
17279
  /* @__PURE__ */ jsxs(
package/dist/index.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import { G, j, b, a, L, d, k, h, i, f, u, e } from "./index-VI76Nvwo.mjs";
1
+ import { G, j, b, a, L, d, k, h, i, f, u, e } from "./index-aAHAaJv_.mjs";
2
2
  import "react/jsx-runtime";
3
3
  import "react";
4
4
  import "@mui/icons-material";
package/dist/index.umd.js CHANGED
@@ -17239,7 +17239,7 @@ var __publicField = (obj, key, value) => {
17239
17239
  ...props,
17240
17240
  key: option.data.id,
17241
17241
  sx: {
17242
- ...!isPermitted && { cursor: "not-allowed!important" }
17242
+ ...!isPermitted && { bgcolor: "grey.100", cursor: "not-allowed!important" }
17243
17243
  }
17244
17244
  },
17245
17245
  /* @__PURE__ */ require$$1$1.jsxs(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/labels",
3
- "version": "1.6.194",
3
+ "version": "1.6.195",
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.194",
31
+ "@blocklet/translation-input": "1.6.195",
32
32
  "@emotion/css": "^11.10.5",
33
33
  "@emotion/react": "^11.10.5",
34
34
  "@emotion/styled": "^11.10.5",
@@ -82,5 +82,5 @@
82
82
  "resolutions": {
83
83
  "react": "^18.2.0"
84
84
  },
85
- "gitHead": "264720db46bee572851b10e969e60046fb8ef77c"
85
+ "gitHead": "5c9deace228af5f06acbb41ac675780e46368027"
86
86
  }