From 928ca3323a3239b9b68cecf7bdcab10321d8e7bb Mon Sep 17 00:00:00 2001 From: Evgeny Sergeev Date: Thu, 9 Jul 2020 18:49:01 +0300 Subject: [PATCH] feat(icon): latest icons from alfa-ui-primitives 2.18.0 --- package-lock.json | 6 +++--- package.json | 2 +- .../category-default/icon_category-default_xl_black.svg | 2 +- src/icon/file/format-doc/format-doc.css | 4 ++++ src/icon/file/format-doc/icon_format-doc_xxl_color.svg | 1 + src/icon/file/format-jpg/icon_format-jpg_xxl_color.svg | 2 +- 6 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 src/icon/file/format-doc/icon_format-doc_xxl_color.svg diff --git a/package-lock.json b/package-lock.json index cd43d74c6f..dc68eb5397 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2867,9 +2867,9 @@ "dev": true }, "alfa-ui-primitives": { - "version": "2.17.0", - "resolved": "https://registry.npmjs.org/alfa-ui-primitives/-/alfa-ui-primitives-2.17.0.tgz", - "integrity": "sha512-ZvtafK6eTTxdXgYPoYLWbtjF3ViESdbhmgFDJB7WOEvSIRZclJtflRnFCNyP1xz968hWgdTEYtsBivOYvR+q7A==", + "version": "2.18.0", + "resolved": "https://registry.npmjs.org/alfa-ui-primitives/-/alfa-ui-primitives-2.18.0.tgz", + "integrity": "sha512-y+USsYQxqNSCRwTl7gUs8WyMtu+nhlCLO7XVHssGe1/fe2E7Epp99/GS+nnYwNYxFvH3oQqzXJH6UzqBFysi0A==", "dev": true }, "aliasify": { diff --git a/package.json b/package.json index 060680c0b2..6af9d4e082 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "@typescript-eslint/eslint-plugin": "^2.28.0", "@typescript-eslint/parser": "^2.28.0", "acorn": "^6.1.1", - "alfa-ui-primitives": "2.17.0", + "alfa-ui-primitives": "2.18.0", "arui-demo": "3.0.0", "arui-presets": "^5.1.0", "arui-presets-lint": "^4.1.2", diff --git a/src/icon/category/category-default/icon_category-default_xl_black.svg b/src/icon/category/category-default/icon_category-default_xl_black.svg index e4d9db436a..de166b83b7 100644 --- a/src/icon/category/category-default/icon_category-default_xl_black.svg +++ b/src/icon/category/category-default/icon_category-default_xl_black.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/icon/file/format-doc/format-doc.css b/src/icon/file/format-doc/format-doc.css index 7432e17194..c521f2668f 100644 --- a/src/icon/file/format-doc/format-doc.css +++ b/src/icon/file/format-doc/format-doc.css @@ -33,3 +33,7 @@ .icon_size_xl.icon_name_format-doc.icon_theme_alfa-on-color { background-image: url('./icon_format-doc_xl_white.svg'); } + +.icon_size_xxl.icon_name_format-doc.icon_colored.icon_theme_alfa-on-color, .icon_size_xxl.icon_name_format-doc.icon_colored.icon_theme_alfa-on-white { + background-image: url('./icon_format-doc_xxl_color.svg'); +} diff --git a/src/icon/file/format-doc/icon_format-doc_xxl_color.svg b/src/icon/file/format-doc/icon_format-doc_xxl_color.svg new file mode 100644 index 0000000000..5e4d8718fc --- /dev/null +++ b/src/icon/file/format-doc/icon_format-doc_xxl_color.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icon/file/format-jpg/icon_format-jpg_xxl_color.svg b/src/icon/file/format-jpg/icon_format-jpg_xxl_color.svg index 9006f8da58..4107bd456a 100644 --- a/src/icon/file/format-jpg/icon_format-jpg_xxl_color.svg +++ b/src/icon/file/format-jpg/icon_format-jpg_xxl_color.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file