@rxdrag/website-lib-core 0.0.100 → 0.0.101
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.101",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./index.ts"
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"eslint": "^7.32.0",
|
|
26
26
|
"typescript": "^5",
|
|
27
27
|
"@rxdrag/tsconfig": "0.2.0",
|
|
28
|
-
"@rxdrag/
|
|
29
|
-
"@rxdrag/
|
|
28
|
+
"@rxdrag/eslint-config-custom": "0.2.12",
|
|
29
|
+
"@rxdrag/slate-preview": "1.2.63"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@iconify/utils": "^3.0.2",
|
|
@@ -110,7 +110,7 @@ export const Medias = forwardRef<HTMLDivElement, MediasProps>((props, ref) => {
|
|
|
110
110
|
ref={ref}
|
|
111
111
|
className={clsx(
|
|
112
112
|
"flex gap-4",
|
|
113
|
-
isVerticalThumbs ? "flex-row-reverse" : "flex-col",
|
|
113
|
+
isVerticalThumbs ? "flex-col md:flex-row-reverse" : "flex-col",
|
|
114
114
|
className
|
|
115
115
|
)}
|
|
116
116
|
{...rest}
|