Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/alert/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ export interface AlertProps extends BaseComponentProps {
*/
analyticsMetadata?: AlertProps.AnalyticsMetadata;
/**
* An object containing CSS properties to customize the alert's visual appearance.
* @awsuiSystem core
*/
style?: AlertProps.Style;
Expand Down
1 change: 1 addition & 0 deletions src/autosuggest/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ export interface AutosuggestProps
renderHighlightedAriaLive?: AutosuggestProps.ContainingOptionAndGroupString;

/**
* An object containing CSS properties to customize the autosuggest's visual appearance.
* @awsuiSystem core
*/
style?: AutosuggestProps.Style;
Expand Down
1 change: 1 addition & 0 deletions src/badge/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export interface BadgeProps extends BaseComponentProps {
children?: React.ReactNode;

/**
* An object containing CSS properties to customize the badge's visual appearance.
* @awsuiSystem core
*/
style?: BadgeProps.Style;
Expand Down
1 change: 1 addition & 0 deletions src/button-group/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export interface ButtonGroupProps extends BaseComponentProps {
*/
onFilesChange?: NonCancelableEventHandler<ButtonGroupProps.FilesChangeDetails>;
/**
* An object containing CSS properties to customize the button group's visual appearance.
* @awsuiSystem core
*/
style?: ButtonGroupProps.Style;
Expand Down
1 change: 1 addition & 0 deletions src/button/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ export interface ButtonProps extends BaseComponentProps, BaseButtonProps {
iconAlt?: string;

/**
* An object containing CSS properties to customize the button's visual appearance.
* @awsuiSystem core
*/
style?: ButtonProps.Style;
Expand Down
1 change: 1 addition & 0 deletions src/checkbox/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export interface CheckboxProps extends BaseCheckboxProps {
ariaRequired?: boolean;

/**
* An object containing CSS properties to customize the checkbox's visual appearance.
* @awsuiSystem core
*/
style?: CheckboxProps.Style;
Expand Down
1 change: 1 addition & 0 deletions src/container/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export interface ContainerProps extends BaseComponentProps {
variant?: 'default' | 'stacked';

/**
* An object containing CSS properties to customize the container's visual appearance.
* @awsuiSystem core
*/
style?: ContainerProps.Style;
Expand Down
1 change: 1 addition & 0 deletions src/flashbar/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ export interface FlashbarProps extends BaseComponentProps {
i18nStrings?: FlashbarProps.I18nStrings;

/**
* An object containing CSS properties to customize the flashbar's visual appearance.
* @awsuiSystem core
*/
style?: FlashbarProps.Style;
Expand Down
1 change: 1 addition & 0 deletions src/input/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export interface InputProps
step?: InputProps.Step;

/**
* An object containing CSS properties to customize the input's visual appearance.
* @awsuiSystem core
*/
style?: InputProps.Style;
Expand Down
1 change: 1 addition & 0 deletions src/internal/components/radio-button/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export interface RadioButtonProps extends BaseComponentProps {
readOnly?: boolean;

/**
* An object containing CSS properties to customize the radio button's visual appearance.
* @awsuiSystem core
*/
style?: RadioButtonProps.Style;
Expand Down
1 change: 1 addition & 0 deletions src/link/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export interface LinkProps extends BaseComponentProps {
rel?: string;

/**
* An object containing CSS properties to customize the link's visual appearance.
* @awsuiSystem core
*/
style?: LinkProps.Style;
Expand Down
1 change: 1 addition & 0 deletions src/progress-bar/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export interface ProgressBarProps extends BaseComponentProps {
onResultButtonClick?: NonCancelableEventHandler;

/**
* An object containing CSS properties to customize the progress bar's visual appearance.
* @awsuiSystem core
*/
style?: ProgressBarProps.Style;
Expand Down
1 change: 1 addition & 0 deletions src/prompt-input/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export interface PromptInputProps
nativeTextareaAttributes?: NativeAttributes<React.TextareaHTMLAttributes<HTMLTextAreaElement>>;

/**
* An object containing CSS properties to customize the prompt input's visual appearance.
* @awsuiSystem core
*/
style?: PromptInputProps.Style;
Expand Down
1 change: 1 addition & 0 deletions src/radio-group/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export interface RadioGroupProps extends BaseComponentProps, FormFieldControlPro
readOnly?: boolean;

/**
* An object containing CSS properties to customize the radio group's visual appearance.
* @awsuiSystem core
*/
style?: RadioGroupProps.Style;
Expand Down
1 change: 1 addition & 0 deletions src/segmented-control/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export interface SegmentedControlProps extends BaseComponentProps {
onChange?: NonCancelableEventHandler<SegmentedControlProps.ChangeDetail>;

/**
* An object containing CSS properties to customize the segmented control's visual appearance.
* @awsuiSystem core
*/
style?: SegmentedControlProps.Style;
Expand Down
1 change: 1 addition & 0 deletions src/slider/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export interface SliderProps extends BaseComponentProps, FormFieldValidationCont
readOnly?: boolean;

/**
* An object containing CSS properties to customize the slider's visual appearance.
* @awsuiSystem core
*/
style?: SliderProps.Style;
Expand Down
1 change: 1 addition & 0 deletions src/tabs/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export interface TabsProps extends BaseComponentProps {
keyboardActivationMode?: 'automatic' | 'manual';

/**
* An object containing CSS properties to customize the tabs' visual appearance.
* @awsuiSystem core
*/
style?: TabsProps.Style;
Expand Down
1 change: 1 addition & 0 deletions src/text-filter/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export interface TextFilterProps extends BaseComponentProps, FormFieldControlPro
onDelayedChange?: NonCancelableEventHandler<TextFilterProps.ChangeDetail>;

/**
* An object containing CSS properties to customize the text filter's visual appearance.
* @awsuiSystem core
*/
style?: TextFilterProps.Style;
Expand Down
1 change: 1 addition & 0 deletions src/textarea/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export interface TextareaProps
nativeTextareaAttributes?: NativeAttributes<React.TextareaHTMLAttributes<HTMLTextAreaElement>>;

/**
* An object containing CSS properties to customize the textarea's visual appearance.
* @awsuiSystem core
*/
style?: TextareaProps.Style;
Expand Down
1 change: 1 addition & 0 deletions src/toggle/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export interface ToggleProps extends BaseCheckboxProps {
onChange?: NonCancelableEventHandler<ToggleProps.ChangeDetail>;

/**
* An object containing CSS properties to customize the toggle's visual appearance.
* @awsuiSystem core
*/
style?: ToggleProps.Style;
Expand Down
Loading