@versini/ui-styles 3.2.2 → 3.2.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 (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -4819,7 +4819,7 @@ var Nu = {
4819
4819
  for (const n of r) {
4820
4820
  if (!n)
4821
4821
  continue;
4822
- if ((/* @__PURE__ */ new Set([...n.map((u) => u.value)])).size > 1)
4822
+ if (new Set(n.map((u) => u.value)).size > 1)
4823
4823
  break;
4824
4824
  n.forEach((u) => u.remove()), i.prepend(n[0]);
4825
4825
  }
@@ -7284,7 +7284,7 @@ const gi = "#ff3f3f", ee = {
7284
7284
  ], F0 = {
7285
7285
  merge: (e) => {
7286
7286
  const t = R0, r = C0;
7287
- return console.info(`==> [${Date.now()}] : `, { content: t }), e.safelist = [...e.safelist || []], e.content = [...e.content || [], ...t], e.plugins = [...e.plugins || [], ...r], e;
7287
+ return e.safelist = [...e.safelist || []], e.content = [...e.content || [], ...t], e.plugins = [...e.plugins || [], ...r], e;
7288
7288
  }
7289
7289
  };
7290
7290
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-styles",
3
- "version": "3.2.2",
3
+ "version": "3.2.3",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -34,10 +34,10 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@tailwindcss/container-queries": "0.1.1",
37
- "@tailwindcss/typography": "0.5.15",
37
+ "@tailwindcss/typography": "0.5.16",
38
38
  "culori": "4.0.1",
39
39
  "fs-extra": "11.2.0",
40
40
  "tailwindcss": "3.4.17"
41
41
  },
42
- "gitHead": "c290a6523fa53c0e0af567ab1aff1a357faf4aca"
42
+ "gitHead": "4c958ec69e74cca8bba692d7988f47151f39f2b7"
43
43
  }