diff --git a/package-lock.json b/package-lock.json index 9965558..f9fe9a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,8 @@ "@hookform/resolvers": "^3.10.0", "@iconify/react": "^5.2.0", "@react-spring/web": "^9.5.5", - "@rollup/rollup-linux-x64-gnu": "*", "@tanstack/react-query": "^5.63.0", + "@types/swiper": "^5.4.3", "axios": "^1.7.9", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -3488,6 +3488,12 @@ "integrity": "sha512-1Xve+NMN7FWjY14vLoY5tL3BVEQ/n42YLwaqJIPYhotZ9uBHt87VceMwWQpzmdEt2TNXIorIFG+YeCUUW7RInw==", "license": "MIT" }, + "node_modules/@types/swiper": { + "version": "5.4.3", + "resolved": "https://registry.npmjs.org/@types/swiper/-/swiper-5.4.3.tgz", + "integrity": "sha512-hJXpVeANf+XQXgbvmuFZdsnaSOKqOEZcaLDnHhZOJDRow+lfboatwubW+Ay9XiHobMGyEomkgpXSYRlDVn4gMQ==", + "license": "MIT" + }, "node_modules/@typescript-eslint/eslint-plugin": { "version": "8.19.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.19.1.tgz", diff --git a/package.json b/package.json index 7313835..2f58ec5 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "@iconify/react": "^5.2.0", "@react-spring/web": "^9.5.5", "@tanstack/react-query": "^5.63.0", + "@types/swiper": "^5.4.3", "axios": "^1.7.9", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/src/app/styles/fonts.ts b/src/app/styles/fonts.ts index f6aea19..a2a3ecb 100644 --- a/src/app/styles/fonts.ts +++ b/src/app/styles/fonts.ts @@ -1,12 +1,4 @@ -import { FontsTypes } from '@shared/types'; - -const createFontStyle = (family: string, weight: number, size: number, lineHeight: number) => ` - font-family: "${family}"; - font-weight: ${weight}; - font-size: ${size}px; - line-height: ${lineHeight}px; - letter-spacing: 0%; -`; +import { FontsTypes } from "@shared/types"; export const fonts: FontsTypes = { /*heading_bold_24px: createFontStyle('Pretendard', 700, 24, 34),