@atomsolution/sdk-merchant 1.6.2 → 1.6.3

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.
Files changed (25) hide show
  1. package/dist/assets/locales/en/merchant-batch-create-form.json.d.ts +2 -1
  2. package/dist/assets/locales/vi/merchant-batch-create-form.json.d.ts +2 -1
  3. package/dist/batch-product-creation.cjs +44 -10
  4. package/dist/batch-product-creation.cjs.map +1 -1
  5. package/dist/batch-product-creation.esm.js +44 -10
  6. package/dist/batch-product-creation.esm.js.map +1 -1
  7. package/dist/batch-product-creation.js +44 -10
  8. package/dist/batch-product-creation.js.map +1 -1
  9. package/dist/digistore.cjs +1 -1
  10. package/dist/digistore.esm.js +1 -1
  11. package/dist/digistore.js +1 -1
  12. package/dist/{dropdownMenuAbsolute-Ds24HaUN.js → dropdownMenuAbsolute-CLw6DPyb.js} +2 -2
  13. package/dist/{dropdownMenuAbsolute-Ds24HaUN.js.map → dropdownMenuAbsolute-CLw6DPyb.js.map} +1 -1
  14. package/dist/{dropdownMenuAbsolute-CLsfHK7_.cjs → dropdownMenuAbsolute-DlrCbNFH.cjs} +2 -2
  15. package/dist/{dropdownMenuAbsolute-CLsfHK7_.cjs.map → dropdownMenuAbsolute-DlrCbNFH.cjs.map} +1 -1
  16. package/dist/merchant-profile.cjs +2 -2
  17. package/dist/merchant-profile.esm.js +2 -2
  18. package/dist/merchant-profile.js +2 -2
  19. package/dist/style.css +4 -0
  20. package/dist/{use-translation-CsiF3PR6.js → use-translation-B8KAf9vm.js} +7 -3
  21. package/dist/{use-translation-CsiF3PR6.js.map → use-translation-B8KAf9vm.js.map} +1 -1
  22. package/dist/{use-translation-GCjcVK7-.cjs → use-translation-FLryNm-e.cjs} +7 -3
  23. package/dist/{use-translation-GCjcVK7-.cjs.map → use-translation-FLryNm-e.cjs.map} +1 -1
  24. package/dist/utils/translations.d.ts +2 -0
  25. package/package.json +1 -1
@@ -68,14 +68,14 @@ var __asyncGenerator = (__this, __arguments, generator) => {
68
68
  };
69
69
  var __forAwait = (obj, it, method) => (it = obj[__knownSymbol("asyncIterator")]) ? it.call(obj) : (obj = obj[__knownSymbol("iterator")](), it = {}, method = (key, fn) => (fn = obj[key]) && (it[key] = (arg) => new Promise((yes, no, done) => (arg = fn.call(obj, arg), done = arg.done, Promise.resolve(arg.value).then((value) => yes({ value, done }), no)))), method("next"), method("return"), it);
70
70
  import { j as jsxRuntimeExports } from "./jsx-runtime-ClP9nxnW.js";
71
- import { u as useTranslation, t as translate } from "./use-translation-CsiF3PR6.js";
71
+ import { u as useTranslation, t as translate } from "./use-translation-B8KAf9vm.js";
72
72
  import { ToastContainer } from "react-toastify";
73
73
  import { a as useUnsavedChangesStore, u as useWesapApiConfig } from "./use-wesap-api-config.store-CIaEkA7m.js";
74
74
  import * as React from "react";
75
75
  import React__default, { useState, useRef, useEffect, useMemo, forwardRef, useCallback } from "react";
76
76
  import create from "zustand";
77
77
  import { u as useExternalConfigStore } from "./use-external-config.store-CaaNmLce.js";
78
- import { t as twMerge, B as Button, c as commonjsRequire, b as commonjsGlobal, g as getDefaultExportFromCjs, u as useMediaQuery, T as TableSkeleton, R as ReusableTable, a as DropdownMenuAbsolute } from "./dropdownMenuAbsolute-Ds24HaUN.js";
78
+ import { t as twMerge, B as Button, c as commonjsRequire, b as commonjsGlobal, g as getDefaultExportFromCjs, u as useMediaQuery, T as TableSkeleton, R as ReusableTable, a as DropdownMenuAbsolute } from "./dropdownMenuAbsolute-CLw6DPyb.js";
79
79
  import * as ReactDOM from "react-dom";
80
80
  import ReactDOM__default from "react-dom";
81
81
  import { C as CustomToast } from "./index-ChOpfqCh.js";
@@ -26918,15 +26918,49 @@ function MergeAndCheckData({ taxDeductionMethod }) {
26918
26918
  /* @__PURE__ */ jsxRuntimeExports.jsx("h2", { className: "text-[20px] leading-[30px] font-bold text-[#0E121B] mb-2", children: translate2("mergeDataTitle") }),
26919
26919
  /* @__PURE__ */ jsxRuntimeExports.jsx("p", { className: "text-[16px] leading-[20px] font-normal text-[#0E121B] whitespace-pre-line", children: translate2("mergeDescription") }),
26920
26920
  /* @__PURE__ */ jsxRuntimeExports.jsx("br", {}),
26921
- taxDeductionMethod == "direct" && /* @__PURE__ */ jsxRuntimeExports.jsx(
26922
- "p",
26923
- {
26924
- className: "text-[14px] w-fit leading-[18px] font-normal text-[#0E121B] bg-blue-200",
26925
- dangerouslySetInnerHTML: {
26926
- __html: translate2("directTaxNote")
26921
+ taxDeductionMethod == "direct" && /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex items-center gap-2 p-3 bg-blue-50 rounded-lg", children: [
26922
+ /* @__PURE__ */ jsxRuntimeExports.jsxs(
26923
+ "svg",
26924
+ {
26925
+ xmlns: "http://www.w3.org/2000/svg",
26926
+ width: "16",
26927
+ height: "16",
26928
+ viewBox: "0 0 16 16",
26929
+ fill: "none",
26930
+ children: [
26931
+ /* @__PURE__ */ jsxRuntimeExports.jsxs("g", { "clip-path": "url(#clip0_15611_172398)", children: [
26932
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
26933
+ "path",
26934
+ {
26935
+ d: "M5.25619 12.9656V13.8799C5.25619 15.3948 6.48417 16.1656 7.99905 16.1656C9.51393 16.1656 10.7419 15.3948 10.7419 13.8799V12.9656M2.51333 4.73708C2.51333 1.7074 4.96936 0.165649 7.99905 0.165649C11.0287 0.165649 13.4848 1.7074 13.4848 4.73708C13.4848 6.51006 14.1293 8.49781 14.7937 10.0755C15.3452 11.3855 14.4193 12.9656 12.998 12.9656H3.00007C1.57873 12.9656 0.652929 11.3855 1.20446 10.0755C1.8687 8.49781 2.51333 6.51006 2.51333 4.73708Z",
26936
+ fill: "#335CFF"
26937
+ }
26938
+ ),
26939
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
26940
+ "path",
26941
+ {
26942
+ d: "M5.25619 12.9656V13.8799C5.25619 15.3948 6.48417 16.1656 7.99905 16.1656C9.51393 16.1656 10.7419 15.3948 10.7419 13.8799V12.9656M2.51333 4.73708C2.51333 1.7074 4.96936 0.165649 7.99905 0.165649C11.0287 0.165649 13.4848 1.7074 13.4848 4.73708C13.4848 6.51006 14.1293 8.49781 14.7937 10.0755C15.3452 11.3855 14.4193 12.9656 12.998 12.9656H3.00007C1.57873 12.9656 0.652929 11.3855 1.20446 10.0755C1.8687 8.49781 2.51333 6.51006 2.51333 4.73708Z",
26943
+ stroke: "#EBF1FF",
26944
+ "stroke-width": "0.914286",
26945
+ "stroke-linecap": "round",
26946
+ "stroke-linejoin": "round"
26947
+ }
26948
+ )
26949
+ ] }),
26950
+ /* @__PURE__ */ jsxRuntimeExports.jsx("defs", { children: /* @__PURE__ */ jsxRuntimeExports.jsx("clipPath", { id: "clip0_15611_172398", children: /* @__PURE__ */ jsxRuntimeExports.jsx("rect", { width: "16", height: "16", fill: "white" }) }) })
26951
+ ]
26927
26952
  }
26928
- }
26929
- )
26953
+ ),
26954
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
26955
+ "p",
26956
+ {
26957
+ className: "text-sm leading-5 font-normal text-blue-900",
26958
+ dangerouslySetInnerHTML: {
26959
+ __html: translate2("directTaxNote")
26960
+ }
26961
+ }
26962
+ )
26963
+ ] })
26930
26964
  ] }),
26931
26965
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex gap-4 items-center justify-start", children: [
26932
26966
  /* @__PURE__ */ jsxRuntimeExports.jsx(