@blocklet/pages-kit 0.2.269 → 0.2.271

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.
@@ -23,4 +23,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.default = Promise.resolve().then(() => __importStar(require('@blocklet/ai-kit/components/image-preview')));
26
+ exports.default = () => Promise.resolve().then(() => __importStar(require('@blocklet/ai-kit/components/image-preview')));
@@ -23,4 +23,4 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.default = Promise.resolve().then(() => __importStar(require('react-markdown')));
26
+ exports.default = () => Promise.resolve().then(() => __importStar(require('react-markdown')));
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.default = Promise.all([
26
+ exports.default = () => Promise.all([
27
27
  Promise.resolve().then(() => __importStar(require('react-scroll-to-bottom'))),
28
28
  typeof window !== 'undefined'
29
29
  ? // @ts-ignore
@@ -1 +1 @@
1
- export default import('@blocklet/ai-kit/components/image-preview');
1
+ export default () => import('@blocklet/ai-kit/components/image-preview');
@@ -1 +1 @@
1
- export default import('react-markdown');
1
+ export default () => import('react-markdown');
@@ -1,4 +1,4 @@
1
- export default Promise.all([
1
+ export default () => Promise.all([
2
2
  import('react-scroll-to-bottom'),
3
3
  typeof window !== 'undefined'
4
4
  ? // @ts-ignore
@@ -1,2 +1,2 @@
1
- declare const _default: Promise<typeof import("@blocklet/ai-kit/components/image-preview")>;
1
+ declare const _default: () => Promise<typeof import("@blocklet/ai-kit/components/image-preview")>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: Promise<typeof import("react-markdown")>;
1
+ declare const _default: () => Promise<typeof import("react-markdown")>;
2
2
  export default _default;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- declare const _default: Promise<{
2
+ declare const _default: () => Promise<{
3
3
  useInternalContext: any;
4
4
  default(props: import("react").PropsWithChildren<{
5
5
  checkInterval?: number | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/pages-kit",
3
- "version": "0.2.269",
3
+ "version": "0.2.271",
4
4
  "description": "Pages Kit components and utils",
5
5
  "publishConfig": {
6
6
  "access": "public"