@blocklet/pages-kit-inner-components 0.6.36 → 0.6.37

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.
@@ -10,8 +10,8 @@ import { produce as De } from "immer";
10
10
  import Z from "lodash/difference";
11
11
  import { useState as D, useMemo as C, useCallback as O, useImperativeHandle as Oe, useEffect as E, useRef as Ae } from "react";
12
12
  import { useAsync as je } from "react-use";
13
- import { L as ve } from "./home-CCiZOODL.js";
14
- import { p as Ce, g as Re } from "./index-B6GyWmgC.js";
13
+ import { L as ve } from "./home-1FD52b5s.js";
14
+ import { p as Ce, g as Re } from "./index-DBTbT9nm.js";
15
15
  function ze(s) {
16
16
  const [u, g] = D(!1);
17
17
  return /* @__PURE__ */ t(
package/lib/es/home.js CHANGED
@@ -21,8 +21,8 @@ import "react-helmet";
21
21
  import "react-router-dom";
22
22
  import "react-use";
23
23
  import "ufo";
24
- import "./chunks/index-B6GyWmgC.js";
25
- import { a as R, P as S, d as W, c as j, b as k, T as q, H as v } from "./chunks/home-CCiZOODL.js";
24
+ import "./chunks/index-DBTbT9nm.js";
25
+ import { a as R, P as S, d as W, c as j, b as k, T as q, H as v } from "./chunks/home-1FD52b5s.js";
26
26
  import "./chunks/session-C72Dq8zg.js";
27
27
  export {
28
28
  R as HomeView,
package/lib/es/theme.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import { ConfigProvider as c } from "@arcblock/ux/lib/Config";
3
- import { Icon as h } from "@iconify-icon/react";
4
- import $ from "@iconify-icons/tabler/chevron-down";
5
- import { listItemIconClasses as y, switchClasses as S, svgIconClasses as s, sliderClasses as o, outlinedInputClasses as m, inputBaseClasses as t, filledInputClasses as u, inputLabelClasses as i, inputClasses as l, selectClasses as g, autocompleteClasses as p, Box as z } from "@mui/material";
3
+ import { Icon as $ } from "@iconify-icon/react";
4
+ import h from "@iconify-icons/tabler/chevron-down";
5
+ import { listItemIconClasses as y, switchClasses as g, svgIconClasses as s, sliderClasses as o, outlinedInputClasses as m, inputBaseClasses as t, filledInputClasses as u, inputLabelClasses as i, inputClasses as l, selectClasses as S, autocompleteClasses as p, Box as z } from "@mui/material";
6
6
  import { useMemo as v } from "react";
7
7
  import { useLocation as M } from "react-router-dom";
8
8
  import { S as I } from "./chunks/session-C72Dq8zg.js";
@@ -23,7 +23,7 @@ const n = window.blocklet?.prefix || "/", O = n.endsWith("/") ? `${n}admin` : `$
23
23
  }
24
24
  };
25
25
  function x(e) {
26
- return /* @__PURE__ */ a(z, { ...e, component: h, icon: $ });
26
+ return /* @__PURE__ */ a(z, { ...e, component: $, icon: h });
27
27
  }
28
28
  const T = {
29
29
  typography: {
@@ -112,7 +112,7 @@ const T = {
112
112
  height: 28,
113
113
  width: 48,
114
114
  padding: 8,
115
- [`&.${S.sizeSmall}`]: {
115
+ [`&.${g.sizeSmall}`]: {
116
116
  height: 26,
117
117
  width: 40,
118
118
  padding: 8
@@ -177,7 +177,7 @@ const T = {
177
177
  [`&.${t.hiddenLabel}`]: {
178
178
  mt: 0,
179
179
  pt: 0,
180
- [`.${g.select}.${l.input}:focus`]: {
180
+ [`.${S.select}.${l.input}:focus`]: {
181
181
  bgcolor: "transparent"
182
182
  }
183
183
  }
@@ -294,6 +294,10 @@ const T = {
294
294
  },
295
295
  "@media (hover: none)": {
296
296
  bgcolor: e.palette.grey[100]
297
+ },
298
+ // disabled
299
+ "&.Mui-disabled": {
300
+ bgcolor: e.palette.grey[100]
297
301
  }
298
302
  })
299
303
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/pages-kit-inner-components",
3
- "version": "0.6.36",
3
+ "version": "0.6.37",
4
4
  "description": "Pages Kit inner components library",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -203,8 +203,8 @@
203
203
  "yaml": "^2.5.0",
204
204
  "yjs": "^13.6.18",
205
205
  "zustand": "^4.5.5",
206
- "@blocklet/pages-kit": "^0.6.36",
207
- "@blocklet/pages-kit-block-studio": "^0.6.36"
206
+ "@blocklet/pages-kit": "^0.6.37",
207
+ "@blocklet/pages-kit-block-studio": "^0.6.37"
208
208
  },
209
209
  "devDependencies": {
210
210
  "@trivago/prettier-plugin-sort-imports": "^5.2.1",