@klu_dev/ui-klu-green 1.2.26 → 1.2.28
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/index.css +131 -4
- package/dist/index.d.ts +14 -1
- package/dist/index.js +110 -4
- package/dist/index.js.map +1 -1
- package/dist/sesion-Y4GRW2FA.png +0 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -518,6 +518,10 @@ button,
|
|
|
518
518
|
.uiklu-hidden{
|
|
519
519
|
display: none;
|
|
520
520
|
|
|
521
|
+
}
|
|
522
|
+
.uiklu-h-10{
|
|
523
|
+
height: 2.5rem;
|
|
524
|
+
|
|
521
525
|
}
|
|
522
526
|
.uiklu-h-12{
|
|
523
527
|
height: 3rem;
|
|
@@ -546,6 +550,10 @@ button,
|
|
|
546
550
|
.uiklu-h-6{
|
|
547
551
|
height: 1.5rem;
|
|
548
552
|
|
|
553
|
+
}
|
|
554
|
+
.uiklu-h-7{
|
|
555
|
+
height: 1.75rem;
|
|
556
|
+
|
|
549
557
|
}
|
|
550
558
|
.uiklu-h-8{
|
|
551
559
|
height: 2rem;
|
|
@@ -686,10 +694,22 @@ button,
|
|
|
686
694
|
.uiklu-min-h-\[500px\]{
|
|
687
695
|
min-height: 500px;
|
|
688
696
|
|
|
697
|
+
}
|
|
698
|
+
.uiklu-min-h-\[600px\]{
|
|
699
|
+
min-height: 600px;
|
|
700
|
+
|
|
689
701
|
}
|
|
690
702
|
.uiklu-min-h-screen{
|
|
691
703
|
min-height: 100vh;
|
|
692
704
|
|
|
705
|
+
}
|
|
706
|
+
.\!uiklu-w-\[218px\]{
|
|
707
|
+
width: 218px !important;
|
|
708
|
+
|
|
709
|
+
}
|
|
710
|
+
.uiklu-w-10{
|
|
711
|
+
width: 2.5rem;
|
|
712
|
+
|
|
693
713
|
}
|
|
694
714
|
.uiklu-w-12{
|
|
695
715
|
width: 3rem;
|
|
@@ -714,6 +734,10 @@ button,
|
|
|
714
734
|
.uiklu-w-6{
|
|
715
735
|
width: 1.5rem;
|
|
716
736
|
|
|
737
|
+
}
|
|
738
|
+
.uiklu-w-7{
|
|
739
|
+
width: 1.75rem;
|
|
740
|
+
|
|
717
741
|
}
|
|
718
742
|
.uiklu-w-8{
|
|
719
743
|
width: 2rem;
|
|
@@ -722,6 +746,10 @@ button,
|
|
|
722
746
|
.uiklu-w-9{
|
|
723
747
|
width: 2.25rem;
|
|
724
748
|
|
|
749
|
+
}
|
|
750
|
+
.uiklu-w-\[100px\]{
|
|
751
|
+
width: 100px;
|
|
752
|
+
|
|
725
753
|
}
|
|
726
754
|
.uiklu-w-\[140px\]{
|
|
727
755
|
width: 140px;
|
|
@@ -846,6 +874,10 @@ button,
|
|
|
846
874
|
.uiklu-w-\[80px\]{
|
|
847
875
|
width: 80px;
|
|
848
876
|
|
|
877
|
+
}
|
|
878
|
+
.uiklu-w-\[calc\(100\%-32px\)\]{
|
|
879
|
+
width: calc(100% - 32px);
|
|
880
|
+
|
|
849
881
|
}
|
|
850
882
|
.uiklu-w-\[var\(--radix-select-trigger-width\)\]{
|
|
851
883
|
width: var(--radix-select-trigger-width);
|
|
@@ -919,6 +951,10 @@ button,
|
|
|
919
951
|
.uiklu-min-w-\[var\(--radix-select-trigger-width\)\]{
|
|
920
952
|
min-width: var(--radix-select-trigger-width);
|
|
921
953
|
|
|
954
|
+
}
|
|
955
|
+
.\!uiklu-max-w-\[586px\]{
|
|
956
|
+
max-width: 586px !important;
|
|
957
|
+
|
|
922
958
|
}
|
|
923
959
|
.uiklu-max-w-\[141px\]{
|
|
924
960
|
max-width: 141px;
|
|
@@ -991,6 +1027,10 @@ button,
|
|
|
991
1027
|
.uiklu-max-w-md{
|
|
992
1028
|
max-width: 28rem;
|
|
993
1029
|
|
|
1030
|
+
}
|
|
1031
|
+
.uiklu-max-w-xs{
|
|
1032
|
+
max-width: 20rem;
|
|
1033
|
+
|
|
994
1034
|
}
|
|
995
1035
|
.uiklu-flex-1{
|
|
996
1036
|
flex: 1 1 0%;
|
|
@@ -1007,6 +1047,10 @@ button,
|
|
|
1007
1047
|
.uiklu-flex-grow{
|
|
1008
1048
|
flex-grow: 1;
|
|
1009
1049
|
|
|
1050
|
+
}
|
|
1051
|
+
.uiklu-border-collapse{
|
|
1052
|
+
border-collapse: collapse;
|
|
1053
|
+
|
|
1010
1054
|
}
|
|
1011
1055
|
.uiklu--translate-x-1\/2{
|
|
1012
1056
|
--tw-translate-x: -50%;
|
|
@@ -1108,6 +1152,10 @@ button,
|
|
|
1108
1152
|
.uiklu-items-center{
|
|
1109
1153
|
align-items: center;
|
|
1110
1154
|
|
|
1155
|
+
}
|
|
1156
|
+
.uiklu-justify-start{
|
|
1157
|
+
justify-content: flex-start;
|
|
1158
|
+
|
|
1111
1159
|
}
|
|
1112
1160
|
.uiklu-justify-end{
|
|
1113
1161
|
justify-content: flex-end;
|
|
@@ -1290,6 +1338,10 @@ button,
|
|
|
1290
1338
|
.uiklu-rounded-2xl{
|
|
1291
1339
|
border-radius: 1rem;
|
|
1292
1340
|
|
|
1341
|
+
}
|
|
1342
|
+
.uiklu-rounded-\[100px\]{
|
|
1343
|
+
border-radius: 100px;
|
|
1344
|
+
|
|
1293
1345
|
}
|
|
1294
1346
|
.uiklu-rounded-\[10px\]{
|
|
1295
1347
|
border-radius: 10px;
|
|
@@ -1382,6 +1434,10 @@ button,
|
|
|
1382
1434
|
.uiklu-border-t{
|
|
1383
1435
|
border-top-width: 1px;
|
|
1384
1436
|
|
|
1437
|
+
}
|
|
1438
|
+
.uiklu-border-t-\[1px\]{
|
|
1439
|
+
border-top-width: 1px;
|
|
1440
|
+
|
|
1385
1441
|
}
|
|
1386
1442
|
.uiklu-border-solid{
|
|
1387
1443
|
border-style: solid;
|
|
@@ -1521,6 +1577,16 @@ button,
|
|
|
1521
1577
|
--tw-bg-opacity: 1;
|
|
1522
1578
|
background-color: rgb(6 55 45 / var(--tw-bg-opacity, 1));
|
|
1523
1579
|
|
|
1580
|
+
}
|
|
1581
|
+
.uiklu-bg-\[\#0C3D34\]{
|
|
1582
|
+
--tw-bg-opacity: 1;
|
|
1583
|
+
background-color: rgb(12 61 52 / var(--tw-bg-opacity, 1));
|
|
1584
|
+
|
|
1585
|
+
}
|
|
1586
|
+
.uiklu-bg-\[\#3D8B7E\]{
|
|
1587
|
+
--tw-bg-opacity: 1;
|
|
1588
|
+
background-color: rgb(61 139 126 / var(--tw-bg-opacity, 1));
|
|
1589
|
+
|
|
1524
1590
|
}
|
|
1525
1591
|
.uiklu-bg-\[\#E5F3F3\]{
|
|
1526
1592
|
--tw-bg-opacity: 1;
|
|
@@ -1531,11 +1597,21 @@ button,
|
|
|
1531
1597
|
--tw-bg-opacity: 1;
|
|
1532
1598
|
background-color: rgb(234 144 51 / var(--tw-bg-opacity, 1));
|
|
1533
1599
|
|
|
1600
|
+
}
|
|
1601
|
+
.uiklu-bg-\[\#F4F6F6\]{
|
|
1602
|
+
--tw-bg-opacity: 1;
|
|
1603
|
+
background-color: rgb(244 246 246 / var(--tw-bg-opacity, 1));
|
|
1604
|
+
|
|
1534
1605
|
}
|
|
1535
1606
|
.uiklu-bg-\[\#FFF7ED\]{
|
|
1536
1607
|
--tw-bg-opacity: 1;
|
|
1537
1608
|
background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
|
|
1538
1609
|
|
|
1610
|
+
}
|
|
1611
|
+
.uiklu-bg-\[\#f5f5f5\]{
|
|
1612
|
+
--tw-bg-opacity: 1;
|
|
1613
|
+
background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
|
|
1614
|
+
|
|
1539
1615
|
}
|
|
1540
1616
|
.uiklu-bg-background{
|
|
1541
1617
|
--tw-bg-opacity: 1;
|
|
@@ -1563,6 +1639,10 @@ button,
|
|
|
1563
1639
|
.uiklu-bg-black\/40{
|
|
1564
1640
|
background-color: rgb(0 0 0 / 0.4);
|
|
1565
1641
|
|
|
1642
|
+
}
|
|
1643
|
+
.uiklu-bg-black\/50{
|
|
1644
|
+
background-color: rgb(0 0 0 / 0.5);
|
|
1645
|
+
|
|
1566
1646
|
}
|
|
1567
1647
|
.uiklu-bg-destructive{
|
|
1568
1648
|
--tw-bg-opacity: 1;
|
|
@@ -1745,6 +1825,11 @@ button,
|
|
|
1745
1825
|
.uiklu-bg-origin-border{
|
|
1746
1826
|
background-origin: border-box;
|
|
1747
1827
|
|
|
1828
|
+
}
|
|
1829
|
+
.uiklu-object-contain{
|
|
1830
|
+
-o-object-fit: contain;
|
|
1831
|
+
object-fit: contain;
|
|
1832
|
+
|
|
1748
1833
|
}
|
|
1749
1834
|
.uiklu-object-cover{
|
|
1750
1835
|
-o-object-fit: cover;
|
|
@@ -1806,6 +1891,14 @@ button,
|
|
|
1806
1891
|
.uiklu-p-\[16px\]{
|
|
1807
1892
|
padding: 16px;
|
|
1808
1893
|
|
|
1894
|
+
}
|
|
1895
|
+
.uiklu-p-\[24px\]{
|
|
1896
|
+
padding: 24px;
|
|
1897
|
+
|
|
1898
|
+
}
|
|
1899
|
+
.uiklu-p-\[2px\]{
|
|
1900
|
+
padding: 2px;
|
|
1901
|
+
|
|
1809
1902
|
}
|
|
1810
1903
|
.uiklu-p-\[6px\]{
|
|
1811
1904
|
padding: 6px;
|
|
@@ -1910,6 +2003,11 @@ button,
|
|
|
1910
2003
|
padding-top: 0.75rem;
|
|
1911
2004
|
padding-bottom: 0.75rem;
|
|
1912
2005
|
|
|
2006
|
+
}
|
|
2007
|
+
.uiklu-py-3\.5{
|
|
2008
|
+
padding-top: 0.875rem;
|
|
2009
|
+
padding-bottom: 0.875rem;
|
|
2010
|
+
|
|
1913
2011
|
}
|
|
1914
2012
|
.uiklu-py-\[10px\]{
|
|
1915
2013
|
padding-top: 10px;
|
|
@@ -1988,6 +2086,10 @@ button,
|
|
|
1988
2086
|
.uiklu-pt-\[10px\]{
|
|
1989
2087
|
padding-top: 10px;
|
|
1990
2088
|
|
|
2089
|
+
}
|
|
2090
|
+
.uiklu-pt-\[16px\]{
|
|
2091
|
+
padding-top: 16px;
|
|
2092
|
+
|
|
1991
2093
|
}
|
|
1992
2094
|
.uiklu-pt-\[20px\]{
|
|
1993
2095
|
padding-top: 20px;
|
|
@@ -2016,6 +2118,10 @@ button,
|
|
|
2016
2118
|
.uiklu-font-sans{
|
|
2017
2119
|
font-family: 'Google Sans Flex', sans-serif;
|
|
2018
2120
|
|
|
2121
|
+
}
|
|
2122
|
+
.\!uiklu-text-\[16px\]{
|
|
2123
|
+
font-size: 16px !important;
|
|
2124
|
+
|
|
2019
2125
|
}
|
|
2020
2126
|
.uiklu-text-2xl{
|
|
2021
2127
|
font-size: 16px;
|
|
@@ -2148,6 +2254,10 @@ button,
|
|
|
2148
2254
|
.uiklu-uppercase{
|
|
2149
2255
|
text-transform: uppercase;
|
|
2150
2256
|
|
|
2257
|
+
}
|
|
2258
|
+
.\!uiklu-leading-tight{
|
|
2259
|
+
line-height: 1.25 !important;
|
|
2260
|
+
|
|
2151
2261
|
}
|
|
2152
2262
|
.uiklu-leading-none{
|
|
2153
2263
|
line-height: 1;
|
|
@@ -2168,6 +2278,10 @@ button,
|
|
|
2168
2278
|
.uiklu-leading-tight{
|
|
2169
2279
|
line-height: 1.25;
|
|
2170
2280
|
|
|
2281
|
+
}
|
|
2282
|
+
.\!uiklu-tracking-normal{
|
|
2283
|
+
letter-spacing: 0em !important;
|
|
2284
|
+
|
|
2171
2285
|
}
|
|
2172
2286
|
.uiklu-tracking-tight{
|
|
2173
2287
|
letter-spacing: -0.025em;
|
|
@@ -2189,6 +2303,11 @@ button,
|
|
|
2189
2303
|
--tw-text-opacity: 1 !important;
|
|
2190
2304
|
color: hsl(var(--uiklu-destructive) / var(--tw-text-opacity, 1)) !important;
|
|
2191
2305
|
|
|
2306
|
+
}
|
|
2307
|
+
.uiklu-text-\[\#1A3A34\]{
|
|
2308
|
+
--tw-text-opacity: 1;
|
|
2309
|
+
color: rgb(26 58 52 / var(--tw-text-opacity, 1));
|
|
2310
|
+
|
|
2192
2311
|
}
|
|
2193
2312
|
.uiklu-text-\[\#9A3412\]{
|
|
2194
2313
|
--tw-text-opacity: 1;
|
|
@@ -2913,14 +3032,14 @@ input.uiklu-flex:not(:placeholder-shown) {
|
|
|
2913
3032
|
|
|
2914
3033
|
}
|
|
2915
3034
|
|
|
2916
|
-
.data-\[state\=checked\]\:uiklu-translate-x-
|
|
2917
|
-
--tw-translate-x:
|
|
3035
|
+
.data-\[state\=checked\]\:uiklu-translate-x-4[data-state="checked"]{
|
|
3036
|
+
--tw-translate-x: 1rem;
|
|
2918
3037
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2919
3038
|
|
|
2920
3039
|
}
|
|
2921
3040
|
|
|
2922
|
-
.data-\[state\=unchecked\]\:uiklu-translate-x
|
|
2923
|
-
--tw-translate-x:
|
|
3041
|
+
.data-\[state\=unchecked\]\:uiklu-translate-x-0[data-state="unchecked"]{
|
|
3042
|
+
--tw-translate-x: 0px;
|
|
2924
3043
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
2925
3044
|
|
|
2926
3045
|
}
|
|
@@ -2984,6 +3103,14 @@ input.uiklu-flex:not(:placeholder-shown) {
|
|
|
2984
3103
|
.md\:uiklu-min-h-\[262px\]{
|
|
2985
3104
|
min-height: 262px;
|
|
2986
3105
|
|
|
3106
|
+
}
|
|
3107
|
+
.md\:uiklu-min-h-\[310px\]{
|
|
3108
|
+
min-height: 310px;
|
|
3109
|
+
|
|
3110
|
+
}
|
|
3111
|
+
.md\:\!uiklu-w-\[586px\]{
|
|
3112
|
+
width: 586px !important;
|
|
3113
|
+
|
|
2987
3114
|
}
|
|
2988
3115
|
.md\:uiklu-max-w-\[400px\]{
|
|
2989
3116
|
max-width: 400px;
|
package/dist/index.d.ts
CHANGED
|
@@ -149,6 +149,7 @@ declare const Icons: {
|
|
|
149
149
|
TICKET: react_jsx_runtime.JSX.Element;
|
|
150
150
|
CASH: react_jsx_runtime.JSX.Element;
|
|
151
151
|
CHEVRON_RIGHT: react_jsx_runtime.JSX.Element;
|
|
152
|
+
CHEVRON_LEFT: react_jsx_runtime.JSX.Element;
|
|
152
153
|
CHEVRON_DOWN: react_jsx_runtime.JSX.Element;
|
|
153
154
|
SHIELD_CHECK: react_jsx_runtime.JSX.Element;
|
|
154
155
|
CLOSE: react_jsx_runtime.JSX.Element;
|
|
@@ -173,6 +174,7 @@ declare const Icons: {
|
|
|
173
174
|
BOXES: react_jsx_runtime.JSX.Element;
|
|
174
175
|
MENU: react_jsx_runtime.JSX.Element;
|
|
175
176
|
CIRCLE_MOVEMENTS: react_jsx_runtime.JSX.Element;
|
|
177
|
+
REFRESH: react_jsx_runtime.JSX.Element;
|
|
176
178
|
TELEPHONY: react_jsx_runtime.JSX.Element;
|
|
177
179
|
MOBILITY: react_jsx_runtime.JSX.Element;
|
|
178
180
|
HOMESERVICE: react_jsx_runtime.JSX.Element;
|
|
@@ -393,4 +395,15 @@ interface PlasticCardProps {
|
|
|
393
395
|
}
|
|
394
396
|
declare const PlasticCard: ({ isBlocked, last4, }: PlasticCardProps) => react_jsx_runtime.JSX.Element;
|
|
395
397
|
|
|
396
|
-
|
|
398
|
+
interface SecureModalProps {
|
|
399
|
+
open: boolean;
|
|
400
|
+
onOpenChange: (open: boolean) => void;
|
|
401
|
+
title?: string;
|
|
402
|
+
icon?: ReactNode;
|
|
403
|
+
message?: string;
|
|
404
|
+
mainActionButtonText?: string;
|
|
405
|
+
onMainAction: () => void;
|
|
406
|
+
}
|
|
407
|
+
declare const SecureModal: ({ open, onOpenChange, title, icon, message, mainActionButtonText, onMainAction, }: SecureModalProps) => react_jsx_runtime.JSX.Element;
|
|
408
|
+
|
|
409
|
+
export { BackButton, BalanceInfo, Button, Checkbox, type CheckboxProps, CorporateCard, DetailCard, type DetailCardItem, type DetailCardProps, GridCard, IconBadge, type IconBadgeProps, Icons, Input, InputCode, type LadaOption, LoadingScreen, MobileMenuDrawer, Modal, PhoneField, type PhoneFieldProps, PlasticCard, PromoBanner, SearchSelect, SearchSelectField, type SearchSelectFieldProps, SecureModal, Select, SelectContent, SelectField, type SelectFieldProps, SelectGroup, SelectItem, SelectValue, SidebarTabs, StatusCard, type StatusCardProps, type StatusCardSummaryItem, Switch, TextField, type TextFieldProps, ToastAction, Toaster, Typography, useToast };
|
package/dist/index.js
CHANGED
|
@@ -82,6 +82,24 @@ var ChevronRightIcon = ({ className }) => /* @__PURE__ */ jsx(
|
|
|
82
82
|
)
|
|
83
83
|
}
|
|
84
84
|
);
|
|
85
|
+
var ChevronLeftIcon = ({ className }) => /* @__PURE__ */ jsx(
|
|
86
|
+
"svg",
|
|
87
|
+
{
|
|
88
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
89
|
+
width: "24",
|
|
90
|
+
height: "24",
|
|
91
|
+
viewBox: "0 0 24 24",
|
|
92
|
+
fill: "none",
|
|
93
|
+
className,
|
|
94
|
+
children: /* @__PURE__ */ jsx(
|
|
95
|
+
"path",
|
|
96
|
+
{
|
|
97
|
+
d: "M15.5307 18.9698C15.6004 19.0395 15.6557 19.1222 15.6934 19.2132C15.7311 19.3043 15.7505 19.4019 15.7505 19.5004C15.7505 19.599 15.7311 19.6965 15.6934 19.7876C15.6557 19.8786 15.6004 19.9614 15.5307 20.031C15.461 20.1007 15.3783 20.156 15.2873 20.1937C15.1962 20.2314 15.0986 20.2508 15.0001 20.2508C14.9016 20.2508 14.804 20.2314 14.7129 20.1937C14.6219 20.156 14.5392 20.1007 14.4695 20.031L6.96948 12.531C6.89974 12.4614 6.84443 12.3787 6.80668 12.2876C6.76894 12.1966 6.74951 12.099 6.74951 12.0004C6.74951 11.9019 6.76894 11.8043 6.80668 11.7132C6.84443 11.6222 6.89974 11.5394 6.96948 11.4698L14.4695 3.96979C14.6102 3.82906 14.8011 3.75 15.0001 3.75C15.1991 3.75 15.39 3.82906 15.5307 3.96979C15.6715 4.11052 15.7505 4.30139 15.7505 4.50042C15.7505 4.69944 15.6715 4.89031 15.5307 5.03104L8.56041 12.0004L15.5307 18.9698Z",
|
|
98
|
+
fill: "currentColor"
|
|
99
|
+
}
|
|
100
|
+
)
|
|
101
|
+
}
|
|
102
|
+
);
|
|
85
103
|
var ChevronDownIcon = ({ className }) => /* @__PURE__ */ jsx(
|
|
86
104
|
"svg",
|
|
87
105
|
{
|
|
@@ -306,6 +324,43 @@ var MovementsIconCircle = ({ className }) => /* @__PURE__ */ jsxs(
|
|
|
306
324
|
]
|
|
307
325
|
}
|
|
308
326
|
);
|
|
327
|
+
var Refresh = ({ className }) => /* @__PURE__ */ jsxs(
|
|
328
|
+
"svg",
|
|
329
|
+
{
|
|
330
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
331
|
+
width: "24",
|
|
332
|
+
height: "24",
|
|
333
|
+
viewBox: "0 0 24 24",
|
|
334
|
+
fill: "none",
|
|
335
|
+
className,
|
|
336
|
+
style: {
|
|
337
|
+
display: "flex",
|
|
338
|
+
width: "24px",
|
|
339
|
+
height: "24px",
|
|
340
|
+
justifyContent: "center",
|
|
341
|
+
alignItems: "center",
|
|
342
|
+
aspectRatio: "1/1"
|
|
343
|
+
},
|
|
344
|
+
children: [
|
|
345
|
+
/* @__PURE__ */ jsx(
|
|
346
|
+
"rect",
|
|
347
|
+
{
|
|
348
|
+
width: "24",
|
|
349
|
+
height: "24",
|
|
350
|
+
rx: "24",
|
|
351
|
+
fill: "var(--Paleta-Verde-Bosque-Oscuro-Key-Verde-Bosque-Oscuro-300, #49A6A4)"
|
|
352
|
+
}
|
|
353
|
+
),
|
|
354
|
+
/* @__PURE__ */ jsx("g", { transform: "translate(4.2, 4.2) scale(0.975)", children: /* @__PURE__ */ jsx(
|
|
355
|
+
"path",
|
|
356
|
+
{
|
|
357
|
+
d: "M5.5 6.49986H2.5C2.36739 6.49986 2.24021 6.44719 2.14645 6.35342C2.05268 6.25965 2 6.13247 2 5.99986V2.99986C2 2.86726 2.05268 2.74008 2.14645 2.64631C2.24021 2.55254 2.36739 2.49986 2.5 2.49986C2.63261 2.49986 2.75979 2.55254 2.85355 2.64631C2.94732 2.74008 3 2.86726 3 2.99986V4.79299L3.91438 3.87861C5.02951 2.75787 6.544 2.12573 8.125 2.12111H8.15812C9.72568 2.11708 11.2317 2.73076 12.35 3.82924C12.4413 3.92265 12.4924 4.04809 12.4924 4.17872C12.4925 4.30934 12.4413 4.43479 12.35 4.52821C12.2587 4.62163 12.1345 4.67562 12.0039 4.67861C11.8733 4.68161 11.7467 4.63338 11.6512 4.54424C10.7191 3.62929 9.46427 3.11805 8.15812 3.12111H8.13C6.81261 3.12517 5.55067 3.65184 4.62125 4.58549L3.70688 5.49986H5.5C5.63261 5.49986 5.75979 5.55254 5.85355 5.64631C5.94732 5.74008 6 5.86726 6 5.99986C6 6.13247 5.94732 6.25965 5.85355 6.35342C5.75979 6.44719 5.63261 6.49986 5.5 6.49986ZM13.5 9.49986H10.5C10.3674 9.49986 10.2402 9.55254 10.1464 9.64631C10.0527 9.74008 10 9.86726 10 9.99986C10 10.1325 10.0527 10.2597 10.1464 10.3534C10.2402 10.4472 10.3674 10.4999 10.5 10.4999H12.2931L11.3787 11.4142C10.4495 12.3477 9.1878 12.8744 7.87063 12.8786H7.8425C6.53636 12.8817 5.28151 12.3704 4.34937 11.4555C4.3028 11.4078 4.24718 11.37 4.18578 11.3441C4.12437 11.3183 4.05842 11.305 3.99179 11.305C3.92517 11.305 3.85922 11.3183 3.79781 11.3442C3.73641 11.37 3.68079 11.4079 3.63423 11.4555C3.58766 11.5032 3.55109 11.5597 3.52665 11.6216C3.50222 11.6836 3.49042 11.7499 3.49195 11.8165C3.49348 11.8831 3.5083 11.9487 3.53555 12.0095C3.5628 12.0703 3.60192 12.125 3.65062 12.1705C4.76892 13.269 6.27495 13.8827 7.8425 13.8786H7.875C9.45579 13.8738 10.97 13.2417 12.085 12.1211L13 11.2067V12.9999C13 13.1325 13.0527 13.2597 13.1464 13.3534C13.2402 13.4472 13.3674 13.4999 13.5 13.4999C13.6326 13.4999 13.7598 13.4472 13.8536 13.3534C13.9473 13.2597 14 13.1325 14 12.9999V9.99986C14 9.86726 13.9473 9.74008 13.8536 9.64631C13.7598 9.55254 13.6326 9.49986 13.5 9.49986Z",
|
|
358
|
+
fill: "white"
|
|
359
|
+
}
|
|
360
|
+
) })
|
|
361
|
+
]
|
|
362
|
+
}
|
|
363
|
+
);
|
|
309
364
|
var Telephony = ({ className }) => /* @__PURE__ */ jsx(
|
|
310
365
|
"svg",
|
|
311
366
|
{
|
|
@@ -1037,6 +1092,7 @@ var Icons = {
|
|
|
1037
1092
|
TICKET: /* @__PURE__ */ jsx(TicketIcon, {}),
|
|
1038
1093
|
CASH: /* @__PURE__ */ jsx(CashIcon, {}),
|
|
1039
1094
|
CHEVRON_RIGHT: /* @__PURE__ */ jsx(ChevronRightIcon, {}),
|
|
1095
|
+
CHEVRON_LEFT: /* @__PURE__ */ jsx(ChevronLeftIcon, {}),
|
|
1040
1096
|
CHEVRON_DOWN: /* @__PURE__ */ jsx(ChevronDownIcon, {}),
|
|
1041
1097
|
SHIELD_CHECK: /* @__PURE__ */ jsx(ShieldCheckIcon, {}),
|
|
1042
1098
|
CLOSE: /* @__PURE__ */ jsx(CloseIcon, {}),
|
|
@@ -1061,6 +1117,7 @@ var Icons = {
|
|
|
1061
1117
|
BOXES: /* @__PURE__ */ jsx(BoxesIcon, {}),
|
|
1062
1118
|
MENU: /* @__PURE__ */ jsx(IconMenu, {}),
|
|
1063
1119
|
CIRCLE_MOVEMENTS: /* @__PURE__ */ jsx(MovementsIconCircle, {}),
|
|
1120
|
+
REFRESH: /* @__PURE__ */ jsx(Refresh, {}),
|
|
1064
1121
|
TELEPHONY: /* @__PURE__ */ jsx(Telephony, {}),
|
|
1065
1122
|
MOBILITY: /* @__PURE__ */ jsx(Mobility, {}),
|
|
1066
1123
|
HOMESERVICE: /* @__PURE__ */ jsx(Home, {}),
|
|
@@ -3527,10 +3584,12 @@ var Switch = React19.forwardRef(({ className, ...props }, ref) => /* @__PURE__ *
|
|
|
3527
3584
|
{
|
|
3528
3585
|
ref,
|
|
3529
3586
|
className: cn2(
|
|
3587
|
+
// Añadimos uiklu-justify-center para asegurar el centrado vertical y horizontal inicial
|
|
3530
3588
|
"uiklu-peer uiklu-inline-flex uiklu-h-5 uiklu-w-9 uiklu-shrink-0",
|
|
3531
|
-
"uiklu-cursor-pointer uiklu-items-center uiklu-rounded-full",
|
|
3589
|
+
"uiklu-cursor-pointer uiklu-items-center uiklu-justify-start uiklu-rounded-full",
|
|
3532
3590
|
"uiklu-border-transparent uiklu-transition-colors",
|
|
3533
|
-
"uiklu-
|
|
3591
|
+
"uiklu-p-[2px]",
|
|
3592
|
+
// Un pequeño padding interno evita tener que usar translates negativos raros
|
|
3534
3593
|
"focus-visible:uiklu-outline-none focus-visible:uiklu-ring-2",
|
|
3535
3594
|
"focus-visible:uiklu-ring-gray400 focus-visible:uiklu-ring-offset-2",
|
|
3536
3595
|
"disabled:uiklu-cursor-not-allowed disabled:uiklu-opacity-50",
|
|
@@ -3552,8 +3611,9 @@ var Switch = React19.forwardRef(({ className, ...props }, ref) => /* @__PURE__ *
|
|
|
3552
3611
|
"uiklu-shadow-lg",
|
|
3553
3612
|
"uiklu-ring-0",
|
|
3554
3613
|
"uiklu-transition-transform",
|
|
3555
|
-
|
|
3556
|
-
"data-[state=
|
|
3614
|
+
// Modificamos esto: arranca en 0 (gracias al padding) y se mueve lo justo al activarse
|
|
3615
|
+
"data-[state=checked]:uiklu-translate-x-4",
|
|
3616
|
+
"data-[state=unchecked]:uiklu-translate-x-0"
|
|
3557
3617
|
)
|
|
3558
3618
|
}
|
|
3559
3619
|
)
|
|
@@ -3931,6 +3991,51 @@ var StatusCard = ({
|
|
|
3931
3991
|
] })
|
|
3932
3992
|
] });
|
|
3933
3993
|
};
|
|
3994
|
+
|
|
3995
|
+
// src/assets/images/sesion.png
|
|
3996
|
+
var sesion_default = "./sesion-Y4GRW2FA.png";
|
|
3997
|
+
|
|
3998
|
+
// src/components/ui/secureModal/secureModal.tsx
|
|
3999
|
+
import { jsx as jsx33, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
4000
|
+
var SecureModal = ({
|
|
4001
|
+
open,
|
|
4002
|
+
onOpenChange,
|
|
4003
|
+
title = "Sesi\xF3n expirada",
|
|
4004
|
+
icon = Icons.REFRESH,
|
|
4005
|
+
message = "Tu sesi\xF3n ha expirado por inactividad. Inicia sesi\xF3n nuevamente para continuar.",
|
|
4006
|
+
mainActionButtonText = "Iniciar sesi\xF3n",
|
|
4007
|
+
onMainAction
|
|
4008
|
+
}) => {
|
|
4009
|
+
return /* @__PURE__ */ jsxs28(Dialog, { open, onOpenChange, children: [
|
|
4010
|
+
/* @__PURE__ */ jsx33(DialogOverlay, { className: "uiklu-bg-black/50 uiklu-backdrop-blur-sm uiklu-fixed uiklu-inset-0 uiklu-z-50" }),
|
|
4011
|
+
/* @__PURE__ */ jsxs28(DialogContent, { className: "uiklu-fixed uiklu-top-[50%] uiklu-left-[50%] uiklu-translate-x-[-50%] \n uiklu-translate-y-[-50%] uiklu-z-50 uiklu-bg-white uiklu-rounded-[16px] uiklu-p-[24px] uiklu-shadow-lg \n uiklu-outline-none uiklu-box-border uiklu-font-sans \n uiklu-w-[calc(100%-32px)] !uiklu-max-w-[586px] md:!uiklu-w-[586px] \n uiklu-h-auto md:uiklu-min-h-[310px] \n uiklu-flex uiklu-flex-col uiklu-justify-between uiklu-gap-[20px]", children: [
|
|
4012
|
+
/* @__PURE__ */ jsxs28("div", { className: "uiklu-w-full", children: [
|
|
4013
|
+
/* @__PURE__ */ jsx33("div", { className: "uiklu-flex uiklu-items-center uiklu-justify-between uiklu-mb-[10px]", children: /* @__PURE__ */ jsxs28("div", { className: "uiklu-flex uiklu-items-center uiklu-gap-[10px]", children: [
|
|
4014
|
+
icon && /* @__PURE__ */ jsx33("div", { className: "uiklu-shrink-0 uiklu-w-7 uiklu-h-7 uiklu-flex uiklu-items-center \n uiklu-justify-center", children: icon }),
|
|
4015
|
+
/* @__PURE__ */ jsx33(DialogTitle, { className: "uiklu-text-primary900 !uiklu-text-[16px] uiklu-font-bold\n !uiklu-leading-tight !uiklu-tracking-normal ", children: title })
|
|
4016
|
+
] }) }),
|
|
4017
|
+
/* @__PURE__ */ jsx33("div", { className: "uiklu-border-t-[1px] uiklu-border-gray300 uiklu-pt-[16px]", children: /* @__PURE__ */ jsx33("p", { className: "uiklu-text-gray700 uiklu-text-[14px] uiklu-leading-relaxed uiklu-m-0", children: message }) })
|
|
4018
|
+
] }),
|
|
4019
|
+
/* @__PURE__ */ jsx33("div", { className: "uiklu-w-full uiklu-flex uiklu-justify-center uiklu-items-center", children: /* @__PURE__ */ jsx33(
|
|
4020
|
+
"img",
|
|
4021
|
+
{
|
|
4022
|
+
src: sesion_default,
|
|
4023
|
+
alt: "Sesi\xF3n Expirada",
|
|
4024
|
+
className: "uiklu-w-[100px] uiklu-h-[100px] uiklu-object-contain"
|
|
4025
|
+
}
|
|
4026
|
+
) }),
|
|
4027
|
+
/* @__PURE__ */ jsx33("div", { className: "uiklu-w-full uiklu-flex uiklu-justify-center", children: /* @__PURE__ */ jsx33(
|
|
4028
|
+
Button,
|
|
4029
|
+
{
|
|
4030
|
+
onClick: onMainAction,
|
|
4031
|
+
variant: "primary",
|
|
4032
|
+
className: "uiklu-bg-[#0C3D34] uiklu-text-white uiklu-text-[16px] uiklu-font-medium \n uiklu-rounded-[100px] !uiklu-w-[218px] uiklu-py-3.5 uiklu-hover:opacity-90",
|
|
4033
|
+
children: mainActionButtonText
|
|
4034
|
+
}
|
|
4035
|
+
) })
|
|
4036
|
+
] })
|
|
4037
|
+
] });
|
|
4038
|
+
};
|
|
3934
4039
|
export {
|
|
3935
4040
|
BackButton,
|
|
3936
4041
|
BalanceInfo,
|
|
@@ -3951,6 +4056,7 @@ export {
|
|
|
3951
4056
|
PromoBanner,
|
|
3952
4057
|
SearchSelect,
|
|
3953
4058
|
SearchSelectField,
|
|
4059
|
+
SecureModal,
|
|
3954
4060
|
Select,
|
|
3955
4061
|
SelectContent2 as SelectContent,
|
|
3956
4062
|
SelectField,
|