@versini/ui-truncate 2.0.1 → 2.0.2
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.
|
|
304
|
+
@versini/ui-button v2.2.0
|
|
305
305
|
© 2024 gizmette.com
|
|
306
306
|
*/
|
|
307
307
|
try {
|
|
308
308
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
309
|
-
version: "2.
|
|
310
|
-
buildTime: "12/30/2024
|
|
309
|
+
version: "2.2.0",
|
|
310
|
+
buildTime: "12/30/2024 12:27 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
|
-
},
|
|
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
|
-
|
|
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.
|
|
3
|
+
@versini/ui-truncate v2.0.2
|
|
4
4
|
© 2024 gizmette.com
|
|
5
5
|
*/
|
|
6
6
|
try {
|
|
7
7
|
window.__VERSINI_UI_TRUNCATE__ || (window.__VERSINI_UI_TRUNCATE__ = {
|
|
8
|
-
version: "2.0.
|
|
9
|
-
buildTime: "12/30/2024
|
|
8
|
+
version: "2.0.2",
|
|
9
|
+
buildTime: "12/30/2024 12: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
|
+
"version": "2.0.2",
|
|
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.
|
|
42
|
+
"@versini/ui-button": "2.2.0",
|
|
43
43
|
"tailwindcss": "3.4.17"
|
|
44
44
|
},
|
|
45
45
|
"sideEffects": [
|
|
46
46
|
"**/*.css"
|
|
47
47
|
],
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "914bac4e3074de68e54cd84fe91e6fe50c38b554"
|
|
49
49
|
}
|