@versini/ui-truncate 2.0.8 → 2.0.9
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.
|
@@ -307,13 +307,13 @@ const N = y.forwardRef(
|
|
|
307
307
|
);
|
|
308
308
|
N.displayName = "Button";
|
|
309
309
|
/*!
|
|
310
|
-
@versini/ui-button v3.2.
|
|
311
|
-
©
|
|
310
|
+
@versini/ui-button v3.2.1
|
|
311
|
+
© 2025 gizmette.com
|
|
312
312
|
*/
|
|
313
313
|
try {
|
|
314
314
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
315
|
-
version: "3.2.
|
|
316
|
-
buildTime: "
|
|
315
|
+
version: "3.2.1",
|
|
316
|
+
buildTime: "01/01/2025 07:31 PM EST",
|
|
317
317
|
homepage: "https://github.com/aversini/ui-components",
|
|
318
318
|
license: "MIT"
|
|
319
319
|
});
|
|
@@ -410,7 +410,7 @@ const G = 200, H = ({
|
|
|
410
410
|
string: e.slice(0, t + a),
|
|
411
411
|
isTruncated: !0
|
|
412
412
|
};
|
|
413
|
-
},
|
|
413
|
+
}, K = ({
|
|
414
414
|
children: e,
|
|
415
415
|
length: t = 200,
|
|
416
416
|
mode: r = "system",
|
|
@@ -441,5 +441,5 @@ const G = 200, H = ({
|
|
|
441
441
|
] });
|
|
442
442
|
};
|
|
443
443
|
export {
|
|
444
|
-
|
|
444
|
+
K as Truncate
|
|
445
445
|
};
|
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.
|
|
4
|
-
©
|
|
3
|
+
@versini/ui-truncate v2.0.9
|
|
4
|
+
© 2025 gizmette.com
|
|
5
5
|
*/
|
|
6
6
|
try {
|
|
7
7
|
window.__VERSINI_UI_TRUNCATE__ || (window.__VERSINI_UI_TRUNCATE__ = {
|
|
8
|
-
version: "2.0.
|
|
9
|
-
buildTime: "
|
|
8
|
+
version: "2.0.9",
|
|
9
|
+
buildTime: "01/01/2025 07:31 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
|
+
"version": "2.0.9",
|
|
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": "3.2.
|
|
42
|
+
"@versini/ui-button": "3.2.1",
|
|
43
43
|
"tailwindcss": "3.4.17"
|
|
44
44
|
},
|
|
45
45
|
"sideEffects": [
|
|
46
46
|
"**/*.css"
|
|
47
47
|
],
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "d052f6a22a228e03504ab6eef71c817bd53dd656"
|
|
49
49
|
}
|