@versini/ui-truncate 2.0.1 → 2.0.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.
@@ -301,13 +301,13 @@ const N = y.forwardRef(
301
301
  );
302
302
  N.displayName = "Button";
303
303
  /*!
304
- @versini/ui-button v2.1.0
304
+ @versini/ui-button v2.2.1
305
305
  © 2024 gizmette.com
306
306
  */
307
307
  try {
308
308
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
309
- version: "2.1.0",
310
- buildTime: "12/30/2024 11:40 AM EST",
309
+ version: "2.2.1",
310
+ buildTime: "12/30/2024 02:25 PM EST",
311
311
  homepage: "https://github.com/aversini/ui-components",
312
312
  license: "MIT"
313
313
  });
@@ -404,7 +404,7 @@ const G = 200, H = ({
404
404
  string: e.slice(0, t + a),
405
405
  isTruncated: !0
406
406
  };
407
- }, P = ({
407
+ }, K = ({
408
408
  children: e,
409
409
  length: t = 200,
410
410
  mode: r = "system",
@@ -435,5 +435,5 @@ const G = 200, H = ({
435
435
  ] });
436
436
  };
437
437
  export {
438
- P as Truncate
438
+ K as Truncate
439
439
  };
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.1
3
+ @versini/ui-truncate v2.0.3
4
4
  © 2024 gizmette.com
5
5
  */
6
6
  try {
7
7
  window.__VERSINI_UI_TRUNCATE__ || (window.__VERSINI_UI_TRUNCATE__ = {
8
- version: "2.0.1",
9
- buildTime: "12/30/2024 11:41 AM EST",
8
+ version: "2.0.3",
9
+ buildTime: "12/30/2024 02:26 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.1",
3
+ "version": "2.0.3",
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.1.0",
42
+ "@versini/ui-button": "2.2.1",
43
43
  "tailwindcss": "3.4.17"
44
44
  },
45
45
  "sideEffects": [
46
46
  "**/*.css"
47
47
  ],
48
- "gitHead": "1221c66705bd1e8a31981a21a9566c8db647ab5c"
48
+ "gitHead": "2a29d0fa51876f41fb9acab344a9c8e87fc6a0a2"
49
49
  }