@rxdrag/website-lib-core 0.0.121 → 0.0.122

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxdrag/website-lib-core",
3
- "version": "0.0.121",
3
+ "version": "0.0.122",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./index.ts"
@@ -23,8 +23,8 @@
23
23
  "@types/react-dom": "^19.1.0",
24
24
  "eslint": "^9.39.2",
25
25
  "typescript": "^5",
26
- "@rxdrag/eslint-config-custom": "0.2.13",
27
26
  "@rxdrag/tiptap-preview": "0.0.3",
27
+ "@rxdrag/eslint-config-custom": "0.2.13",
28
28
  "@rxdrag/tsconfig": "0.2.1"
29
29
  },
30
30
  "dependencies": {
@@ -1,3 +1,4 @@
1
+ export type ImageMetadata = import("astro").ImageMetadata;
1
2
  // 背景样式类型定义,支持tailwind类
2
3
  export type ColorBackgroundConfig = {
3
4
  id?: string;