@ag.ds-next/ag-branding
Advanced tools
Comparing version 1.0.1 to 2.0.0
# @ag.ds-next/ag-branding | ||
## 2.0.0 | ||
### Patch Changes | ||
- c13a0e6: Refactor LinkList, new subcomponents and improved spacing | ||
- Updated dependencies [6048f94] | ||
- Updated dependencies [50d3dd9] | ||
- @ag.ds-next/core@1.1.0 | ||
## 1.0.1 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@ag.ds-next/ag-branding", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"main": "dist/ag.ds-next-ag-branding.cjs.js", | ||
@@ -8,3 +8,3 @@ "module": "dist/ag.ds-next-ag-branding.esm.js", | ||
"peerDependencies": { | ||
"@ag.ds-next/core": "1.0.1", | ||
"@ag.ds-next/core": "1.1.0", | ||
"@emotion/react": "^11.7.0" | ||
@@ -11,0 +11,0 @@ }, |
@@ -8,2 +8,24 @@ --- | ||
```jsx | ||
import { Core } from '@ag.ds-next/core'; | ||
import { palette } from '@ag.ds-next/ag-branding'; | ||
export default function App({ Component }){ | ||
return ( | ||
<Core palette={palette}> | ||
<Component /> | ||
</Core> | ||
) | ||
``` | ||
## AG Logo | ||
```jsx | ||
import { Logo } from '@ag.ds-next/ag-branding'; | ||
export const App = () => ( | ||
<Box theme="light" color="text" background="page" maxWidth={600} padding={2}> | ||
<Logo /> | ||
</Box> | ||
); | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
458189
31
1