diff --git a/packages/react-core/src/components/Toolbar/ToolbarGroup.tsx b/packages/react-core/src/components/Toolbar/ToolbarGroup.tsx index 033fd9ce414..8ee40b0b79e 100644 --- a/packages/react-core/src/components/Toolbar/ToolbarGroup.tsx +++ b/packages/react-core/src/components/Toolbar/ToolbarGroup.tsx @@ -105,7 +105,7 @@ export interface ToolbarGroupProps extends Omit, | 'rowGapLg' | 'rowGapXl' | 'rowGap_2xl' - | 'rowGao_3xl' + | 'rowGap_3xl' | 'rowGap_4xl'; md?: | 'rowGapNone' @@ -115,7 +115,7 @@ export interface ToolbarGroupProps extends Omit, | 'rowGapLg' | 'rowGapXl' | 'rowGap_2xl' - | 'rowGao_3xl' + | 'rowGap_3xl' | 'rowGap_4xl'; lg?: | 'rowGapNone' @@ -125,7 +125,7 @@ export interface ToolbarGroupProps extends Omit, | 'rowGapLg' | 'rowGapXl' | 'rowGap_2xl' - | 'rowGao_3xl' + | 'rowGap_3xl' | 'rowGap_4xl'; xl?: | 'rowGapNone' @@ -135,7 +135,7 @@ export interface ToolbarGroupProps extends Omit, | 'rowGapLg' | 'rowGapXl' | 'rowGap_2xl' - | 'rowGao_3xl' + | 'rowGap_3xl' | 'rowGap_4xl'; '2xl'?: | 'rowGapNone' @@ -145,7 +145,7 @@ export interface ToolbarGroupProps extends Omit, | 'rowGapLg' | 'rowGapXl' | 'rowGap_2xl' - | 'rowGao_3xl' + | 'rowGap_3xl' | 'rowGap_4xl'; }; /** Content to be rendered inside the data toolbar group */ diff --git a/packages/react-core/src/components/Toolbar/ToolbarItem.tsx b/packages/react-core/src/components/Toolbar/ToolbarItem.tsx index 5d4338a8100..00b4a37866d 100644 --- a/packages/react-core/src/components/Toolbar/ToolbarItem.tsx +++ b/packages/react-core/src/components/Toolbar/ToolbarItem.tsx @@ -109,7 +109,7 @@ export interface ToolbarItemProps extends React.HTMLProps { | 'rowGapLg' | 'rowGapXl' | 'rowGap_2xl' - | 'rowGao_3xl' + | 'rowGap_3xl' | 'rowGap_4xl'; md?: | 'rowGapNone' @@ -119,7 +119,7 @@ export interface ToolbarItemProps extends React.HTMLProps { | 'rowGapLg' | 'rowGapXl' | 'rowGap_2xl' - | 'rowGao_3xl' + | 'rowGap_3xl' | 'rowGap_4xl'; lg?: | 'rowGapNone' @@ -129,7 +129,7 @@ export interface ToolbarItemProps extends React.HTMLProps { | 'rowGapLg' | 'rowGapXl' | 'rowGap_2xl' - | 'rowGao_3xl' + | 'rowGap_3xl' | 'rowGap_4xl'; xl?: | 'rowGapNone' @@ -139,7 +139,7 @@ export interface ToolbarItemProps extends React.HTMLProps { | 'rowGapLg' | 'rowGapXl' | 'rowGap_2xl' - | 'rowGao_3xl' + | 'rowGap_3xl' | 'rowGap_4xl'; '2xl'?: | 'rowGapNone' @@ -149,7 +149,7 @@ export interface ToolbarItemProps extends React.HTMLProps { | 'rowGapLg' | 'rowGapXl' | 'rowGap_2xl' - | 'rowGao_3xl' + | 'rowGap_3xl' | 'rowGap_4xl'; }; /** id for this data toolbar item */ diff --git a/packages/react-core/src/components/Toolbar/ToolbarToggleGroup.tsx b/packages/react-core/src/components/Toolbar/ToolbarToggleGroup.tsx index 5c662b67b1a..b5f7cf99731 100644 --- a/packages/react-core/src/components/Toolbar/ToolbarToggleGroup.tsx +++ b/packages/react-core/src/components/Toolbar/ToolbarToggleGroup.tsx @@ -106,7 +106,7 @@ export interface ToolbarToggleGroupProps extends ToolbarGroupProps { | 'rowGapLg' | 'rowGapXl' | 'rowGap_2xl' - | 'rowGao_3xl' + | 'rowGap_3xl' | 'rowGap_4xl'; md?: | 'rowGapNone' @@ -116,7 +116,7 @@ export interface ToolbarToggleGroupProps extends ToolbarGroupProps { | 'rowGapLg' | 'rowGapXl' | 'rowGap_2xl' - | 'rowGao_3xl' + | 'rowGap_3xl' | 'rowGap_4xl'; lg?: | 'rowGapNone' @@ -126,7 +126,7 @@ export interface ToolbarToggleGroupProps extends ToolbarGroupProps { | 'rowGapLg' | 'rowGapXl' | 'rowGap_2xl' - | 'rowGao_3xl' + | 'rowGap_3xl' | 'rowGap_4xl'; xl?: | 'rowGapNone' @@ -136,7 +136,7 @@ export interface ToolbarToggleGroupProps extends ToolbarGroupProps { | 'rowGapLg' | 'rowGapXl' | 'rowGap_2xl' - | 'rowGao_3xl' + | 'rowGap_3xl' | 'rowGap_4xl'; '2xl'?: | 'rowGapNone' @@ -146,7 +146,7 @@ export interface ToolbarToggleGroupProps extends ToolbarGroupProps { | 'rowGapLg' | 'rowGapXl' | 'rowGap_2xl' - | 'rowGao_3xl' + | 'rowGap_3xl' | 'rowGap_4xl'; }; /** Reference to a chip container group for filters inside the toolbar toggle group */