Skip to content

Commit

Permalink
Merge pull request #1109 from newrelic/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
clarkmcadoo authored Oct 23, 2024
2 parents 5fe66b0 + 141d04e commit f999ba2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 166 deletions.
34 changes: 0 additions & 34 deletions demo/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,11 @@ import {
useTranslation,
ExternalLink,
SignupModal,
Lightbox,
LoggedInProvider,
} from '@newrelic/gatsby-theme-newrelic';
import CustomPopoverExample from '../../../packages/gatsby-theme-newrelic/src/components/Popover/CustomPopoverExample';
import config from '../content/configFiles/javaConfig';
import tallImage from '../images/nr-one-ajax-browser.png';
import regularImage from '../images/apm-intro-overview.png';
import transparentBackgroundImage from '../images/intro-DT.png';

const codeSample = `
import React from 'react';
Expand Down Expand Up @@ -801,37 +798,6 @@ const IndexPage = () => {
does not automatically use localized path if on translated site.
</p>
</section>
<section>
<h2>An image wrapped in the lightbox component</h2>
<h3>give it a click!</h3>
<Lightbox>
<img
alt="a very average screenshot"
css={css`
width: 100%;
`}
src={regularImage}
/>
</Lightbox>
<Lightbox>
<img
alt="a very tall screenshot"
css={css`
width: 100%;
`}
src={tallImage}
/>
</Lightbox>
<Lightbox>
<img
alt="a screenshot with a transparent background"
css={css`
width: 100%;
`}
src={transparentBackgroundImage}
/>
</Lightbox>
</section>
<section>
<h2>External Links</h2>
<Surface
Expand Down
1 change: 0 additions & 1 deletion packages/gatsby-theme-newrelic/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export { default as Icon } from './src/components/Icon';
export { default as InteractiveForm } from './src/components/InteractiveForm';
export { default as InteractiveOutput } from './src/components/InteractiveOutput';
export { default as Layout } from './src/components/Layout';
export { default as Lightbox } from './src/components/Lightbox';
export { default as Link } from './src/components/Link';
export { default as NavLink } from './src/components/NavLink';
export { default as Logo } from './src/components/Logo';
Expand Down
131 changes: 0 additions & 131 deletions packages/gatsby-theme-newrelic/src/components/Lightbox.js

This file was deleted.

0 comments on commit f999ba2

Please sign in to comment.