@rxdrag/website-lib-core 0.0.117 → 0.0.118

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.117",
3
+ "version": "0.0.118",
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/slate-preview": "1.2.63",
28
27
  "@rxdrag/eslint-config-custom": "0.2.12",
28
+ "@rxdrag/slate-preview": "1.2.63",
29
29
  "@rxdrag/tsconfig": "0.2.0"
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/rxcms-models": "0.3.96",
38
- "@rxdrag/entify-lib": "0.0.23"
37
+ "@rxdrag/entify-lib": "0.0.23",
38
+ "@rxdrag/rxcms-models": "0.3.96"
39
39
  },
40
40
  "peerDependencies": {
41
41
  "astro": "^4.0.0 || ^5.0.0",
@@ -198,7 +198,7 @@ export const Medias = forwardRef<HTMLDivElement, MediasProps>((props, ref) => {
198
198
  >
199
199
  <div
200
200
  className={clsx(
201
- "gap-1 md:gap-3",
201
+ "gap-2 md:gap-3",
202
202
  navigationInner,
203
203
  isVerticalThumbs ? "grid md:flex md:flex-col" : "grid"
204
204
  )}