@versini/ui-truncate 6.1.9 → 6.2.1

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 -13
  2. package/package.json +4 -4
package/dist/index.js CHANGED
@@ -1,19 +1,7 @@
1
1
  /*!
2
- @versini/ui-truncate v6.1.9
2
+ @versini/ui-truncate v6.2.1
3
3
  © 2025 gizmette.com
4
4
  */
5
- try {
6
- if (!window.__VERSINI_UI_TRUNCATE__) {
7
- window.__VERSINI_UI_TRUNCATE__ = {
8
- version: "6.1.9",
9
- buildTime: "12/24/2025 09:21 AM EST",
10
- homepage: "https://www.npmjs.com/package/@versini/ui-truncate",
11
- license: "MIT",
12
- };
13
- }
14
- } catch (error) {
15
- // nothing to declare officer
16
- }
17
5
 
18
6
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
19
7
  import { Button } from "@versini/ui-button/button";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-truncate",
3
- "version": "6.1.9",
3
+ "version": "6.2.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -23,7 +23,7 @@
23
23
  "build:js": "rslib build",
24
24
  "build:types": "echo 'Types now built with rslib'",
25
25
  "build": "npm-run-all --serial clean build:check build:js",
26
- "clean": "rimraf dist tmp",
26
+ "clean": "rimraf dist tmp coverage",
27
27
  "dev:js": "rslib build --watch",
28
28
  "dev:types": "echo 'Types now watched with rslib'",
29
29
  "dev": "rslib build --watch",
@@ -39,11 +39,11 @@
39
39
  "dependencies": {
40
40
  "@tailwindcss/typography": "0.5.19",
41
41
  "@testing-library/jest-dom": "6.9.1",
42
- "@versini/ui-button": "11.0.1",
42
+ "@versini/ui-button": "11.1.1",
43
43
  "tailwindcss": "4.1.18"
44
44
  },
45
45
  "sideEffects": [
46
46
  "**/*.css"
47
47
  ],
48
- "gitHead": "7b2640a0650a4c3aa6ca078888f765cb400f9f13"
48
+ "gitHead": "a3730974df8fcea3c016bd83844c4243dbb10208"
49
49
  }