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
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ If the label is assigned via the \`i18nStrings\` property, this label will be ig
"type": "string",
},
{
"description": "An object containing CSS properties to customize the alert's visual appearance.",
"inlineType": {
"name": "AlertProps.Style",
"properties": [
Expand Down Expand Up @@ -3637,6 +3638,7 @@ This is required to provide a good screen reader experience. For more informatio
"type": "string",
},
{
"description": "An object containing CSS properties to customize the autosuggest's visual appearance.",
"inlineType": {
"name": "AutosuggestProps.Style",
"properties": [
Expand Down Expand Up @@ -3980,6 +3982,7 @@ We do not support using this attribute to apply custom styling.",
"type": "Omit<React.HTMLAttributes<HTMLElement>, "children"> & Record<\`data-\${string}\`, string>",
},
{
"description": "An object containing CSS properties to customize the badge's visual appearance.",
"inlineType": {
"name": "BadgeProps.Style",
"properties": [
Expand Down Expand Up @@ -5495,6 +5498,7 @@ If the \`rel\` property is provided, it overrides the default behavior.",
"type": "string",
},
{
"description": "An object containing CSS properties to customize the button's visual appearance.",
"inlineType": {
"name": "ButtonProps.Style",
"properties": [
Expand Down Expand Up @@ -6611,6 +6615,7 @@ use the \`id\` attribute, consider setting it on a parent element instead.",
"type": "ReadonlyArray<ButtonGroupProps.ItemOrGroup>",
},
{
"description": "An object containing CSS properties to customize the button group's visual appearance.",
"inlineType": {
"name": "ButtonGroupProps.Style",
"properties": [
Expand Down Expand Up @@ -7592,6 +7597,7 @@ If both \`readOnly\` and \`disabled\` are set, \`disabled\` takes precedence.",
"type": "boolean",
},
{
"description": "An object containing CSS properties to customize the checkbox's visual appearance.",
"inlineType": {
"name": "CheckboxProps.Style",
"properties": [
Expand Down Expand Up @@ -9554,6 +9560,7 @@ If no height is provided, the media slot will be displayed at its full height.",
"type": "ContainerProps.Media",
},
{
"description": "An object containing CSS properties to customize the container's visual appearance.",
"inlineType": {
"name": "ContainerProps.Style",
"properties": [
Expand Down Expand Up @@ -12757,6 +12764,7 @@ If the \`action\` property is set, this property is ignored. **Deprecated**, rep
"type": "boolean",
},
{
"description": "An object containing CSS properties to customize the flashbar's visual appearance.",
"inlineType": {
"name": "FlashbarProps.Style",
"properties": [
Expand Down Expand Up @@ -15410,6 +15418,7 @@ including the date, month, week, time, datetime-local, number and range types.",
"type": "InputProps.Step",
},
{
"description": "An object containing CSS properties to customize the input's visual appearance.",
"inlineType": {
"name": "InputProps.Style",
"properties": [
Expand Down Expand Up @@ -16453,6 +16462,7 @@ By default, the component sets the \`rel\` attribute to "noopener noreferrer" wh
"type": "string",
},
{
"description": "An object containing CSS properties to customize the link's visual appearance.",
"inlineType": {
"name": "LinkProps.Style",
"properties": [
Expand Down Expand Up @@ -19325,6 +19335,7 @@ Add a button using the \`action\` property of the flashbar item instead.",
"type": "string",
},
{
"description": "An object containing CSS properties to customize the progress bar's visual appearance.",
"inlineType": {
"name": "ProgressBarProps.Style",
"properties": [
Expand Down Expand Up @@ -20036,6 +20047,7 @@ inadvertently sending data (such as user passwords) to third parties.",
"type": "boolean",
},
{
"description": "An object containing CSS properties to customize the prompt input's visual appearance.",
"inlineType": {
"name": "PromptInputProps.Style",
"properties": [
Expand Down Expand Up @@ -21242,6 +21254,7 @@ This property should be set for either all or none of the radio buttons in a gro
"type": "boolean",
},
{
"description": "An object containing CSS properties to customize the radio button's visual appearance.",
"inlineType": {
"name": "RadioButtonProps.Style",
"properties": [
Expand Down Expand Up @@ -21647,6 +21660,7 @@ being included in a form submission. A read-only control is still focusable.",
"type": "boolean",
},
{
"description": "An object containing CSS properties to customize the radio group's visual appearance.",
"inlineType": {
"name": "RadioButtonProps.Style",
"properties": [
Expand Down Expand Up @@ -22833,6 +22847,7 @@ Each segment has the following properties:
"type": "string | null",
},
{
"description": "An object containing CSS properties to customize the segmented control's visual appearance.",
"inlineType": {
"name": "SegmentedControlProps.Style",
"properties": [
Expand Down Expand Up @@ -24385,6 +24400,7 @@ being included in a form submission. A read-only control is still focusable.",
"type": "number",
},
{
"description": "An object containing CSS properties to customize the slider's visual appearance.",
"inlineType": {
"name": "SliderProps.Style",
"properties": [
Expand Down Expand Up @@ -26442,6 +26458,7 @@ need to introduce friction to the switching of tabs.",
"type": "string",
},
{
"description": "An object containing CSS properties to customize the tabs' visual appearance.",
"inlineType": {
"name": "TabsProps.Style",
"properties": [
Expand Down Expand Up @@ -27466,6 +27483,7 @@ If set to \`true\`, the live announcement of countText by assistive technologies
"type": "boolean",
},
{
"description": "An object containing CSS properties to customize the text filter's visual appearance.",
"inlineType": {
"name": "TextFilterProps.Style",
"properties": [
Expand Down Expand Up @@ -28042,6 +28060,7 @@ inadvertently sending data (such as user passwords) to third parties.",
"type": "boolean",
},
{
"description": "An object containing CSS properties to customize the textarea's visual appearance.",
"inlineType": {
"name": "TextareaProps.Style",
"properties": [
Expand Down Expand Up @@ -28855,6 +28874,7 @@ If both \`readOnly\` and \`disabled\` are set, \`disabled\` takes precedence.",
"type": "boolean",
},
{
"description": "An object containing CSS properties to customize the toggle's visual appearance.",
"inlineType": {
"name": "ToggleProps.Style",
"properties": [
Expand Down
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