Skip to content

Commit 3f3dadf

Browse files
authored
feat: remove images (#230)
The images have been moved to the @commercetools-frontend/application-shell/assets package. Use them from there instead.
1 parent b92ede4 commit 3f3dadf

23 files changed

+0
-1465
lines changed

README.md

-12
Original file line numberDiff line numberDiff line change
@@ -83,18 +83,6 @@ const green = customProperties['--color-green'];
8383

8484
> Please look at the [file](materials/custom-properties.json) itself to inspect which variables are available (_documentation will be provided in the future_).
8585
86-
#### Importing SVG images
87-
88-
Similar to CSS modules, if you need to use one of our available SVG images, you can require them from `/images`.
89-
90-
```js
91-
import UnexpectedErrorSVG from '@commercetools-frontend/ui-kit/images/maintenance/unexpected-error.svg';
92-
93-
<img src={UnexpectedErrorSVG} />;
94-
```
95-
96-
> Please look into the package itself to inspect what images are available
97-
9886
## Motivation
9987

10088
- Declarative components serving as a design guide

images/chevron-down.png

-14.8 KB
Binary file not shown.

images/ct-logo.svg

-34
This file was deleted.

images/ct_logo_bw.svg

-64
This file was deleted.

0 commit comments

Comments
 (0)