@blocklet/launcher-layout 2.2.44 → 2.2.46

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.
Files changed (3) hide show
  1. package/es/nav.js +0 -1
  2. package/lib/nav.js +0 -1
  3. package/package.json +12 -12
package/es/nav.js CHANGED
@@ -55,7 +55,6 @@ function Nav({
55
55
  if (step.optional === true && activeStep < index) {
56
56
  classNameList.push('step-optional'); // optional在没有匹配到路由情况下会隐藏;超越这个步骤后就会一直出现
57
57
  }
58
-
59
58
  return classNameList.join(' ');
60
59
  };
61
60
  return /*#__PURE__*/_jsxs(Div, {
package/lib/nav.js CHANGED
@@ -64,7 +64,6 @@ function Nav(_ref) {
64
64
  if (step.optional === true && activeStep < index) {
65
65
  classNameList.push('step-optional'); // optional在没有匹配到路由情况下会隐藏;超越这个步骤后就会一直出现
66
66
  }
67
-
68
67
  return classNameList.join(' ');
69
68
  };
70
69
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)(Div, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/launcher-layout",
3
- "version": "2.2.44",
3
+ "version": "2.2.46",
4
4
  "description": "Common ux components of launcher",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -42,16 +42,16 @@
42
42
  "react": ">=18.1.0"
43
43
  },
44
44
  "dependencies": {
45
- "@arcblock/did-connect": "^2.8.17",
46
- "@arcblock/icons": "^2.8.17",
47
- "@arcblock/ux": "^2.8.17",
48
- "@blocklet/launcher-util": "2.2.44",
49
- "@blocklet/launcher-ux": "2.2.44",
50
- "@blocklet/meta": "^1.16.18",
45
+ "@arcblock/did-connect": "^2.8.19",
46
+ "@arcblock/icons": "^2.8.19",
47
+ "@arcblock/ux": "^2.8.19",
48
+ "@blocklet/launcher-util": "2.2.46",
49
+ "@blocklet/launcher-ux": "2.2.46",
50
+ "@blocklet/meta": "^1.16.19",
51
51
  "@emotion/react": "^11.11.1",
52
52
  "@emotion/styled": "^11.11.0",
53
- "@mui/icons-material": "^5.14.18",
54
- "@mui/material": "^5.14.18",
53
+ "@mui/icons-material": "^5.14.19",
54
+ "@mui/material": "^5.14.19",
55
55
  "is-empty": "^1.2.0",
56
56
  "lodash": "^4.17.21",
57
57
  "prop-types": "^15.8.1",
@@ -60,8 +60,8 @@
60
60
  },
61
61
  "devDependencies": {
62
62
  "@babel/cli": "^7.23.4",
63
- "@babel/core": "^7.23.3",
64
- "@babel/preset-env": "^7.23.3",
63
+ "@babel/core": "^7.23.5",
64
+ "@babel/preset-env": "^7.23.5",
65
65
  "@babel/preset-react": "^7.23.3",
66
66
  "@storybook/react": "^6.5.16",
67
67
  "babel-plugin-inline-react-svg": "^2.0.2",
@@ -77,5 +77,5 @@
77
77
  "require": "./lib/"
78
78
  }
79
79
  },
80
- "gitHead": "c0aa397e5173573cd5632ff23db639d548da6094"
80
+ "gitHead": "fc72070082f80127e99ddffe9fb6d9ec03970c8a"
81
81
  }