@rxdrag/website-lib 0.0.175 → 0.0.177

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.
@@ -113,14 +113,14 @@ const splineUrl = background.type === "spline" ? background.url : undefined;
113
113
  className={className}
114
114
  src={videoUrl}
115
115
  poster={posterUrl}
116
- client:load
116
+ client:only="react"
117
117
  />
118
118
  ) : (
119
119
  <BackgroundVideoPlayer
120
120
  className={className}
121
121
  src={videoUrl}
122
122
  poster={posterUrl}
123
- client:load
123
+ client:only="react"
124
124
  />
125
125
  ))
126
126
  }
@@ -48,7 +48,7 @@ if (poster) {
48
48
 
49
49
  {
50
50
  <ReactVideoPlayer
51
- client:load
51
+ client:only="react"
52
52
  media={media}
53
53
  endTitle={endTitle}
54
54
  posterUrl={posterUrl}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxdrag/website-lib",
3
- "version": "0.0.175",
3
+ "version": "0.0.177",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./index.ts",
@@ -27,11 +27,11 @@
27
27
  "gsap": "^3.12.7",
28
28
  "typescript": "^5",
29
29
  "@rxdrag/eslint-config-custom": "0.2.13",
30
- "@rxdrag/rxcms-models": "0.3.115",
31
- "@rxdrag/website-lib-core": "0.0.142",
32
30
  "@rxdrag/tiptap-preview": "0.0.3",
33
- "@rxdrag/tsconfig": "0.2.1",
34
- "@rxdrag/entify-hooks": "0.2.83"
31
+ "@rxdrag/website-lib-core": "0.0.142",
32
+ "@rxdrag/rxcms-models": "0.3.115",
33
+ "@rxdrag/entify-hooks": "0.2.83",
34
+ "@rxdrag/tsconfig": "0.2.1"
35
35
  },
36
36
  "dependencies": {
37
37
  "aos": "3.0.0-beta.6",
@@ -40,7 +40,7 @@
40
40
  "react-dom": "^19.1.0",
41
41
  "vanilla-cookieconsent": "3.1.0",
42
42
  "@rxdrag/rxcms-models": "0.3.115",
43
- "@rxdrag/website-lib-react": "0.0.7"
43
+ "@rxdrag/website-lib-react": "0.0.8"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "astro": "^6.1.1",