@rstack-dev/doc-ui
Advanced tools
@@ -1,13 +0,7 @@ | ||
| @media screen and (min-width: 1441px) { | ||
| @media screen and (min-width: 1281px) { | ||
| .featureCard-pszTrm { | ||
| flex: 1 0 30% !important; | ||
| flex: 1 0 20% !important; | ||
| } | ||
| } | ||
| @media screen and (min-width: 1281px) and (max-width: 1440px) { | ||
| .featureCard-pszTrm { | ||
| flex: 1 0 30% !important; | ||
| } | ||
| } | ||
| @media screen and (min-width: 835px) and (max-width: 1280px) { | ||
@@ -110,65 +104,2 @@ .featureCard-pszTrm { | ||
| .whyRspackCard-OPVupR { | ||
| align-self: stretch; | ||
| flex: 2 0 60% !important; | ||
| } | ||
| .whyRspackCard-OPVupR .whyRspack-A_WTpz { | ||
| box-sizing: border-box; | ||
| border: 1px solid var(--rs-why-rspack-card-stroke); | ||
| background: var(--rs-why-rspack-card-gradient); | ||
| border-radius: 20px; | ||
| flex-direction: column; | ||
| align-items: center; | ||
| gap: 16px; | ||
| height: 100%; | ||
| padding: 32px; | ||
| display: flex; | ||
| } | ||
| .whyRspackCard-OPVupR .whyRspack-A_WTpz .whyRspackBg-DglQGL { | ||
| z-index: 0; | ||
| -webkit-user-select: none; | ||
| user-select: none; | ||
| width: 250px; | ||
| height: 75%; | ||
| position: absolute; | ||
| bottom: 32px; | ||
| right: 32px; | ||
| } | ||
| .whyRspackCard-OPVupR .whyRspack-A_WTpz .whyRspackContent-BNPahM { | ||
| flex-direction: column; | ||
| justify-content: center; | ||
| align-items: flex-start; | ||
| gap: 16px; | ||
| padding: 16px; | ||
| display: flex; | ||
| } | ||
| .whyRspackCard-OPVupR .whyRspack-A_WTpz .whyRspackContent-BNPahM .whyRspackTitle-tp0mrZ { | ||
| letter-spacing: -2px; | ||
| background: var(--Linear-Text, linear-gradient(278deg, #ff8b00 52.48%, #f93920 98.12%)); | ||
| -webkit-text-fill-color: rgba(0, 0, 0, 0); | ||
| -webkit-background-clip: text; | ||
| background-clip: text; | ||
| margin: 0; | ||
| font-size: 42px; | ||
| font-style: normal; | ||
| font-weight: 700; | ||
| line-height: normal; | ||
| } | ||
| .whyRspackCard-OPVupR .whyRspack-A_WTpz .whyRspackContent-BNPahM .whyRspackDescription-j70toO { | ||
| background: var(--rs-why-rspack-description-bg); | ||
| -webkit-text-fill-color: rgba(0, 0, 0, 0); | ||
| -webkit-background-clip: text; | ||
| background-clip: text; | ||
| margin-top: 4px; | ||
| font-size: 19px; | ||
| font-style: normal; | ||
| font-weight: 400; | ||
| line-height: 40px; | ||
| } | ||
| .features-VP6Ici { | ||
@@ -198,3 +129,3 @@ flex-wrap: wrap; | ||
| gap: 16px; | ||
| padding: 32px; | ||
| padding: 28px; | ||
| text-decoration: none; | ||
@@ -207,7 +138,5 @@ display: flex; | ||
| user-select: none; | ||
| background: url("https://assets.rspack.dev/rspack/assets/landingpage-why-rspack-card-bg.png") 0 0 / 100% 100% no-repeat; | ||
| justify-content: center; | ||
| align-items: center; | ||
| width: 100%; | ||
| height: 150px; | ||
| display: flex; | ||
@@ -218,3 +147,3 @@ } | ||
| width: 150px; | ||
| height: 120px; | ||
| height: 110px; | ||
| } | ||
@@ -234,3 +163,3 @@ | ||
| margin: 0; | ||
| font-size: 20px; | ||
| font-size: 17px; | ||
| font-style: normal; | ||
@@ -244,3 +173,3 @@ font-weight: 700; | ||
| margin: 0; | ||
| font-size: 15px; | ||
| font-size: 14px; | ||
| font-style: normal; | ||
@@ -247,0 +176,0 @@ font-weight: 400; |
@@ -10,6 +10,2 @@ import { type FC } from 'react'; | ||
| }; | ||
| type WhyRspackCardProps = { | ||
| title: string; | ||
| description: string; | ||
| }; | ||
| export type FeatureListProps = { | ||
@@ -19,4 +15,3 @@ features: Feature[]; | ||
| }; | ||
| export type WhyRspackProps = FeatureListProps & Partial<WhyRspackCardProps>; | ||
| export type WhyRspackProps = FeatureListProps; | ||
| export declare const WhyRspack: FC<WhyRspackProps>; | ||
| export {}; |
+1
-1
| { | ||
| "name": "@rstack-dev/doc-ui", | ||
| "version": "1.9.1", | ||
| "version": "1.10.0", | ||
| "type": "module", | ||
@@ -5,0 +5,0 @@ "types": "./dist/index.d.ts", |
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
1708205
-0.31%37254
-0.38%