Skip to content

Commit 861452f

Browse files
committed
feat: new illustration and product icon (#5528)
1 parent eee2647 commit 861452f

File tree

12 files changed

+101
-0
lines changed

12 files changed

+101
-0
lines changed

.changeset/tender-oranges-relax.md

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

.changeset/vast-carrots-post.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@ultraviolet/icons": minor
3+
---
4+
5+
New product icon `<PasskeyProductIcon />`

packages/icons/src/components/ProductIcon/__generated__/PasskeyProductIcon.tsx

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

packages/icons/src/components/ProductIcon/__generated__/index.ts

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

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ import * as ipfsPinning from './ipfsPinning'
3737
import * as jero from './jero'
3838
import * as k8sKapsule from './k8sKapsule'
3939
import * as k8sKosmos from './k8sKosmos'
40+
import * as kafka from './kafka'
4041
import * as kms from './kms'
4142
import * as loadBalancers from './loadBalancers'
4243
import * as localStorage from './localStorage'
@@ -101,6 +102,7 @@ export {
101102
jero,
102103
k8sKapsule,
103104
k8sKosmos,
105+
kafka,
104106
kms,
105107
loadBalancers,
106108
localStorage,
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 kafkaContent = `${BASE_URL}/products/kafka/kafka-content.webp`
9+
const kafkaKeyvisual = `${BASE_URL}/products/kafka/kafka-keyvisual.webp`
10+
const kafkaOriginal = `${BASE_URL}/products/kafka/kafka-original.webp`
11+
const kafkaWire = `${BASE_URL}/products/kafka/kafka-wire.svg`
12+
13+
export { kafkaContent, kafkaKeyvisual, kafkaOriginal, kafkaWire }
63.6 KB
Loading
66.5 KB
Loading
64.8 KB
Loading

0 commit comments

Comments
 (0)