Skip to content

Commit

Permalink
Merge pull request #190 from fedspendingtransparency/mod/10584-share-…
Browse files Browse the repository at this point in the history
…icon-css

10584 - added classname to share text span; new dtui version; build f…
  • Loading branch information
nick-torres authored Mar 5, 2024
2 parents 5baa0f0 + eec8b80 commit bcceadc
Show file tree
Hide file tree
Showing 54 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ To test components locally in the context it will be used either use `npm link`:
2. Change "main": "dist/index.js" in the package.json file to "main": "index.js"
3. Run npm link path/to/your/<consumer-context>/node_modules/react (example npm link ../<consumer-context>/node_modules/react; to integrate with usaspending.gov use `npm link ../usaspending-website/node_modules/react`)
4. Navigate to the consumer context directory (i.e. for usaspending.gov the consumer context directory is "usaspending-website")
5. Run npm link data-transparency-ui
5. Run `npm link data-transparency-ui`
6. NOTE: After work is finished with the linked consumer context, it will be necessary to then unlink this library by doing the following:
1. Navigate to the consumer context directory again.
2. Run `npm unlink --no-save data-transparency-ui`
Expand Down
2 changes: 1 addition & 1 deletion components/ShareIcon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function ShareIcon({
sortFn={() => 1}>
<FontAwesomeIcon icon="share-alt" size="lg" color={colors.color} />
</Picker>
{!noShareText && <span>Share</span>}
{!noShareText && <span className="usda-share-icon__share-text">Share</span>}
{showConfirmationText && (
<div className="copy-confirmation">
<FontAwesomeIcon icon={faCheckCircle} />
Expand Down
4 changes: 2 additions & 2 deletions dist/data-transparency-ui.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/211.2c897004.iframe.bundle.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/211.db14fc76.iframe.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/229.4b90415ecd5b101f001b.manager.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/229.6d69ce64.iframe.bundle.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/229.df6775d714abc2d29de0.manager.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/229.f9abf24b.iframe.bundle.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/51.12879e96425c0b128042.manager.bundle.js

This file was deleted.

2 changes: 2 additions & 0 deletions docs/51.33304ca29cb8e99bdbad.manager.bundle.js

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions docs/51.62905199.iframe.bundle.js

This file was deleted.

2 changes: 2 additions & 0 deletions docs/51.88af68fd.iframe.bundle.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/551.1ddce1e1.iframe.bundle.js

This file was deleted.

Loading

0 comments on commit bcceadc

Please sign in to comment.