
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@pandacss/is-valid-prop
Advanced tools
[1.0.0] - 2025-08-04
rtl
and ltr
variants does not work with [dir=auto]
@property
fallbacks does not work correctly when global vars are used in no initial-value
fieldSizing
property properly::-webkit-details-marker
to marker
conditioninset-2xs
, inset-xs
and inset-sm
shadowsnoscript
and inverted-colors
conditions:popover-open
to open
conditioninner
shadow in favor of inset-sm
blurs.sm
-> blurs.xs
blurs.base
-> blurs.sm
bgLinear
, bgRadial
and bgConic
properties.<div
className={css({
bgLinear: 'to-r',
gradientFrom: 'cyan.500',
gradientTo: 'blue.500',
})}
/>
<div
className={css({
bgRadial: 'in srgb',
gradientFrom: 'pink.400',
gradientFromPosition: '40%',
gradientTo: 'fuchsia.700',
})}
/>
<div
className={css({
bgConic: 'in srgb',
gradientFrom: 'blue.600',
gradientTo: 'sky.400',
gradientToPosition: '50%',
})}
/>
boxSize
property that maps to width
and height
properties.<div className={css({ boxSize: '24' })} />
createStyleContext
function to framework artifacts for React, Preact, Solid, and Vue frameworksimport { sva } from 'styled-system/css'
import { createStyleContext } from 'styled-system/jsx'
const card = sva({
slots: ['root', 'label'],
base: {
root: {
color: 'red',
bg: 'red.300',
},
label: {
fontWeight: 'medium',
},
},
variants: {
size: {
sm: {
root: {
padding: '10px',
},
},
md: {
root: {
padding: '20px',
},
},
},
},
defaultVariants: {
size: 'sm',
},
})
const { withProvider, withContext } = createStyleContext(card)
const CardRoot = withProvider('div', 'root')
const CardLabel = withContext('label', 'label')
Then, use like this:
<CardRoot size="sm">
<CardLabel>Hello</CardLabel>
</CardRoot>
FAQs
Common error messages for css panda
The npm package @pandacss/is-valid-prop receives a total of 383,784 weekly downloads. As such, @pandacss/is-valid-prop popularity was classified as popular.
We found that @pandacss/is-valid-prop demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.