@invoice-sdk/widget 1.98.3 → 1.99.0
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.
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4.25 10.375C4.25 11.0653 3.69034 11.625 3 11.625C2.30966 11.625 1.75 11.0653 1.75 10.375V8.125C1.75 7.43466 2.30966 6.875 3 6.875C3.69034 6.875 4.25 7.43466 4.25 8.125V10.375Z" fill="#525866" stroke="#525866" stroke-width="1.25" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M14.25 10.375C14.25 11.0653 13.6903 11.625 13 11.625C12.3097 11.625 11.75 11.0653 11.75 10.375V8.125C11.75 7.43466 12.3097 6.875 13 6.875C13.6903 6.875 14.25 7.43466 14.25 8.125V10.375Z" fill="#525866" stroke="#525866" stroke-width="1.25" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M1.75 8.125V6.875C1.75 3.42322 4.54822 0.625 8 0.625C11.4518 0.625 14.25 3.42322 14.25 6.875V8.125" stroke="#525866" stroke-width="1.25" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M14.25 10.375V11.625C14.25 13.0057 13.1429 13.7143 11.75 14.125H9.25" stroke="#525866" stroke-width="1.25" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M8 15.375C8.69036 15.375 9.25 14.8154 9.25 14.125C9.25 13.4346 8.69036 12.875 8 12.875C7.30964 12.875 6.75 13.4346 6.75 14.125C6.75 14.8154 7.30964 15.375 8 15.375Z" fill="#525866" stroke="#525866" stroke-width="1.25" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
|
|
7
|
+
</svg>
|
|
@@ -4890,7 +4890,7 @@ let ee = null, te = null;
|
|
|
4890
4890
|
function mB(e) {
|
|
4891
4891
|
return k(this, null, function* () {
|
|
4892
4892
|
if (e.mode && mt(e.mode), e.baseUrl && ht(e.mode, e.baseUrl), e.language && Tt(e.language), e.onRefreshToken && NQ(e.onRefreshToken), e.accessTokenKey && YQ(e.accessTokenKey), e.refreshTokenKey && (e.refreshTokenKey, void 0), !te) {
|
|
4893
|
-
const { InvoiceRegisterWidget: i } = yield import("./widget-
|
|
4893
|
+
const { InvoiceRegisterWidget: i } = yield import("./widget-DcmwDSPh.js");
|
|
4894
4894
|
te = i;
|
|
4895
4895
|
}
|
|
4896
4896
|
const A = typeof e.selector == "string" ? document.querySelector(e.selector) : e.selector;
|
|
@@ -4916,7 +4916,7 @@ function mB(e) {
|
|
|
4916
4916
|
function qB(e) {
|
|
4917
4917
|
return k(this, null, function* () {
|
|
4918
4918
|
if (e.mode && mt(e.mode), e.baseUrl && ht(e.mode, e.baseUrl), e.language && Tt(e.language), !ee) {
|
|
4919
|
-
const { EContractWidget: t } = yield import("./widget-
|
|
4919
|
+
const { EContractWidget: t } = yield import("./widget-DcmwDSPh.js");
|
|
4920
4920
|
ee = t;
|
|
4921
4921
|
}
|
|
4922
4922
|
const A = typeof e.selector == "string" ? document.querySelector(e.selector) : e.selector;
|
package/dist/index.esm.js
CHANGED