@versini/ui-truncate 2.0.3 → 2.0.5

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.
@@ -301,13 +301,13 @@ const N = y.forwardRef(
301
301
  );
302
302
  N.displayName = "Button";
303
303
  /*!
304
- @versini/ui-button v2.2.1
304
+ @versini/ui-button v3.0.1
305
305
  © 2024 gizmette.com
306
306
  */
307
307
  try {
308
308
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
309
- version: "2.2.1",
310
- buildTime: "12/30/2024 02:25 PM EST",
309
+ version: "3.0.1",
310
+ buildTime: "12/30/2024 05:27 PM EST",
311
311
  homepage: "https://github.com/aversini/ui-components",
312
312
  license: "MIT"
313
313
  });
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 v2.0.3
3
+ @versini/ui-truncate v2.0.5
4
4
  © 2024 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_TRUNCATE__ || (window.__VERSINI_UI_TRUNCATE__ = {
8
- version: "2.0.3",
9
- buildTime: "12/30/2024 02:26 PM EST",
8
+ version: "2.0.5",
9
+ buildTime: "12/30/2024 05:27 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": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -39,11 +39,11 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@tailwindcss/typography": "0.5.15",
42
- "@versini/ui-button": "2.2.1",
42
+ "@versini/ui-button": "3.0.1",
43
43
  "tailwindcss": "3.4.17"
44
44
  },
45
45
  "sideEffects": [
46
46
  "**/*.css"
47
47
  ],
48
- "gitHead": "2a29d0fa51876f41fb9acab344a9c8e87fc6a0a2"
48
+ "gitHead": "c83e1c1ff281bb8d84e899777a6d055c74451090"
49
49
  }