{"_id":"@vendure-io/brand","name":"@vendure-io/brand","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@vendure-io/brand","version":"1.0.0","description":"Vendure brand React components — logo and icon marks as currentColor SVGs.","private":false,"publishConfig":{"access":"public"},"type":"module","sideEffects":false,"main":"./dist/index.cjs","module":"./dist/index.js","types":"./dist/index.d.ts","exports":{".":{"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.ts","default":"./dist/index.cjs"}}},"scripts":{"build":"vite build","dev":"vite build --watch","lint":"biome check .","check-types":"tsc --noEmit","publish:local":"bun run build && npm publish --registry http://localhost:4873"},"peerDependencies":{"react":">=18.0.0"},"devDependencies":{"@types/react":"catalog:","vite":"^7.0.0","vite-plugin-dts":"^4.5.4"},"keywords":["vendure","brand","logo","icon","react","svg"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/vendurehq/vendure-io.git","directory":"libs/brand"},"_id":"@vendure-io/brand@1.0.0","gitHead":"e5fc56a9a4e227edb3e2865e8b8d84fefccacb76","bugs":{"url":"https://github.com/vendurehq/vendure-io/issues"},"homepage":"https://github.com/vendurehq/vendure-io#readme","_nodeVersion":"22.13.1","_npmVersion":"10.9.2","dist":{"integrity":"sha512-dPHR0VZ6HySH0J95IBDcfsv66pCYOWRZmC3wV01rLCp7D6RRArEvQg3nia2pNtBlGgAI9Skn9jmzh8CSQTT54Q==","shasum":"f9a8ad96184968e6adda5847eef764b883bd5720","tarball":"https://registry.npmjs.org/@vendure-io/brand/-/brand-1.0.0.tgz","fileCount":10,"unpackedSize":25733,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIETYI2OQ6lxA8DjeM0gEFndoxdivPFxllD2Hx3UFdiyfAiEApTWLpjN4izNFWDypgaUezjLbD5li7EK877ZQjwJygP4="}]},"_npmUser":{"name":"dlhck","email":"d.hoeck@elevantiq.com"},"directories":{},"maintainers":[{"name":"dlhck","email":"d.hoeck@elevantiq.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/brand_1.0.0_1780823370018_0.5291548575201832"},"_hasShrinkwrap":false}},"time":{"created":"2026-06-07T09:09:29.916Z","1.0.0":"2026-06-07T09:09:30.162Z","modified":"2026-06-07T09:09:30.347Z"},"maintainers":[{"name":"dlhck","email":"d.hoeck@elevantiq.com"}],"description":"Vendure brand React components — logo and icon marks as currentColor SVGs.","homepage":"https://github.com/vendurehq/vendure-io#readme","keywords":["vendure","brand","logo","icon","react","svg"],"repository":{"type":"git","url":"git+https://github.com/vendurehq/vendure-io.git","directory":"libs/brand"},"bugs":{"url":"https://github.com/vendurehq/vendure-io/issues"},"license":"MIT","readme":"# @vendure-io/brand\n\nVendure brand React components: the Vendure logo and icon marks, rendered as `currentColor` SVGs.\n\n## Installation\n\n```bash\nnpm install @vendure-io/brand\n```\n\n`react` (>=18) is a peer dependency.\n\n## Usage\n\n```tsx\nimport { IconMark, LogoMark } from '@vendure-io/brand'\n\nexport function Header() {\n  return (\n    <header>\n      <LogoMark className=\"h-8 text-black\" />\n      <IconMark width={40} />\n    </header>\n  )\n}\n```\n\nBoth components forward all native `<svg>` props (`className`, `width`, `style`, `aria-*`, …) and render with `fill=\"currentColor\"`, so they inherit the surrounding text color.\n\n| Component  | viewBox      | Description              |\n| ---------- | ------------ | ------------------------ |\n| `LogoMark` | `0 0 177 33` | Full \"vendure\" wordmark  |\n| `IconMark` | `0 0 40 28`  | Standalone Vendure glyph |\n","readmeFilename":"README.md","_rev":"1-8eac9a522ff3d303fafe014a430ad84b"}