@marianmeres/stuic 1.92.0 → 1.94.0
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.
|
@@ -21,7 +21,7 @@ export class ButtonConfig {
|
|
|
21
21
|
static presetsRounded = {
|
|
22
22
|
xs: "rounded",
|
|
23
23
|
sm: "rounded",
|
|
24
|
-
md: "rounded
|
|
24
|
+
md: "rounded",
|
|
25
25
|
lg: "rounded-md",
|
|
26
26
|
xl: "rounded-lg"
|
|
27
27
|
};
|
|
@@ -34,10 +34,10 @@ export class ButtonConfig {
|
|
|
34
34
|
};
|
|
35
35
|
static presetsSize = {
|
|
36
36
|
xs: "px-2 py-0.5 leading-tight text-xs",
|
|
37
|
-
sm: "px-2.5 py-0.5 leading-
|
|
38
|
-
md: "px-3 py-1 leading-normal text-
|
|
39
|
-
lg: "px-4 py-1.5 leading-
|
|
40
|
-
xl: "px-4 py-2 leading text-
|
|
37
|
+
sm: "px-2.5 py-0.5 leading-normal text-sm",
|
|
38
|
+
md: "px-3 py-1 leading-normal text-sm",
|
|
39
|
+
lg: "px-4 py-1.5 leading-normal text-base",
|
|
40
|
+
xl: "px-4 py-2 leading-normal text-lg"
|
|
41
41
|
};
|
|
42
42
|
static classBySize = {
|
|
43
43
|
xs: "",
|