@versini/ui-truncate 3.0.9 → 3.0.11

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.
@@ -327,13 +327,13 @@ const _ = y.forwardRef(
327
327
  );
328
328
  _.displayName = "Button";
329
329
  /*!
330
- @versini/ui-button v4.0.9
330
+ @versini/ui-button v4.1.0
331
331
  © 2025 gizmette.com
332
332
  */
333
333
  try {
334
334
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
335
- version: "4.0.9",
336
- buildTime: "01/13/2025 07:45 PM EST",
335
+ version: "4.1.0",
336
+ buildTime: "01/16/2025 07:57 PM EST",
337
337
  homepage: "https://github.com/aversini/ui-components",
338
338
  license: "MIT"
339
339
  });
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
1
  import { Truncate as o } from "./components/Truncate/Truncate.js";
2
2
  /*!
3
- @versini/ui-truncate v3.0.9
3
+ @versini/ui-truncate v3.0.11
4
4
  © 2025 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_TRUNCATE__ || (window.__VERSINI_UI_TRUNCATE__ = {
8
- version: "3.0.9",
9
- buildTime: "01/13/2025 07:45 PM EST",
8
+ version: "3.0.11",
9
+ buildTime: "01/16/2025 07:57 PM EST",
10
10
  homepage: "https://github.com/aversini/ui-components",
11
11
  license: "MIT"
12
12
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-truncate",
3
- "version": "3.0.9",
3
+ "version": "3.0.11",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -38,12 +38,12 @@
38
38
  "react-dom": "^18.3.1 || ^19.0.0"
39
39
  },
40
40
  "dependencies": {
41
- "@tailwindcss/typography": "0.5.15",
42
- "@versini/ui-button": "4.0.9",
41
+ "@tailwindcss/typography": "0.5.16",
42
+ "@versini/ui-button": "4.1.0",
43
43
  "tailwindcss": "3.4.17"
44
44
  },
45
45
  "sideEffects": [
46
46
  "**/*.css"
47
47
  ],
48
- "gitHead": "62e5ad9aef3842ebba9e968c0cde595e6fd81544"
48
+ "gitHead": "2be4fd5fe7dd74804533efdedcc6cfa4023a739a"
49
49
  }