coinley-checkout 0.1.6 → 0.1.7
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/dist/coinley-checkout.es.js +155 -592
- package/dist/coinley-checkout.es.js.map +1 -1
- package/dist/style.css +0 -6
- package/package.json +1 -1
- package/dist/coinley-checkout.umd.js +0 -2013
- package/dist/coinley-checkout.umd.js.map +0 -1
package/dist/style.css
CHANGED
@@ -499,9 +499,6 @@ video {
|
|
499
499
|
[hidden]:where(:not([hidden="until-found"])) {
|
500
500
|
display: none;
|
501
501
|
}
|
502
|
-
.visible {
|
503
|
-
visibility: visible;
|
504
|
-
}
|
505
502
|
.fixed {
|
506
503
|
position: fixed;
|
507
504
|
}
|
@@ -803,9 +800,6 @@ video {
|
|
803
800
|
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
804
801
|
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
805
802
|
}
|
806
|
-
.overflow-auto {
|
807
|
-
overflow: auto;
|
808
|
-
}
|
809
803
|
.overflow-y-auto {
|
810
804
|
overflow-y: auto;
|
811
805
|
}
|