@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.
@@ -1,4 +1,4 @@
1
1
  Object.defineProperty(exports, "__esModule", { value: true });
2
2
  exports.ICON_SIZE = void 0;
3
- exports.ICON_SIZE = { width: '70', height: '15' };
3
+ exports.ICON_SIZE = { width: '103', height: '21' };
4
4
  //# 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,QAAA,SAAS,GAAG,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC"}
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: '70', height: '15' };
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,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC"}
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: '70', height: '15' };
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.555";
6185
+ const packageVersion = "0.14.556";
6186
6186
 
6187
6187
  exports.Blocks = Blocks;
6188
6188
  exports.ContentPage = ContentPage;