Skip to content

Commit

Permalink
feat(Illustration): new illustration interlink (#4253)
Browse files Browse the repository at this point in the history
* feat: new illustration interlink

* chore(illustrations): automatic export update

---------

Co-authored-by: lisalupi <lisalupi@users.noreply.github.com>
  • Loading branch information
lisalupi and lisalupi authored Sep 18, 2024
1 parent bd5506e commit f29bf66
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/red-schools-mate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ultraviolet/illustrations": patch
---

New product illustration `Interlink`
2 changes: 2 additions & 0 deletions packages/illustrations/src/assets/products/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import * as functions from './functions'
import * as iam from './iam'
import * as inference from './inference'
import * as instance from './instance'
import * as interlink from './interlink'
import * as iotHub from './iotHub'
import * as ipam from './ipam'
import * as ipfsNaming from './ipfsNaming'
Expand Down Expand Up @@ -74,6 +75,7 @@ export {
iam,
inference,
instance,
interlink,
iotHub,
ipam,
ipfsNaming,
Expand Down
18 changes: 18 additions & 0 deletions packages/illustrations/src/assets/products/interlink/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
/**
* This file is automatically generated from /scripts/illustrations/uploadIllustrations.js
* PLEASE DO NOT EDIT HERE
*/

const BASE_URL = 'https://ultraviolet.s3.fr-par.scw.cloud/illustrations'

const interlinkContent = `${BASE_URL}/products/interlink/interlink-content.webp`
const interlinkKeyvisual = `${BASE_URL}/products/interlink/interlink-keyvisual.webp`
const interlinkOriginal = `${BASE_URL}/products/interlink/interlink-original.webp`
const interlinkWire = `${BASE_URL}/products/interlink/interlink-wire.svg`

export {
interlinkContent,
interlinkKeyvisual,
interlinkOriginal,
interlinkWire,
}
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.

0 comments on commit f29bf66

Please sign in to comment.