Skip to content

Commit

Permalink
feat: new product illustration (#4672)
Browse files Browse the repository at this point in the history
* feat: new product illustration

* chore(illustrations): automatic export update

* fix: png to webp

* chore(illustrations): automatic export update

---------

Co-authored-by: lisalupi <[email protected]>
  • Loading branch information
lisalupi and lisalupi authored Jan 22, 2025
1 parent c7e0f91 commit f68a6e6
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/heavy-buckets-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ultraviolet/illustrations": patch
---

New `ProductIllustration` : `dediboxGPU`
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions packages/illustrations/src/assets/products/dedibox/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ const dediboxCoreContent = `${BASE_URL}/products/dedibox/dedibox-core-content.we
const dediboxCoreKeyvisual = `${BASE_URL}/products/dedibox/dedibox-core-keyvisual.webp`
const dediboxCoreOriginal = `${BASE_URL}/products/dedibox/dedibox-core-original.webp`
const dediboxCoreWire = `${BASE_URL}/products/dedibox/dedibox-core-wire.svg`
const dediboxGpuContent = `${BASE_URL}/products/dedibox/dedibox-gpu-content.webp`
const dediboxGpuKeyvisual = `${BASE_URL}/products/dedibox/dedibox-gpu-keyvisual.webp`
const dediboxGpuOriginal = `${BASE_URL}/products/dedibox/dedibox-gpu-original.webp`
const dediboxGpuWire = `${BASE_URL}/products/dedibox/dedibox-gpu-wire.svg`
const dediboxKeyvisual = `${BASE_URL}/products/dedibox/dedibox-keyvisual.webp`
const dediboxOriginal = `${BASE_URL}/products/dedibox/dedibox-original.webp`
const dediboxProContent = `${BASE_URL}/products/dedibox/dedibox-pro-content.webp`
Expand All @@ -32,6 +36,10 @@ export {
dediboxCoreKeyvisual,
dediboxCoreOriginal,
dediboxCoreWire,
dediboxGpuContent,
dediboxGpuKeyvisual,
dediboxGpuOriginal,
dediboxGpuWire,
dediboxKeyvisual,
dediboxOriginal,
dediboxProContent,
Expand Down

0 comments on commit f68a6e6

Please sign in to comment.