Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/upset-planets-doubt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ultraviolet/illustrations": patch
---

New illustration `mailbox`
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 @@ -41,6 +41,7 @@ import * as kafka from './kafka'
import * as kms from './kms'
import * as loadBalancers from './loadBalancers'
import * as localStorage from './localStorage'
import * as mailbox from './mailbox'
import * as managedDatabase from './managedDatabase'
import * as managedSearchDatabase from './managedSearchDatabase'
import * as mongoDB from './mongoDB'
Expand Down Expand Up @@ -106,6 +107,7 @@ export {
kms,
loadBalancers,
localStorage,
mailbox,
managedDatabase,
managedSearchDatabase,
mongoDB,
Expand Down
13 changes: 13 additions & 0 deletions packages/illustrations/src/assets/products/mailbox/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/**
* This file is automatically generated from /utils/scripts/illustrations/update-illustrations.tsx
* PLEASE DO NOT EDIT HERE
*/

const BASE_URL = 'https://assets.scaleway.com/illustrations'

const mailboxContent = `${BASE_URL}/products/mailbox/mailbox-content.webp`
const mailboxKeyvisual = `${BASE_URL}/products/mailbox/mailbox-keyvisual.webp`
const mailboxOriginal = `${BASE_URL}/products/mailbox/mailbox-original.webp`
const mailboxWire = `${BASE_URL}/products/mailbox/mailbox-wire.svg`

export { mailboxContent, mailboxKeyvisual, mailboxOriginal, mailboxWire }
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading