Skip to content

Commit

Permalink
Remove shared prop types
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Apr 25, 2023
1 parent 10724f1 commit 4c7012a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 29 deletions.
2 changes: 0 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions packages/circuit-ui/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
* limitations under the License.
*/

import * as sharedPropTypes from './util/shared-prop-types';

// Typography
export { default as Headline } from './components/Headline';
export type { HeadlineProps } from './components/Headline';
Expand Down Expand Up @@ -220,7 +218,6 @@ export {
center,
} from './styles/style-mixins';

export { sharedPropTypes };
export { uniqueId } from './util/id';

// Hooks
Expand Down
1 change: 0 additions & 1 deletion packages/circuit-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"@floating-ui/react-dom": "^1.3.0",
"@types/react-dates": "^21.8.3",
"moment": "^2.29.4",
"prop-types": "^15.7.2",
"react-dates": "^21.2.0",
"react-modal": "^3.16.1",
"react-number-format": "^5.1.4",
Expand Down
23 changes: 0 additions & 23 deletions packages/circuit-ui/util/shared-prop-types.js

This file was deleted.

0 comments on commit 4c7012a

Please sign in to comment.