@atomsolution/sdk-merchant 1.8.3 → 1.8.5
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/assets/locales/en/file.json.d.ts +2 -2
- package/dist/assets/locales/vi/file.json.d.ts +2 -2
- package/dist/batch-product-creation/components/merchant-batch-create-form/product-info-preview/index.d.ts +1 -1
- package/dist/batch-product-creation.cjs +51 -37
- package/dist/batch-product-creation.cjs.map +1 -1
- package/dist/batch-product-creation.esm.js +51 -37
- package/dist/batch-product-creation.esm.js.map +1 -1
- package/dist/batch-product-creation.js +51 -37
- package/dist/batch-product-creation.js.map +1 -1
- package/dist/components/common/dataTable/tableHeader.d.ts +1 -1
- package/dist/digistore.cjs +1 -1
- package/dist/digistore.esm.js +1 -1
- package/dist/digistore.js +1 -1
- package/dist/{dropdownMenuAbsolute-BvDBLhd-.js → dropdownMenuAbsolute-0z-SL48l.js} +4 -6
- package/dist/{dropdownMenuAbsolute-BvDBLhd-.js.map → dropdownMenuAbsolute-0z-SL48l.js.map} +1 -1
- package/dist/{dropdownMenuAbsolute-djdsnyTz.cjs → dropdownMenuAbsolute-t4SPWS3W.cjs} +4 -6
- package/dist/{dropdownMenuAbsolute-djdsnyTz.cjs.map → dropdownMenuAbsolute-t4SPWS3W.cjs.map} +1 -1
- package/dist/merchant-profile.cjs +2 -2
- package/dist/merchant-profile.esm.js +2 -2
- package/dist/merchant-profile.js +2 -2
- package/dist/shared.cjs +1 -1
- package/dist/shared.esm.js +1 -1
- package/dist/shared.js +1 -1
- package/dist/{use-external-config.store-CAZvrNUF.js → use-external-config.store-CaaNmLce.js} +2 -2
- package/dist/{use-external-config.store-CAZvrNUF.js.map → use-external-config.store-CaaNmLce.js.map} +1 -1
- package/dist/{use-external-config.store-D2beE35F.cjs → use-external-config.store-WVwivWvK.cjs} +2 -2
- package/dist/{use-external-config.store-D2beE35F.cjs.map → use-external-config.store-WVwivWvK.cjs.map} +1 -1
- package/dist/{use-translation-CD6xknr3.cjs → use-translation-Ba-GPTbc.cjs} +6 -6
- package/dist/{use-translation-CD6xknr3.cjs.map → use-translation-Ba-GPTbc.cjs.map} +1 -1
- package/dist/{use-translation-DFiePp2h.js → use-translation-Dpu_N-4j.js} +6 -6
- package/dist/{use-translation-DFiePp2h.js.map → use-translation-Dpu_N-4j.js.map} +1 -1
- package/package.json +1 -1
|
@@ -32,7 +32,7 @@ var __objRest = (source, exclude) => {
|
|
|
32
32
|
};
|
|
33
33
|
const jsxRuntime = require("./jsx-runtime-DV8UmLi4.cjs");
|
|
34
34
|
const React = require("react");
|
|
35
|
-
const useTranslation = require("./use-translation-
|
|
35
|
+
const useTranslation = require("./use-translation-Ba-GPTbc.cjs");
|
|
36
36
|
const ReactDOM = require("react-dom");
|
|
37
37
|
var commonjsGlobal = typeof globalThis !== "undefined" ? globalThis : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : {};
|
|
38
38
|
function getDefaultExportFromCjs(x) {
|
|
@@ -3063,15 +3063,13 @@ const TableSkeleton = ({
|
|
|
3063
3063
|
/* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx("tbody", { children: Array.from({ length: rows }).map((_, rowIndex) => /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx("tr", { className: "border-b", children: Array.from({ length: columns }).map((_2, colIndex) => /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx("td", { className: "px-4 py-3", children: /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx("div", { className: "h-4 bg-gray-200 rounded w-full" }) }, colIndex)) }, rowIndex)) })
|
|
3064
3064
|
] }) });
|
|
3065
3065
|
};
|
|
3066
|
-
const TableHeaderComponent = ({
|
|
3067
|
-
headers
|
|
3068
|
-
}) => {
|
|
3066
|
+
const TableHeaderComponent = ({ headers }) => {
|
|
3069
3067
|
return /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx("thead", { children: /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx("tr", { className: "border-b border-gray-200", children: headers.map((header, index) => /* @__PURE__ */ jsxRuntime.jsxRuntimeExports.jsx(
|
|
3070
3068
|
"th",
|
|
3071
3069
|
{
|
|
3072
3070
|
className: `
|
|
3073
3071
|
px-4 py-3 text-left text-base font-semibold text-[#475467] tracking-wide
|
|
3074
|
-
md:px-2 md:py-2 md:text-sm
|
|
3072
|
+
md:px-2 md:py-2 md:text-sm whitespace-nowrap
|
|
3075
3073
|
`,
|
|
3076
3074
|
style: {
|
|
3077
3075
|
width: header.width,
|
|
@@ -3840,4 +3838,4 @@ exports.commonjsRequire = commonjsRequire;
|
|
|
3840
3838
|
exports.getDefaultExportFromCjs = getDefaultExportFromCjs;
|
|
3841
3839
|
exports.twMerge = twMerge;
|
|
3842
3840
|
exports.useMediaQuery = useMediaQuery;
|
|
3843
|
-
//# sourceMappingURL=dropdownMenuAbsolute-
|
|
3841
|
+
//# sourceMappingURL=dropdownMenuAbsolute-t4SPWS3W.cjs.map
|