Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@rstack-dev/doc-ui

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rstack-dev/doc-ui - npm Package Compare versions

Comparing version
1.9.1
to
1.10.0
+6
-77
dist/why-rspack/index.css

@@ -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