Skip to content

Commit

Permalink
Merge pull request #657 from puppetlabs/CDPE-6576-add-new-cd4pe-logo
Browse files Browse the repository at this point in the history
(CDPE-6576) Add Continuous Delivery Logo
  • Loading branch information
mttsltrs authored Mar 20, 2024
2 parents 01bdedd + 5544693 commit fd538a5
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
lerna-debug.log
node_modules
packages/*/dist
.idea
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## react-components 5.34.4 (2024-03-19)

- [Logo] Add continuous delivery logo (by [@mttsltrs](https://github.com/mttsltrs))

## react-components 5.34.3 (2024-03-15)

- [Icon] Add Locked and Unlocked icons
Expand Down
2 changes: 1 addition & 1 deletion packages/react-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@puppet/react-components",
"version": "5.34.3",
"version": "5.34.4",
"author": "Puppet, Inc.",
"license": "Apache-2.0",
"main": "build/library.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const SUPPORTED_LOGOS = [
'remediate',
'comply',
'security-compliance-management',
'continuous-delivery',
];

const propTypes = {
Expand Down
2 changes: 2 additions & 0 deletions packages/react-components/source/react/library/logo/Logo.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ The standard style variation exists for light backgrounds.
<Logo product="comply" style={{ margin: 5 }} />
<Logo product="connect" style={{ margin: 5 }} />
<Logo product="security-compliance-management" style={{ margin: 5 }} />
<Logo product="continuous-delivery" style={{ margin: 5 }} />
<Logo product="My Product" style={{ margin: 5 }} />
</div>
```
Expand Down Expand Up @@ -57,6 +58,7 @@ This style variation exists for dark backgrounds, where the Puppet logo uses whi
product="security-compliance-management"
style={{ margin: 5 }}
/>
<Logo inverted product="continuous-delivery" style={{ margin: 5 }} />
<Logo inverted product="My Product" style={{ margin: 5 }} />
</div>
```
Expand Down
22 changes: 22 additions & 0 deletions packages/react-components/source/react/library/logo/logos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fd538a5

Please sign in to comment.