vueless 0.0.110 → 0.0.112
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/package.json
CHANGED
|
@@ -6,7 +6,7 @@ import URow from "../ui.container-row";
|
|
|
6
6
|
import UGroup from "../ui.container-group";
|
|
7
7
|
|
|
8
8
|
/**
|
|
9
|
-
* The `UButton` component. | [
|
|
9
|
+
* The `UButton` component. | [View on GitHub](https://github.com/vuelessjs/vueless/tree/main/src/ui.button)
|
|
10
10
|
*/
|
|
11
11
|
export default {
|
|
12
12
|
id: "1010",
|
|
@@ -26,10 +26,10 @@ export default /*tw*/ {
|
|
|
26
26
|
],
|
|
27
27
|
},
|
|
28
28
|
description: "text-gray-700",
|
|
29
|
-
contentWrapper: "relative mt-3 flex w-full gap-6 justify-between items-start rounded bg-brand-50 p-
|
|
29
|
+
contentWrapper: "relative mt-3 flex w-full gap-6 justify-between items-start rounded bg-brand-50 p-3",
|
|
30
30
|
fileList: "pr-4 shrink-0 text-gray-700 flex-grow flex flex-col gap-4",
|
|
31
31
|
placeholder: {
|
|
32
|
-
base: "pr-4
|
|
32
|
+
base: "pr-4 text-gray-700 flex-grow",
|
|
33
33
|
variants: {
|
|
34
34
|
size: {
|
|
35
35
|
sm: "text-sm",
|
|
@@ -39,7 +39,7 @@ export default /*tw*/ {
|
|
|
39
39
|
},
|
|
40
40
|
},
|
|
41
41
|
selectedItem: {
|
|
42
|
-
base: "pr-4
|
|
42
|
+
base: "pr-4 text-gray-700 flex-grow",
|
|
43
43
|
variants: {
|
|
44
44
|
size: {
|
|
45
45
|
sm: "text-sm",
|