@amsterdam/design-system-assets 1.0.0 → 1.0.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 +7 -0
- package/README.md +1 -1
- package/icons/LogIn.svg +1 -1
- package/icons/LogOut.svg +1 -1
- package/package.json +2 -2
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
|
+
## [1.0.1](https://github.com/Amsterdam/design-system/compare/design-system-assets-v1.0.0...design-system-assets-v1.0.1) (2025-09-17)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **Icon:** Unswap icons for logging in and out ([#2115](https://github.com/Amsterdam/design-system/issues/2115)) ([9d5ae8a](https://github.com/Amsterdam/design-system/commit/9d5ae8a8e6a33d13ecfbaf91037c932bf6c37ec4))
|
|
12
|
+
|
|
6
13
|
## [1.0.0](https://github.com/Amsterdam/design-system/compare/design-system-assets-v0.3.0...design-system-assets-v1.0.0) (2025-05-28)
|
|
7
14
|
|
|
8
15
|
|
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ The Design System handbook helps using [a favicon](https://designsystem.amsterda
|
|
|
24
24
|
|
|
25
25
|
### Font files
|
|
26
26
|
|
|
27
|
-
The package contains our Amsterdam Sans font in OpenType format (.
|
|
27
|
+
The package contains our Amsterdam Sans font in Embedded OpenType format (.eot) and Web Open Format Font (.woff and .woff2).
|
|
28
28
|
Import our stylesheet to make all of them available to your project.
|
|
29
29
|
|
|
30
30
|
<!-- prettier-ignore -->
|
package/icons/LogIn.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.5 6H12.5V4H21.5V20H12.5V18H19.5V6ZM12.8692 10.9929L10.3173 8.44105L11.7315 7.02684L16.7894 12.0848L11.7315 17.1427L10.3173 15.7285L13.0528 12.9929H2.5V10.9929H12.8692Z"/></svg>
|
package/icons/LogOut.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 6H11.5V4H2.5V20H11.5V18H4.5V6ZM17.3692 10.9929L14.8173 8.44105L16.2315 7.02684L21.2894 12.0848L16.2315 17.1427L14.8173 15.7285L17.5528 12.9929H7V10.9929H17.3692Z"/></svg>
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.
|
|
2
|
+
"version": "1.0.1",
|
|
3
3
|
"author": "Design System Team, City of Amsterdam <designsystem@amsterdam.nl>",
|
|
4
4
|
"description": "All assets from the Amsterdam Design System. Use it to include the correct fonts, icons or logos in your website or application.",
|
|
5
5
|
"homepage": "https://designsystem.amsterdam",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"directory": "packages-proprietary/assets"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"svgo": "
|
|
25
|
+
"svgo": "4.0.0"
|
|
26
26
|
},
|
|
27
27
|
"scripts": {
|
|
28
28
|
"optimize-icons": "svgo -f icons"
|