Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
sikhote committed Aug 29, 2024
1 parent 71ff96a commit ca1ffdc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/types/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,36 +158,43 @@ export interface baseTextProps extends HtmlAttributes {
export interface surface extends HtmlAttributes {
/**
* Adds in a background color based on the current palette's tokens.
* @demoSelectMultiple true
* @values transparent, primary, secondary
*/
background?: Background;
/**
* Specifies a border color based on the token options within Cedar.
* @demoSelectMultiple true
* @values transparent, primary, secondary, success, warning, error
*/
borderColor?: BorderColor;
/**
* Specifies a border style based on the token options within Cedar.
* @demoSelectMultiple true
* @values dotted, dashed, solid
*/
borderStyle?: BorderStyle;
/**
* Specifies a border width based on the token options within Cedar.
* @demoSelectMultiple true
* @values flat, raised, elevated, floating, lifted
*/
borderWidth?: Space;
/**
* Determines which set of styles to apply to the component.
* @demoSelectMultiple true
* @values primary, secondary
*/
modifier?: Modifier;
/**
* Adds in a border radius based on the token options within Cedar.
* @demoSelectMultiple true
* @values transparent, primary, secondary
*/
radius?: Radius;
/**
* Adds a shadow based on the token options within Cedar.
* @demoSelectMultiple true
* @values flat, raised, elevated, floating, lifted
*/
shadow?: Shadow;
Expand Down

0 comments on commit ca1ffdc

Please # to comment.