Skip to content

Commit 182c740

Browse files
committed
move
1 parent 5c508cb commit 182c740

8 files changed

Lines changed: 13 additions & 12 deletions

components/DownloadIconButton.jsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ const DownloadIconButton = ({
4141

4242
if (tooltipComponent) {
4343
return (
44-
<TooltipWrapper
45-
className={`usda-download-btn${disabledClass}`}
46-
tooltipPosition={tooltipPosition}
47-
tooltipComponent={tooltipComponent}>
44+
<>
45+
<TooltipWrapper
46+
className={`usda-download-btn${disabledClass}`}
47+
tooltipPosition={tooltipPosition}
48+
tooltipComponent={tooltipComponent} />
4849
<button
4950
type="button"
5051
className="usda-button"
@@ -58,7 +59,7 @@ const DownloadIconButton = ({
5859
<FontAwesomeIcon icon={icon} spin={downloadInFlight} color="#dfe1e2" />
5960
<span style={{ color: '#dfe1e2' }}>{buttonText}</span>
6061
</button>
61-
</TooltipWrapper>
62+
</>
6263
);
6364
}
6465
return (

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/iframe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,8 +623,8 @@
623623

624624
import './mocker-runtime-injected.js';
625625

626-
import './runtime~main.77708ef8.iframe.bundle.js';
626+
import './runtime~main.45e54683.iframe.bundle.js';
627627

628628
import './6094.566847d9.iframe.bundle.js';
629629

630-
import './main.35c16da8.iframe.bundle.js';</script></body></html>
630+
import './main.1f494544.iframe.bundle.js';</script></body></html>
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"generatedAt":1771356637011,"userSince":1747848640087,"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":false,"hasStorybookEslint":false,"refCount":0,"testPackages":{"@babel/plugin-transform-optional-chaining":"7.27.1","@chromatic-com/storybook":"4.1.1","@testing-library/jest-dom":"6.8.0","@testing-library/react":"14.0.0","eslint-plugin-jasmine":"2.10.1","jest":"28.1.3","jest-cli":"28.1.3"},"hasRouterPackage":false,"packageManager":{"type":"npm","agent":"npm","nodeLinker":"node_modules"},"typescriptOptions":{"reactDocgen":"react-docgen-typescript"},"preview":{"usesGlobals":false},"framework":{"name":"@storybook/react-webpack5","options":{}},"builder":"@storybook/builder-webpack5","renderer":"@storybook/react","portableStoriesFileCount":5,"applicationFileCount":9,"storybookVersion":"9.1.3","language":"typescript","storybookPackages":{"@storybook/addon-a11y":{"version":"9.1.3"},"@storybook/react-webpack5":{"version":"9.1.3"},"storybook":{"version":"9.1.3"}},"addons":{"@storybook/addon-links":{"version":"9.1.3"},"@storybook/addon-webpack5-compiler-babel":{"version":"3.0.6"},"@chromatic-com/storybook":{"version":"4.1.1"},"@storybook/addon-docs":{"version":"9.1.3"},"@storybook/addon-styling-webpack":{"version":"2.0.0"}}}
1+
{"generatedAt":1771357960672,"userSince":1747848640087,"hasCustomBabel":false,"hasCustomWebpack":true,"hasStaticDirs":false,"hasStorybookEslint":false,"refCount":0,"testPackages":{"@babel/plugin-transform-optional-chaining":"7.27.1","@chromatic-com/storybook":"4.1.1","@testing-library/jest-dom":"6.8.0","@testing-library/react":"14.0.0","eslint-plugin-jasmine":"2.10.1","jest":"28.1.3","jest-cli":"28.1.3"},"hasRouterPackage":false,"packageManager":{"type":"npm","agent":"npm","nodeLinker":"node_modules"},"typescriptOptions":{"reactDocgen":"react-docgen-typescript"},"preview":{"usesGlobals":false},"framework":{"name":"@storybook/react-webpack5","options":{}},"builder":"@storybook/builder-webpack5","renderer":"@storybook/react","portableStoriesFileCount":5,"applicationFileCount":9,"storybookVersion":"9.1.3","language":"typescript","storybookPackages":{"@storybook/addon-a11y":{"version":"9.1.3"},"@storybook/react-webpack5":{"version":"9.1.3"},"storybook":{"version":"9.1.3"}},"addons":{"@storybook/addon-links":{"version":"9.1.3"},"@storybook/addon-webpack5-compiler-babel":{"version":"3.0.6"},"@chromatic-com/storybook":{"version":"4.1.1"},"@storybook/addon-docs":{"version":"9.1.3"},"@storybook/addon-styling-webpack":{"version":"2.0.0"}}}

docs/runtime~main.77708ef8.iframe.bundle.js renamed to docs/runtime~main.45e54683.iframe.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/stories-page-header-stories.2df2af3c.iframe.bundle.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/stories-page-header-stories.a2d1918e.iframe.bundle.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)