@versini/ui-truncate 4.0.6 → 4.0.7
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.
|
@@ -366,7 +366,7 @@ function ye(e) {
|
|
|
366
366
|
e.forEach((r) => {
|
|
367
367
|
typeof r == "function" ? r(t) : r != null && (r.current = t);
|
|
368
368
|
});
|
|
369
|
-
}, e);
|
|
369
|
+
}, [...e]);
|
|
370
370
|
}
|
|
371
371
|
const ve = {
|
|
372
372
|
x: 0,
|
|
@@ -517,13 +517,13 @@ const C = {
|
|
|
517
517
|
);
|
|
518
518
|
K.displayName = "ButtonIcon";
|
|
519
519
|
/*!
|
|
520
|
-
@versini/ui-button v6.0.
|
|
520
|
+
@versini/ui-button v6.0.7
|
|
521
521
|
© 2025 gizmette.com
|
|
522
522
|
*/
|
|
523
523
|
try {
|
|
524
524
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
525
|
-
version: "6.0.
|
|
526
|
-
buildTime: "
|
|
525
|
+
version: "6.0.7",
|
|
526
|
+
buildTime: "06/20/2025 05:21 PM EDT",
|
|
527
527
|
homepage: "https://github.com/aversini/ui-components",
|
|
528
528
|
license: "MIT"
|
|
529
529
|
});
|
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 v4.0.
|
|
3
|
+
@versini/ui-truncate v4.0.7
|
|
4
4
|
© 2025 gizmette.com
|
|
5
5
|
*/
|
|
6
6
|
try {
|
|
7
7
|
window.__VERSINI_UI_TRUNCATE__ || (window.__VERSINI_UI_TRUNCATE__ = {
|
|
8
|
-
version: "4.0.
|
|
9
|
-
buildTime: "
|
|
8
|
+
version: "4.0.7",
|
|
9
|
+
buildTime: "06/20/2025 05:21 PM EDT",
|
|
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": "4.0.
|
|
3
|
+
"version": "4.0.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@tailwindcss/typography": "0.5.16",
|
|
43
|
-
"@versini/ui-button": "6.0.
|
|
44
|
-
"tailwindcss": "4.1.
|
|
43
|
+
"@versini/ui-button": "6.0.7",
|
|
44
|
+
"tailwindcss": "4.1.10"
|
|
45
45
|
},
|
|
46
46
|
"sideEffects": [
|
|
47
47
|
"**/*.css"
|
|
48
48
|
],
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "2fffae99315244f0662bdecbe45a89bc770f0f15"
|
|
50
50
|
}
|