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.
Files changed (41) hide show
  1. package/.turbo/turbo-build.log +47 -47
  2. package/CHANGELOG.md +6 -0
  3. package/dist/card-payment-block.css +1 -1
  4. package/dist/card-payment-block.css.map +1 -1
  5. package/dist/card-payment-block.js +3 -3
  6. package/dist/chunk-2VS7BVWY.js +9 -0
  7. package/dist/{chunk-5GLAT3VP.js.map → chunk-2VS7BVWY.js.map} +1 -1
  8. package/dist/{chunk-LTMZ5RRZ.js → chunk-ESJIQMQJ.js} +2 -2
  9. package/dist/{chunk-LTMZ5RRZ.js.map → chunk-ESJIQMQJ.js.map} +1 -1
  10. package/dist/{chunk-46XKR7EO.js → chunk-GGGZRFPY.js} +2 -2
  11. package/dist/country-picker/country-modal.css +1 -1
  12. package/dist/country-picker/country-modal.css.map +1 -1
  13. package/dist/country-picker/country-modal.js +3 -3
  14. package/dist/drag-and-drop.css +1 -1
  15. package/dist/drag-and-drop.css.map +1 -1
  16. package/dist/drag-and-drop.js +3 -3
  17. package/dist/file-picker/file-picker.css +1 -1
  18. package/dist/file-picker/file-picker.css.map +1 -1
  19. package/dist/file-picker/file-picker.js +3 -3
  20. package/dist/index.css +1 -1
  21. package/dist/index.css.map +1 -1
  22. package/dist/index.js +3 -3
  23. package/dist/layout/layout.css +1 -1
  24. package/dist/layout/layout.css.map +1 -1
  25. package/dist/layout/layout.js +3 -3
  26. package/dist/love-footer.js +1 -1
  27. package/dist/product-picker/product-modal.css +1 -1
  28. package/dist/product-picker/product-modal.css.map +1 -1
  29. package/dist/product-picker/product-modal.js +3 -3
  30. package/dist/stacked-list-item.css +1 -1
  31. package/dist/stacked-list-item.css.map +1 -1
  32. package/dist/stacked-list-item.js +3 -3
  33. package/dist/table-result-block.css +1 -1
  34. package/dist/table-result-block.css.map +1 -1
  35. package/dist/table-result-block.js +3 -3
  36. package/dist/text-row.js +1 -1
  37. package/package.json +1 -1
  38. package/src/love-footer.tsx +2 -2
  39. package/src/text-row.tsx +2 -2
  40. package/dist/chunk-5GLAT3VP.js +0 -9
  41. /package/dist/{chunk-46XKR7EO.js.map → chunk-GGGZRFPY.js.map} +0 -0
@@ -1,4 +1,4 @@
1
- export { e as TableResultBlock } from './chunk-46XKR7EO.js';
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-5GLAT3VP.js';
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-LTMZ5RRZ.js';
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
@@ -1,4 +1,4 @@
1
- export { a as TextRow } from './chunk-5GLAT3VP.js';
1
+ export { a as TextRow } from './chunk-2VS7BVWY.js';
2
2
  import './chunk-F47A36U7.js';
3
3
  import './chunk-Z4LPO673.js';
4
4
  //# sourceMappingURL=out.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ekm-ui",
3
- "version": "0.3.93",
3
+ "version": "0.3.95",
4
4
  "sideEffects": [
5
5
  "**/*.css"
6
6
  ],
@@ -6,13 +6,13 @@ type Props = {
6
6
  export function LoveFooter({ companyName }: Props) {
7
7
  if (companyName)
8
8
  return (
9
- <div className="full-w flex flex-shrink-0 items-center justify-center bg-gray-50 p-2.5 dark:bg-gray-900">
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-w flex flex-shrink-0 items-center justify-center bg-gray-50 p-2.5 dark:bg-gray-900">
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>
@@ -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