Rename package to 'flipper'

Summary:
- rename package `'sonar'` > `'flipper'`
- rename package `'sonar-static'` > `'flipper-static'`
- rename package export from `window.Sonar` to `window.Flipper`

Reviewed By: passy

Differential Revision: D9851181

fbshipit-source-id: 34d4447c3b287496b3d20ddb54471ce777ec74e1
This commit is contained in:
Daniel Büchele
2018-09-18 06:38:14 -07:00
committed by Facebook Github Bot
parent 2e2924c979
commit 66e77075be
45 changed files with 61 additions and 61 deletions

View File

@@ -5,7 +5,7 @@
* @format
*/
import type {ElementID, Element, ElementSearchResultSet} from 'sonar';
import type {ElementID, Element, ElementSearchResultSet} from 'flipper';
import {
colors,
Glyph,
@@ -25,7 +25,7 @@ import {
VerticalRule,
Popover,
ToggleButton,
} from 'sonar';
} from 'flipper';
import type {TrackType} from '../../fb-stubs/Logger.js';
import SidebarExtensions from '../../fb-stubs/LayoutInspectorSidebarExtensions.js';