Merge pull request #4193 from penpot/niwinz-staging-update-deps

⬆️ Update frontend dependencies
This commit is contained in:
Alejandro 2024-02-27 09:26:09 +01:00 committed by GitHub
commit 49c750bdaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 702 additions and 601 deletions

View file

@ -88,9 +88,10 @@
(dom/blur! input))))
context-value
(mf/spread-obj props {:on-change on-change'
:encode-fn encode-fn
:decode-fn decode-fn})]
(mf/spread props
:on-change on-change'
:encode-fn encode-fn
:decode-fn decode-fn)]
[:& (mf/provider context) {:value context-value}
[:div {:class (dm/str class " " (stl/css :radio-btn-wrapper))