@abtnode/ux 1.16.24-beta-08e03567 → 1.16.24-beta-cd4548b9

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.
@@ -636,7 +636,7 @@ export default function AddComponentCore({
636
636
  } else {
637
637
  doc = {
638
638
  ...doc,
639
- pathPrefix: hasRootPath ? `/${urlPathFriendly(title) || urlPathFriendly(name)}` : '/',
639
+ pathPrefix: hasRootPath ? `/${urlPathFriendly(title) || urlPathFriendly(name)}`.toLowerCase() : '/',
640
640
  componentName: '',
641
641
  hasEnvironmentsStep: component.current.meta?.environments?.length > 0
642
642
  };
@@ -646,7 +646,7 @@ function AddComponentCore(_ref3) {
646
646
  } else {
647
647
  var _component$current$me, _component$current$me2;
648
648
  doc = _objectSpread(_objectSpread({}, doc), {}, {
649
- pathPrefix: hasRootPath ? "/".concat((0, _urlPathFriendly.default)(title) || (0, _urlPathFriendly.default)(name)) : '/',
649
+ pathPrefix: hasRootPath ? "/".concat((0, _urlPathFriendly.default)(title) || (0, _urlPathFriendly.default)(name)).toLowerCase() : '/',
650
650
  componentName: '',
651
651
  hasEnvironmentsStep: ((_component$current$me = component.current.meta) === null || _component$current$me === void 0 ? void 0 : (_component$current$me2 = _component$current$me.environments) === null || _component$current$me2 === void 0 ? void 0 : _component$current$me2.length) > 0
652
652
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/ux",
3
- "version": "1.16.24-beta-08e03567",
3
+ "version": "1.16.24-beta-cd4548b9",
4
4
  "description": "UX components shared across abtnode packages",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -29,23 +29,23 @@
29
29
  "author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@abtnode/auth": "1.16.24-beta-08e03567",
33
- "@abtnode/constant": "1.16.24-beta-08e03567",
34
- "@abtnode/util": "1.16.24-beta-08e03567",
32
+ "@abtnode/auth": "1.16.24-beta-cd4548b9",
33
+ "@abtnode/constant": "1.16.24-beta-cd4548b9",
34
+ "@abtnode/util": "1.16.24-beta-cd4548b9",
35
35
  "@ahooksjs/use-url-state": "^3.5.1",
36
36
  "@arcblock/did": "^1.18.110",
37
- "@arcblock/did-connect": "^2.9.40",
37
+ "@arcblock/did-connect": "^2.9.41",
38
38
  "@arcblock/did-motif": "^1.1.13",
39
- "@arcblock/icons": "^2.9.40",
40
- "@arcblock/nft-display": "2.9.40",
41
- "@arcblock/react-hooks": "^2.9.40",
42
- "@arcblock/terminal": "^2.9.40",
43
- "@arcblock/ux": "^2.9.40",
44
- "@blocklet/constant": "1.16.24-beta-08e03567",
45
- "@blocklet/launcher-layout": "2.2.53",
46
- "@blocklet/list": "^0.12.71",
47
- "@blocklet/meta": "1.16.24-beta-08e03567",
48
- "@blocklet/ui-react": "^2.9.40",
39
+ "@arcblock/icons": "^2.9.41",
40
+ "@arcblock/nft-display": "2.9.41",
41
+ "@arcblock/react-hooks": "^2.9.41",
42
+ "@arcblock/terminal": "^2.9.41",
43
+ "@arcblock/ux": "^2.9.41",
44
+ "@blocklet/constant": "1.16.24-beta-cd4548b9",
45
+ "@blocklet/launcher-layout": "2.2.54",
46
+ "@blocklet/list": "^0.12.72",
47
+ "@blocklet/meta": "1.16.24-beta-cd4548b9",
48
+ "@blocklet/ui-react": "^2.9.41",
49
49
  "@blocklet/uploader": "^0.0.74",
50
50
  "@emotion/react": "^11.10.4",
51
51
  "@emotion/styled": "^11.10.4",
@@ -107,7 +107,7 @@
107
107
  "jest": "^29.7.0",
108
108
  "jest-environment-jsdom": "^29.7.0"
109
109
  },
110
- "gitHead": "464a7b3b6dd7f205d828e6e4f48f37e80741f762",
110
+ "gitHead": "29acd021d33872b8bb58c47e5a873d03963be9df",
111
111
  "exports": {
112
112
  ".": {
113
113
  "import": "./es/index.js",