@versini/ui-truncate 1.0.2 → 1.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.
|
@@ -257,13 +257,13 @@ const N = k.forwardRef(
|
|
|
257
257
|
);
|
|
258
258
|
N.displayName = "Button";
|
|
259
259
|
/*!
|
|
260
|
-
@versini/ui-button v1.1.
|
|
260
|
+
@versini/ui-button v1.1.6
|
|
261
261
|
© 2024 gizmette.com
|
|
262
262
|
*/
|
|
263
263
|
try {
|
|
264
264
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
265
|
-
version: "1.1.
|
|
266
|
-
buildTime: "09/26/2024
|
|
265
|
+
version: "1.1.6",
|
|
266
|
+
buildTime: "09/26/2024 10:27 PM EDT",
|
|
267
267
|
homepage: "https://github.com/aversini/ui-components",
|
|
268
268
|
license: "MIT"
|
|
269
269
|
});
|
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.0.
|
|
3
|
+
@versini/ui-truncate v1.0.3
|
|
4
4
|
© 2024 gizmette.com
|
|
5
5
|
*/
|
|
6
6
|
try {
|
|
7
7
|
window.__VERSINI_UI_TRUNCATE__ || (window.__VERSINI_UI_TRUNCATE__ = {
|
|
8
|
-
version: "1.0.
|
|
9
|
-
buildTime: "09/26/2024
|
|
8
|
+
version: "1.0.3",
|
|
9
|
+
buildTime: "09/26/2024 10:27 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": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@tailwindcss/typography": "0.5.15",
|
|
45
|
-
"@versini/ui-button": "1.1.
|
|
45
|
+
"@versini/ui-button": "1.1.6",
|
|
46
46
|
"tailwindcss": "3.4.13"
|
|
47
47
|
},
|
|
48
48
|
"sideEffects": [
|
|
49
49
|
"**/*.css"
|
|
50
50
|
],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "6a6a35ebe0703c747695dd047bd90c48a059bea4"
|
|
52
52
|
}
|