@amsterdam/design-system-assets 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,13 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.2.1](https://github.com/Amsterdam/design-system/compare/design-system-assets-v0.2.0...design-system-assets-v0.2.1) (2024-06-05)
7
+
8
+
9
+ ### Features
10
+
11
+ * favicon, app icons and optional Web Manifest ([#1205](https://github.com/Amsterdam/design-system/issues/1205)) ([5513961](https://github.com/Amsterdam/design-system/commit/55139617966514207402f791a5b4e9778d059946))
12
+
6
13
  ## [0.2.0](https://github.com/Amsterdam/design-system/compare/design-system-assets-v0.1.8...design-system-assets-v0.2.0) (2024-03-12)
7
14
 
8
15
 
package/README.md CHANGED
@@ -3,3 +3,7 @@
3
3
  # Assets
4
4
 
5
5
  Assets for the City of Amsterdam
6
+
7
+ ## Web app manifest, app icons and favicon
8
+
9
+ See the Design System documentation for an [overview and examples of the manifest and these icons](https://amsterdam.github.io/design-system/?path=/docs/docs-assets-favicon-app-icons--docs).
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" fill="none"><g clip-path="url(#a)" transform="translate(0 -.64)"><path fill="#fff" d="M64 .64H0v64h64z"/><path fill="#ec0000" d="m24.22 54.47 4.36-4.36-4.36-4.36 2.91-2.91 4.36 4.36 4.36-4.36 2.91 2.91-4.36 4.36 4.36 4.36-2.91 2.91-4.36-4.36-4.36 4.36zm0-17.44 4.36-4.36-4.36-4.37 2.91-2.9 4.36 4.36 4.36-4.36 2.91 2.9-4.36 4.37 4.36 4.36-2.91 2.9-4.36-4.36-4.36 4.36zm0-17.48 4.36-4.36-4.36-4.36 2.91-2.91 4.36 4.36 4.36-4.36 2.91 2.91-4.36 4.36 4.36 4.36-2.91 2.91-4.36-4.36-4.36 4.36z"/></g></svg>
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "APP_NAME_FULL",
3
+ "short_name": "APP_NAME",
4
+ "icons": [
5
+ {
6
+ "src": "app-icons/icon-192.png",
7
+ "type": "image/png",
8
+ "sizes": "192x192"
9
+ },
10
+ {
11
+ "src": "app-icons/icon-512.png",
12
+ "type": "image/png",
13
+ "sizes": "512x512"
14
+ }
15
+ ]
16
+ }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.2.0",
2
+ "version": "0.2.1",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Assets for the City of Amsterdam",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
@@ -17,7 +17,7 @@
17
17
  "directory": "proprietary/assets"
18
18
  },
19
19
  "devDependencies": {
20
- "svgo": "3.2.0"
20
+ "svgo": "3.3.2"
21
21
  },
22
22
  "scripts": {
23
23
  "optimize-icons": "svgo -f icons"
package/favicon.ico DELETED
Binary file