@redneckz/wildless-cms-uni-blocks 0.14.259 → 0.14.261
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/bundle/bundle.umd.js +4 -4
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/components/OfficesAtmsMap/Badge.js +1 -1
- package/dist/components/OfficesAtmsMap/Badge.js.map +1 -1
- package/dist/components/OfficesAtmsMap/CardCell.js +1 -1
- package/dist/components/OfficesAtmsMap/CardCell.js.map +1 -1
- package/dist/components/OfficesAtmsMap/CardRow.js +1 -1
- package/dist/components/OfficesAtmsMap/CardRow.js.map +1 -1
- package/lib/common.css +1 -1
- package/lib/components/OfficesAtmsMap/Badge.js +1 -1
- package/lib/components/OfficesAtmsMap/Badge.js.map +1 -1
- package/lib/components/OfficesAtmsMap/CardCell.js +1 -1
- package/lib/components/OfficesAtmsMap/CardCell.js.map +1 -1
- package/lib/components/OfficesAtmsMap/CardRow.js +1 -1
- package/lib/components/OfficesAtmsMap/CardRow.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +4 -4
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/components/OfficesAtmsMap/Badge.js +1 -1
- package/mobile/dist/components/OfficesAtmsMap/Badge.js.map +1 -1
- package/mobile/dist/components/OfficesAtmsMap/CardCell.js +1 -1
- package/mobile/dist/components/OfficesAtmsMap/CardCell.js.map +1 -1
- package/mobile/dist/components/OfficesAtmsMap/CardRow.js +1 -1
- package/mobile/dist/components/OfficesAtmsMap/CardRow.js.map +1 -1
- package/mobile/lib/common.css +1 -1
- package/mobile/lib/components/OfficesAtmsMap/Badge.js +1 -1
- package/mobile/lib/components/OfficesAtmsMap/Badge.js.map +1 -1
- package/mobile/lib/components/OfficesAtmsMap/CardCell.js +1 -1
- package/mobile/lib/components/OfficesAtmsMap/CardCell.js.map +1 -1
- package/mobile/lib/components/OfficesAtmsMap/CardRow.js +1 -1
- package/mobile/lib/components/OfficesAtmsMap/CardRow.js.map +1 -1
- package/mobile/src/components/AdTile/AdTile.example.json +6 -1
- package/mobile/src/components/ApplicationForm/ApplicationForm.example.json +2 -1
- package/mobile/src/components/ApplicationFormCustom/ApplicationFormCustom.example.json +2 -0
- package/mobile/src/components/BankAccountFiltration/BankAccountFiltration.example.json +2 -0
- package/mobile/src/components/CardTransfer/CardTransfer.example.json +2 -0
- package/mobile/src/components/Carousel/Carousel.example.json +11 -7
- package/mobile/src/components/CarouselBankHistoryCard/CarouselBankHistoryCard.example.json +6 -2
- package/mobile/src/components/CarouselCard/CarouselCard.example.json +13 -10
- package/mobile/src/components/CarouselCatalogCard/CarouselCatalogCard.example.json +18 -14
- package/mobile/src/components/CarouselLinks/CarouselLinks.example.json +57 -54
- package/mobile/src/components/CarouselRecommendationCard/CarouselRecommendationCard.example.json +2 -1
- package/mobile/src/components/CarouselTariffsCard/CarouselTariffsCard.example.json +40 -36
- package/mobile/src/components/ComparisonTable/ComparisonTable.example.json +2 -0
- package/mobile/src/components/Depository/Depository.example.json +6 -1
- package/mobile/src/components/ExchangeRateTile/ExchangeRateTile.example.json +2 -0
- package/mobile/src/components/GracePeriod/GracePeriod.example.json +2 -0
- package/mobile/src/components/Header/Header.example.json +2 -0
- package/mobile/src/components/Headline/Headline.example.json +2 -0
- package/mobile/src/components/HorizontalLayout/HorizontalLayout.example.json +1 -0
- package/mobile/src/components/InvestmentInfo/InvestmentInfo.example.json +2 -0
- package/mobile/src/components/LinkDocs/LinkDocs.example.json +2 -0
- package/mobile/src/components/MobileAppTile/MobileAppTile.example.json +2 -1
- package/mobile/src/components/OfficesAtmsMap/Badge.tsx +1 -1
- package/mobile/src/components/OfficesAtmsMap/CardCell.tsx +1 -1
- package/mobile/src/components/OfficesAtmsMap/CardRow.tsx +1 -1
- package/mobile/src/components/OfficesAtmsMap/OfficesAtmsMap.example.json +6 -1
- package/mobile/src/components/ProductBlock/ProductBlock.example.json +1 -0
- package/mobile/src/components/ProductGallery/ProductGallery.example.json +3 -2
- package/mobile/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.example.json +14 -10
- package/mobile/src/components/RollupItem/RollupItem.example.json +2 -0
- package/mobile/src/components/StickyBottomMenu/StickyBottomMenu.example.json +6 -1
- package/mobile/src/components/Tabs/Tabs.example.json +2 -0
- package/mobile/src/components/TabsLayout/TabsLayout.example.json +2 -0
- package/mobile/src/components/TariffsTable/TariffsTable.example.json +2 -0
- package/mobile/src/components/VerticalLayout/VerticalLayout.example.json +1 -2
- package/mobile/src/components/Video/Video.example.json +2 -0
- package/package.json +1 -1
- package/src/components/AdTile/AdTile.example.json +6 -1
- package/src/components/ApplicationForm/ApplicationForm.example.json +2 -1
- package/src/components/ApplicationFormCustom/ApplicationFormCustom.example.json +2 -0
- package/src/components/BankAccountFiltration/BankAccountFiltration.example.json +2 -0
- package/src/components/CardTransfer/CardTransfer.example.json +2 -0
- package/src/components/Carousel/Carousel.example.json +11 -7
- package/src/components/CarouselBankHistoryCard/CarouselBankHistoryCard.example.json +6 -2
- package/src/components/CarouselCard/CarouselCard.example.json +13 -10
- package/src/components/CarouselCatalogCard/CarouselCatalogCard.example.json +18 -14
- package/src/components/CarouselLinks/CarouselLinks.example.json +57 -54
- package/src/components/CarouselRecommendationCard/CarouselRecommendationCard.example.json +2 -1
- package/src/components/CarouselTariffsCard/CarouselTariffsCard.example.json +40 -36
- package/src/components/ComparisonTable/ComparisonTable.example.json +2 -0
- package/src/components/Depository/Depository.example.json +6 -1
- package/src/components/ExchangeRateTile/ExchangeRateTile.example.json +2 -0
- package/src/components/GracePeriod/GracePeriod.example.json +2 -0
- package/src/components/Header/Header.example.json +2 -0
- package/src/components/Headline/Headline.example.json +2 -0
- package/src/components/HorizontalLayout/HorizontalLayout.example.json +1 -0
- package/src/components/InvestmentInfo/InvestmentInfo.example.json +2 -0
- package/src/components/LinkDocs/LinkDocs.example.json +2 -0
- package/src/components/MobileAppTile/MobileAppTile.example.json +2 -1
- package/src/components/OfficesAtmsMap/Badge.tsx +1 -1
- package/src/components/OfficesAtmsMap/CardCell.tsx +1 -1
- package/src/components/OfficesAtmsMap/CardRow.tsx +1 -1
- package/src/components/OfficesAtmsMap/OfficesAtmsMap.example.json +6 -1
- package/src/components/ProductBlock/ProductBlock.example.json +1 -0
- package/src/components/ProductGallery/ProductGallery.example.json +3 -2
- package/src/components/RepresentativeOfficeInfo/RepresentativeOfficeInfo.example.json +14 -10
- package/src/components/RollupItem/RollupItem.example.json +2 -0
- package/src/components/StickyBottomMenu/StickyBottomMenu.example.json +6 -1
- package/src/components/Tabs/Tabs.example.json +2 -0
- package/src/components/TabsLayout/TabsLayout.example.json +2 -0
- package/src/components/TariffsTable/TariffsTable.example.json +2 -0
- package/src/components/VerticalLayout/VerticalLayout.example.json +1 -2
- package/src/components/Video/Video.example.json +2 -0
package/bundle/bundle.umd.js
CHANGED
|
@@ -4936,7 +4936,7 @@
|
|
|
4936
4936
|
gray: { border: 'border-gray', text: 'text-secondary-text' },
|
|
4937
4937
|
red: { border: 'border-error/30', text: 'text-error' },
|
|
4938
4938
|
};
|
|
4939
|
-
const Badge = JSX(({ className, children, color = 'gray' }) => (jsxs("div", { className: style('
|
|
4939
|
+
const Badge = JSX(({ className, children, color = 'gray' }) => (jsxs("div", { className: style('sm:p-s sm:border sm:border-gray rounded-md flex items-center', colorStyle[color].border, className), children: [jsx("div", { className: "block pr-m sm:pr-0 sm:hidden", children: jsx(Img, { image: { icon: 'SmallClockIcon' }, width: "24", height: "24" }) }), jsx(Text, { size: "text-m", color: colorStyle[color].text, children: children })] })));
|
|
4940
4940
|
|
|
4941
4941
|
const CardCell = JSX(({ value, subText, children, ...props }) => {
|
|
4942
4942
|
const textItems = (Array.isArray(value) ? value : value?.split(',') ?? []).filter(Boolean);
|
|
@@ -4945,10 +4945,10 @@
|
|
|
4945
4945
|
}
|
|
4946
4946
|
return renderCardCell({ textItems, subText, children, ...props });
|
|
4947
4947
|
});
|
|
4948
|
-
const renderCardCell = ({ label, labelSize = 'text-m', textItems, subColor, subText, className, children, }) => (jsxs("div", { className: style('flex gap-
|
|
4948
|
+
const renderCardCell = ({ label, labelSize = 'text-m', textItems, subColor, subText, className, children, }) => (jsxs("div", { className: style('flex gap-2xs flex-col h-full max-w-[300px]', className), children: [label ? (jsx(Text, { color: "text-secondary-text", font: "font-light", size: labelSize, children: label })) : null, children ||
|
|
4949
4949
|
textItems.filter(Boolean).map((text, i) => (jsx(Text, { size: "text-l", children: text.trim() }, String(i)))), subText ? (jsx(Text, { color: subColor, size: "text-m", children: subText })) : null] }));
|
|
4950
4950
|
|
|
4951
|
-
const CardRow = JSX(({ className, children }) => (jsx("div", { className: style('sm:flex sm:border-t sm:border-solid sm:border-main-divider py-xl gap-x-6xl gap-y-xl', className), children: children })));
|
|
4951
|
+
const CardRow = JSX(({ className, children }) => (jsx("div", { className: style('flex flex-col sm:flex-row sm:border-t sm:border-solid sm:border-main-divider py-xl gap-x-6xl gap-y-xl', className), children: children })));
|
|
4952
4952
|
|
|
4953
4953
|
const ICONS = ['ArrowDownIcon', 'ArrowUpIcon'];
|
|
4954
4954
|
const labels = ['Подробнее', 'Скрыть'];
|
|
@@ -6135,7 +6135,7 @@
|
|
|
6135
6135
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
6136
6136
|
});
|
|
6137
6137
|
|
|
6138
|
-
const packageVersion = "0.14.
|
|
6138
|
+
const packageVersion = "0.14.260";
|
|
6139
6139
|
|
|
6140
6140
|
exports.Blocks = Blocks;
|
|
6141
6141
|
exports.ContentPage = ContentPage;
|