@redneckz/wildless-cms-uni-blocks 0.14.556 → 0.14.557
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 +1 -1
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/ui-kit/Logo/iconSize.mobile.js +1 -1
- package/dist/ui-kit/Logo/iconSize.mobile.js.map +1 -1
- package/lib/ui-kit/Logo/iconSize.mobile.js +1 -1
- package/lib/ui-kit/Logo/iconSize.mobile.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +2 -2
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/dist/ui-kit/Logo/iconSize.js +1 -1
- package/mobile/dist/ui-kit/Logo/iconSize.js.map +1 -1
- package/mobile/lib/ui-kit/Logo/iconSize.js +1 -1
- package/mobile/lib/ui-kit/Logo/iconSize.js.map +1 -1
- package/mobile/src/ui-kit/Logo/iconSize.ts +1 -1
- package/package.json +1 -1
- package/src/ui-kit/Logo/iconSize.mobile.ts +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"iconSize.mobile.js","sourceRoot":"","sources":["../../../src/ui-kit/Logo/iconSize.mobile.ts"],"names":[],"mappings":";;AAAa,QAAA,SAAS,GAAG,EAAE,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"iconSize.mobile.js","sourceRoot":"","sources":["../../../src/ui-kit/Logo/iconSize.mobile.ts"],"names":[],"mappings":";;AAAa,QAAA,SAAS,GAAG,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const ICON_SIZE = { width: '
|
|
1
|
+
export const ICON_SIZE = { width: '103', height: '21' };
|
|
2
2
|
//# sourceMappingURL=iconSize.mobile.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"iconSize.mobile.js","sourceRoot":"","sources":["../../../src/ui-kit/Logo/iconSize.mobile.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"iconSize.mobile.js","sourceRoot":"","sources":["../../../src/ui-kit/Logo/iconSize.mobile.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,SAAS,GAAG,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC"}
|
|
@@ -4203,7 +4203,7 @@
|
|
|
4203
4203
|
return (jsx(BlockWrapper, { className: className, defaultPadding: "p-6xl", ...rest, children: jsxs("div", { className: "container max-w-[978px] space-y-m", children: [title ? jsx(Heading, { headingType: "h3", title: title, className: "@xl:text-center" }) : null, regions ? (jsx(SelectControl, { label: "\u0412\u0430\u0448 \u0440\u0435\u0433\u0438\u043E\u043D", placeholder: "\u0412\u044B\u0431\u0435\u0440\u0438\u0442\u0435 \u0440\u0435\u0433\u0438\u043E\u043D", isSearch: true, options: regions.map(({ name = '' }) => ({ key: name, text: name })), value: region, onChange: setRegion })) : null, regionHref ? (jsx("div", { className: "text-center", children: jsx(LinkButton, { href: regionHref, target: "_blank", className: style('p-m w-full @xl:w-auto', buttonStyle), data: getAspectsWithInclude(data, region?.key), children: buttonText }) })) : null] }) }));
|
|
4204
4204
|
});
|
|
4205
4205
|
|
|
4206
|
-
const ICON_SIZE = { width: '
|
|
4206
|
+
const ICON_SIZE = { width: '103', height: '21' };
|
|
4207
4207
|
|
|
4208
4208
|
const logoTitleSizeStyle = 'text-s';
|
|
4209
4209
|
|
|
@@ -6182,7 +6182,7 @@
|
|
|
6182
6182
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
6183
6183
|
});
|
|
6184
6184
|
|
|
6185
|
-
const packageVersion = "0.14.
|
|
6185
|
+
const packageVersion = "0.14.556";
|
|
6186
6186
|
|
|
6187
6187
|
exports.Blocks = Blocks;
|
|
6188
6188
|
exports.ContentPage = ContentPage;
|