@rxdrag/website-lib-core 0.0.113 → 0.0.114

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.113",
3
+ "version": "0.0.114",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": "./index.ts"
@@ -24,8 +24,8 @@
24
24
  "@types/react-dom": "^19.1.0",
25
25
  "eslint": "^7.32.0",
26
26
  "typescript": "^5",
27
- "@rxdrag/tsconfig": "0.2.0",
28
27
  "@rxdrag/slate-preview": "1.2.63",
28
+ "@rxdrag/tsconfig": "0.2.0",
29
29
  "@rxdrag/eslint-config-custom": "0.2.12"
30
30
  },
31
31
  "dependencies": {
@@ -34,8 +34,8 @@
34
34
  "gsap": "^3.12.7",
35
35
  "hls.js": "^1.6.13",
36
36
  "lodash-es": "^4.17.21",
37
- "@rxdrag/entify-lib": "0.0.23",
38
- "@rxdrag/rxcms-models": "0.3.96"
37
+ "@rxdrag/rxcms-models": "0.3.96",
38
+ "@rxdrag/entify-lib": "0.0.23"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "astro": "^4.0.0 || ^5.0.0",
@@ -228,7 +228,7 @@ export const ReactVideoPlayer = forwardRef<
228
228
  classNames?.video
229
229
  )}
230
230
  playsInline
231
- controls={false}
231
+ controls={!designMode && hasStarted}
232
232
  disablePictureInPicture
233
233
  controlsList="nodownload noremoteplayback noplaybackrate"
234
234
  >