@versini/ui-truncate 6.1.8 → 6.2.0
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.
- package/dist/index.js +2 -13
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -1,19 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
@versini/ui-truncate v6.
|
|
2
|
+
@versini/ui-truncate v6.2.0
|
|
3
3
|
© 2025 gizmette.com
|
|
4
4
|
*/
|
|
5
|
-
try {
|
|
6
|
-
if (!window.__VERSINI_UI_TRUNCATE__) {
|
|
7
|
-
window.__VERSINI_UI_TRUNCATE__ = {
|
|
8
|
-
version: "6.1.8",
|
|
9
|
-
buildTime: "12/16/2025 06:23 PM 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";
|
|
@@ -208,6 +196,7 @@ const Truncate = ({ children, length = 200, mode = "system", focusMode = "system
|
|
|
208
196
|
};
|
|
209
197
|
|
|
210
198
|
;// CONCATENATED MODULE: ./src/components/index.ts
|
|
199
|
+
// force new release
|
|
211
200
|
|
|
212
201
|
|
|
213
202
|
export { Truncate };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-truncate",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.2.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -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.
|
|
42
|
+
"@versini/ui-button": "11.1.0",
|
|
43
43
|
"tailwindcss": "4.1.18"
|
|
44
44
|
},
|
|
45
45
|
"sideEffects": [
|
|
46
46
|
"**/*.css"
|
|
47
47
|
],
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "b2ee2e328ecadfbedcb26d14afa896a30f0ab54b"
|
|
49
49
|
}
|