@versini/ui-truncate 4.0.8 → 4.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.
|
@@ -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.9
|
|
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.9",
|
|
526
|
+
buildTime: "07/14/2025 12:04 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.9
|
|
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.9",
|
|
9
|
+
buildTime: "07/14/2025 12:05 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.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -40,11 +40,12 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@tailwindcss/typography": "0.5.16",
|
|
43
|
-
"@
|
|
43
|
+
"@testing-library/jest-dom": "6.6.3",
|
|
44
|
+
"@versini/ui-button": "6.0.9",
|
|
44
45
|
"tailwindcss": "4.1.11"
|
|
45
46
|
},
|
|
46
47
|
"sideEffects": [
|
|
47
48
|
"**/*.css"
|
|
48
49
|
],
|
|
49
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "097e81ba959c30dc2ee37ff9050981a02420360b"
|
|
50
51
|
}
|