Skip to content

Commit

Permalink
fix(StatusPill): export the component from package
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnau-mnau committed Sep 21, 2023
1 parent 0b46773 commit 3a96af2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .betterer/.betterer.results
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports[`no more deprecated components`] = {
"../src/components/FlexContainer/index.ts:1246547685": [
[0, 0, 59, "\'./FlexContainer\' import is restricted from being used by a pattern. FlexContainer is deprecated. Please use Layout primitives instead.", "3330215570"]
],
"../src/components/index.ts:3052257943": [
"../src/components/index.ts:3583195122": [
[18, 0, 32, "\'./FlexContainer\' import is restricted from being used by a pattern. FlexContainer is deprecated. Please use Layout primitives instead.", "726759703"]
]
}`
Expand Down
2 changes: 1 addition & 1 deletion src/components/StatusDot/StatusDot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PropTypes from 'prop-types';

import { getRadii, pxToRem } from '../../utils';

const StatusDotColors = {
export const StatusDotColors = {
good: '100, 244, 81',
bad: '242, 46, 67',
neutral: '84, 129, 217',
Expand Down
1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export * from './SingleDatePicker';
export * from './SortableList';
export * from './Spinner';
export * from './StatusDot';
export * from './StatusPill';
export * from './Stepper';
export * from './Table';
export * from './Tabs';
Expand Down

0 comments on commit 3a96af2

Please sign in to comment.