Skip to content

Commit

Permalink
feat(reader-react): wip updates media queries
Browse files Browse the repository at this point in the history
  • Loading branch information
msimmer committed Jun 9, 2022
1 parent 67fe6a5 commit 27d9214
Show file tree
Hide file tree
Showing 7 changed files with 226 additions and 463 deletions.
138 changes: 0 additions & 138 deletions packages/b-ber-reader-react/src/components/DebugGrid.jsx

This file was deleted.

4 changes: 1 addition & 3 deletions packages/b-ber-reader-react/src/components/Frame.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import isPlainObject from 'lodash/isPlainObject'
import { connect } from 'react-redux'
import { Layout, DebugGrid } from '.'
import { Layout } from '.'
import Viewport from '../helpers/Viewport'
import Messenger from '../lib/Messenger'
import Asset from '../helpers/Asset'
Expand Down Expand Up @@ -102,8 +102,6 @@ class Frame extends React.Component {
>
{/* eslint-disable-next-line react/jsx-props-no-spreading */}
<Layout {...this.props} />
{/* eslint-disable-next-line react/jsx-props-no-spreading */}
<DebugGrid {...this.props} />
</div>
)
}
Expand Down
1 change: 0 additions & 1 deletion packages/b-ber-reader-react/src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export { default as Footnote } from './Footnote'
export { default as Library } from './Library'
export { default as App } from './App'
export { default as Spinner } from './Spinner'
export { default as DebugGrid } from './DebugGrid'
export { default as SpreadFigure } from './SpreadFigure'
export { default as SpreadImageStyles } from './SpreadImageStyles'
export { default as Ultimate } from './Ultimate'
Expand Down

0 comments on commit 27d9214

Please sign in to comment.