@grupor5/raya 0.2.48 → 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.
@@ -58,7 +58,7 @@ var buttonSizeClasses = {
58
58
  iconSize: "w-5 h-5"
59
59
  },
60
60
  lg: {
61
- base: "h-12 px-6 py-3 text-lg rounded-2xl",
61
+ base: "px-6 py-3 text-lg rounded-2xl",
62
62
  icon: "h-12 w-12 rounded-2xl",
63
63
  iconSize: "w-[22px] h-[22px]"
64
64
  }
@@ -52,7 +52,7 @@ var buttonSizeClasses = {
52
52
  iconSize: "w-5 h-5"
53
53
  },
54
54
  lg: {
55
- base: "h-12 px-6 py-3 text-lg rounded-2xl",
55
+ base: "px-6 py-3 text-lg rounded-2xl",
56
56
  icon: "h-12 w-12 rounded-2xl",
57
57
  iconSize: "w-[22px] h-[22px]"
58
58
  }
package/dist/index.js CHANGED
@@ -1506,7 +1506,7 @@ var buttonSizeClasses = {
1506
1506
  iconSize: "w-5 h-5"
1507
1507
  },
1508
1508
  lg: {
1509
- base: "h-12 px-6 py-3 text-lg rounded-2xl",
1509
+ base: "px-6 py-3 text-lg rounded-2xl",
1510
1510
  icon: "h-12 w-12 rounded-2xl",
1511
1511
  iconSize: "w-[22px] h-[22px]"
1512
1512
  }
@@ -2498,7 +2498,7 @@ var Accordion = React30__namespace.forwardRef((_a, ref) => {
2498
2498
  });
2499
2499
  Accordion.displayName = "Accordion";
2500
2500
  var alertVariants = classVarianceAuthority.cva(
2501
- "relative w-full rounded-2xl px-6 py-2 flex items-center justify-between",
2501
+ "relative w-full rounded-2xl px-6 py-4 flex items-center justify-between",
2502
2502
  {
2503
2503
  variants: {
2504
2504
  variant: {
@@ -4479,7 +4479,7 @@ var FileUploadDropzone = React30__namespace.forwardRef(
4479
4479
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-2", children: [
4480
4480
  /* @__PURE__ */ jsxRuntime.jsx(FolderCloudIcon.FolderCloudIcon, { className: "h-6 w-6 text-primary-600", "aria-hidden": "true" }),
4481
4481
  /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-base text-primary-1200", children: "A\xF1adir archivos" }),
4482
- /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-xs text-primary-600", children: subtitle })
4482
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-xs text-primary-1200", children: subtitle })
4483
4483
  ] }),
4484
4484
  /* @__PURE__ */ jsxRuntime.jsx(
4485
4485
  Button,
package/dist/index.mjs CHANGED
@@ -1475,7 +1475,7 @@ var buttonSizeClasses = {
1475
1475
  iconSize: "w-5 h-5"
1476
1476
  },
1477
1477
  lg: {
1478
- base: "h-12 px-6 py-3 text-lg rounded-2xl",
1478
+ base: "px-6 py-3 text-lg rounded-2xl",
1479
1479
  icon: "h-12 w-12 rounded-2xl",
1480
1480
  iconSize: "w-[22px] h-[22px]"
1481
1481
  }
@@ -2467,7 +2467,7 @@ var Accordion = React30.forwardRef((_a, ref) => {
2467
2467
  });
2468
2468
  Accordion.displayName = "Accordion";
2469
2469
  var alertVariants = cva(
2470
- "relative w-full rounded-2xl px-6 py-2 flex items-center justify-between",
2470
+ "relative w-full rounded-2xl px-6 py-4 flex items-center justify-between",
2471
2471
  {
2472
2472
  variants: {
2473
2473
  variant: {
@@ -4448,7 +4448,7 @@ var FileUploadDropzone = React30.forwardRef(
4448
4448
  /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-2", children: [
4449
4449
  /* @__PURE__ */ jsx(FolderCloudIcon, { className: "h-6 w-6 text-primary-600", "aria-hidden": "true" }),
4450
4450
  /* @__PURE__ */ jsx("p", { className: "text-base text-primary-1200", children: "A\xF1adir archivos" }),
4451
- /* @__PURE__ */ jsx("p", { className: "text-xs text-primary-600", children: subtitle })
4451
+ /* @__PURE__ */ jsx("p", { className: "text-xs text-primary-1200", children: subtitle })
4452
4452
  ] }),
4453
4453
  /* @__PURE__ */ jsx(
4454
4454
  Button,
@@ -76,7 +76,7 @@ var buttonSizeClasses = {
76
76
  iconSize: "w-5 h-5"
77
77
  },
78
78
  lg: {
79
- base: "h-12 px-6 py-3 text-lg rounded-2xl",
79
+ base: "px-6 py-3 text-lg rounded-2xl",
80
80
  icon: "h-12 w-12 rounded-2xl",
81
81
  iconSize: "w-[22px] h-[22px]"
82
82
  }
@@ -322,7 +322,7 @@ var Button = React2.forwardRef((_a, ref) => {
322
322
  });
323
323
  Button.displayName = "Button";
324
324
  var alertVariants = classVarianceAuthority.cva(
325
- "relative w-full rounded-2xl px-6 py-2 flex items-center justify-between",
325
+ "relative w-full rounded-2xl px-6 py-4 flex items-center justify-between",
326
326
  {
327
327
  variants: {
328
328
  variant: {
@@ -55,7 +55,7 @@ var buttonSizeClasses = {
55
55
  iconSize: "w-5 h-5"
56
56
  },
57
57
  lg: {
58
- base: "h-12 px-6 py-3 text-lg rounded-2xl",
58
+ base: "px-6 py-3 text-lg rounded-2xl",
59
59
  icon: "h-12 w-12 rounded-2xl",
60
60
  iconSize: "w-[22px] h-[22px]"
61
61
  }
@@ -301,7 +301,7 @@ var Button = forwardRef((_a, ref) => {
301
301
  });
302
302
  Button.displayName = "Button";
303
303
  var alertVariants = cva(
304
- "relative w-full rounded-2xl px-6 py-2 flex items-center justify-between",
304
+ "relative w-full rounded-2xl px-6 py-4 flex items-center justify-between",
305
305
  {
306
306
  variants: {
307
307
  variant: {
@@ -276,7 +276,7 @@ var buttonSizeClasses = {
276
276
  iconSize: "w-5 h-5"
277
277
  },
278
278
  lg: {
279
- base: "h-12 px-6 py-3 text-lg rounded-2xl",
279
+ base: "px-6 py-3 text-lg rounded-2xl",
280
280
  icon: "h-12 w-12 rounded-2xl",
281
281
  iconSize: "w-[22px] h-[22px]"
282
282
  }
@@ -252,7 +252,7 @@ var buttonSizeClasses = {
252
252
  iconSize: "w-5 h-5"
253
253
  },
254
254
  lg: {
255
- base: "h-12 px-6 py-3 text-lg rounded-2xl",
255
+ base: "px-6 py-3 text-lg rounded-2xl",
256
256
  icon: "h-12 w-12 rounded-2xl",
257
257
  iconSize: "w-[22px] h-[22px]"
258
258
  }
@@ -81,7 +81,7 @@ var buttonSizeClasses = {
81
81
  iconSize: "w-5 h-5"
82
82
  },
83
83
  lg: {
84
- base: "h-12 px-6 py-3 text-lg rounded-2xl",
84
+ base: "px-6 py-3 text-lg rounded-2xl",
85
85
  icon: "h-12 w-12 rounded-2xl",
86
86
  iconSize: "w-[22px] h-[22px]"
87
87
  }
@@ -59,7 +59,7 @@ var buttonSizeClasses = {
59
59
  iconSize: "w-5 h-5"
60
60
  },
61
61
  lg: {
62
- base: "h-12 px-6 py-3 text-lg rounded-2xl",
62
+ base: "px-6 py-3 text-lg rounded-2xl",
63
63
  icon: "h-12 w-12 rounded-2xl",
64
64
  iconSize: "w-[22px] h-[22px]"
65
65
  }
@@ -82,7 +82,7 @@ var buttonSizeClasses = {
82
82
  iconSize: "w-5 h-5"
83
83
  },
84
84
  lg: {
85
- base: "h-12 px-6 py-3 text-lg rounded-2xl",
85
+ base: "px-6 py-3 text-lg rounded-2xl",
86
86
  icon: "h-12 w-12 rounded-2xl",
87
87
  iconSize: "w-[22px] h-[22px]"
88
88
  }
@@ -428,7 +428,7 @@ var ProgressBar = React4__namespace.default.forwardRef(
428
428
  );
429
429
  ProgressBar.displayName = "ProgressBar";
430
430
  var alertVariants = classVarianceAuthority.cva(
431
- "relative w-full rounded-2xl px-6 py-2 flex items-center justify-between",
431
+ "relative w-full rounded-2xl px-6 py-4 flex items-center justify-between",
432
432
  {
433
433
  variants: {
434
434
  variant: {
@@ -557,7 +557,7 @@ var FileUploadDropzone = React4__namespace.forwardRef(
557
557
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-2", children: [
558
558
  /* @__PURE__ */ jsxRuntime.jsx(FolderCloudIcon.FolderCloudIcon, { className: "h-6 w-6 text-primary-600", "aria-hidden": "true" }),
559
559
  /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-base text-primary-1200", children: "A\xF1adir archivos" }),
560
- /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-xs text-primary-600", children: subtitle })
560
+ /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-xs text-primary-1200", children: subtitle })
561
561
  ] }),
562
562
  /* @__PURE__ */ jsxRuntime.jsx(
563
563
  Button,
@@ -60,7 +60,7 @@ var buttonSizeClasses = {
60
60
  iconSize: "w-5 h-5"
61
61
  },
62
62
  lg: {
63
- base: "h-12 px-6 py-3 text-lg rounded-2xl",
63
+ base: "px-6 py-3 text-lg rounded-2xl",
64
64
  icon: "h-12 w-12 rounded-2xl",
65
65
  iconSize: "w-[22px] h-[22px]"
66
66
  }
@@ -406,7 +406,7 @@ var ProgressBar = React4__default.forwardRef(
406
406
  );
407
407
  ProgressBar.displayName = "ProgressBar";
408
408
  var alertVariants = cva(
409
- "relative w-full rounded-2xl px-6 py-2 flex items-center justify-between",
409
+ "relative w-full rounded-2xl px-6 py-4 flex items-center justify-between",
410
410
  {
411
411
  variants: {
412
412
  variant: {
@@ -535,7 +535,7 @@ var FileUploadDropzone = React4.forwardRef(
535
535
  /* @__PURE__ */ jsxs("div", { className: "flex flex-col gap-2", children: [
536
536
  /* @__PURE__ */ jsx(FolderCloudIcon, { className: "h-6 w-6 text-primary-600", "aria-hidden": "true" }),
537
537
  /* @__PURE__ */ jsx("p", { className: "text-base text-primary-1200", children: "A\xF1adir archivos" }),
538
- /* @__PURE__ */ jsx("p", { className: "text-xs text-primary-600", children: subtitle })
538
+ /* @__PURE__ */ jsx("p", { className: "text-xs text-primary-1200", children: subtitle })
539
539
  ] }),
540
540
  /* @__PURE__ */ jsx(
541
541
  Button,
@@ -124,7 +124,7 @@ var buttonSizeClasses = {
124
124
  iconSize: "w-5 h-5"
125
125
  },
126
126
  lg: {
127
- base: "h-12 px-6 py-3 text-lg rounded-2xl",
127
+ base: "px-6 py-3 text-lg rounded-2xl",
128
128
  icon: "h-12 w-12 rounded-2xl",
129
129
  iconSize: "w-[22px] h-[22px]"
130
130
  }
@@ -102,7 +102,7 @@ var buttonSizeClasses = {
102
102
  iconSize: "w-5 h-5"
103
103
  },
104
104
  lg: {
105
- base: "h-12 px-6 py-3 text-lg rounded-2xl",
105
+ base: "px-6 py-3 text-lg rounded-2xl",
106
106
  icon: "h-12 w-12 rounded-2xl",
107
107
  iconSize: "w-[22px] h-[22px]"
108
108
  }
@@ -124,7 +124,7 @@ var buttonSizeClasses = {
124
124
  iconSize: "w-5 h-5"
125
125
  },
126
126
  lg: {
127
- base: "h-12 px-6 py-3 text-lg rounded-2xl",
127
+ base: "px-6 py-3 text-lg rounded-2xl",
128
128
  icon: "h-12 w-12 rounded-2xl",
129
129
  iconSize: "w-[22px] h-[22px]"
130
130
  }
@@ -103,7 +103,7 @@ var buttonSizeClasses = {
103
103
  iconSize: "w-5 h-5"
104
104
  },
105
105
  lg: {
106
- base: "h-12 px-6 py-3 text-lg rounded-2xl",
106
+ base: "px-6 py-3 text-lg rounded-2xl",
107
107
  icon: "h-12 w-12 rounded-2xl",
108
108
  iconSize: "w-[22px] h-[22px]"
109
109
  }
@@ -80,7 +80,7 @@ var buttonSizeClasses = {
80
80
  iconSize: "w-5 h-5"
81
81
  },
82
82
  lg: {
83
- base: "h-12 px-6 py-3 text-lg rounded-2xl",
83
+ base: "px-6 py-3 text-lg rounded-2xl",
84
84
  icon: "h-12 w-12 rounded-2xl",
85
85
  iconSize: "w-[22px] h-[22px]"
86
86
  }
@@ -58,7 +58,7 @@ var buttonSizeClasses = {
58
58
  iconSize: "w-5 h-5"
59
59
  },
60
60
  lg: {
61
- base: "h-12 px-6 py-3 text-lg rounded-2xl",
61
+ base: "px-6 py-3 text-lg rounded-2xl",
62
62
  icon: "h-12 w-12 rounded-2xl",
63
63
  iconSize: "w-[22px] h-[22px]"
64
64
  }
@@ -42,7 +42,7 @@ declare const buttonSizeClasses: {
42
42
  readonly iconSize: "w-5 h-5";
43
43
  };
44
44
  readonly lg: {
45
- readonly base: "h-12 px-6 py-3 text-lg rounded-2xl";
45
+ readonly base: "px-6 py-3 text-lg rounded-2xl";
46
46
  readonly icon: "h-12 w-12 rounded-2xl";
47
47
  readonly iconSize: "w-[22px] h-[22px]";
48
48
  };
@@ -185,7 +185,7 @@ declare const buttonTokens: {
185
185
  readonly iconSize: "w-5 h-5";
186
186
  };
187
187
  readonly lg: {
188
- readonly base: "h-12 px-6 py-3 text-lg rounded-2xl";
188
+ readonly base: "px-6 py-3 text-lg rounded-2xl";
189
189
  readonly icon: "h-12 w-12 rounded-2xl";
190
190
  readonly iconSize: "w-[22px] h-[22px]";
191
191
  };
@@ -42,7 +42,7 @@ declare const buttonSizeClasses: {
42
42
  readonly iconSize: "w-5 h-5";
43
43
  };
44
44
  readonly lg: {
45
- readonly base: "h-12 px-6 py-3 text-lg rounded-2xl";
45
+ readonly base: "px-6 py-3 text-lg rounded-2xl";
46
46
  readonly icon: "h-12 w-12 rounded-2xl";
47
47
  readonly iconSize: "w-[22px] h-[22px]";
48
48
  };
@@ -185,7 +185,7 @@ declare const buttonTokens: {
185
185
  readonly iconSize: "w-5 h-5";
186
186
  };
187
187
  readonly lg: {
188
- readonly base: "h-12 px-6 py-3 text-lg rounded-2xl";
188
+ readonly base: "px-6 py-3 text-lg rounded-2xl";
189
189
  readonly icon: "h-12 w-12 rounded-2xl";
190
190
  readonly iconSize: "w-[22px] h-[22px]";
191
191
  };
@@ -39,7 +39,7 @@ var buttonSizeClasses = {
39
39
  iconSize: "w-5 h-5"
40
40
  },
41
41
  lg: {
42
- base: "h-12 px-6 py-3 text-lg rounded-2xl",
42
+ base: "px-6 py-3 text-lg rounded-2xl",
43
43
  icon: "h-12 w-12 rounded-2xl",
44
44
  iconSize: "w-[22px] h-[22px]"
45
45
  }
@@ -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.48",
3
+ "version": "0.2.49",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",