@versini/ui-truncate 4.0.2 → 4.0.3
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.
|
@@ -499,13 +499,13 @@ const be = {
|
|
|
499
499
|
}) => /* @__PURE__ */ g("span", { ref: e, className: t, children: r && /* @__PURE__ */ g("span", { className: a, children: r }) });
|
|
500
500
|
G.displayName = "ButtonIcon";
|
|
501
501
|
/*!
|
|
502
|
-
@versini/ui-button v6.0.
|
|
502
|
+
@versini/ui-button v6.0.3
|
|
503
503
|
© 2025 gizmette.com
|
|
504
504
|
*/
|
|
505
505
|
try {
|
|
506
506
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
507
|
-
version: "6.0.
|
|
508
|
-
buildTime: "03/19/2025
|
|
507
|
+
version: "6.0.3",
|
|
508
|
+
buildTime: "03/19/2025 06:10 PM EDT",
|
|
509
509
|
homepage: "https://github.com/aversini/ui-components",
|
|
510
510
|
license: "MIT"
|
|
511
511
|
});
|
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.3
|
|
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: "03/19/2025
|
|
8
|
+
version: "4.0.3",
|
|
9
|
+
buildTime: "03/19/2025 06:10 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.3",
|
|
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.
|
|
43
|
+
"@versini/ui-button": "6.0.3",
|
|
44
44
|
"tailwindcss": "4.0.14"
|
|
45
45
|
},
|
|
46
46
|
"sideEffects": [
|
|
47
47
|
"**/*.css"
|
|
48
48
|
],
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "b49e510e164843553df3b3dd194c17b7e122e986"
|
|
50
50
|
}
|