@versini/ui-table 2.0.7 → 2.0.9
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.
- package/dist/index.js +17 -17
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -2,13 +2,13 @@ import d from "clsx";
|
|
|
2
2
|
import { jsx as i, jsxs as k, Fragment as P } from "react/jsx-runtime";
|
|
3
3
|
import N, { useContext as p } from "react";
|
|
4
4
|
/*!
|
|
5
|
-
@versini/ui-table v2.0.
|
|
6
|
-
©
|
|
5
|
+
@versini/ui-table v2.0.9
|
|
6
|
+
© 2025 gizmette.com
|
|
7
7
|
*/
|
|
8
8
|
try {
|
|
9
9
|
window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
|
|
10
|
-
version: "2.0.
|
|
11
|
-
buildTime: "
|
|
10
|
+
version: "2.0.9",
|
|
11
|
+
buildTime: "01/01/2025 07:31 PM EST",
|
|
12
12
|
homepage: "https://github.com/aversini/ui-components",
|
|
13
13
|
license: "MIT"
|
|
14
14
|
});
|
|
@@ -133,7 +133,7 @@ const _ = "thead", T = "tfoot", u = "tbody", f = {
|
|
|
133
133
|
[c]: r === "large"
|
|
134
134
|
});
|
|
135
135
|
case Y:
|
|
136
|
-
return d("
|
|
136
|
+
return d("text-center", {
|
|
137
137
|
[l]: r === "small",
|
|
138
138
|
[s]: r === "medium",
|
|
139
139
|
[c]: r === "large"
|
|
@@ -144,9 +144,9 @@ const _ = "thead", T = "tfoot", u = "tbody", f = {
|
|
|
144
144
|
"justify-start": o === "left",
|
|
145
145
|
"justify-end": o === "right",
|
|
146
146
|
"h-6 w-6 p-0": r === "small" && !(t || a),
|
|
147
|
-
"h-6 px-
|
|
147
|
+
"h-6 px-2 text-sm font-medium": r === "small" && (t || a),
|
|
148
148
|
"h-8 w-8 p-1": r === "medium" && !(t || a),
|
|
149
|
-
"h-8 px-
|
|
149
|
+
"h-8 px-3 text-base font-medium": r === "medium" && (t || a),
|
|
150
150
|
"h-12 w-12 p-2": r === "large" && !(t || a),
|
|
151
151
|
"h-12 px-4 text-lg font-medium": r === "large" && (t || a)
|
|
152
152
|
});
|
|
@@ -380,13 +380,13 @@ const _ = "thead", T = "tfoot", u = "tbody", f = {
|
|
|
380
380
|
});
|
|
381
381
|
I.displayName = "BaseButton";
|
|
382
382
|
/*!
|
|
383
|
-
@versini/ui-button v3.1
|
|
384
|
-
©
|
|
383
|
+
@versini/ui-button v3.2.1
|
|
384
|
+
© 2025 gizmette.com
|
|
385
385
|
*/
|
|
386
386
|
try {
|
|
387
387
|
window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
|
|
388
|
-
version: "3.1
|
|
389
|
-
buildTime: "
|
|
388
|
+
version: "3.2.1",
|
|
389
|
+
buildTime: "01/01/2025 07:31 PM EST",
|
|
390
390
|
homepage: "https://github.com/aversini/ui-components",
|
|
391
391
|
license: "MIT"
|
|
392
392
|
});
|
|
@@ -502,12 +502,12 @@ const C = ({
|
|
|
502
502
|
};
|
|
503
503
|
/*!
|
|
504
504
|
@versini/ui-svgicon v3.0.2
|
|
505
|
-
©
|
|
505
|
+
© 2025 gizmette.com
|
|
506
506
|
*/
|
|
507
507
|
try {
|
|
508
508
|
window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
|
|
509
509
|
version: "3.0.2",
|
|
510
|
-
buildTime: "
|
|
510
|
+
buildTime: "01/01/2025 07:31 PM EST",
|
|
511
511
|
homepage: "https://github.com/aversini/ui-components",
|
|
512
512
|
license: "MIT"
|
|
513
513
|
});
|
|
@@ -593,13 +593,13 @@ const te = ({
|
|
|
593
593
|
}
|
|
594
594
|
);
|
|
595
595
|
/*!
|
|
596
|
-
@versini/ui-icons v3.0
|
|
597
|
-
©
|
|
596
|
+
@versini/ui-icons v3.1.0
|
|
597
|
+
© 2025 gizmette.com
|
|
598
598
|
*/
|
|
599
599
|
try {
|
|
600
600
|
window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
|
|
601
|
-
version: "3.0
|
|
602
|
-
buildTime: "
|
|
601
|
+
version: "3.1.0",
|
|
602
|
+
buildTime: "01/01/2025 07:31 PM EST",
|
|
603
603
|
homepage: "https://github.com/aversini/ui-components",
|
|
604
604
|
license: "MIT"
|
|
605
605
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@versini/ui-table",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.9",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Arno Versini",
|
|
6
6
|
"publishConfig": {
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@tailwindcss/typography": "0.5.15",
|
|
42
|
-
"@versini/ui-button": "3.1
|
|
43
|
-
"@versini/ui-icons": "3.0
|
|
42
|
+
"@versini/ui-button": "3.2.1",
|
|
43
|
+
"@versini/ui-icons": "3.1.0",
|
|
44
44
|
"@versini/ui-types": "3.0.2",
|
|
45
45
|
"clsx": "2.1.1",
|
|
46
46
|
"tailwindcss": "3.4.17"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"sideEffects": [
|
|
49
49
|
"**/*.css"
|
|
50
50
|
],
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "d052f6a22a228e03504ab6eef71c817bd53dd656"
|
|
52
52
|
}
|