Skip to content

Commit

Permalink
Merge pull request #1162 from wordpress-mobile/update/move-html-text-…
Browse files Browse the repository at this point in the history
…input-component

Move HTMLTextInput to gutenberg in @wordpress/component
  • Loading branch information
Tug authored Jun 21, 2019
2 parents d83eed8 + ddfb022 commit dbc444e
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 432 deletions.
116 changes: 0 additions & 116 deletions src/__tests__/html-text-input-test.js

This file was deleted.

3 changes: 1 addition & 2 deletions src/block-management/block-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ import { createBlock, isUnmodifiedDefaultBlock } from '@wordpress/blocks';
import { PostTitle } from '@wordpress/editor';
import { BlockListBlock, BlockToolbar, DefaultBlockAppender, Inserter } from '@wordpress/block-editor';
import { sendNativeEditorDidLayout, subscribeSetFocusOnTitle, subscribeMediaAppend } from 'react-native-gutenberg-bridge';
import { KeyboardAvoidingView, KeyboardAwareFlatList, ReadableContentView } from '@wordpress/components';
import { HTMLTextInput, KeyboardAvoidingView, KeyboardAwareFlatList, ReadableContentView } from '@wordpress/components';

/**
* Internal dependencies
*/
import type { BlockType } from '../store/types';
import styles from './block-manager.scss';
import HTMLTextInput from '../components/html-text-input';
import SafeArea from 'react-native-safe-area';

const blockMobileToolbarHeight = 44;
Expand Down
17 changes: 0 additions & 17 deletions src/components/html-text-input-ui/html-text-input-ui-common.scss

This file was deleted.

46 changes: 0 additions & 46 deletions src/components/html-text-input-ui/html-text-input-ui.android.js

This file was deleted.

25 changes: 0 additions & 25 deletions src/components/html-text-input-ui/html-text-input-ui.android.scss

This file was deleted.

66 changes: 0 additions & 66 deletions src/components/html-text-input-ui/html-text-input-ui.ios.js

This file was deleted.

23 changes: 0 additions & 23 deletions src/components/html-text-input-ui/html-text-input-ui.ios.scss

This file was deleted.

Loading

0 comments on commit dbc444e

Please sign in to comment.