@versini/ui-styles 1.8.4 → 1.9.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -4941,7 +4941,7 @@ const Uu = /* @__PURE__ */ cn(Hu), Wu = {
4941
4941
  96
4942
4942
  ], t = [];
4943
4943
  return e.forEach((r) => {
4944
- t.push(`mt-${r}`), t.push(`mr-${r}`), t.push(`mb-${r}`), t.push(`ml-${r}`);
4944
+ t.push(`m-${r}`), t.push(`mt-${r}`), t.push(`mr-${r}`), t.push(`mb-${r}`), t.push(`ml-${r}`);
4945
4945
  }), t;
4946
4946
  }, Gu = Xu(), Wi = (e, t) => {
4947
4947
  if (typeof e == "number") {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "1.8.4",
3
+ "version": "1.9.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -36,5 +36,5 @@
36
36
  "culori": "4.0.1",
37
37
  "tailwindcss": "3.4.3"
38
38
  },
39
- "gitHead": "852091df4eed5f6b18c1a41bbf316abc1794974f"
39
+ "gitHead": "8100a82c3c37ee81b3cd91a934b2ae40796307c6"
40
40
  }