Interface: StylesProperties
Defined in: packages/core/src/react/provider/types.ts:551
Indexable
[k: string]: unknown
Properties
border?
optionalborder:object
Defined in: packages/core/src/react/provider/types.ts:555
Border styles.
color?
optionalcolor:string
Sets the border-color CSS property.
radius?
optionalradius:string
Sets the border-radius CSS property.
style?
optionalstyle:string
Sets the border-style CSS property.
width?
optionalwidth:string
Sets the border-width CSS property.
color?
optionalcolor:object
Defined in: packages/core/src/react/provider/types.ts:576
Color styles.
background?
optionalbackground:string
Sets the background-color CSS property.
gradient?
optionalgradient:string
Sets the background CSS property.
text?
optionaltext:string
Sets the color CSS property.
spacing?
optionalspacing:object
Defined in: packages/core/src/react/provider/types.ts:593
Spacing styles.
blockGap?
optionalblockGap:string
Sets the --wp--style--block-gap CSS custom property when settings.spacing.blockGap is true.
margin?
optionalmargin:object
Margin styles.
margin.bottom?
optionalmargin.bottom:string
Sets the margin-bottom CSS property.
margin.left?
optionalmargin.left:string
Sets the margin-left CSS property.
margin.right?
optionalmargin.right:string
Sets the margin-right CSS property.
margin.top?
optionalmargin.top:string
Sets the margin-top CSS property.
padding?
optionalpadding:object
Padding styles.
padding.bottom?
optionalpadding.bottom:string
Sets the padding-bottom CSS property.
padding.left?
optionalpadding.left:string
Sets the padding-left CSS property.
padding.right?
optionalpadding.right:string
Sets the padding-right CSS property.
padding.top?
optionalpadding.top:string
Sets the padding-top CSS property.
typography?
optionaltypography:object
Defined in: packages/core/src/react/provider/types.ts:644
Typography styles.
fontFamily?
optionalfontFamily:string
Sets the font-family CSS property.
fontSize?
optionalfontSize:string
Sets the font-size CSS property.
fontStyle?
optionalfontStyle:string
Sets the font-style CSS property.
fontWeight?
optionalfontWeight:string
Sets the font-weight CSS property.
letterSpacing?
optionalletterSpacing:string
Sets the letter-spacing CSS property.
lineHeight?
optionallineHeight:string
Sets the line-height CSS property.
textDecoration?
optionaltextDecoration:string
Sets the text-decoration CSS property.
textTransform?
optionaltextTransform:string
Sets the text-transform CSS property.