@myuw-web-components/myuw-card
Advanced tools
Comparing version 3.2.0 to 3.2.1
@@ -134,5 +134,5 @@ var MyUWCard = (function (exports) { | ||
<slot></slot> | ||
<svg class="more-icon" width="20" height="20"> | ||
<svg class="more-icon" width="20" height="20" role="button" tabindex=0 aria-label="more menu button"> | ||
<g transform="scale(0.8)"> | ||
<path d="M12,16A2,2 0 0,1 14,18A2,2 0 0,1 12,20A2,2 0 0,1 10,18A2,2 0 0,1 12,16M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10M12,4A2,2 0 0,1 14,6A2,2 0 0,1 12,8A2,2 0 0,1 10,6A2,2 0 0,1 12,4Z" /> | ||
<path aria-label="more menu icon" d="M12,16A2,2 0 0,1 14,18A2,2 0 0,1 12,20A2,2 0 0,1 10,18A2,2 0 0,1 12,16M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10M12,4A2,2 0 0,1 14,6A2,2 0 0,1 12,8A2,2 0 0,1 10,6A2,2 0 0,1 12,4Z" /> | ||
</g> | ||
@@ -139,0 +139,0 @@ </svg> |
@@ -68,5 +68,5 @@ var MyUWCard=function(a){'use strict';class b extends HTMLElement{static get elementName(){return"myuw-card-content"}static get template(){return void 0===this._template&&(this._template=document.createElement("template"),this._template.innerHTML=` | ||
<slot></slot> | ||
<svg class="more-icon" width="20" height="20"> | ||
<svg class="more-icon" width="20" height="20" role="button" tabindex=0 aria-label="more menu button"> | ||
<g transform="scale(0.8)"> | ||
<path d="M12,16A2,2 0 0,1 14,18A2,2 0 0,1 12,20A2,2 0 0,1 10,18A2,2 0 0,1 12,16M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10M12,4A2,2 0 0,1 14,6A2,2 0 0,1 12,8A2,2 0 0,1 10,6A2,2 0 0,1 12,4Z" /> | ||
<path aria-label="more menu icon" d="M12,16A2,2 0 0,1 14,18A2,2 0 0,1 12,20A2,2 0 0,1 10,18A2,2 0 0,1 12,16M12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12A2,2 0 0,1 12,10M12,4A2,2 0 0,1 14,6A2,2 0 0,1 12,8A2,2 0 0,1 10,6A2,2 0 0,1 12,4Z" /> | ||
</g> | ||
@@ -73,0 +73,0 @@ </svg> |
{ | ||
"name": "@myuw-web-components/myuw-card", | ||
"version": "3.2.0", | ||
"version": "3.2.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "module": "dist/myuw-card.min.mjs", |
@@ -21,3 +21,3 @@ # myuw-card | ||
<myuw-icon-link href="https://www.google.com"> | ||
<img src="/path/to/icon.svg"> | ||
<img src="/path/to/icon.svg" alt="icon description"> | ||
</myuw-icon-link> | ||
@@ -48,3 +48,3 @@ </myuw-card-content> | ||
<myuw-icon-link href="https://wisc.edu"> | ||
<img src="/path/to/icon.svg"> | ||
<img src="/path/to/icon.svg" alt="icon description"> | ||
</myuw-icon-link> | ||
@@ -60,3 +60,3 @@ <myuw-card-content> | ||
<myuw-icon-link href="https://wisc.edu"> | ||
<img src="/path/to/icon.svg"> | ||
<img src="/path/to/icon.svg" alt="icon description"> | ||
</myuw-icon-link> | ||
@@ -74,3 +74,3 @@ <myuw-card-content> | ||
<myuw-fab-link href="https://www.google.com"> | ||
<img slot="fab-icon" src="https://my.wisc.edu/images/widgetIcons/canvas-logo.svg"> | ||
<img slot="fab-icon" src="/path/to/icon.svg" alt="icon description"> | ||
<p>Deposit money</p> | ||
@@ -91,7 +91,7 @@ </myuw-fab-link> | ||
<myuw-fab-link href="https://www.google.com"> | ||
<img slot="fab-icon" src="https://my.wisc.edu/images/widgetIcons/canvas-logo.svg"> | ||
<img slot="fab-icon" src="/path/to/icon.svg" alt="icon description"> | ||
<p>Jump around</p> | ||
</myuw-fab-link> | ||
<myuw-fab-link href="https://www.google.com"> | ||
<img slot="fab-icon" src="https://my.wisc.edu/images/widgetIcons/canvas-logo.svg"> | ||
<img slot="fab-icon" src="/path/to/icon.svg" alt="icon description"> | ||
<p>Sit on Terrace</p> | ||
@@ -102,7 +102,7 @@ </myuw-fab-link> | ||
<myuw-fab-link href="https://www.google.com"> | ||
<img slot="fab-icon" src="https://my.wisc.edu/images/widgetIcons/canvas-logo.svg"> | ||
<img slot="fab-icon" src="/path/to/icon.svg" alt="icon description"> | ||
<p>Deposit money</p> | ||
</myuw-fab-link> | ||
<myuw-fab-link href="https://www.google.com"> | ||
<img slot="fab-icon" src="https://my.wisc.edu/images/widgetIcons/canvas-logo.svg"> | ||
<img slot="fab-icon" src="/path/to/icon.svg" alt="icon description"> | ||
<p>Report lost card</p> | ||
@@ -109,0 +109,0 @@ </myuw-fab-link> |
Sorry, the diff of this file is not supported yet
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
57748