@blocklet/pages-kit 0.2.273 → 0.2.275

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.
@@ -3,8 +3,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.DID = exports.RelativeTime = void 0;
6
+ exports.Result = exports.DID = exports.RelativeTime = void 0;
7
7
  var RelativeTime_1 = require("@arcblock/ux/lib/RelativeTime");
8
8
  Object.defineProperty(exports, "RelativeTime", { enumerable: true, get: function () { return __importDefault(RelativeTime_1).default; } });
9
9
  var DID_1 = require("@arcblock/ux/lib/DID");
10
10
  Object.defineProperty(exports, "DID", { enumerable: true, get: function () { return __importDefault(DID_1).default; } });
11
+ var Result_1 = require("@arcblock/ux/lib/Result");
12
+ Object.defineProperty(exports, "Result", { enumerable: true, get: function () { return __importDefault(Result_1).default; } });
@@ -1,2 +1,3 @@
1
1
  export { default as RelativeTime } from '@arcblock/ux/lib/RelativeTime';
2
2
  export { default as DID } from '@arcblock/ux/lib/DID';
3
+ export { default as Result } from '@arcblock/ux/lib/Result';
@@ -1,2 +1,3 @@
1
1
  export { default as RelativeTime } from '@arcblock/ux/lib/RelativeTime';
2
2
  export { default as DID } from '@arcblock/ux/lib/DID';
3
+ export { default as Result } from '@arcblock/ux/lib/Result';
@@ -130,7 +130,7 @@ export declare const customComponentStates: import("zustand").UseBoundStore<Omit
130
130
  Component: ComponentType;
131
131
  props?: {
132
132
  [key: string]: any;
133
- } | undefined;
133
+ };
134
134
  } | null;
135
135
  loadComponents: (input: Pick<PreloadComponentsInput, 'mode' | 'locale' | 'instances'>) => Promise<void>;
136
136
  }) => void), shouldReplace?: boolean | undefined): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/pages-kit",
3
- "version": "0.2.273",
3
+ "version": "0.2.275",
4
4
  "description": "Pages Kit components and utils",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -109,7 +109,7 @@
109
109
  "react-markdown": "^9.0.1",
110
110
  "react-scroll-to-bottom": "^4.2.0",
111
111
  "react-wrap-balancer": "^1.1.0",
112
- "typescript": "^5.4.3",
112
+ "typescript": "^5.4.4",
113
113
  "ufo": "^1.5.3",
114
114
  "zustand": "^4.5.2"
115
115
  },
@@ -131,13 +131,13 @@
131
131
  "@emotion/cache": "^11.11.0",
132
132
  "@emotion/css": "^11.11.2",
133
133
  "@emotion/react": "^11.11.4",
134
- "@mui/icons-material": "^5.15.14",
135
- "@mui/lab": "^5.0.0-alpha.169",
136
- "@mui/material": "^5.15.14",
134
+ "@mui/icons-material": "^5.15.15",
135
+ "@mui/lab": "^5.0.0-alpha.170",
136
+ "@mui/material": "^5.15.15",
137
137
  "@types/lodash": "^4.17.0",
138
138
  "@types/mustache": "^4.2.5",
139
139
  "@types/node-fetch": "^2.6.11",
140
- "@types/react": "^18.2.73",
140
+ "@types/react": "^18.2.74",
141
141
  "@types/react-scroll-to-bottom": "^4.2.5",
142
142
  "axios": "^1.6.8",
143
143
  "npm-run-all": "^4.1.5",