@redneckz/wildless-cms-uni-blocks 0.14.908 → 0.14.909
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 +2 -2
- package/bundle/bundle.umd.min.js +1 -1
- package/dist/ui-kit/Select/SelectPopup.js +1 -1
- package/dist/ui-kit/Select/SelectPopup.js.map +1 -1
- package/lib/common.css +1 -1
- package/lib/ui-kit/Select/SelectPopup.js +1 -1
- package/lib/ui-kit/Select/SelectPopup.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/Select/SelectPopup.js +1 -1
- package/mobile/dist/ui-kit/Select/SelectPopup.js.map +1 -1
- package/mobile/lib/common.css +1 -1
- package/mobile/lib/ui-kit/Select/SelectPopup.js +1 -1
- package/mobile/lib/ui-kit/Select/SelectPopup.js.map +1 -1
- package/mobile/src/ui-kit/Select/SelectPopup.tsx +1 -1
- package/package.json +1 -1
- package/src/ui-kit/Select/SelectPopup.tsx +1 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -1926,7 +1926,7 @@
|
|
|
1926
1926
|
onChangeQuery?.('');
|
|
1927
1927
|
onChange(option);
|
|
1928
1928
|
}
|
|
1929
|
-
}, children: [option?.innDaData ? (jsxs("span", { children: [jsx(Text, { size: "text-s", children: option?.innDaData?.companyName }), jsxs("div", { className: "space-x-2", children: [jsx(Text, { size: "text-s", font: "font-light", children: formatOption(option) }), jsx(Text, { size: "text-s", font: "font-light", children: option?.innDaData?.companyAddress })] })] })) : (jsx("span", { className: "min-h-6", children: formatOption(option) })), jsx(Icon, { name: "DoneSimpleIcon", width: "16", height: "16", iconVersion: iconVersion, className: style('absolute right-
|
|
1929
|
+
}, children: [option?.innDaData ? (jsxs("span", { children: [jsx(Text, { size: "text-s", children: option?.innDaData?.companyName }), jsxs("div", { className: "space-x-2", children: [jsx(Text, { size: "text-s", font: "font-light", children: formatOption(option) }), jsx(Text, { size: "text-s", font: "font-light", children: option?.innDaData?.companyAddress })] })] })) : (jsx("span", { className: "min-h-6", children: formatOption(option) })), jsx(Icon, { name: "DoneSimpleIcon", width: "16", height: "16", iconVersion: iconVersion, className: style('absolute right-2 pt-2xs', {
|
|
1930
1930
|
hidden: option.key !== value?.key,
|
|
1931
1931
|
}) })] }, option.key))) })) : null);
|
|
1932
1932
|
|
|
@@ -11998,7 +11998,7 @@
|
|
|
11998
11998
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
11999
11999
|
});
|
|
12000
12000
|
|
|
12001
|
-
const packageVersion = "0.14.
|
|
12001
|
+
const packageVersion = "0.14.908";
|
|
12002
12002
|
|
|
12003
12003
|
exports.Blocks = Blocks;
|
|
12004
12004
|
exports.ContentPage = ContentPage;
|