@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.
- package/dist/atoms/button/index.js +1 -1
- package/dist/atoms/button/index.mjs +1 -1
- package/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/dist/molecules/alert/index.js +2 -2
- package/dist/molecules/alert/index.mjs +2 -2
- package/dist/molecules/data-table/index.js +1 -1
- package/dist/molecules/data-table/index.mjs +1 -1
- package/dist/molecules/date-picker/index.js +1 -1
- package/dist/molecules/date-picker/index.mjs +1 -1
- package/dist/molecules/file-upload/index.js +3 -3
- package/dist/molecules/file-upload/index.mjs +3 -3
- package/dist/molecules/pagination/index.js +1 -1
- package/dist/molecules/pagination/index.mjs +1 -1
- package/dist/organisms/sidebar/index.js +1 -1
- package/dist/organisms/sidebar/index.mjs +1 -1
- package/dist/organisms/topnavbar/index.js +1 -1
- package/dist/organisms/topnavbar/index.mjs +1 -1
- package/dist/tokens/buttons.d.mts +2 -2
- package/dist/tokens/buttons.d.ts +2 -2
- package/dist/tokens/buttons.js +1 -1
- package/dist/tokens/buttons.mjs +1 -1
- package/dist/tokens/index.js +1 -1
- package/dist/tokens/index.mjs +1 -1
- package/package.json +1 -1
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: "
|
|
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-
|
|
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-
|
|
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: "
|
|
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-
|
|
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-
|
|
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: "
|
|
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-
|
|
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: "
|
|
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-
|
|
304
|
+
"relative w-full rounded-2xl px-6 py-4 flex items-center justify-between",
|
|
305
305
|
{
|
|
306
306
|
variants: {
|
|
307
307
|
variant: {
|
|
@@ -82,7 +82,7 @@ var buttonSizeClasses = {
|
|
|
82
82
|
iconSize: "w-5 h-5"
|
|
83
83
|
},
|
|
84
84
|
lg: {
|
|
85
|
-
base: "
|
|
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-
|
|
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-
|
|
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: "
|
|
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-
|
|
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-
|
|
538
|
+
/* @__PURE__ */ jsx("p", { className: "text-xs text-primary-1200", children: subtitle })
|
|
539
539
|
] }),
|
|
540
540
|
/* @__PURE__ */ jsx(
|
|
541
541
|
Button,
|
|
@@ -42,7 +42,7 @@ declare const buttonSizeClasses: {
|
|
|
42
42
|
readonly iconSize: "w-5 h-5";
|
|
43
43
|
};
|
|
44
44
|
readonly lg: {
|
|
45
|
-
readonly base: "
|
|
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: "
|
|
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
|
};
|
package/dist/tokens/buttons.d.ts
CHANGED
|
@@ -42,7 +42,7 @@ declare const buttonSizeClasses: {
|
|
|
42
42
|
readonly iconSize: "w-5 h-5";
|
|
43
43
|
};
|
|
44
44
|
readonly lg: {
|
|
45
|
-
readonly base: "
|
|
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: "
|
|
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
|
};
|
package/dist/tokens/buttons.js
CHANGED
package/dist/tokens/buttons.mjs
CHANGED
package/dist/tokens/index.js
CHANGED
package/dist/tokens/index.mjs
CHANGED