@grupor5/raya 0.2.46 → 0.2.49

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.
@@ -37,7 +37,7 @@ var buttonSizeClasses = {
37
37
  iconSize: "w-5 h-5"
38
38
  },
39
39
  lg: {
40
- base: "h-12 px-6 py-3 text-lg rounded-2xl",
40
+ base: "px-6 py-3 text-lg rounded-2xl",
41
41
  icon: "h-12 w-12 rounded-2xl",
42
42
  iconSize: "w-[22px] h-[22px]"
43
43
  }
@@ -1410,7 +1410,7 @@ var buttonSizeClasses = {
1410
1410
  iconSize: "w-5 h-5"
1411
1411
  },
1412
1412
  lg: {
1413
- base: "h-12 px-6 py-3 text-lg rounded-2xl",
1413
+ base: "px-6 py-3 text-lg rounded-2xl",
1414
1414
  icon: "h-12 w-12 rounded-2xl",
1415
1415
  iconSize: "w-[22px] h-[22px]"
1416
1416
  }
@@ -1408,7 +1408,7 @@ var buttonSizeClasses = {
1408
1408
  iconSize: "w-5 h-5"
1409
1409
  },
1410
1410
  lg: {
1411
- base: "h-12 px-6 py-3 text-lg rounded-2xl",
1411
+ base: "px-6 py-3 text-lg rounded-2xl",
1412
1412
  icon: "h-12 w-12 rounded-2xl",
1413
1413
  iconSize: "w-[22px] h-[22px]"
1414
1414
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grupor5/raya",
3
- "version": "0.2.46",
3
+ "version": "0.2.49",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",