@redneckz/wildless-cms-uni-blocks 0.14.922 → 0.14.924

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.
@@ -2113,7 +2113,6 @@
2113
2113
  const FIELD_CONFIG = {
2114
2114
  dadataPartyInnSelect: {
2115
2115
  label: 'ИНН',
2116
- placeholder: 'Введите ИНН',
2117
2116
  inputProps: {
2118
2117
  isInteger: true,
2119
2118
  maxLength: 12,
@@ -2121,7 +2120,6 @@
2121
2120
  },
2122
2121
  dadataPartyNameSelect: {
2123
2122
  label: 'Полное наименование',
2124
- placeholder: 'Введите полное наименование',
2125
2123
  },
2126
2124
  };
2127
2125
  const DadataPartySelectField = JSX(({ field, input = {} }) => {
@@ -10615,7 +10613,7 @@
10615
10613
  const link = useLink();
10616
10614
  const filteredItems = navigationItems?.filter(isVisibleItem(FOOTER_AREA_KEYS))?.map(link) ?? [];
10617
10615
  const [firstItem] = filteredItems;
10618
- return (jsx("div", { className: "space-y-2", children: IS_SINGLE_SEARCH_INDEX$1 && isSearchPanel ? (jsx("div", { children: jsx(LinkList, { className: "block columns-3 space-y-3 gap-x-6xl", items: firstItem?.items }) })) : (jsx("div", { role: "menu", className: style('w-full flex items-start justify-between flex-col md:flex-row gap-m lg:order-2', className), children: filteredItems?.map(renderColumn) })) }));
10616
+ return (jsx("div", { className: "space-y-2 lg:order-2", children: IS_SINGLE_SEARCH_INDEX$1 && isSearchPanel ? (jsx("div", { children: jsx(LinkList, { className: "block columns-3 space-y-3 gap-x-6xl", items: firstItem?.items }) })) : (jsx("div", { role: "menu", className: style('w-full flex items-start justify-between flex-col md:flex-row gap-m', className), children: filteredItems?.map(renderColumn) })) }));
10619
10617
  });
10620
10618
  const renderColumn = (menuItem, index) => {
10621
10619
  const { text, items = [], href, target = '_self', onClick, dataFooter } = menuItem;
@@ -12198,7 +12196,7 @@
12198
12196
  slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
12199
12197
  });
12200
12198
 
12201
- const packageVersion = "0.14.921";
12199
+ const packageVersion = "0.14.923";
12202
12200
 
12203
12201
  exports.Blocks = Blocks;
12204
12202
  exports.ContentPage = ContentPage;