@rxdrag/website-lib-core 0.0.107 → 0.0.108
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.
|
|
3
|
+
"version": "0.0.108",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./index.ts"
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"@types/react-dom": "^19.1.0",
|
|
25
25
|
"eslint": "^7.32.0",
|
|
26
26
|
"typescript": "^5",
|
|
27
|
-
"@rxdrag/
|
|
27
|
+
"@rxdrag/eslint-config-custom": "0.2.12",
|
|
28
28
|
"@rxdrag/slate-preview": "1.2.63",
|
|
29
|
-
"@rxdrag/
|
|
29
|
+
"@rxdrag/tsconfig": "0.2.0"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@iconify/utils": "^3.0.2",
|
|
@@ -186,13 +186,13 @@ export const ReactVideoPlayer = forwardRef<
|
|
|
186
186
|
>
|
|
187
187
|
<div
|
|
188
188
|
className={clsx(
|
|
189
|
-
"flex items-center justify-center w-
|
|
189
|
+
"flex items-center justify-center w-14 h-14 lg:w-[130px] lg:h-[130px] bg-white/15 rounded-full backdrop-blur-sm hover:shadow-md transition-all duration-300 hover:scale-110 group",
|
|
190
190
|
classNames?.playButtonOuter
|
|
191
191
|
)}
|
|
192
192
|
>
|
|
193
193
|
<div
|
|
194
194
|
className={clsx(
|
|
195
|
-
"w-
|
|
195
|
+
"w-10 h-10 lg:w-[90px] lg:h-[90px] bg-white relative overflow-hidden rounded-full",
|
|
196
196
|
classNames?.playButtonInner
|
|
197
197
|
)}
|
|
198
198
|
>
|
|
@@ -200,7 +200,7 @@ export const ReactVideoPlayer = forwardRef<
|
|
|
200
200
|
<div className="w-full h-full flex items-center justify-center">
|
|
201
201
|
<svg
|
|
202
202
|
className={clsx(
|
|
203
|
-
"size-
|
|
203
|
+
"size-4 lg:size-8 text-gray-700",
|
|
204
204
|
classNames?.playIcon
|
|
205
205
|
)}
|
|
206
206
|
viewBox="0 0 30 32"
|