@marianmeres/stuic 1.92.0 → 1.93.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-md",
24
+ md: "rounded",
25
25
  lg: "rounded-md",
26
26
  xl: "rounded-lg"
27
27
  };
@@ -35,9 +35,9 @@ export class ButtonConfig {
35
35
  static presetsSize = {
36
36
  xs: "px-2 py-0.5 leading-tight text-xs",
37
37
  sm: "px-2.5 py-0.5 leading-snug text-sm",
38
- md: "px-3 py-1 leading-normal text-base",
39
- lg: "px-4 py-1.5 leading-relaxed text-lg",
40
- xl: "px-4 py-2 leading text-xl"
38
+ md: "px-3 py-1 leading-normal text-sm",
39
+ lg: "px-4 py-1.5 leading-relaxed text-base",
40
+ xl: "px-4 py-2 leading text-lg"
41
41
  };
42
42
  static classBySize = {
43
43
  xs: "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "1.92.0",
3
+ "version": "1.93.0",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build && npm run package && node ./scripts/date.js",