@rxdrag/website-lib 0.0.172 → 0.0.174

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.
@@ -1,7 +1,9 @@
1
1
  ---
2
- import type { BackgroundConfig, Locals } from "@rxdrag/website-lib-core";
3
- import { Entify } from "@rxdrag/website-lib-core";
4
- import { BackgroundVideoPlayer, BackgroundHlsVideoPlayer } from "@rxdrag/website-lib-react";
2
+ import type { BackgroundConfig } from "@rxdrag/website-lib-core";
3
+ import type { Locals } from "@rxdrag/website-lib-core/server";
4
+ import { Entify } from "@rxdrag/website-lib-core/server";
5
+ import { BackgroundVideoPlayer } from "@rxdrag/website-lib-react/ui";
6
+ import { BackgroundHlsVideoPlayer } from "@rxdrag/website-lib-react/video";
5
7
  import Image from "./Image.astro";
6
8
  import GlassBorder from "./GlassBorder.astro";
7
9
  import GradientBorder from "./GradientBorder.astro";
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  import "aos/dist/aos.css";
3
3
  import type { PageMeta } from "@rxdrag/rxcms-models";
4
- import type { Locals } from "@rxdrag/website-lib-core";
5
- import Meta from "@rxdrag/website-lib/components/Meta.astro";
6
- import { Entify } from "@rxdrag/website-lib-core";
4
+ import type { Locals } from "@rxdrag/website-lib-core/server";
5
+ import Meta from "./Meta.astro";
6
+ import { Entify } from "@rxdrag/website-lib-core/server";
7
7
  import { ClientRouter } from "astro:transitions";
8
8
 
9
9
  const { env, imageSizes, currentHtmlLang, langs } = Astro.locals as Locals;
@@ -1,6 +1,6 @@
1
1
  ---
2
- import { Entify, type Locals } from "@rxdrag/website-lib-core";
3
- import { ReactVideoPlayer } from "@rxdrag/website-lib-react";
2
+ import { Entify, type Locals } from "@rxdrag/website-lib-core/server";
3
+ import { ReactVideoPlayer } from "@rxdrag/website-lib-react/video";
4
4
 
5
5
  const { env, imageSizes } = Astro.locals as Locals;
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxdrag/website-lib",
3
- "version": "0.0.172",
3
+ "version": "0.0.174",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./index.ts",
@@ -26,12 +26,12 @@
26
26
  "eslint": "^9.39.2",
27
27
  "gsap": "^3.12.7",
28
28
  "typescript": "^5",
29
- "@rxdrag/entify-hooks": "0.2.83",
30
29
  "@rxdrag/eslint-config-custom": "0.2.13",
31
- "@rxdrag/rxcms-models": "0.3.115",
32
- "@rxdrag/website-lib-core": "0.0.142",
30
+ "@rxdrag/entify-hooks": "0.2.83",
33
31
  "@rxdrag/tiptap-preview": "0.0.3",
34
- "@rxdrag/tsconfig": "0.2.1"
32
+ "@rxdrag/website-lib-core": "0.0.142",
33
+ "@rxdrag/tsconfig": "0.2.1",
34
+ "@rxdrag/rxcms-models": "0.3.115"
35
35
  },
36
36
  "dependencies": {
37
37
  "aos": "3.0.0-beta.6",
@@ -39,8 +39,8 @@
39
39
  "react": "^19.1.0",
40
40
  "react-dom": "^19.1.0",
41
41
  "vanilla-cookieconsent": "3.1.0",
42
- "@rxdrag/rxcms-models": "0.3.115",
43
- "@rxdrag/website-lib-react": "0.0.6"
42
+ "@rxdrag/website-lib-react": "0.0.6",
43
+ "@rxdrag/rxcms-models": "0.3.115"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "astro": "^6.1.1",