rbro-tat-uds 2.2.22 → 2.2.24
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/build/cjs/components/CityPicker/cities-extended.cjs +0 -4
- package/build/cjs/components/ConfigurationSaveInfo/ConfigurationSaveInfo.cjs +1 -1
- package/build/cjs/components/PropunereUniqaProtect/PropunereUniqaProtect.cjs +389 -0
- package/build/cjs/components/PropunereUniqaProtect/index.cjs +12 -0
- package/build/cjs/components/index.cjs +2 -0
- package/build/cjs/index.cjs +403 -32
- package/build/esm/components/CityPicker/cities-extended.js +0 -4
- package/build/esm/components/ConfigurationSaveInfo/ConfigurationSaveInfo.js +1 -1
- package/build/esm/components/PropunereUniqaProtect/PropunereUniqaProtect.js +385 -0
- package/build/esm/components/PropunereUniqaProtect/index.js +8 -0
- package/build/esm/components/index.js +1 -0
- package/build/esm/index.js +403 -33
- package/build/types/components/PropunereUniqaProtect/PropunereUniqaProtect.d.ts +30 -0
- package/build/types/components/PropunereUniqaProtect/index.d.ts +6 -0
- package/build/types/index.d.ts +1 -0
- package/package.json +1 -1
package/build/cjs/index.cjs
CHANGED
|
@@ -19059,10 +19059,6 @@ const cities_extended = [
|
|
|
19059
19059
|
{
|
|
19060
19060
|
title: "Bucuresti",
|
|
19061
19061
|
localitati: [
|
|
19062
|
-
{
|
|
19063
|
-
title: "Municipiul Bucuresti",
|
|
19064
|
-
clasificare: "3"
|
|
19065
|
-
},
|
|
19066
19062
|
{
|
|
19067
19063
|
title: "Sectorul 1",
|
|
19068
19064
|
clasificare: "3"
|
|
@@ -61195,7 +61191,7 @@ const ConfigurationSaveInfo = ({
|
|
|
61195
61191
|
),
|
|
61196
61192
|
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
61197
61193
|
/* @__PURE__ */ jsxRuntime.jsxs("span", { children: [
|
|
61198
|
-
isSimulator ? "
|
|
61194
|
+
isSimulator ? "Simulare" : "Configuratie",
|
|
61199
61195
|
" din data"
|
|
61200
61196
|
] }),
|
|
61201
61197
|
/* @__PURE__ */ jsxRuntime.jsx("span", { children: date.length ? date : "N/A" })
|
|
@@ -62216,7 +62212,7 @@ const Modal = ({
|
|
|
62216
62212
|
let _footerSlot = null;
|
|
62217
62213
|
React.Children.toArray(children).filter(Boolean).forEach((child) => {
|
|
62218
62214
|
const element = child;
|
|
62219
|
-
if (element.type === ContentSlot$
|
|
62215
|
+
if (element.type === ContentSlot$9) {
|
|
62220
62216
|
_contentSlot = child;
|
|
62221
62217
|
}
|
|
62222
62218
|
if (element.type === FooterSlot) {
|
|
@@ -62255,9 +62251,9 @@ const Modal = ({
|
|
|
62255
62251
|
}
|
|
62256
62252
|
);
|
|
62257
62253
|
};
|
|
62258
|
-
const ContentSlot$
|
|
62254
|
+
const ContentSlot$9 = ({ children }) => children;
|
|
62259
62255
|
const FooterSlot = ({ children }) => children;
|
|
62260
|
-
Modal.ContentSlot = ContentSlot$
|
|
62256
|
+
Modal.ContentSlot = ContentSlot$9;
|
|
62261
62257
|
Modal.FooterSlot = FooterSlot;
|
|
62262
62258
|
|
|
62263
62259
|
const DashboardCategoryStyled$1 = styled__default.default.div`
|
|
@@ -76433,7 +76429,7 @@ const ProductTeaser = ({
|
|
|
76433
76429
|
if (element.type === StepsSlot) {
|
|
76434
76430
|
_stepsSlot = child;
|
|
76435
76431
|
}
|
|
76436
|
-
if (element.type === ContentSlot$
|
|
76432
|
+
if (element.type === ContentSlot$8) {
|
|
76437
76433
|
_contentSlot = child;
|
|
76438
76434
|
}
|
|
76439
76435
|
});
|
|
@@ -76457,9 +76453,9 @@ const ProductTeaser = ({
|
|
|
76457
76453
|
] });
|
|
76458
76454
|
};
|
|
76459
76455
|
const StepsSlot = ({ children }) => children;
|
|
76460
|
-
const ContentSlot$
|
|
76456
|
+
const ContentSlot$8 = ({ children }) => children;
|
|
76461
76457
|
ProductTeaser.StepsSlot = StepsSlot;
|
|
76462
|
-
ProductTeaser.ContentSlot = ContentSlot$
|
|
76458
|
+
ProductTeaser.ContentSlot = ContentSlot$8;
|
|
76463
76459
|
|
|
76464
76460
|
const ProductTeaserParametersStyled = styled__default.default.div`
|
|
76465
76461
|
display: flex;
|
|
@@ -76943,7 +76939,7 @@ const ProposalPensii = ({
|
|
|
76943
76939
|
let _contentSlot = null;
|
|
76944
76940
|
React.Children.toArray(children).filter(Boolean).forEach((child) => {
|
|
76945
76941
|
const element = child;
|
|
76946
|
-
if (element.type === ContentSlot$
|
|
76942
|
+
if (element.type === ContentSlot$7) {
|
|
76947
76943
|
_contentSlot = child;
|
|
76948
76944
|
}
|
|
76949
76945
|
});
|
|
@@ -77045,8 +77041,8 @@ const ProposalPensii = ({
|
|
|
77045
77041
|
}
|
|
77046
77042
|
);
|
|
77047
77043
|
};
|
|
77048
|
-
const ContentSlot$
|
|
77049
|
-
ProposalPensii.ContentSlot = ContentSlot$
|
|
77044
|
+
const ContentSlot$7 = ({ children }) => children;
|
|
77045
|
+
ProposalPensii.ContentSlot = ContentSlot$7;
|
|
77050
77046
|
|
|
77051
77047
|
const ProposalUnitlinkedStyled = styled__default.default.div`
|
|
77052
77048
|
border-radius: 8px;
|
|
@@ -77238,7 +77234,7 @@ const ProposalUnitlinked = ({
|
|
|
77238
77234
|
let _contentSlot = null;
|
|
77239
77235
|
React.Children.toArray(children).filter(Boolean).forEach((child) => {
|
|
77240
77236
|
const element = child;
|
|
77241
|
-
if (element.type === ContentSlot$
|
|
77237
|
+
if (element.type === ContentSlot$6) {
|
|
77242
77238
|
_contentSlot = child;
|
|
77243
77239
|
}
|
|
77244
77240
|
});
|
|
@@ -77338,8 +77334,8 @@ const ProposalUnitlinked = ({
|
|
|
77338
77334
|
}
|
|
77339
77335
|
);
|
|
77340
77336
|
};
|
|
77341
|
-
const ContentSlot$
|
|
77342
|
-
ProposalUnitlinked.ContentSlot = ContentSlot$
|
|
77337
|
+
const ContentSlot$6 = ({ children }) => children;
|
|
77338
|
+
ProposalUnitlinked.ContentSlot = ContentSlot$6;
|
|
77343
77339
|
|
|
77344
77340
|
const PropunereAsigurariCalatorieStyled = styled__default.default.div`
|
|
77345
77341
|
border-radius: 8px;
|
|
@@ -77533,7 +77529,7 @@ const PropunereAsigurariCalatorie = ({
|
|
|
77533
77529
|
let _contentSlot = null;
|
|
77534
77530
|
React.Children.toArray(children).filter(Boolean).forEach((child) => {
|
|
77535
77531
|
const element = child;
|
|
77536
|
-
if (element.type === ContentSlot$
|
|
77532
|
+
if (element.type === ContentSlot$5) {
|
|
77537
77533
|
_contentSlot = child;
|
|
77538
77534
|
}
|
|
77539
77535
|
});
|
|
@@ -77635,8 +77631,8 @@ const PropunereAsigurariCalatorie = ({
|
|
|
77635
77631
|
}
|
|
77636
77632
|
);
|
|
77637
77633
|
};
|
|
77638
|
-
const ContentSlot$
|
|
77639
|
-
PropunereAsigurariCalatorie.ContentSlot = ContentSlot$
|
|
77634
|
+
const ContentSlot$5 = ({ children }) => children;
|
|
77635
|
+
PropunereAsigurariCalatorie.ContentSlot = ContentSlot$5;
|
|
77640
77636
|
|
|
77641
77637
|
const PropunereFlexicreditStyled = styled__default.default.div`
|
|
77642
77638
|
border-radius: 8px;
|
|
@@ -77874,7 +77870,7 @@ const PropunereFlexicredit = ({
|
|
|
77874
77870
|
let _contentSlot = null;
|
|
77875
77871
|
React.Children.toArray(children).filter(Boolean).forEach((child) => {
|
|
77876
77872
|
const element = child;
|
|
77877
|
-
if (element.type === ContentSlot$
|
|
77873
|
+
if (element.type === ContentSlot$4) {
|
|
77878
77874
|
_contentSlot = child;
|
|
77879
77875
|
}
|
|
77880
77876
|
});
|
|
@@ -77990,8 +77986,8 @@ const PropunereFlexicredit = ({
|
|
|
77990
77986
|
}
|
|
77991
77987
|
);
|
|
77992
77988
|
};
|
|
77993
|
-
const ContentSlot$
|
|
77994
|
-
PropunereFlexicredit.ContentSlot = ContentSlot$
|
|
77989
|
+
const ContentSlot$4 = ({ children }) => children;
|
|
77990
|
+
PropunereFlexicredit.ContentSlot = ContentSlot$4;
|
|
77995
77991
|
|
|
77996
77992
|
const PropunereFondInvestitiiStyled = styled__default.default.div`
|
|
77997
77993
|
border-radius: 8px;
|
|
@@ -78196,7 +78192,7 @@ const PropunereFondInvestitii = ({
|
|
|
78196
78192
|
let _contentSlot = null;
|
|
78197
78193
|
React.Children.toArray(children).filter(Boolean).forEach((child) => {
|
|
78198
78194
|
const element = child;
|
|
78199
|
-
if (element.type === ContentSlot$
|
|
78195
|
+
if (element.type === ContentSlot$3) {
|
|
78200
78196
|
_contentSlot = child;
|
|
78201
78197
|
}
|
|
78202
78198
|
});
|
|
@@ -78272,8 +78268,8 @@ const PropunereFondInvestitii = ({
|
|
|
78272
78268
|
}
|
|
78273
78269
|
);
|
|
78274
78270
|
};
|
|
78275
|
-
const ContentSlot$
|
|
78276
|
-
PropunereFondInvestitii.ContentSlot = ContentSlot$
|
|
78271
|
+
const ContentSlot$3 = ({ children }) => children;
|
|
78272
|
+
PropunereFondInvestitii.ContentSlot = ContentSlot$3;
|
|
78277
78273
|
|
|
78278
78274
|
const PropunuerePlanInvestitiiStyled = styled__default.default.div`
|
|
78279
78275
|
border-radius: 8px;
|
|
@@ -78478,7 +78474,7 @@ const PropunuerePlanInvestitii = ({
|
|
|
78478
78474
|
let _contentSlot = null;
|
|
78479
78475
|
React.Children.toArray(children).filter(Boolean).forEach((child) => {
|
|
78480
78476
|
const element = child;
|
|
78481
|
-
if (element.type === ContentSlot$
|
|
78477
|
+
if (element.type === ContentSlot$2) {
|
|
78482
78478
|
_contentSlot = child;
|
|
78483
78479
|
}
|
|
78484
78480
|
});
|
|
@@ -78554,8 +78550,8 @@ const PropunuerePlanInvestitii = ({
|
|
|
78554
78550
|
}
|
|
78555
78551
|
);
|
|
78556
78552
|
};
|
|
78557
|
-
const ContentSlot$
|
|
78558
|
-
PropunuerePlanInvestitii.ContentSlot = ContentSlot$
|
|
78553
|
+
const ContentSlot$2 = ({ children }) => children;
|
|
78554
|
+
PropunuerePlanInvestitii.ContentSlot = ContentSlot$2;
|
|
78559
78555
|
|
|
78560
78556
|
const styledSizesWrapper = {
|
|
78561
78557
|
small: styled.css`
|
|
@@ -82244,7 +82240,7 @@ const PropunereAsigurareLocuinta = ({
|
|
|
82244
82240
|
let _contentSlot = null;
|
|
82245
82241
|
React.Children.toArray(children).filter(Boolean).forEach((child) => {
|
|
82246
82242
|
const element = child;
|
|
82247
|
-
if (element.type === ContentSlot) {
|
|
82243
|
+
if (element.type === ContentSlot$1) {
|
|
82248
82244
|
_contentSlot = child;
|
|
82249
82245
|
}
|
|
82250
82246
|
});
|
|
@@ -82385,8 +82381,8 @@ const PropunereAsigurareLocuinta = ({
|
|
|
82385
82381
|
}
|
|
82386
82382
|
);
|
|
82387
82383
|
};
|
|
82388
|
-
const ContentSlot = ({ children }) => children;
|
|
82389
|
-
PropunereAsigurareLocuinta.ContentSlot = ContentSlot;
|
|
82384
|
+
const ContentSlot$1 = ({ children }) => children;
|
|
82385
|
+
PropunereAsigurareLocuinta.ContentSlot = ContentSlot$1;
|
|
82390
82386
|
|
|
82391
82387
|
const TextareaStyled = styled__default.default.textarea`
|
|
82392
82388
|
box-sizing: border-box;
|
|
@@ -82560,6 +82556,380 @@ const ConfigurationStickyBar = ({
|
|
|
82560
82556
|
return /* @__PURE__ */ jsxRuntime.jsx(ConfigurationStickyBarStyled, { $visible: isVisible, ...rest, children: /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx("div", { children }) }) });
|
|
82561
82557
|
};
|
|
82562
82558
|
|
|
82559
|
+
const PropunereUniqaProtectStyled = styled__default.default.div`
|
|
82560
|
+
border-radius: 8px;
|
|
82561
|
+
border: 1px solid
|
|
82562
|
+
${({ $featured, $selected }) => $selected ? utils.colors.purple_500 : $featured ? utils.colors.accent_600 : utils.colors.gray_200};
|
|
82563
|
+
overflow: hidden;
|
|
82564
|
+
min-height: ${({ $hideButton }) => $hideButton ? "294px" : "334px"};
|
|
82565
|
+
box-sizing: border-box;
|
|
82566
|
+
height: 100%;
|
|
82567
|
+
width: 100%;
|
|
82568
|
+
|
|
82569
|
+
${(props) => !props.$empty ? styled.css`
|
|
82570
|
+
outline: ${props.$featured ? `3px solid ${utils.colors.accent_300}` : "none"};
|
|
82571
|
+
|
|
82572
|
+
& > div:first-of-type {
|
|
82573
|
+
& > div:first-child {
|
|
82574
|
+
padding: 6px 6px 0px 16px;
|
|
82575
|
+
display: flex;
|
|
82576
|
+
align-items: center;
|
|
82577
|
+
justify-content: space-between;
|
|
82578
|
+
gap: 8px;
|
|
82579
|
+
background-color: ${props.$refused ? utils.colors.gray_30 : props.$selected ? utils.colors.purple_50 : props.$featured ? utils.colors.accent_100 : "transparent"};
|
|
82580
|
+
|
|
82581
|
+
& > span {
|
|
82582
|
+
font-size: 18px;
|
|
82583
|
+
font-weight: 700;
|
|
82584
|
+
line-height: 120%;
|
|
82585
|
+
color: ${({ $refused }) => $refused ? utils.colors.gray_300 : utils.colors.purple_600};
|
|
82586
|
+
}
|
|
82587
|
+
}
|
|
82588
|
+
|
|
82589
|
+
& > div:nth-child(2) {
|
|
82590
|
+
box-sizing: border-box;
|
|
82591
|
+
display: flex;
|
|
82592
|
+
align-items: stretch;
|
|
82593
|
+
height: 80px;
|
|
82594
|
+
|
|
82595
|
+
& > div:first-of-type {
|
|
82596
|
+
padding: 8px 4px 12px 16px;
|
|
82597
|
+
flex: 1;
|
|
82598
|
+
box-sizing: border-box;
|
|
82599
|
+
display: flex;
|
|
82600
|
+
flex-direction: column;
|
|
82601
|
+
gap: 2px;
|
|
82602
|
+
background-color: ${props.$refused ? utils.colors.gray_30 : props.$selected ? utils.colors.purple_50 : props.$featured ? utils.colors.accent_100 : "transparent"};
|
|
82603
|
+
|
|
82604
|
+
& > div {
|
|
82605
|
+
display: flex;
|
|
82606
|
+
align-items: flex-start;
|
|
82607
|
+
gap: 8px;
|
|
82608
|
+
|
|
82609
|
+
& > svg {
|
|
82610
|
+
cursor: pointer;
|
|
82611
|
+
}
|
|
82612
|
+
|
|
82613
|
+
& > span:first-of-type {
|
|
82614
|
+
flex: 1;
|
|
82615
|
+
font-size: 14px;
|
|
82616
|
+
font-weight: ${({ $includePad }) => $includePad ? 700 : 400};
|
|
82617
|
+
color: ${({ $refused }) => $refused ? utils.colors.gray_200 : utils.colors.gray_700};
|
|
82618
|
+
}
|
|
82619
|
+
}
|
|
82620
|
+
|
|
82621
|
+
& > span {
|
|
82622
|
+
font-size: 20px;
|
|
82623
|
+
font-weight: 700;
|
|
82624
|
+
color: ${({ $refused }) => $refused ? utils.colors.gray_300 : utils.colors.gray_950};
|
|
82625
|
+
}
|
|
82626
|
+
}
|
|
82627
|
+
|
|
82628
|
+
& > div:nth-of-type(2) {
|
|
82629
|
+
padding: 8px 16px 12px 4px;
|
|
82630
|
+
flex: 1;
|
|
82631
|
+
box-sizing: border-box;
|
|
82632
|
+
display: flex;
|
|
82633
|
+
flex-direction: column;
|
|
82634
|
+
gap: 2px;
|
|
82635
|
+
background-color: ${props.$refused ? utils.colors.gray_30 : props.$selected ? utils.colors.purple_50 : props.$featured ? utils.colors.accent_100 : "transparent"};
|
|
82636
|
+
|
|
82637
|
+
& > span:first-of-type {
|
|
82638
|
+
font-size: 14px;
|
|
82639
|
+
font-weight: ${({ $includePad }) => $includePad ? 700 : 400};
|
|
82640
|
+
color: ${({ $refused }) => $refused ? utils.colors.gray_200 : utils.colors.gray_700};
|
|
82641
|
+
}
|
|
82642
|
+
|
|
82643
|
+
& > span:nth-of-type(2) {
|
|
82644
|
+
font-size: 20px;
|
|
82645
|
+
font-weight: 500;
|
|
82646
|
+
color: ${({ $refused }) => $refused ? utils.colors.gray_300 : utils.colors.gray_950};
|
|
82647
|
+
}
|
|
82648
|
+
}
|
|
82649
|
+
}
|
|
82650
|
+
|
|
82651
|
+
& > div:last-child {
|
|
82652
|
+
display: flex;
|
|
82653
|
+
border-top: 1px solid ${utils.colors.gray_200};
|
|
82654
|
+
border-bottom: 1px solid ${utils.colors.gray_200};
|
|
82655
|
+
display: flex;
|
|
82656
|
+
align-items: stretch;
|
|
82657
|
+
box-sizing: border-box;
|
|
82658
|
+
|
|
82659
|
+
& > div:first-of-type {
|
|
82660
|
+
box-sizing: border-box;
|
|
82661
|
+
flex: 1;
|
|
82662
|
+
height: 58px;
|
|
82663
|
+
display: flex;
|
|
82664
|
+
align-items: flex-start;
|
|
82665
|
+
padding: 12px 16px;
|
|
82666
|
+
gap: 8px;
|
|
82667
|
+
border-right: 0.5px solid ${utils.colors.gray_200};
|
|
82668
|
+
background-color: ${props.$refused ? utils.colors.gray_60 : props.$featured ? utils.colors.white : utils.colors.gray_30};
|
|
82669
|
+
|
|
82670
|
+
& > div {
|
|
82671
|
+
display: flex;
|
|
82672
|
+
flex-direction: column;
|
|
82673
|
+
gap: 2px;
|
|
82674
|
+
|
|
82675
|
+
& > div:first-of-type {
|
|
82676
|
+
display: flex;
|
|
82677
|
+
align-items: center;
|
|
82678
|
+
gap: 4px;
|
|
82679
|
+
|
|
82680
|
+
& > span:first-of-type {
|
|
82681
|
+
font-size: 12px;
|
|
82682
|
+
font-weight: 400;
|
|
82683
|
+
line-height: 120%;
|
|
82684
|
+
color: ${({ $refused }) => $refused ? utils.colors.gray_300 : utils.colors.gray_700};
|
|
82685
|
+
}
|
|
82686
|
+
}
|
|
82687
|
+
|
|
82688
|
+
& > span {
|
|
82689
|
+
font-size: 14px;
|
|
82690
|
+
font-weight: 500;
|
|
82691
|
+
line-height: 120%;
|
|
82692
|
+
color: ${({ $refused }) => $refused ? utils.colors.gray_300 : utils.colors.gray_950};
|
|
82693
|
+
}
|
|
82694
|
+
}
|
|
82695
|
+
}
|
|
82696
|
+
|
|
82697
|
+
& > div:last-of-type {
|
|
82698
|
+
box-sizing: border-box;
|
|
82699
|
+
flex: 1;
|
|
82700
|
+
height: 58px;
|
|
82701
|
+
display: flex;
|
|
82702
|
+
align-items: flex-start;
|
|
82703
|
+
padding: 12px 16px;
|
|
82704
|
+
gap: 8px;
|
|
82705
|
+
border-left: 0.5px solid ${utils.colors.gray_200};
|
|
82706
|
+
background-color: ${(props2) => props2.$refused ? utils.colors.gray_60 : utils.colors.gray_30};
|
|
82707
|
+
|
|
82708
|
+
& > div {
|
|
82709
|
+
display: flex;
|
|
82710
|
+
flex-direction: column;
|
|
82711
|
+
gap: 2px;
|
|
82712
|
+
|
|
82713
|
+
& > span:first-of-type {
|
|
82714
|
+
font-size: 12px;
|
|
82715
|
+
font-weight: 400;
|
|
82716
|
+
line-height: 120%;
|
|
82717
|
+
color: ${({ $refused }) => $refused ? utils.colors.gray_300 : utils.colors.gray_700};
|
|
82718
|
+
}
|
|
82719
|
+
|
|
82720
|
+
& > span:nth-of-type(2) {
|
|
82721
|
+
font-size: 14px;
|
|
82722
|
+
font-weight: 500;
|
|
82723
|
+
line-height: 120%;
|
|
82724
|
+
color: ${({ $refused }) => $refused ? utils.colors.gray_300 : utils.colors.gray_950};
|
|
82725
|
+
}
|
|
82726
|
+
}
|
|
82727
|
+
}
|
|
82728
|
+
}
|
|
82729
|
+
}
|
|
82730
|
+
|
|
82731
|
+
& > div:last-of-type {
|
|
82732
|
+
height: 106px;
|
|
82733
|
+
box-sizing: border-box;
|
|
82734
|
+
}
|
|
82735
|
+
|
|
82736
|
+
& > button {
|
|
82737
|
+
appearance: none;
|
|
82738
|
+
border: none;
|
|
82739
|
+
outline: none;
|
|
82740
|
+
background-color: ${({ $selected, $disabled }) => $selected ? $disabled ? utils.colors.gray_100 : utils.colors.purple_600 : "transparent"};
|
|
82741
|
+
padding: 0px;
|
|
82742
|
+
width: 100%;
|
|
82743
|
+
height: 40px;
|
|
82744
|
+
display: flex;
|
|
82745
|
+
align-items: center;
|
|
82746
|
+
justify-content: center;
|
|
82747
|
+
gap: 8px;
|
|
82748
|
+
border-top: 1px solid ${utils.colors.gray_200};
|
|
82749
|
+
cursor: pointer;
|
|
82750
|
+
|
|
82751
|
+
& > span {
|
|
82752
|
+
font-size: 14px;
|
|
82753
|
+
font-weight: 500;
|
|
82754
|
+
line-height: 120%;
|
|
82755
|
+
color: ${({ $selected, $disabled }) => $selected ? $disabled ? utils.colors.gray_600 : utils.colors.white : $disabled ? utils.colors.gray_300 : utils.colors.purple_600};
|
|
82756
|
+
}
|
|
82757
|
+
}
|
|
82758
|
+
` : styled.css`
|
|
82759
|
+
background-color: ${utils.colors.gray_30};
|
|
82760
|
+
display: flex;
|
|
82761
|
+
justify-content: center;
|
|
82762
|
+
align-items: center;
|
|
82763
|
+
padding: 16px;
|
|
82764
|
+
|
|
82765
|
+
& > div {
|
|
82766
|
+
display: flex;
|
|
82767
|
+
flex-direction: column;
|
|
82768
|
+
gap: 16px;
|
|
82769
|
+
justify-content: center;
|
|
82770
|
+
align-items: center;
|
|
82771
|
+
|
|
82772
|
+
& > span {
|
|
82773
|
+
font-size: 14px;
|
|
82774
|
+
font-weight: 400;
|
|
82775
|
+
line-height: 120%;
|
|
82776
|
+
color: ${utils.colors.gray_500};
|
|
82777
|
+
text-align: center;
|
|
82778
|
+
}
|
|
82779
|
+
}
|
|
82780
|
+
`}
|
|
82781
|
+
`;
|
|
82782
|
+
const PropunereUniqaProtect = ({
|
|
82783
|
+
title = "Fix ce ai cerut!",
|
|
82784
|
+
contributiaLunara = "",
|
|
82785
|
+
durata = "",
|
|
82786
|
+
taxaDePolita = "",
|
|
82787
|
+
numarPolite = "",
|
|
82788
|
+
featured = false,
|
|
82789
|
+
selected = false,
|
|
82790
|
+
disabled = false,
|
|
82791
|
+
refused = false,
|
|
82792
|
+
hideButton = false,
|
|
82793
|
+
empty = false,
|
|
82794
|
+
emptyText = "Indisponibil",
|
|
82795
|
+
iconButtonOnClick,
|
|
82796
|
+
buttonOnClick,
|
|
82797
|
+
contributiaLunaraHintOnClick,
|
|
82798
|
+
taxaDePolitaHintOnClick,
|
|
82799
|
+
children,
|
|
82800
|
+
...rest
|
|
82801
|
+
}) => {
|
|
82802
|
+
let _contentSlot = null;
|
|
82803
|
+
React.Children.toArray(children).filter(Boolean).forEach((child) => {
|
|
82804
|
+
const element = child;
|
|
82805
|
+
if (element.type === ContentSlot) {
|
|
82806
|
+
_contentSlot = child;
|
|
82807
|
+
}
|
|
82808
|
+
});
|
|
82809
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
82810
|
+
PropunereUniqaProtectStyled,
|
|
82811
|
+
{
|
|
82812
|
+
$empty: empty,
|
|
82813
|
+
$featured: featured,
|
|
82814
|
+
$selected: selected,
|
|
82815
|
+
$disabled: disabled,
|
|
82816
|
+
$refused: refused,
|
|
82817
|
+
$hideButton: hideButton,
|
|
82818
|
+
...rest,
|
|
82819
|
+
children: !empty ? /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
|
|
82820
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
82821
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
82822
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children: title }),
|
|
82823
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
82824
|
+
IconButton,
|
|
82825
|
+
{
|
|
82826
|
+
onClick: iconButtonOnClick,
|
|
82827
|
+
icon: "new_tab",
|
|
82828
|
+
intent: "accent",
|
|
82829
|
+
variant: "tertiary",
|
|
82830
|
+
shape: "rounded",
|
|
82831
|
+
color: utils.colors.info_800,
|
|
82832
|
+
size: "medium"
|
|
82833
|
+
}
|
|
82834
|
+
)
|
|
82835
|
+
] }),
|
|
82836
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
82837
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
82838
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
82839
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children: "Contributia lunara" }),
|
|
82840
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
82841
|
+
Icon$1,
|
|
82842
|
+
{
|
|
82843
|
+
onClick: contributiaLunaraHintOnClick,
|
|
82844
|
+
icon: "hint_filled",
|
|
82845
|
+
size: 16,
|
|
82846
|
+
color: refused ? utils.colors.gray_200 : utils.colors.info_700
|
|
82847
|
+
}
|
|
82848
|
+
)
|
|
82849
|
+
] }),
|
|
82850
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children: contributiaLunara || "-" })
|
|
82851
|
+
] }),
|
|
82852
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
82853
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children: "Durata" }),
|
|
82854
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children: durata || "-" })
|
|
82855
|
+
] })
|
|
82856
|
+
] }),
|
|
82857
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
82858
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
82859
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
82860
|
+
Icon$1,
|
|
82861
|
+
{
|
|
82862
|
+
icon: "invoice_seal",
|
|
82863
|
+
size: 16,
|
|
82864
|
+
color: refused ? utils.colors.gray_200 : utils.colors.gray_500
|
|
82865
|
+
}
|
|
82866
|
+
),
|
|
82867
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
82868
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
82869
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children: "Taxa de polita" }),
|
|
82870
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
82871
|
+
Icon$1,
|
|
82872
|
+
{
|
|
82873
|
+
onClick: taxaDePolitaHintOnClick,
|
|
82874
|
+
icon: "hint_filled",
|
|
82875
|
+
size: 16,
|
|
82876
|
+
color: refused ? utils.colors.gray_200 : utils.colors.info_700
|
|
82877
|
+
}
|
|
82878
|
+
)
|
|
82879
|
+
] }),
|
|
82880
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children: taxaDePolita || "-" })
|
|
82881
|
+
] })
|
|
82882
|
+
] }),
|
|
82883
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
82884
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
82885
|
+
Icon$1,
|
|
82886
|
+
{
|
|
82887
|
+
icon: "docs",
|
|
82888
|
+
size: 16,
|
|
82889
|
+
color: refused ? utils.colors.gray_200 : utils.colors.gray_500
|
|
82890
|
+
}
|
|
82891
|
+
),
|
|
82892
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
82893
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children: "Numar polite" }),
|
|
82894
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children: numarPolite || "-" })
|
|
82895
|
+
] })
|
|
82896
|
+
] })
|
|
82897
|
+
] })
|
|
82898
|
+
] }),
|
|
82899
|
+
/* @__PURE__ */ jsxRuntime.jsx("div", { children: _contentSlot }),
|
|
82900
|
+
!hideButton && /* @__PURE__ */ jsxRuntime.jsxs(
|
|
82901
|
+
"button",
|
|
82902
|
+
{
|
|
82903
|
+
disabled,
|
|
82904
|
+
type: "button",
|
|
82905
|
+
onClick: !disabled ? buttonOnClick : () => {
|
|
82906
|
+
},
|
|
82907
|
+
children: [
|
|
82908
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
82909
|
+
Icon$1,
|
|
82910
|
+
{
|
|
82911
|
+
icon: selected ? "checkmark_filled" : "checkmark-part",
|
|
82912
|
+
size: 16,
|
|
82913
|
+
color: selected ? disabled ? utils.colors.gray_600 : utils.colors.white : utils.colors.purple_600,
|
|
82914
|
+
style: {
|
|
82915
|
+
opacity: disabled && !selected ? "0.25" : "1"
|
|
82916
|
+
}
|
|
82917
|
+
}
|
|
82918
|
+
),
|
|
82919
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children: selected ? "Varianta selectata" : "Vreau aceasta varianta!" })
|
|
82920
|
+
]
|
|
82921
|
+
}
|
|
82922
|
+
)
|
|
82923
|
+
] }) : /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
|
|
82924
|
+
/* @__PURE__ */ jsxRuntime.jsx(Icon$1, { size: 20, icon: "rejected", color: utils.colors.gray_500 }),
|
|
82925
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { children: emptyText })
|
|
82926
|
+
] })
|
|
82927
|
+
}
|
|
82928
|
+
);
|
|
82929
|
+
};
|
|
82930
|
+
const ContentSlot = ({ children }) => children;
|
|
82931
|
+
PropunereUniqaProtect.ContentSlot = ContentSlot;
|
|
82932
|
+
|
|
82563
82933
|
exports.Accordion = Accordion;
|
|
82564
82934
|
exports.Alert = Alert;
|
|
82565
82935
|
exports.AppBranding = AppBranding;
|
|
@@ -82629,6 +82999,7 @@ exports.PropunereAsigurariCalatorie = PropunereAsigurariCalatorie;
|
|
|
82629
82999
|
exports.PropunereFlexicredit = PropunereFlexicredit;
|
|
82630
83000
|
exports.PropunereFondInvestitii = PropunereFondInvestitii;
|
|
82631
83001
|
exports.PropunerePlanInvestitii = PropunuerePlanInvestitii;
|
|
83002
|
+
exports.PropunereUniqaProtect = PropunereUniqaProtect;
|
|
82632
83003
|
exports.Radio = Radio;
|
|
82633
83004
|
exports.RatesCalculator = RatesCalculator;
|
|
82634
83005
|
exports.Section = Section;
|
|
@@ -13890,10 +13890,6 @@ const cities_extended = [
|
|
|
13890
13890
|
{
|
|
13891
13891
|
title: "Bucuresti",
|
|
13892
13892
|
localitati: [
|
|
13893
|
-
{
|
|
13894
|
-
title: "Municipiul Bucuresti",
|
|
13895
|
-
clasificare: "3"
|
|
13896
|
-
},
|
|
13897
13893
|
{
|
|
13898
13894
|
title: "Sectorul 1",
|
|
13899
13895
|
clasificare: "3"
|
|
@@ -58,7 +58,7 @@ const ConfigurationSaveInfo = ({
|
|
|
58
58
|
),
|
|
59
59
|
/* @__PURE__ */ jsxs("div", { children: [
|
|
60
60
|
/* @__PURE__ */ jsxs("span", { children: [
|
|
61
|
-
isSimulator ? "
|
|
61
|
+
isSimulator ? "Simulare" : "Configuratie",
|
|
62
62
|
" din data"
|
|
63
63
|
] }),
|
|
64
64
|
/* @__PURE__ */ jsx("span", { children: date.length ? date : "N/A" })
|