@versini/ui-truncate 3.0.5 → 3.0.6
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.
|
@@ -327,13 +327,13 @@ const _ = y.forwardRef(
|
|
|
327
327
|
);
|
|
328
328
|
_.displayName = "Button";
|
|
329
329
|
/*!
|
|
330
|
-
@versini/ui-button v4.0.
|
|
330
|
+
@versini/ui-button v4.0.6
|
|
331
331
|
© 2025 gizmette.com
|
|
332
332
|
*/
|
|
333
333
|
try {
|
|
334
334
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
335
|
-
version: "4.0.
|
|
336
|
-
buildTime: "01/12/2025
|
|
335
|
+
version: "4.0.6",
|
|
336
|
+
buildTime: "01/12/2025 07:16 PM EST",
|
|
337
337
|
homepage: "https://github.com/aversini/ui-components",
|
|
338
338
|
license: "MIT"
|
|
339
339
|
});
|
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.6
|
|
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: "01/12/2025
|
|
8
|
+
version: "3.0.6",
|
|
9
|
+
buildTime: "01/12/2025 07:17 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.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@tailwindcss/typography": "0.5.15",
|
|
42
|
-
"@versini/ui-button": "4.0.
|
|
42
|
+
"@versini/ui-button": "4.0.6",
|
|
43
43
|
"tailwindcss": "3.4.17"
|
|
44
44
|
},
|
|
45
45
|
"sideEffects": [
|
|
46
46
|
"**/*.css"
|
|
47
47
|
],
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "7b8f2e1479b0f4ba96ac34b63e1cf9120416c874"
|
|
49
49
|
}
|