@versini/ui-truncate 4.0.10 → 4.0.12
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.
|
@@ -24,7 +24,7 @@ const H = "av-button", I = "icon", O = "button", j = "link", ie = ({
|
|
|
24
24
|
"justify-start": i === "left",
|
|
25
25
|
"justify-end": i === "right",
|
|
26
26
|
"h-6 w-6 p-0": t === "small" && !o && !(r || a),
|
|
27
|
-
"h-6 px-2": t === "small" && !o && (r || a),
|
|
27
|
+
"h-6 px-1 sm:px-2": t === "small" && !o && (r || a),
|
|
28
28
|
"h-8 w-8 p-1": t === "medium" && !o && !(r || a),
|
|
29
29
|
"h-8 px-3": t === "medium" && !o && (r || a),
|
|
30
30
|
"h-12 w-12 p-2": t === "large" && !o && !(r || a),
|
|
@@ -547,13 +547,13 @@ const C = {
|
|
|
547
547
|
);
|
|
548
548
|
K.displayName = "ButtonIcon";
|
|
549
549
|
/*!
|
|
550
|
-
@versini/ui-button v7.
|
|
550
|
+
@versini/ui-button v7.1.1
|
|
551
551
|
© 2025 gizmette.com
|
|
552
552
|
*/
|
|
553
553
|
try {
|
|
554
554
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
555
|
-
version: "7.
|
|
556
|
-
buildTime: "08/
|
|
555
|
+
version: "7.1.1",
|
|
556
|
+
buildTime: "08/10/2025 01:26 PM EDT",
|
|
557
557
|
homepage: "https://github.com/aversini/ui-components",
|
|
558
558
|
license: "MIT"
|
|
559
559
|
});
|
|
@@ -587,10 +587,12 @@ const we = E.forwardRef(
|
|
|
587
587
|
return /* @__PURE__ */ m("div", { className: s, children: /* @__PURE__ */ m(
|
|
588
588
|
K,
|
|
589
589
|
{
|
|
590
|
-
className:
|
|
590
|
+
className: r,
|
|
591
591
|
ref: o,
|
|
592
592
|
mode: t,
|
|
593
593
|
radius: "small",
|
|
594
|
+
size: "small",
|
|
595
|
+
align: "center",
|
|
594
596
|
...i,
|
|
595
597
|
children: e
|
|
596
598
|
}
|
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.12
|
|
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: "08/
|
|
8
|
+
version: "4.0.12",
|
|
9
|
+
buildTime: "08/10/2025 01:26 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.12",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@tailwindcss/typography": "0.5.16",
|
|
44
44
|
"@testing-library/jest-dom": "6.6.4",
|
|
45
|
-
"@versini/ui-button": "7.
|
|
45
|
+
"@versini/ui-button": "7.1.1",
|
|
46
46
|
"tailwindcss": "4.1.11"
|
|
47
47
|
},
|
|
48
48
|
"sideEffects": [
|
|
49
49
|
"**/*.css"
|
|
50
50
|
],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "381a563cd0bb01eeddea33e57c0f5705663b5be4"
|
|
52
52
|
}
|