profinansy-ui-lib 3.8.1 → 3.8.2
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/components/banners/TextBlackBanner/TextBlackBanner.styled.d.ts +2 -30
- package/dist/components/blocks/Navigation/components/NewFeature/NewFeature.styled.d.ts +2 -30
- package/dist/components/blocks/header/components/Cart/components/CartItem/CartStyled.styled.d.ts +2 -30
- package/dist/components/blocks/header/components/header-link-item/components/Hit/Hit.d.ts +2 -30
- package/dist/components/blocks/header/components/header-link-item/components/MoreItems/MoreItems.styled.d.ts +4 -60
- package/dist/components/blocks/header/components/header-link-item/components/New/New.d.ts +2 -30
- package/dist/components/blocks/header/components/header-link-item/header-link-item.styled.d.ts +2 -30
- package/dist/components/blocks/header/components/userMenu/components/PersonalInformation/PersonalInformation.styled.d.ts +2 -30
- package/dist/components/blocks/search/components/InstrumentItem/InstrumentItem.styled.d.ts +6 -90
- package/dist/components/blocks/search/components/Item.styled.d.ts +2 -30
- package/dist/components/blocks/search/components/SearchNotFound/SearchNotFound.styled.d.ts +2 -30
- package/dist/components/blocks/search/hooks/useFavourites.d.ts +4 -2
- package/dist/components/blocks/sideMenu/components/FooterSlot/FooterSlot.d.ts +4 -3
- package/dist/components/blocks/sideMenu/components/SubPages/SubPages.styled.d.ts +2 -30
- package/dist/components/layouts/LayoutSideMenu/LayoutSideMenu.tyled.d.ts +4 -3
- package/dist/components/uikit/Bubbles/Bubbles.styled.d.ts +2 -30
- package/dist/components/uikit/Card/Card.d.ts +2 -20
- package/dist/components/uikit/Card/Card.typed.d.ts +5 -3
- package/dist/components/uikit/Checkbox/Checkbox.styled.d.ts +2 -30
- package/dist/components/uikit/DragScroll/DragScroll.d.ts +5 -2
- package/dist/components/uikit/Dropdown/Dropdown.d.ts +1 -13
- package/dist/components/uikit/Dropdown/Dropdown.typed.d.ts +5 -3
- package/dist/components/uikit/FieldRow/FieldRow.typed.d.ts +5 -3
- package/dist/components/uikit/FilterButton/FilterButton.d.ts +2 -19
- package/dist/components/uikit/FilterButton/FilterButton.typed.d.ts +8 -5
- package/dist/components/uikit/FilterButton/components/Drop/Drop.d.ts +2 -14
- package/dist/components/uikit/FilterButton/components/Mobile/MobileFilter.d.ts +2 -18
- package/dist/components/uikit/HiddenText/HiddenText.typed.d.ts +8 -3
- package/dist/components/uikit/Hint/Hint.typed.d.ts +5 -3
- package/dist/components/uikit/Modal/Modal.styled.d.ts +4 -60
- package/dist/components/uikit/Modal/Modal.typed.d.ts +5 -3
- package/dist/components/uikit/ModalMobile/ModalMobile.typed.d.ts +5 -3
- package/dist/components/uikit/Portal/Portal.typed.d.ts +4 -3
- package/dist/components/uikit/Radio/Radio.styled.d.ts +2 -30
- package/dist/components/uikit/SegmentControl/SegmentControl.styled.d.ts +2 -30
- package/dist/components/uikit/Select/components/ValueContainerWithImage/ValueContainerWithImage.styled.d.ts +2 -30
- package/dist/components/uikit/SideModal/SideModal.typed.d.ts +5 -3
- package/dist/components/uikit/Table/components/TCellText/TCellText.d.ts +5 -3
- package/dist/components/uikit/Tabs/Tabs.styled.d.ts +2 -30
- package/dist/components/uikit/Tooltip/Tooltip.d.ts +4 -3
- package/dist/components/uikit/Tooltip/Tooltip.typed.d.ts +5 -3
- package/dist/components/uikit/Typography/Typography.d.ts +2 -15
- package/dist/components/uikit/Typography/Typography.typed.d.ts +5 -3
- package/dist/components/uikit/storybook/StoryExample/StoryExample.d.ts +5 -2
- package/dist/components/uikit/storybook/StoryTitle/StoryTitle.d.ts +4 -3
- package/dist/config.d.ts +4 -3
- package/dist/hooks/useTransitionModal.d.ts +4 -3
- package/dist/localization/translations/urls.d.ts +2 -0
- package/dist/localization/useLocalization.d.ts +4 -3
- package/dist/profinansy-ui-lib.cjs.js +2 -2
- package/dist/profinansy-ui-lib.cjs.js.map +1 -1
- package/dist/profinansy-ui-lib.es.js +8 -2
- package/dist/profinansy-ui-lib.es.js.map +1 -1
- package/dist/theme/ThemeProvider.d.ts +8 -3
- package/package.json +1 -1
|
@@ -2672,6 +2672,7 @@ const d5 = () => {
|
|
|
2672
2672
|
myMoney_budget: "Бюджет",
|
|
2673
2673
|
myMoney_accounts: "Счета",
|
|
2674
2674
|
myMoney_accumulations: "Накопления",
|
|
2675
|
+
myMoney_debts: "Займы",
|
|
2675
2676
|
myMoney_credits: "Кредиты",
|
|
2676
2677
|
myMoney_goals: "Цели",
|
|
2677
2678
|
myMoney_goals_active: "Активные",
|
|
@@ -2832,6 +2833,7 @@ const d5 = () => {
|
|
|
2832
2833
|
myMoney_budget: "Budget",
|
|
2833
2834
|
myMoney_accounts: "Accounts",
|
|
2834
2835
|
myMoney_accumulations: "Accumulations",
|
|
2836
|
+
myMoney_debts: "Debts",
|
|
2835
2837
|
myMoney_credits: "Credits",
|
|
2836
2838
|
myMoney_goals: "Goals",
|
|
2837
2839
|
myMoney_goals_active: "Active",
|
|
@@ -3420,6 +3422,10 @@ const h0 = Z1({
|
|
|
3420
3422
|
name: "myMoney_accumulations",
|
|
3421
3423
|
href: t ? e + "/login" : e + "/wallet/accumulations"
|
|
3422
3424
|
},
|
|
3425
|
+
{
|
|
3426
|
+
name: "myMoney_debts",
|
|
3427
|
+
href: t ? e + "/login" : e + "/wallet/debts"
|
|
3428
|
+
},
|
|
3423
3429
|
{
|
|
3424
3430
|
name: "myMoney_credits",
|
|
3425
3431
|
href: t ? e + "/login" : e + "/wallet/credits"
|
|
@@ -19730,7 +19736,7 @@ const Sk = () => {
|
|
|
19730
19736
|
placement: "bottom-start",
|
|
19731
19737
|
styleContainer: { overflow: "hidden" },
|
|
19732
19738
|
targetElement: /* @__PURE__ */ s.jsx(xl, { children: o }),
|
|
19733
|
-
children: /* @__PURE__ */ s.jsx(N, { tag: "span", variant: "caption-Medium", colorName: "primary", children:
|
|
19739
|
+
children: /* @__PURE__ */ s.jsx(N, { tag: "span", variant: "caption-Medium", colorName: "primary", children: e.props.children })
|
|
19734
19740
|
}
|
|
19735
19741
|
) : /* @__PURE__ */ s.jsx(xl, { children: o });
|
|
19736
19742
|
}, CI = ({ children: e, lines: t }) => {
|
|
@@ -19751,7 +19757,7 @@ const Sk = () => {
|
|
|
19751
19757
|
placement: "bottom-start",
|
|
19752
19758
|
styleContainer: { overflow: "hidden" },
|
|
19753
19759
|
targetElement: /* @__PURE__ */ s.jsx(wl, { lines: t, children: i }),
|
|
19754
|
-
children: /* @__PURE__ */ s.jsx(N, { tag: "span", variant: "caption-Medium", colorName: "primary", children:
|
|
19760
|
+
children: /* @__PURE__ */ s.jsx(N, { tag: "span", variant: "caption-Medium", colorName: "primary", children: e.props.children })
|
|
19755
19761
|
}
|
|
19756
19762
|
) : /* @__PURE__ */ s.jsx(wl, { lines: t, children: i });
|
|
19757
19763
|
}, Go = ({ children: e, mode: t = "ellipsis", ...n }) => {
|