Skip to content

Commit

Permalink
Merge branch 'main' into no-system-props/ignore-specific-components
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp authored Mar 8, 2024
2 parents 3f80c1e + 18f7887 commit cab3e4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/no-system-props.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const excludedComponentProps = new Map([
['SplitPageLayout.Pane', new Set(['padding', 'position', 'width'])],
['SplitPageLayout.Content', new Set(['padding', 'width'])],
['StyledOcticon', new Set(['size'])],
['Octicon', new Set(['size', 'color'])],
['PointerBox', new Set(['bg'])],
['TextInput', new Set(['size'])],
['TextInputWithTokens', new Set(['size', 'maxHeight'])],
Expand Down

0 comments on commit cab3e4b

Please sign in to comment.