ekm-ui 0.3.93 → 0.3.95
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/.turbo/turbo-build.log +47 -47
- package/CHANGELOG.md +6 -0
- package/dist/card-payment-block.css +1 -1
- package/dist/card-payment-block.css.map +1 -1
- package/dist/card-payment-block.js +3 -3
- package/dist/chunk-2VS7BVWY.js +9 -0
- package/dist/{chunk-5GLAT3VP.js.map → chunk-2VS7BVWY.js.map} +1 -1
- package/dist/{chunk-LTMZ5RRZ.js → chunk-ESJIQMQJ.js} +2 -2
- package/dist/{chunk-LTMZ5RRZ.js.map → chunk-ESJIQMQJ.js.map} +1 -1
- package/dist/{chunk-46XKR7EO.js → chunk-GGGZRFPY.js} +2 -2
- package/dist/country-picker/country-modal.css +1 -1
- package/dist/country-picker/country-modal.css.map +1 -1
- package/dist/country-picker/country-modal.js +3 -3
- package/dist/drag-and-drop.css +1 -1
- package/dist/drag-and-drop.css.map +1 -1
- package/dist/drag-and-drop.js +3 -3
- package/dist/file-picker/file-picker.css +1 -1
- package/dist/file-picker/file-picker.css.map +1 -1
- package/dist/file-picker/file-picker.js +3 -3
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +3 -3
- package/dist/layout/layout.css +1 -1
- package/dist/layout/layout.css.map +1 -1
- package/dist/layout/layout.js +3 -3
- package/dist/love-footer.js +1 -1
- package/dist/product-picker/product-modal.css +1 -1
- package/dist/product-picker/product-modal.css.map +1 -1
- package/dist/product-picker/product-modal.js +3 -3
- package/dist/stacked-list-item.css +1 -1
- package/dist/stacked-list-item.css.map +1 -1
- package/dist/stacked-list-item.js +3 -3
- package/dist/table-result-block.css +1 -1
- package/dist/table-result-block.css.map +1 -1
- package/dist/table-result-block.js +3 -3
- package/dist/text-row.js +1 -1
- package/package.json +1 -1
- package/src/love-footer.tsx +2 -2
- package/src/text-row.tsx +2 -2
- package/dist/chunk-5GLAT3VP.js +0 -9
- /package/dist/{chunk-46XKR7EO.js.map → chunk-GGGZRFPY.js.map} +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { e as TableResultBlock } from './chunk-
|
|
1
|
+
export { e as TableResultBlock } from './chunk-GGGZRFPY.js';
|
|
2
2
|
import './chunk-ZHMUFBQM.js';
|
|
3
3
|
import './chunk-YZ2YZSNQ.js';
|
|
4
4
|
import './chunk-E62SCYLR.js';
|
|
@@ -14,7 +14,7 @@ import './chunk-RTRHNOTP.js';
|
|
|
14
14
|
import './chunk-JHGOFDVG.js';
|
|
15
15
|
import './chunk-4E6CDLVE.js';
|
|
16
16
|
import './chunk-XXP5K6Y4.js';
|
|
17
|
-
import './chunk-
|
|
17
|
+
import './chunk-2VS7BVWY.js';
|
|
18
18
|
import './chunk-QCHLLBHM.js';
|
|
19
19
|
import './chunk-LIXVY47P.js';
|
|
20
20
|
import './chunk-G2WGEIWK.js';
|
|
@@ -28,7 +28,7 @@ import './chunk-CNJDESTL.js';
|
|
|
28
28
|
import './chunk-TXDBBVCI.js';
|
|
29
29
|
import './chunk-HTXOCBXA.js';
|
|
30
30
|
import './chunk-EEMQBWYJ.js';
|
|
31
|
-
import './chunk-
|
|
31
|
+
import './chunk-ESJIQMQJ.js';
|
|
32
32
|
import './chunk-IY6WVOAI.js';
|
|
33
33
|
import './chunk-VGGEDWFD.js';
|
|
34
34
|
import './chunk-AVTJXS4U.js';
|
package/dist/text-row.js
CHANGED
package/package.json
CHANGED
package/src/love-footer.tsx
CHANGED
|
@@ -6,13 +6,13 @@ type Props = {
|
|
|
6
6
|
export function LoveFooter({ companyName }: Props) {
|
|
7
7
|
if (companyName)
|
|
8
8
|
return (
|
|
9
|
-
<div className="full
|
|
9
|
+
<div className="w-full flex flex-shrink-0 items-center justify-center bg-gray-50 p-2.5 dark:bg-gray-900">
|
|
10
10
|
<span className="text-sm text-gray-400">{`${companyName} e-commerce powered by EKM`}</span>
|
|
11
11
|
</div>
|
|
12
12
|
);
|
|
13
13
|
|
|
14
14
|
return (
|
|
15
|
-
<div className="full
|
|
15
|
+
<div className="w-full flex flex-shrink-0 items-center justify-center bg-gray-50 p-2.5 dark:bg-gray-900">
|
|
16
16
|
<span className="text-sm text-red-400">
|
|
17
17
|
<FaHeart />
|
|
18
18
|
</span>
|
package/src/text-row.tsx
CHANGED
|
@@ -12,12 +12,12 @@ export function TextRow({ children, title, text, border, className, id }: Props)
|
|
|
12
12
|
return (
|
|
13
13
|
<div
|
|
14
14
|
id={id || undefined}
|
|
15
|
-
className={`${className || ''} flex flex-wrap items-center justify-between gap-4 sm:flex-nowrap
|
|
15
|
+
className={`${className || ''} md:flex md:flex-wrap items-center justify-between gap-4 sm:flex-nowrap
|
|
16
16
|
${border ? "border-b pb-4 dark:border-gray-900" : ""} `}
|
|
17
17
|
>
|
|
18
18
|
<div>
|
|
19
19
|
<Label className='mb-1'>{title}</Label>
|
|
20
|
-
<p className="flex-shrink text-xs font-normal text-gray-500 dark:text-gray-400">
|
|
20
|
+
<p className="flex-shrink text-xs font-normal text-gray-500 dark:text-gray-400 pb-2">
|
|
21
21
|
{text}
|
|
22
22
|
</p>
|
|
23
23
|
</div>
|
package/dist/chunk-5GLAT3VP.js
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { a } from './chunk-F47A36U7.js';
|
|
2
|
-
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
-
|
|
4
|
-
function d({children:e,title:s,text:i,border:l,className:n,id:o}){return jsxs("div",{id:o||void 0,className:`${n||""} flex flex-wrap items-center justify-between gap-4 sm:flex-nowrap
|
|
5
|
-
${l?"border-b pb-4 dark:border-gray-900":""} `,children:[jsxs("div",{children:[jsx(a,{className:"mb-1",children:s}),jsx("p",{className:"flex-shrink text-xs font-normal text-gray-500 dark:text-gray-400",children:i})]}),e&&e]})}d.displayName="TextRow";
|
|
6
|
-
|
|
7
|
-
export { d as a };
|
|
8
|
-
//# sourceMappingURL=out.js.map
|
|
9
|
-
//# sourceMappingURL=chunk-5GLAT3VP.js.map
|
|
File without changes
|