Skip to content

Commit 186370b

Browse files
authored
feat: mailbox illustration (#5738)
1 parent 0523069 commit 186370b

File tree

8 files changed

+25
-0
lines changed

8 files changed

+25
-0
lines changed

.changeset/upset-planets-doubt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ultraviolet/illustrations": patch
3+
---
4+
5+
New illustration `mailbox`

packages/illustrations/src/assets/products/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ import * as kafka from './kafka'
4141
import * as kms from './kms'
4242
import * as loadBalancers from './loadBalancers'
4343
import * as localStorage from './localStorage'
44+
import * as mailbox from './mailbox'
4445
import * as managedDatabase from './managedDatabase'
4546
import * as managedSearchDatabase from './managedSearchDatabase'
4647
import * as mongoDB from './mongoDB'
@@ -106,6 +107,7 @@ export {
106107
kms,
107108
loadBalancers,
108109
localStorage,
110+
mailbox,
109111
managedDatabase,
110112
managedSearchDatabase,
111113
mongoDB,
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
* This file is automatically generated from /utils/scripts/illustrations/update-illustrations.tsx
3+
* PLEASE DO NOT EDIT HERE
4+
*/
5+
6+
const BASE_URL = 'https://assets.scaleway.com/illustrations'
7+
8+
const mailboxContent = `${BASE_URL}/products/mailbox/mailbox-content.webp`
9+
const mailboxKeyvisual = `${BASE_URL}/products/mailbox/mailbox-keyvisual.webp`
10+
const mailboxOriginal = `${BASE_URL}/products/mailbox/mailbox-original.webp`
11+
const mailboxWire = `${BASE_URL}/products/mailbox/mailbox-wire.svg`
12+
13+
export { mailboxContent, mailboxKeyvisual, mailboxOriginal, mailboxWire }
75.5 KB
Loading
83.7 KB
Loading
88.4 KB
Loading

packages/illustrations/src/assets/products/mailbox/mailbox-wire.svg

Lines changed: 3 additions & 0 deletions
Loading

packages/illustrations/src/components/WireIllustration/__generated__/Illustrations.tsx

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)