@versini/ui-truncate 1.1.5 → 1.1.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.
|
@@ -9,7 +9,7 @@ const y = "av-button";
|
|
|
9
9
|
try {
|
|
10
10
|
window.__VERSINI_UI_SPACING__ || (window.__VERSINI_UI_SPACING__ = {
|
|
11
11
|
version: "1.0.0",
|
|
12
|
-
buildTime: "12/25/2024
|
|
12
|
+
buildTime: "12/25/2024 03:29 PM EST",
|
|
13
13
|
homepage: "https://github.com/aversini/ui-components",
|
|
14
14
|
license: "MIT"
|
|
15
15
|
});
|
|
@@ -271,13 +271,13 @@ const N = k.forwardRef(
|
|
|
271
271
|
);
|
|
272
272
|
N.displayName = "Button";
|
|
273
273
|
/*!
|
|
274
|
-
@versini/ui-button v1.
|
|
274
|
+
@versini/ui-button v1.5.0
|
|
275
275
|
© 2024 gizmette.com
|
|
276
276
|
*/
|
|
277
277
|
try {
|
|
278
278
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
279
|
-
version: "1.
|
|
280
|
-
buildTime: "12/25/2024
|
|
279
|
+
version: "1.5.0",
|
|
280
|
+
buildTime: "12/25/2024 03:29 PM EST",
|
|
281
281
|
homepage: "https://github.com/aversini/ui-components",
|
|
282
282
|
license: "MIT"
|
|
283
283
|
});
|
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 v1.1.
|
|
3
|
+
@versini/ui-truncate v1.1.6
|
|
4
4
|
© 2024 gizmette.com
|
|
5
5
|
*/
|
|
6
6
|
try {
|
|
7
7
|
window.__VERSINI_UI_TRUNCATE__ || (window.__VERSINI_UI_TRUNCATE__ = {
|
|
8
|
-
version: "1.1.
|
|
9
|
-
buildTime: "12/25/2024
|
|
8
|
+
version: "1.1.6",
|
|
9
|
+
buildTime: "12/25/2024 03:29 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": "1.1.
|
|
3
|
+
"version": "1.1.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": "1.
|
|
42
|
+
"@versini/ui-button": "1.5.0",
|
|
43
43
|
"tailwindcss": "3.4.17"
|
|
44
44
|
},
|
|
45
45
|
"sideEffects": [
|
|
46
46
|
"**/*.css"
|
|
47
47
|
],
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "71a571acd6f461c8005c0efab801d8b2fe6bff76"
|
|
49
49
|
}
|