@redneckz/wildless-cms-uni-blocks 0.14.1079 → 0.14.1080
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/LinkButton/LinkButton.js +1 -1
- package/dist/ui-kit/LinkButton/LinkButton.js.map +1 -1
- package/lib/ui-kit/LinkButton/LinkButton.js +1 -1
- package/lib/ui-kit/LinkButton/LinkButton.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/LinkButton/LinkButton.js +1 -1
- package/mobile/dist/ui-kit/LinkButton/LinkButton.js.map +1 -1
- package/mobile/lib/ui-kit/LinkButton/LinkButton.js +1 -1
- package/mobile/lib/ui-kit/LinkButton/LinkButton.js.map +1 -1
- package/mobile/src/ui-kit/LinkButton/LinkButton.tsx +1 -1
- package/package.json +1 -1
- package/src/ui-kit/LinkButton/LinkButton.tsx +1 -1
package/bundle/bundle.umd.js
CHANGED
|
@@ -707,7 +707,7 @@
|
|
|
707
707
|
|
|
708
708
|
/** @deprecated */
|
|
709
709
|
const LinkButton = JSX(({ disabled, children, method = 'LINK', href, id, additionalHref, chance, ...rest }) => {
|
|
710
|
-
const [currentLink, setCurrentLink] = useState();
|
|
710
|
+
const [currentLink, setCurrentLink] = useState(href);
|
|
711
711
|
const handleFormSubmit = useFormSubmit({ method, href });
|
|
712
712
|
const linksStore = useLocalStore();
|
|
713
713
|
useEffect(() => {
|
|
@@ -15129,7 +15129,7 @@
|
|
|
15129
15129
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
15130
15130
|
});
|
|
15131
15131
|
|
|
15132
|
-
const packageVersion = "0.14.
|
|
15132
|
+
const packageVersion = "0.14.1079";
|
|
15133
15133
|
|
|
15134
15134
|
exports.Blocks = Blocks;
|
|
15135
15135
|
exports.ContentPage = ContentPage;
|