Skip to content

Commit

Permalink
Merge pull request #226 from nginformatica/export-autocomplete-types
Browse files Browse the repository at this point in the history
0.23.00 - Export types from autocomplete and remove unused component
  • Loading branch information
jeovazero authored Nov 9, 2020
2 parents dfed59d + d769468 commit 7b61cbc
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 160 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "flipper-ui",
"version": "0.22.23",
"version": "0.23.0",
"description": "",
"main": "dist/index.js",
"homepage": "https://nginformatica.github.io/flipper-ui/",
"homepage": "https://flipper-ui.vercel.app",
"repository": {
"type": "git",
"url": "https://github.com/nginformatica/flipper-ui.git"
Expand Down
2 changes: 1 addition & 1 deletion src/docz/lab/AutoCompleteLab.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: AutoComplete
name: AutoComplete Lab
route: /autocomplete@lab
---

Expand Down
45 changes: 0 additions & 45 deletions src/docz/lab/AutocompleteNew.mdx

This file was deleted.

9 changes: 7 additions & 2 deletions src/lab/Autocomplete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ import React from 'react'
import {
default as MuiAutocomplete
} from '@material-ui/lab/Autocomplete'
export { AutocompleteRenderInputParams } from '@material-ui/lab/Autocomplete'
export { AutocompleteProps } from '@material-ui/lab/Autocomplete'
export {
AutocompleteRenderInputParams,
AutocompleteProps,
AutocompleteCloseReason,
AutocompleteChangeReason,
AutocompleteInputChangeReason
} from '@material-ui/lab/Autocomplete'
import { makeStyles } from '@material-ui/core/styles'

const useStyles = makeStyles({
Expand Down
109 changes: 0 additions & 109 deletions src/lab/AutocompleteNew.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/lab/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export { default as Autocomplete } from './Autocomplete'
export { default as AutocompleteNew } from './AutocompleteNew'

1 comment on commit 7b61cbc

@vercel
Copy link

@vercel vercel bot commented on 7b61cbc Nov 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.