@vonage/vwc-icon
Advanced tools
Comparing version 2.40.0 to 2.41.0
{ | ||
"name": "@vonage/vwc-icon", | ||
"version": "2.40.0", | ||
"version": "2.41.0", | ||
"description": "Displays an icon", | ||
@@ -31,4 +31,4 @@ "author": "Tal Weinfeld <tal.weinfeld@vonage.com>", | ||
"@material/mwc-base": "^0.22.1", | ||
"@vonage/vvd-core": "2.40.0", | ||
"@vonage/vvd-foundation": "2.40.0", | ||
"@vonage/vvd-core": "2.41.0", | ||
"@vonage/vvd-foundation": "2.41.0", | ||
"lit-element": "^2.4.0", | ||
@@ -40,6 +40,6 @@ "lit-html": "^1.3.0", | ||
"@types/ramda": "^0.27.36", | ||
"@vonage/vvd-umbrella": "2.40.0", | ||
"@vonage/vvd-umbrella": "2.41.0", | ||
"tslib": "^2.3.0" | ||
}, | ||
"gitHead": "6b8cae2afaa5f4e80dc8b39875e029f80d1b296c" | ||
"gitHead": "87f84ad9dad19a5f80667d30dce32bc4495c7c17" | ||
} |
@@ -23,3 +23,3 @@ import '@vonage/vvd-core'; | ||
const BASE_URL = 'https://icon.resources.vonage.com'; // namespaced as 3f7739a0-a898-4f69-a82b-ad9d743170b6 on icons.resources.vonage.com | ||
const ICON_SET_VERSION = '4.1.1'; | ||
const ICON_SET_VERSION = '4.1.2'; | ||
const PLACEHOLDER_ICON = '<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><style>@keyframes rotation { from { transform: rotate(0deg) } to { transform: rotate(360deg) } } g#circle { transform-origin: center center; animation: 1s rotation 0s linear infinite; } path { fill: currentColor }</style> <g id="circle"> <path d="M7.5 2C3.91014 2 1 4.91014 1 8.5C1 12.0899 3.91014 15 7.5 15C11.0899 15 14 12.0899 14 8.5C14 8.22386 14.2239 8 14.5 8C14.7761 8 15 8.22386 15 8.5C15 12.6421 11.6421 16 7.5 16C3.35786 16 0 12.6421 0 8.5C0 4.35786 3.35786 1 7.5 1C10.3622 1 12.7088 2.78366 13.9478 5.27753C14.0706 5.52484 13.9698 5.82492 13.7225 5.94778C13.4752 6.07065 13.1751 5.96977 13.0522 5.72247C11.9472 3.49834 9.90985 2 7.5 2Z"/><path d="M13.5 0C13.7761 0 14 0.223858 14 0.5V5.5C14 5.77614 13.7761 6 13.5 6H8.5C8.22386 6 8 5.77614 8 5.5C8 5.22386 8.22386 5 8.5 5H13V0.5C13 0.223858 13.2239 0 13.5 0Z"/></g></svg>'; | ||
@@ -26,0 +26,0 @@ const PLACEHOLDER_DELAY = 500; // Start displaying placeholder if waiting more than this period of time |
@@ -12,3 +12,3 @@ import { __decorate } from "tslib"; | ||
const BASE_URL = 'https://icon.resources.vonage.com'; | ||
const ICON_SET_VERSION = '4.1.1'; | ||
const ICON_SET_VERSION = '4.1.2'; | ||
const PLACEHOLDER_ICON = '<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><style>@keyframes rotation { from { transform: rotate(0deg) } to { transform: rotate(360deg) } } g#circle { transform-origin: center center; animation: 1s rotation 0s linear infinite; } path { fill: currentColor }</style> <g id="circle"> <path d="M7.5 2C3.91014 2 1 4.91014 1 8.5C1 12.0899 3.91014 15 7.5 15C11.0899 15 14 12.0899 14 8.5C14 8.22386 14.2239 8 14.5 8C14.7761 8 15 8.22386 15 8.5C15 12.6421 11.6421 16 7.5 16C3.35786 16 0 12.6421 0 8.5C0 4.35786 3.35786 1 7.5 1C10.3622 1 12.7088 2.78366 13.9478 5.27753C14.0706 5.52484 13.9698 5.82492 13.7225 5.94778C13.4752 6.07065 13.1751 5.96977 13.0522 5.72247C11.9472 3.49834 9.90985 2 7.5 2Z"/><path d="M13.5 0C13.7761 0 14 0.223858 14 0.5V5.5C14 5.77614 13.7761 6 13.5 6H8.5C8.22386 6 8 5.77614 8 5.5C8 5.22386 8.22386 5 8.5 5H13V0.5C13 0.223858 13.2239 0 13.5 0Z"/></g></svg>'; | ||
@@ -15,0 +15,0 @@ const PLACEHOLDER_DELAY = 500; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
+ Added@vonage/vvd-core@2.41.0(transitive)
+ Added@vonage/vvd-fonts@2.41.0(transitive)
+ Added@vonage/vvd-foundation@2.41.0(transitive)
+ Added@vonage/vvd-scheme@2.41.0(transitive)
- Removed@vonage/vvd-core@2.40.0(transitive)
- Removed@vonage/vvd-fonts@2.40.0(transitive)
- Removed@vonage/vvd-foundation@2.40.0(transitive)
- Removed@vonage/vvd-scheme@2.40.0(transitive)
Updated@vonage/vvd-core@2.41.0