@versini/ui-truncate 3.0.20 → 3.0.22
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 v4.2.
|
|
502
|
+
@versini/ui-button v4.2.5
|
|
503
503
|
© 2025 gizmette.com
|
|
504
504
|
*/
|
|
505
505
|
try {
|
|
506
506
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
507
|
-
version: "4.2.
|
|
508
|
-
buildTime: "
|
|
507
|
+
version: "4.2.5",
|
|
508
|
+
buildTime: "02/16/2025 02:04 PM EST",
|
|
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 v3.0.
|
|
3
|
+
@versini/ui-truncate v3.0.22
|
|
4
4
|
© 2025 gizmette.com
|
|
5
5
|
*/
|
|
6
6
|
try {
|
|
7
7
|
window.__VERSINI_UI_TRUNCATE__ || (window.__VERSINI_UI_TRUNCATE__ = {
|
|
8
|
-
version: "3.0.
|
|
9
|
-
buildTime: "
|
|
8
|
+
version: "3.0.22",
|
|
9
|
+
buildTime: "02/16/2025 02:04 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": "3.0.
|
|
3
|
+
"version": "3.0.22",
|
|
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": "4.2.
|
|
43
|
+
"@versini/ui-button": "4.2.5",
|
|
44
44
|
"tailwindcss": "3.4.17"
|
|
45
45
|
},
|
|
46
46
|
"sideEffects": [
|
|
47
47
|
"**/*.css"
|
|
48
48
|
],
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "a9729c1de84e630491acba230563910a17ad697f"
|
|
50
50
|
}
|