@cocreate/modal
Advanced tools
Comparing version 1.17.1 to 1.17.2
{ | ||
"name": "@cocreate/modal", | ||
"version": "1.17.1", | ||
"version": "1.17.2", | ||
"description": "A draggable, movable and resizable modal. customizable via attributes, great for popups, alerts, multitasking and displaying multiple views.", | ||
@@ -61,11 +61,11 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/actions": "^1.18.1", | ||
"@cocreate/crud-client": "^1.33.8", | ||
"@cocreate/element-prototype": "^1.22.2", | ||
"@cocreate/local-storage": "^1.14.3", | ||
"@cocreate/observer": "^1.16.0", | ||
"@cocreate/position": "^1.9.0", | ||
"@cocreate/socket-client": "^1.39.0", | ||
"@cocreate/uuid": "^1.11.1" | ||
"@cocreate/actions": "^1.18.2", | ||
"@cocreate/crud-client": "^1.33.9", | ||
"@cocreate/element-prototype": "^1.23.0", | ||
"@cocreate/local-storage": "^1.15.0", | ||
"@cocreate/observer": "^1.16.1", | ||
"@cocreate/position": "^1.9.1", | ||
"@cocreate/socket-client": "^1.39.1", | ||
"@cocreate/uuid": "^1.11.2" | ||
} | ||
} |
@@ -146,6 +146,6 @@ import uuid from '@cocreate/uuid' | ||
headerTemplate = `<div class="nav bg-light-gray"><ul class="modal-header"> | ||
<li><a class="minimizeBtn"><i class="height:18px fill:#505050" src="/assets/svg/window-minimize.svg"></i></a></li> | ||
<li><a class="minimizeBtn"><i class="height:18px" src="/assets/svg/window-minimize.svg"></i></a></li> | ||
<li><a class="maximizeBtn"><i class="far fa-window-restore"></i></a></li> | ||
<!-- <li><a class="parkBtn"><i class="fas fa-dot-circle "></i></a></li> --> | ||
<li><a class="closeBtn"><i class="height:18px fill:#505050" src="/assets/svg/times.svg"></i></a></li> | ||
<li><a class="closeBtn"><i class="height:18px" src="/assets/svg/times.svg"></i></a></li> | ||
</ul></div>`; | ||
@@ -152,0 +152,0 @@ |
Sorry, the diff of this file is too big to display
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
126935
Updated@cocreate/actions@^1.18.2
Updated@cocreate/observer@^1.16.1
Updated@cocreate/position@^1.9.1
Updated@cocreate/uuid@^1.11.2