dcp-client 4.2.22 → 4.2.24
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/assets/close-icon.svg +6 -0
- package/assets/dcp-logo.png +0 -0
- package/assets/proxima-nova.otf +0 -0
- package/dist/dcp-client-bundle.js +238 -192
- package/libexec/sandbox/access-lists.js +319 -71
- package/package.json +3 -3
- package/templates/dcp-modal.css +167 -61
- package/templates/keystore-file-modal.html +11 -19
- package/templates/oauth-login-modal.html +11 -15
- package/templates/password-entry-modal.html +12 -12
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M20.75 20.75H3.25V3.25h17.5v17.5Zm-20-20v22.5h22.5V.75H.75Zm17.5 15.738-1.762 1.762L12 13.762 7.513 18.25 5.75 16.488 10.238 12 5.75 7.513 7.513 5.75 12 10.238l4.488-4.488 1.762 1.763L13.762 12l4.488 4.488Z"
|
|
4
|
+
fill="grey"
|
|
5
|
+
/>
|
|
6
|
+
</svg>
|
package/assets/dcp-logo.png
CHANGED
|
Binary file
|
|
Binary file
|