Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ag.ds-next/ag-branding

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ag.ds-next/ag-branding - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

9

CHANGELOG.md
# @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 @@

4

package.json
{
"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>
);
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc