@versini/ui-truncate 4.0.12 → 4.0.13
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.
|
@@ -547,13 +547,13 @@ const C = {
|
|
|
547
547
|
);
|
|
548
548
|
K.displayName = "ButtonIcon";
|
|
549
549
|
/*!
|
|
550
|
-
@versini/ui-button v7.1.
|
|
550
|
+
@versini/ui-button v7.1.2
|
|
551
551
|
© 2025 gizmette.com
|
|
552
552
|
*/
|
|
553
553
|
try {
|
|
554
554
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
555
|
-
version: "7.1.
|
|
556
|
-
buildTime: "08/
|
|
555
|
+
version: "7.1.2",
|
|
556
|
+
buildTime: "08/14/2025 06:04 PM EDT",
|
|
557
557
|
homepage: "https://github.com/aversini/ui-components",
|
|
558
558
|
license: "MIT"
|
|
559
559
|
});
|
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.13
|
|
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: "08/
|
|
8
|
+
version: "4.0.13",
|
|
9
|
+
buildTime: "08/14/2025 06:06 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.13",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -41,12 +41,12 @@
|
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@tailwindcss/typography": "0.5.16",
|
|
44
|
-
"@testing-library/jest-dom": "6.
|
|
45
|
-
"@versini/ui-button": "
|
|
46
|
-
"tailwindcss": "4.1.
|
|
44
|
+
"@testing-library/jest-dom": "6.7.0",
|
|
45
|
+
"@versini/ui-button": "../ui-button",
|
|
46
|
+
"tailwindcss": "4.1.12"
|
|
47
47
|
},
|
|
48
48
|
"sideEffects": [
|
|
49
49
|
"**/*.css"
|
|
50
50
|
],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "a2a11904039a5bc55ff17a954e4a16073abbe0bf"
|
|
52
52
|
}
|