@intlayer/design-system 7.5.11 → 7.5.12
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/dist/esm/components/Accordion/Accordion.mjs +1 -1
- package/dist/esm/components/Avatar/index.mjs +1 -1
- package/dist/esm/components/Breadcrumb/index.mjs +1 -1
- package/dist/esm/components/Browser/Browser.mjs +1 -1
- package/dist/esm/components/Carousel/index.mjs +1 -1
- package/dist/esm/components/CollapsibleTable/CollapsibleTable.mjs +1 -1
- package/dist/esm/components/ContentEditor/ContentEditor.mjs +1 -1
- package/dist/esm/components/ContentEditor/ContentEditorInput.mjs +1 -1
- package/dist/esm/components/ContentEditor/ContentEditorTextArea.mjs +2 -2
- package/dist/esm/components/CopyButton/index.mjs +1 -1
- package/dist/esm/components/CopyToClipboard/index.mjs +1 -1
- package/dist/esm/components/DictionaryEditor/DictionaryEditor.mjs +1 -1
- package/dist/esm/components/DictionaryEditor/NodeWrapper/FileWrapper.mjs +1 -1
- package/dist/esm/components/DictionaryEditor/NodeWrapper/StringWrapper.mjs +1 -1
- package/dist/esm/components/DictionaryEditor/NodeWrapper/index.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/ContentEditor.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/ContentEditorView/TextEditor.mjs +3 -3
- package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs +4 -4
- package/dist/esm/components/DictionaryFieldEditor/DictionaryFieldEditor.mjs +2 -2
- package/dist/esm/components/DictionaryFieldEditor/JSONEditor.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +2 -2
- package/dist/esm/components/DictionaryFieldEditor/SaveForm/SaveForm.mjs +4 -4
- package/dist/esm/components/DictionaryFieldEditor/StructureEditor.mjs +1 -1
- package/dist/esm/components/DictionaryFieldEditor/StructureView/StructureView.mjs +1 -1
- package/dist/esm/components/EditableField/EditableFieldLayout.mjs +1 -1
- package/dist/esm/components/Form/elements/OTPElement.mjs +1 -1
- package/dist/esm/components/HideShow/index.mjs +1 -1
- package/dist/esm/components/IDE/FileTree.mjs +1 -1
- package/dist/esm/components/Input/InputPassword.mjs +1 -1
- package/dist/esm/components/Input/OTPInput.mjs +1 -1
- package/dist/esm/components/KeyboardScreenAdapter/index.mjs +1 -1
- package/dist/esm/components/KeyboardShortcut/KeyboardShortcut.mjs +1 -1
- package/dist/esm/components/LanguageBackground/index.mjs +2 -1
- package/dist/esm/components/LanguageBackground/index.mjs.map +1 -1
- package/dist/esm/components/Link/Link.mjs +1 -1
- package/dist/esm/components/LocaleSwitcherContentDropDown/LocaleSwitcherContent.mjs +2 -2
- package/dist/esm/components/LocaleSwitcherDropDown/LocaleSwitcher.mjs +1 -1
- package/dist/esm/components/Modal/Modal.mjs +3 -3
- package/dist/esm/components/Navbar/MobileNavbar.mjs +2 -2
- package/dist/esm/components/Pagination/Pagination.mjs +2 -2
- package/dist/esm/components/RightDrawer/RightDrawer.mjs +3 -3
- package/dist/esm/components/Select/Multiselect.mjs +1 -1
- package/dist/esm/components/SwitchSelector/index.mjs +1 -1
- package/dist/esm/components/Tab/Tab.mjs +1 -1
- package/dist/esm/components/TabSelector/TabSelector.mjs +1 -1
- package/dist/esm/components/Table/Table.mjs +1 -1
- package/dist/esm/components/TextArea/AutocompleteTextArea.mjs +1 -1
- package/dist/esm/components/ThemeSwitcherDropDown/DesktopThemeSwitcher.mjs +1 -1
- package/dist/esm/components/ThemeSwitcherDropDown/MobileThemeSwitcher.mjs +1 -1
- package/dist/esm/components/Toaster/Toast.mjs +2 -2
- package/dist/esm/components/index.mjs +3 -3
- package/dist/esm/dist/esm/components/Container/index.mjs +133 -0
- package/dist/esm/dist/esm/components/Container/index.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/Flag.mjs +330 -0
- package/dist/esm/dist/esm/components/Flags/Flag.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ae.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/ae.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/af.mjs +97 -0
- package/dist/esm/dist/esm/components/Flags/af.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/al.mjs +38 -0
- package/dist/esm/dist/esm/components/Flags/al.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/am.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/am.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ar.mjs +161 -0
- package/dist/esm/dist/esm/components/Flags/ar.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/at.mjs +31 -0
- package/dist/esm/dist/esm/components/Flags/at.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/au.mjs +43 -0
- package/dist/esm/dist/esm/components/Flags/au.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/az.mjs +47 -0
- package/dist/esm/dist/esm/components/Flags/az.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ba.mjs +41 -0
- package/dist/esm/dist/esm/components/Flags/ba.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/bd.mjs +33 -0
- package/dist/esm/dist/esm/components/Flags/bd.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/be.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/be.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/bg.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/bg.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/bh.mjs +31 -0
- package/dist/esm/dist/esm/components/Flags/bh.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/bn.mjs +43 -0
- package/dist/esm/dist/esm/components/Flags/bn.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/bo.mjs +3031 -0
- package/dist/esm/dist/esm/components/Flags/bo.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/br.mjs +107 -0
- package/dist/esm/dist/esm/components/Flags/br.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/bw.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/bw.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/by.mjs +46 -0
- package/dist/esm/dist/esm/components/Flags/by.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/bz.mjs +339 -0
- package/dist/esm/dist/esm/components/Flags/bz.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ca.mjs +31 -0
- package/dist/esm/dist/esm/components/Flags/ca.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ch.mjs +31 -0
- package/dist/esm/dist/esm/components/Flags/ch.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/cl.mjs +44 -0
- package/dist/esm/dist/esm/components/Flags/cl.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/cn.mjs +58 -0
- package/dist/esm/dist/esm/components/Flags/cn.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/co.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/co.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/cr.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/cr.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/cu.mjs +44 -0
- package/dist/esm/dist/esm/components/Flags/cu.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/cv.mjs +44 -0
- package/dist/esm/dist/esm/components/Flags/cv.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/cz.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/cz.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/de.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/de.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/dj.mjs +44 -0
- package/dist/esm/dist/esm/components/Flags/dj.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/dk.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/dk.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/do.mjs +212 -0
- package/dist/esm/dist/esm/components/Flags/do.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/dz.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/dz.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ec.mjs +623 -0
- package/dist/esm/dist/esm/components/Flags/ec.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ee.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/ee.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/eg.mjs +113 -0
- package/dist/esm/dist/esm/components/Flags/eg.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/es-ct.mjs +33 -0
- package/dist/esm/dist/esm/components/Flags/es-ct.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/es-ga.mjs +793 -0
- package/dist/esm/dist/esm/components/Flags/es-ga.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/es-pv.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/es-pv.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/es.mjs +2227 -0
- package/dist/esm/dist/esm/components/Flags/es.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/et.mjs +51 -0
- package/dist/esm/dist/esm/components/Flags/et.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/fi.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/fi.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/fo.mjs +42 -0
- package/dist/esm/dist/esm/components/Flags/fo.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/fr.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/fr.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/gb-wls.mjs +44 -0
- package/dist/esm/dist/esm/components/Flags/gb-wls.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/gb.mjs +40 -0
- package/dist/esm/dist/esm/components/Flags/gb.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ge.mjs +38 -0
- package/dist/esm/dist/esm/components/Flags/ge.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/gh.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/gh.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/gr.mjs +67 -0
- package/dist/esm/dist/esm/components/Flags/gr.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/gt.mjs +462 -0
- package/dist/esm/dist/esm/components/Flags/gt.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/gw.mjs +68 -0
- package/dist/esm/dist/esm/components/Flags/gw.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/hk.mjs +45 -0
- package/dist/esm/dist/esm/components/Flags/hk.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/hn.mjs +84 -0
- package/dist/esm/dist/esm/components/Flags/hn.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/hr.mjs +95 -0
- package/dist/esm/dist/esm/components/Flags/hr.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/hu.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/hu.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/id.mjs +31 -0
- package/dist/esm/dist/esm/components/Flags/id.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ie.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/ie.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/il.mjs +47 -0
- package/dist/esm/dist/esm/components/Flags/il.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/in.mjs +75 -0
- package/dist/esm/dist/esm/components/Flags/in.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/iq.mjs +41 -0
- package/dist/esm/dist/esm/components/Flags/iq.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ir.mjs +113 -0
- package/dist/esm/dist/esm/components/Flags/ir.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/is.mjs +41 -0
- package/dist/esm/dist/esm/components/Flags/is.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/it.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/it.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/jm.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/jm.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/jo.mjs +49 -0
- package/dist/esm/dist/esm/components/Flags/jo.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/jp.mjs +42 -0
- package/dist/esm/dist/esm/components/Flags/jp.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ke.mjs +92 -0
- package/dist/esm/dist/esm/components/Flags/ke.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/kg.mjs +50 -0
- package/dist/esm/dist/esm/components/Flags/kg.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/kh.mjs +77 -0
- package/dist/esm/dist/esm/components/Flags/kh.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/km.mjs +53 -0
- package/dist/esm/dist/esm/components/Flags/km.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/kr.mjs +65 -0
- package/dist/esm/dist/esm/components/Flags/kr.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/kw.mjs +45 -0
- package/dist/esm/dist/esm/components/Flags/kw.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/kz.mjs +95 -0
- package/dist/esm/dist/esm/components/Flags/kz.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/la.mjs +40 -0
- package/dist/esm/dist/esm/components/Flags/la.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/lb.mjs +51 -0
- package/dist/esm/dist/esm/components/Flags/lb.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/li.mjs +137 -0
- package/dist/esm/dist/esm/components/Flags/li.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/lk.mjs +74 -0
- package/dist/esm/dist/esm/components/Flags/lk.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/lt.mjs +47 -0
- package/dist/esm/dist/esm/components/Flags/lt.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/lu.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/lu.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/lv.mjs +31 -0
- package/dist/esm/dist/esm/components/Flags/lv.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ly.mjs +40 -0
- package/dist/esm/dist/esm/components/Flags/ly.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ma.mjs +33 -0
- package/dist/esm/dist/esm/components/Flags/ma.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/mc.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/mc.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/md.mjs +318 -0
- package/dist/esm/dist/esm/components/Flags/md.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/mk.mjs +38 -0
- package/dist/esm/dist/esm/components/Flags/mk.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/mm.mjs +59 -0
- package/dist/esm/dist/esm/components/Flags/mm.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/mn.mjs +60 -0
- package/dist/esm/dist/esm/components/Flags/mn.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/mo.mjs +43 -0
- package/dist/esm/dist/esm/components/Flags/mo.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/mr.mjs +38 -0
- package/dist/esm/dist/esm/components/Flags/mr.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/mt.mjs +154 -0
- package/dist/esm/dist/esm/components/Flags/mt.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/mv.mjs +41 -0
- package/dist/esm/dist/esm/components/Flags/mv.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/mx.mjs +1366 -0
- package/dist/esm/dist/esm/components/Flags/mx.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/my.mjs +79 -0
- package/dist/esm/dist/esm/components/Flags/my.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/mz.mjs +93 -0
- package/dist/esm/dist/esm/components/Flags/mz.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ng.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/ng.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ni.mjs +452 -0
- package/dist/esm/dist/esm/components/Flags/ni.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/nl.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/nl.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/no.mjs +40 -0
- package/dist/esm/dist/esm/components/Flags/no.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/np.mjs +39 -0
- package/dist/esm/dist/esm/components/Flags/np.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/nz.mjs +105 -0
- package/dist/esm/dist/esm/components/Flags/nz.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/om.mjs +540 -0
- package/dist/esm/dist/esm/components/Flags/om.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/pa.mjs +47 -0
- package/dist/esm/dist/esm/components/Flags/pa.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/pe.mjs +31 -0
- package/dist/esm/dist/esm/components/Flags/pe.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ph.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/ph.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/pk.mjs +39 -0
- package/dist/esm/dist/esm/components/Flags/pk.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/pl.mjs +31 -0
- package/dist/esm/dist/esm/components/Flags/pl.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/pr.mjs +44 -0
- package/dist/esm/dist/esm/components/Flags/pr.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ps.mjs +46 -0
- package/dist/esm/dist/esm/components/Flags/ps.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/pt.mjs +153 -0
- package/dist/esm/dist/esm/components/Flags/pt.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/py.mjs +62 -0
- package/dist/esm/dist/esm/components/Flags/py.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/qa.mjs +31 -0
- package/dist/esm/dist/esm/components/Flags/qa.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ro.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/ro.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/rs.mjs +821 -0
- package/dist/esm/dist/esm/components/Flags/rs.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ru.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/ru.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/sa.mjs +80 -0
- package/dist/esm/dist/esm/components/Flags/sa.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/sd.mjs +45 -0
- package/dist/esm/dist/esm/components/Flags/sd.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/se.mjs +31 -0
- package/dist/esm/dist/esm/components/Flags/se.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/sg.mjs +43 -0
- package/dist/esm/dist/esm/components/Flags/sg.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/si.mjs +60 -0
- package/dist/esm/dist/esm/components/Flags/si.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/sk.mjs +46 -0
- package/dist/esm/dist/esm/components/Flags/sk.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/so.mjs +38 -0
- package/dist/esm/dist/esm/components/Flags/so.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/st.mjs +74 -0
- package/dist/esm/dist/esm/components/Flags/st.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/sv.mjs +1736 -0
- package/dist/esm/dist/esm/components/Flags/sv.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/sy.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/sy.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/td.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/td.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/th.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/th.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/tl.mjs +44 -0
- package/dist/esm/dist/esm/components/Flags/tl.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/tn.mjs +31 -0
- package/dist/esm/dist/esm/components/Flags/tn.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/tr.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/tr.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/tt.mjs +36 -0
- package/dist/esm/dist/esm/components/Flags/tt.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/tw.mjs +41 -0
- package/dist/esm/dist/esm/components/Flags/tw.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/tz.mjs +45 -0
- package/dist/esm/dist/esm/components/Flags/tz.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ua.mjs +34 -0
- package/dist/esm/dist/esm/components/Flags/ua.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ug.mjs +146 -0
- package/dist/esm/dist/esm/components/Flags/ug.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/us.mjs +46 -0
- package/dist/esm/dist/esm/components/Flags/us.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/uy.mjs +64 -0
- package/dist/esm/dist/esm/components/Flags/uy.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/uz.mjs +110 -0
- package/dist/esm/dist/esm/components/Flags/uz.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ve.mjs +85 -0
- package/dist/esm/dist/esm/components/Flags/ve.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/vn.mjs +38 -0
- package/dist/esm/dist/esm/components/Flags/vn.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/xx.mjs +36 -0
- package/dist/esm/dist/esm/components/Flags/xx.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/ye.mjs +37 -0
- package/dist/esm/dist/esm/components/Flags/ye.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/za.mjs +52 -0
- package/dist/esm/dist/esm/components/Flags/za.mjs.map +1 -0
- package/dist/esm/dist/esm/components/Flags/zw.mjs +71 -0
- package/dist/esm/dist/esm/components/Flags/zw.mjs.map +1 -0
- package/dist/esm/dist/esm/utils/cn.mjs +9 -0
- package/dist/esm/dist/esm/utils/cn.mjs.map +1 -0
- package/dist/esm/hooks/index.mjs +5 -5
- package/dist/esm/providers/ReactQueryProvider.mjs +5 -4
- package/dist/esm/providers/ReactQueryProvider.mjs.map +1 -1
- package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +3 -3
- package/dist/types/components/Breadcrumb/index.d.ts +2 -2
- package/dist/types/components/Breadcrumb/index.d.ts.map +1 -1
- package/dist/types/components/Browser/Browser.d.ts +2 -2
- package/dist/types/components/Browser/browser.content.d.ts +17 -17
- package/dist/types/components/Button/Button.d.ts +6 -6
- package/dist/types/components/Carousel/index.content.d.ts +8 -8
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +2 -2
- package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts.map +1 -1
- package/dist/types/components/Command/index.d.ts +14 -14
- package/dist/types/components/Container/index.d.ts +7 -7
- package/dist/types/components/Container/index.d.ts.map +1 -1
- package/dist/types/components/CopyButton/CopyButton.content.d.ts +3 -3
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +25 -25
- package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +9 -9
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +33 -33
- package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +25 -25
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +25 -25
- package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
- package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +33 -33
- package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +9 -9
- package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +7 -7
- package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +5 -5
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +31 -31
- package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
- package/dist/types/components/EditableField/EditableFieldInput.d.ts.map +1 -1
- package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +4 -4
- package/dist/types/components/Form/FormBase.d.ts +2 -2
- package/dist/types/components/Form/FormBase.d.ts.map +1 -1
- package/dist/types/components/Form/FormField.d.ts +2 -2
- package/dist/types/components/Form/FormField.d.ts.map +1 -1
- package/dist/types/components/Form/FormItem.d.ts +2 -2
- package/dist/types/components/Form/FormItem.d.ts.map +1 -1
- package/dist/types/components/Form/elements/EditableFieldInputElement.d.ts +2 -2
- package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts +2 -2
- package/dist/types/components/Form/elements/EditableFieldTextAreaElement.d.ts.map +1 -1
- package/dist/types/components/Form/elements/FormElement.d.ts +2 -2
- package/dist/types/components/Form/elements/MultiselectElement.d.ts +2 -2
- package/dist/types/components/Form/elements/OTPElement.d.ts +2 -2
- package/dist/types/components/Form/elements/SelectElement.d.ts +2 -2
- package/dist/types/components/Form/elements/SwitchSelectorElement.d.ts +2 -2
- package/dist/types/components/IDE/FileTree.d.ts.map +1 -1
- package/dist/types/components/IDE/code.content.d.ts +5 -5
- package/dist/types/components/IDE/code.content.d.ts.map +1 -1
- package/dist/types/components/IDE/copyCode.content.d.ts +5 -5
- package/dist/types/components/IDE/selectors.content.d.ts +13 -13
- package/dist/types/components/Input/Checkbox.d.ts +3 -3
- package/dist/types/components/Input/Checkbox.d.ts.map +1 -1
- package/dist/types/components/Input/Input.d.ts +2 -2
- package/dist/types/components/Input/OTPInput.d.ts +4 -4
- package/dist/types/components/Input/SearchInput.d.ts +2 -2
- package/dist/types/components/Link/Link.d.ts +5 -5
- package/dist/types/components/Loader/index.content.d.ts +3 -3
- package/dist/types/components/Loader/spinner.d.ts +2 -2
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +17 -17
- package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
- package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +13 -13
- package/dist/types/components/MaxWidthSmoother/index.d.ts +2 -2
- package/dist/types/components/MaxWidthSmoother/index.d.ts.map +1 -1
- package/dist/types/components/Navbar/Burger.d.ts +2 -2
- package/dist/types/components/Navbar/DesktopNavbar.d.ts +2 -2
- package/dist/types/components/Navbar/MobileNavbar.d.ts +2 -2
- package/dist/types/components/Navbar/index.d.ts +2 -2
- package/dist/types/components/Pagination/Pagination.d.ts +4 -4
- package/dist/types/components/Pagination/Pagination.d.ts.map +1 -1
- package/dist/types/components/Pagination/pagination.content.d.ts +11 -11
- package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +5 -5
- package/dist/types/components/RightDrawer/useRightDrawerStore.d.ts +2 -2
- package/dist/types/components/Select/Select.d.ts +3 -3
- package/dist/types/components/Select/Select.d.ts.map +1 -1
- package/dist/types/components/SocialNetworks/index.d.ts +2 -2
- package/dist/types/components/SwitchSelector/index.d.ts +6 -6
- package/dist/types/components/Tab/Tab.d.ts +6 -6
- package/dist/types/components/TabSelector/TabSelector.d.ts +5 -5
- package/dist/types/components/Table/table.content.d.ts +3 -3
- package/dist/types/components/Tag/index.d.ts +3 -3
- package/dist/types/components/Terminal/terminal.content.d.ts +5 -5
- package/dist/types/components/Toaster/Toast.d.ts +2 -2
- package/dist/types/components/Toaster/Toast.d.ts.map +1 -1
- package/dist/types/components/Toaster/Toaster.d.ts +2 -2
- package/dist/types/hooks/useScrollBlockage/useScrollBlockageStore.d.ts +2 -2
- package/dist/types/providers/ReactQueryProvider.d.ts.map +1 -1
- package/package.json +14 -14
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
import { cn } from "../../utils/cn.mjs";
|
|
4
4
|
import { Button, ButtonColor, ButtonVariant } from "../Button/Button.mjs";
|
|
5
5
|
import { MaxHeightSmoother } from "../MaxHeightSmoother/index.mjs";
|
|
6
|
-
import { ChevronDown } from "lucide-react";
|
|
7
6
|
import { useId, useState } from "react";
|
|
7
|
+
import { ChevronDown } from "lucide-react";
|
|
8
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
9
9
|
|
|
10
10
|
//#region src/components/Accordion/Accordion.tsx
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { cn } from "../../utils/cn.mjs";
|
|
2
2
|
import { Loader } from "../Loader/index.mjs";
|
|
3
|
-
import { User } from "lucide-react";
|
|
4
3
|
import { useMemo } from "react";
|
|
4
|
+
import { User } from "lucide-react";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/Avatar/index.tsx
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
import { cn } from "../../utils/cn.mjs";
|
|
4
4
|
import { Button, ButtonVariant } from "../Button/Button.mjs";
|
|
5
5
|
import { Link, LinkColor } from "../Link/Link.mjs";
|
|
6
|
-
import { ChevronRightIcon } from "lucide-react";
|
|
7
6
|
import { Fragment, createElement } from "react";
|
|
8
7
|
import { cva } from "class-variance-authority";
|
|
8
|
+
import { ChevronRightIcon } from "lucide-react";
|
|
9
9
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
10
10
|
import { getIntlayer } from "@intlayer/core";
|
|
11
11
|
import { useIntlayer } from "react-intlayer";
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
import { cn } from "../../utils/cn.mjs";
|
|
4
4
|
import { Button } from "../Button/Button.mjs";
|
|
5
5
|
import { Input, inputVariants } from "../Input/Input.mjs";
|
|
6
|
-
import { ArrowLeft, ArrowRight, RotateCw } from "lucide-react";
|
|
7
6
|
import { useEffect, useImperativeHandle, useRef, useState } from "react";
|
|
7
|
+
import { ArrowLeft, ArrowRight, RotateCw } from "lucide-react";
|
|
8
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
9
9
|
import { useIntlayer } from "react-intlayer";
|
|
10
10
|
|
|
@@ -4,8 +4,8 @@ import { cn } from "../../utils/cn.mjs";
|
|
|
4
4
|
import { Button, ButtonColor, ButtonSize, ButtonVariant } from "../Button/Button.mjs";
|
|
5
5
|
import { KeyboardShortcut } from "../KeyboardShortcut/KeyboardShortcut.mjs";
|
|
6
6
|
import { Popover } from "../Popover/dynamic.mjs";
|
|
7
|
-
import { ChevronLeft, ChevronRight } from "lucide-react";
|
|
8
7
|
import { Children, createContext, isValidElement, useContext, useEffect, useRef, useState } from "react";
|
|
8
|
+
import { ChevronLeft, ChevronRight } from "lucide-react";
|
|
9
9
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
10
|
import { useIntlayer } from "react-intlayer";
|
|
11
11
|
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
import { cn } from "../../utils/cn.mjs";
|
|
4
4
|
import { MaxHeightSmoother } from "../MaxHeightSmoother/index.mjs";
|
|
5
|
-
import { ChevronRight } from "lucide-react";
|
|
6
5
|
import { useState } from "react";
|
|
7
6
|
import { cva } from "class-variance-authority";
|
|
7
|
+
import { ChevronRight } from "lucide-react";
|
|
8
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
9
9
|
|
|
10
10
|
//#region src/components/CollapsibleTable/CollapsibleTable.tsx
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
import { cn } from "../../utils/cn.mjs";
|
|
4
4
|
import { InputVariant } from "../Input/Input.mjs";
|
|
5
5
|
import { AutoSizedTextArea } from "../TextArea/AutoSizeTextArea.mjs";
|
|
6
|
-
import { Check, X } from "lucide-react";
|
|
7
6
|
import { useState } from "react";
|
|
7
|
+
import { Check, X } from "lucide-react";
|
|
8
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
9
9
|
|
|
10
10
|
//#region src/components/ContentEditor/ContentEditor.tsx
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
import { Button, ButtonColor, ButtonSize, ButtonVariant } from "../Button/Button.mjs";
|
|
4
4
|
import { Input, InputVariant } from "../Input/Input.mjs";
|
|
5
|
-
import { Check, X } from "lucide-react";
|
|
6
5
|
import { useEffect, useState } from "react";
|
|
6
|
+
import { Check, X } from "lucide-react";
|
|
7
7
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
8
8
|
|
|
9
9
|
//#region src/components/ContentEditor/ContentEditorInput.tsx
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
+
import { useUser } from "../../hooks/useUser/index.mjs";
|
|
3
4
|
import { Button, ButtonColor, ButtonSize, ButtonVariant } from "../Button/Button.mjs";
|
|
4
5
|
import { AutoCompleteTextarea } from "../TextArea/AutocompleteTextArea.mjs";
|
|
5
|
-
import { useUser } from "../../hooks/useUser/index.mjs";
|
|
6
|
-
import { Check, X } from "lucide-react";
|
|
7
6
|
import { useEffect, useState } from "react";
|
|
7
|
+
import { Check, X } from "lucide-react";
|
|
8
8
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
9
9
|
|
|
10
10
|
//#region src/components/ContentEditor/ContentEditorTextArea.tsx
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
3
|
import { Button, ButtonColor, ButtonSize, ButtonVariant } from "../Button/Button.mjs";
|
|
4
|
-
import { CopyCheckIcon, CopyIcon } from "lucide-react";
|
|
5
4
|
import { useEffect, useState } from "react";
|
|
5
|
+
import { CopyCheckIcon, CopyIcon } from "lucide-react";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
import { useIntlayer } from "react-intlayer";
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
3
|
import { cn } from "../../utils/cn.mjs";
|
|
4
|
-
import { CopyCheck, CopyIcon } from "lucide-react";
|
|
5
4
|
import { useState } from "react";
|
|
5
|
+
import { CopyCheck, CopyIcon } from "lucide-react";
|
|
6
6
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
7
|
|
|
8
8
|
//#region src/components/CopyToClipboard/index.tsx
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
3
|
import { NodeWrapper } from "./NodeWrapper/index.mjs";
|
|
4
|
+
import { useEditedContent, useFocusUnmergedDictionary } from "@intlayer/editor-react";
|
|
4
5
|
import { createElement } from "react";
|
|
5
6
|
import { jsx } from "react/jsx-runtime";
|
|
6
|
-
import { useEditedContent, useFocusUnmergedDictionary } from "@intlayer/editor-react";
|
|
7
7
|
|
|
8
8
|
//#region src/components/DictionaryEditor/DictionaryEditor.tsx
|
|
9
9
|
const DictionaryEditor = ({ dictionary, ...props }) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { StringWrapper } from "./StringWrapper.mjs";
|
|
2
|
+
import { useEditedContent } from "@intlayer/editor-react";
|
|
2
3
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
4
|
import { getContentNodeByKeyPath } from "@intlayer/core";
|
|
4
|
-
import { useEditedContent } from "@intlayer/editor-react";
|
|
5
5
|
import { NodeType } from "@intlayer/types";
|
|
6
6
|
|
|
7
7
|
//#region src/components/DictionaryEditor/NodeWrapper/FileWrapper.tsx
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { cn } from "../../../utils/cn.mjs";
|
|
2
2
|
import { EditableFieldTextArea } from "../../EditableField/EditableFieldTextArea.mjs";
|
|
3
|
+
import { useEditorLocale } from "@intlayer/editor-react";
|
|
3
4
|
import { Fragment, jsx } from "react/jsx-runtime";
|
|
4
5
|
import { getContentNodeByKeyPath } from "@intlayer/core";
|
|
5
|
-
import { useEditorLocale } from "@intlayer/editor-react";
|
|
6
6
|
|
|
7
7
|
//#region src/components/DictionaryEditor/NodeWrapper/StringWrapper.tsx
|
|
8
8
|
const StringWrapper = ({ keyPath, section, editedContent, editedContentValue: editedContentValueProp, onContentChange, onFocusKeyPath, renderSection }) => {
|
|
@@ -9,10 +9,10 @@ import { InsertionWrapper } from "./InsertionWrapper.mjs";
|
|
|
9
9
|
import { MarkdownWrapper } from "./MarkdownWrapper.mjs";
|
|
10
10
|
import { NestedObjectWrapper } from "./NestedObjectWrapper.mjs";
|
|
11
11
|
import { TranslationWrapper } from "./TranslationWrapper.mjs";
|
|
12
|
+
import { useEditorLocale } from "@intlayer/editor-react";
|
|
12
13
|
import { memo, useMemo } from "react";
|
|
13
14
|
import { jsx } from "react/jsx-runtime";
|
|
14
15
|
import { getContentNodeByKeyPath, getNodeType } from "@intlayer/core";
|
|
15
|
-
import { useEditorLocale } from "@intlayer/editor-react";
|
|
16
16
|
import { NodeType } from "@intlayer/types";
|
|
17
17
|
|
|
18
18
|
//#region src/components/DictionaryEditor/NodeWrapper/index.tsx
|
|
@@ -6,10 +6,10 @@ import { TextEditorContainer } from "./ContentEditorView/TextEditor.mjs";
|
|
|
6
6
|
import { getIsEditableSection } from "./getIsEditableSection.mjs";
|
|
7
7
|
import { KeyPathBreadcrumb } from "./KeyPathBreadcrumb.mjs";
|
|
8
8
|
import { NavigationViewNode } from "./NavigationView/NavigationViewNode.mjs";
|
|
9
|
+
import { useEditedContent, useEditorLocale, useFocusUnmergedDictionary } from "@intlayer/editor-react";
|
|
9
10
|
import { useEffect } from "react";
|
|
10
11
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
11
12
|
import { getContentNodeByKeyPath } from "@intlayer/core";
|
|
12
|
-
import { useEditedContent, useEditorLocale, useFocusUnmergedDictionary } from "@intlayer/editor-react";
|
|
13
13
|
|
|
14
14
|
//#region src/components/DictionaryFieldEditor/ContentEditor.tsx
|
|
15
15
|
const ContentEditor = ({ dictionary, isDarkMode }) => {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
+
import { useAuditContentDeclarationField } from "../../../hooks/reactQuery.mjs";
|
|
3
4
|
import { Container } from "../../Container/index.mjs";
|
|
4
5
|
import { Button, ButtonColor, ButtonSize, ButtonTextAlign, ButtonVariant } from "../../Button/Button.mjs";
|
|
5
6
|
import { InputVariant } from "../../Input/Input.mjs";
|
|
6
|
-
import { useAuditContentDeclarationField } from "../../../hooks/reactQuery.mjs";
|
|
7
7
|
import { SwitchSelector, SwitchSelectorColor, SwitchSelectorSize } from "../../SwitchSelector/index.mjs";
|
|
8
8
|
import { useLocaleSwitcherContent } from "../../LocaleSwitcherContentDropDown/LocaleSwitcherContentContext.mjs";
|
|
9
9
|
import { ContentEditorInput as ContentEditorInput$1 } from "../../ContentEditor/ContentEditorInput.mjs";
|
|
@@ -12,12 +12,12 @@ import { Label } from "../../Label/index.mjs";
|
|
|
12
12
|
import { MarkdownRenderer } from "../../MarkDownRender/MarkDownRender.mjs";
|
|
13
13
|
import { renameKey } from "../../../utils/object.mjs";
|
|
14
14
|
import { EnumKeyInput } from "../EnumKeyInput.mjs";
|
|
15
|
-
import {
|
|
15
|
+
import { useConfiguration, useEditedContent } from "@intlayer/editor-react";
|
|
16
16
|
import { Fragment, useState } from "react";
|
|
17
|
+
import { Plus, Trash, WandSparkles } from "lucide-react";
|
|
17
18
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
18
19
|
import { getEmptyNode, getLocaleName, getNodeType } from "@intlayer/core";
|
|
19
20
|
import { useIntlayer, useLocale } from "react-intlayer";
|
|
20
|
-
import { useConfiguration, useEditedContent } from "@intlayer/editor-react";
|
|
21
21
|
import { NodeType } from "@intlayer/types";
|
|
22
22
|
|
|
23
23
|
//#region src/components/DictionaryFieldEditor/ContentEditorView/TextEditor.tsx
|
package/dist/esm/components/DictionaryFieldEditor/DictionaryCreationForm/DictionaryCreationForm.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import { ButtonColor } from "../../Button/Button.mjs";
|
|
4
3
|
import { useSession } from "../../../hooks/useAuth/useSession.mjs";
|
|
5
4
|
import { useAddDictionary, useGetProjects } from "../../../hooks/reactQuery.mjs";
|
|
5
|
+
import { ButtonColor } from "../../Button/Button.mjs";
|
|
6
6
|
import { MultiSelect } from "../../Select/Multiselect.mjs";
|
|
7
7
|
import { useForm } from "../../Form/FormBase.mjs";
|
|
8
8
|
import { Form } from "../../Form/Form.mjs";
|
package/dist/esm/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.mjs
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
+
import { useSession } from "../../../hooks/useAuth/useSession.mjs";
|
|
4
|
+
import { useAuditContentDeclarationMetadata, useGetProjects, useGetTags } from "../../../hooks/reactQuery.mjs";
|
|
3
5
|
import { Container } from "../../Container/index.mjs";
|
|
4
6
|
import { Loader } from "../../Loader/index.mjs";
|
|
5
7
|
import { ButtonColor, ButtonSize, ButtonVariant } from "../../Button/Button.mjs";
|
|
6
|
-
import { useSession } from "../../../hooks/useAuth/useSession.mjs";
|
|
7
|
-
import { useAuditContentDeclarationMetadata, useGetProjects, useGetTags } from "../../../hooks/reactQuery.mjs";
|
|
8
8
|
import { MultiSelect } from "../../Select/Multiselect.mjs";
|
|
9
9
|
import { useForm } from "../../Form/FormBase.mjs";
|
|
10
10
|
import { Form } from "../../Form/Form.mjs";
|
|
11
11
|
import { useDictionaryDetailsSchema } from "./useDictionaryDetailsSchema.mjs";
|
|
12
|
-
import {
|
|
12
|
+
import { useEditedContent } from "@intlayer/editor-react";
|
|
13
13
|
import { useEffect } from "react";
|
|
14
|
+
import { WandSparkles } from "lucide-react";
|
|
14
15
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
15
16
|
import { useIntlayer } from "react-intlayer";
|
|
16
|
-
import { useEditedContent } from "@intlayer/editor-react";
|
|
17
17
|
|
|
18
18
|
//#region src/components/DictionaryFieldEditor/DictionaryDetails/DictionaryDetailsForm.tsx
|
|
19
19
|
const DictionaryDetailsForm = ({ dictionary }) => {
|
|
@@ -8,11 +8,11 @@ import { DictionaryDetailsForm } from "./DictionaryDetails/DictionaryDetailsForm
|
|
|
8
8
|
import { JSONEditor } from "./JSONEditor.mjs";
|
|
9
9
|
import { SaveForm } from "./SaveForm/SaveForm.mjs";
|
|
10
10
|
import { StructureEditor } from "./StructureEditor.mjs";
|
|
11
|
-
import {
|
|
11
|
+
import { useConfiguration, useDictionariesRecordActions, useFocusUnmergedDictionary } from "@intlayer/editor-react";
|
|
12
12
|
import { useEffect, useState } from "react";
|
|
13
|
+
import { ArrowLeft } from "lucide-react";
|
|
13
14
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
14
15
|
import { useIntlayer } from "react-intlayer";
|
|
15
|
-
import { useConfiguration, useDictionariesRecordActions, useFocusUnmergedDictionary } from "@intlayer/editor-react";
|
|
16
16
|
|
|
17
17
|
//#region src/components/DictionaryFieldEditor/DictionaryFieldEditor.tsx
|
|
18
18
|
var EditorViewType = /* @__PURE__ */ function(EditorViewType$1) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Container } from "../Container/index.mjs";
|
|
2
2
|
import { MonacoCode } from "../IDE/MonacoCode.mjs";
|
|
3
|
+
import { useEditedContent } from "@intlayer/editor-react";
|
|
3
4
|
import { useMemo } from "react";
|
|
4
5
|
import { jsx } from "react/jsx-runtime";
|
|
5
|
-
import { useEditedContent } from "@intlayer/editor-react";
|
|
6
6
|
|
|
7
7
|
//#region src/components/DictionaryFieldEditor/JSONEditor.tsx
|
|
8
8
|
const JSONEditor = ({ dictionary, isDarkMode }) => {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Button, ButtonColor, ButtonTextAlign, ButtonVariant } from "../../Button/Button.mjs";
|
|
2
2
|
import { Accordion } from "../../Accordion/Accordion.mjs";
|
|
3
3
|
import { getIsEditableSection } from "../getIsEditableSection.mjs";
|
|
4
|
+
import { useEditedContentActions, useEditorLocale, useFocusUnmergedDictionary } from "@intlayer/editor-react";
|
|
5
|
+
import configuration from "@intlayer/config/built";
|
|
4
6
|
import { ChevronRight, Plus } from "lucide-react";
|
|
5
7
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
6
8
|
import { getContentNodeByKeyPath, getEmptyNode, getNodeType, isSameKeyPath } from "@intlayer/core";
|
|
7
9
|
import { useIntlayer } from "react-intlayer";
|
|
8
|
-
import { useEditedContentActions, useEditorLocale, useFocusUnmergedDictionary } from "@intlayer/editor-react";
|
|
9
10
|
import { NodeType } from "@intlayer/types";
|
|
10
|
-
import configuration from "@intlayer/config/built";
|
|
11
11
|
import { camelCaseToSentence } from "@intlayer/config/client";
|
|
12
12
|
|
|
13
13
|
//#region src/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.tsx
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import { cn } from "../../../utils/cn.mjs";
|
|
4
|
-
import { ButtonColor, ButtonVariant } from "../../Button/Button.mjs";
|
|
5
3
|
import { useAuth } from "../../../hooks/useAuth/useAuth.mjs";
|
|
6
4
|
import { useDeleteDictionary, usePushDictionaries, useWriteDictionary } from "../../../hooks/reactQuery.mjs";
|
|
5
|
+
import { cn } from "../../../utils/cn.mjs";
|
|
6
|
+
import { ButtonColor, ButtonVariant } from "../../Button/Button.mjs";
|
|
7
7
|
import { Modal, ModalSize } from "../../Modal/Modal.mjs";
|
|
8
8
|
import { Form } from "../../Form/Form.mjs";
|
|
9
|
-
import {
|
|
9
|
+
import { useDictionariesRecordActions, useEditedContent } from "@intlayer/editor-react";
|
|
10
10
|
import { useState } from "react";
|
|
11
|
+
import { ArrowUpFromLine, Download, RotateCcw, Save, Trash } from "lucide-react";
|
|
11
12
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
12
13
|
import { useIntlayer } from "react-intlayer";
|
|
13
|
-
import { useDictionariesRecordActions, useEditedContent } from "@intlayer/editor-react";
|
|
14
14
|
|
|
15
15
|
//#region src/components/DictionaryFieldEditor/SaveForm/SaveForm.tsx
|
|
16
16
|
const SaveForm = ({ dictionary, mode, className, onDelete, onSave, ...props }) => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
3
|
import { NodeView } from "./StructureView/StructureView.mjs";
|
|
4
|
-
import { jsx } from "react/jsx-runtime";
|
|
5
4
|
import { useEditedContent } from "@intlayer/editor-react";
|
|
5
|
+
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/DictionaryFieldEditor/StructureEditor.tsx
|
|
8
8
|
const StructureEditor = ({ dictionary }) => {
|
|
@@ -5,11 +5,11 @@ import { Button, ButtonColor, ButtonSize, ButtonVariant } from "../../Button/But
|
|
|
5
5
|
import { InputVariant } from "../../Input/Input.mjs";
|
|
6
6
|
import { EditableFieldInput } from "../../EditableField/EditableFieldInput.mjs";
|
|
7
7
|
import { NodeTypeSelector } from "../NodeTypeSelector.mjs";
|
|
8
|
+
import { useConfiguration, useEditedContentActions, useFocusUnmergedDictionary } from "@intlayer/editor-react";
|
|
8
9
|
import { Plus, Trash } from "lucide-react";
|
|
9
10
|
import { Fragment, jsx, jsxs } from "react/jsx-runtime";
|
|
10
11
|
import { getDefaultNode, getNodeChildren, getNodeType, isSameKeyPath } from "@intlayer/core";
|
|
11
12
|
import { useIntlayer } from "react-intlayer";
|
|
12
|
-
import { useConfiguration, useEditedContentActions, useFocusUnmergedDictionary } from "@intlayer/editor-react";
|
|
13
13
|
import { NodeType } from "@intlayer/types";
|
|
14
14
|
import { camelCaseToSentence } from "@intlayer/config/client";
|
|
15
15
|
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
import { cn } from "../../utils/cn.mjs";
|
|
4
4
|
import { Button, ButtonColor, ButtonSize, ButtonVariant } from "../Button/Button.mjs";
|
|
5
|
-
import { Check, Pencil, X } from "lucide-react";
|
|
6
5
|
import { useCallback, useEffect, useRef, useState } from "react";
|
|
6
|
+
import { Check, Pencil, X } from "lucide-react";
|
|
7
7
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
8
8
|
|
|
9
9
|
//#region src/components/EditableField/EditableFieldLayout.tsx
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import { InputIndicator, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot } from "../../Input/OTPInput.mjs";
|
|
4
3
|
import { useItemSelector } from "../../../hooks/useItemSelector.mjs";
|
|
4
|
+
import { InputIndicator, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot } from "../../Input/OTPInput.mjs";
|
|
5
5
|
import { useFormField } from "../FormField.mjs";
|
|
6
6
|
import { FormItemLayout } from "../layout/FormItemLayout.mjs";
|
|
7
7
|
import { Form } from "../Form.mjs";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
3
|
import { cn } from "../../utils/cn.mjs";
|
|
4
|
-
import { Eye, EyeOff } from "lucide-react";
|
|
5
4
|
import { useEffect, useMemo, useRef, useState } from "react";
|
|
5
|
+
import { Eye, EyeOff } from "lucide-react";
|
|
6
6
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
7
|
|
|
8
8
|
//#region src/components/HideShow/index.tsx
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
import { cn } from "../../utils/cn.mjs";
|
|
4
4
|
import { MaxHeightSmoother } from "../MaxHeightSmoother/index.mjs";
|
|
5
5
|
import { createFileTree } from "./createFileTree.mjs";
|
|
6
|
-
import { ChevronRight } from "lucide-react";
|
|
7
6
|
import { useState } from "react";
|
|
7
|
+
import { ChevronRight } from "lucide-react";
|
|
8
8
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
9
9
|
|
|
10
10
|
//#region src/components/IDE/FileTree.tsx
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
3
|
import { Input } from "./Input.mjs";
|
|
4
|
-
import { EyeIcon, EyeOffIcon } from "lucide-react";
|
|
5
4
|
import { useState } from "react";
|
|
5
|
+
import { EyeIcon, EyeOffIcon } from "lucide-react";
|
|
6
6
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
7
|
|
|
8
8
|
//#region src/components/Input/InputPassword.tsx
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
import { cn } from "../../utils/cn.mjs";
|
|
4
4
|
import { Button } from "../Button/Button.mjs";
|
|
5
|
-
import { MinusIcon } from "lucide-react";
|
|
6
5
|
import { createContext, useContext, useEffect, useRef, useState } from "react";
|
|
7
6
|
import { cva } from "class-variance-authority";
|
|
7
|
+
import { MinusIcon } from "lucide-react";
|
|
8
8
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
9
9
|
|
|
10
10
|
//#region src/components/Input/OTPInput.tsx
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import { cn } from "../../utils/cn.mjs";
|
|
4
3
|
import { useKeyboardDetector } from "../../hooks/useKeyboardDetector.mjs";
|
|
4
|
+
import { cn } from "../../utils/cn.mjs";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/KeyboardScreenAdapter/index.tsx
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
3
|
import { cn } from "../../utils/cn.mjs";
|
|
4
|
+
import { Container } from "../../dist/esm/components/Container/index.mjs";
|
|
5
|
+
import { Flag } from "../../dist/esm/components/Flags/Flag.mjs";
|
|
4
6
|
import { useEffect, useState } from "react";
|
|
5
7
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
6
|
-
import { Container, Flag } from "@intlayer/design-system";
|
|
7
8
|
import { Locales, getHTMLTextDir, getLocaleName } from "intlayer";
|
|
8
9
|
|
|
9
10
|
//#region src/components/LanguageBackground/index.tsx
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":["LocalCard: FC<{ locale: string }>","LocalCardList: FC<{ localeList: string[]; className?: string }>","emptyArrayOfLocale: string[][]","arrayOfLocale: string[][]","LanguageSection: FC<HTMLAttributes<HTMLElement>>","LanguageBackground: FC<PropsWithChildren>"],"sources":["../../../../src/components/LanguageBackground/index.tsx"],"sourcesContent":["'use client';\n\nimport { Container, Flag } from '@intlayer/design-system';\nimport { cn } from '@utils/cn';\nimport { getHTMLTextDir, getLocaleName, type Locale, Locales } from 'intlayer';\nimport {\n type FC,\n type HTMLAttributes,\n type PropsWithChildren,\n useEffect,\n useState,\n} from 'react';\n\nconst shuffleArray = (array: string[], limit?: number) => {\n const shuffled = [...array];\n\n for (let i = shuffled.length - 1; i > 0; i--) {\n const randomIndex = Math.floor(Math.random() * (i + 1));\n\n [shuffled[i], shuffled[randomIndex]] = [shuffled[randomIndex], shuffled[i]];\n }\n\n return limit ? shuffled.slice(0, limit) : shuffled;\n};\n\nconst LocalCard: FC<{ locale: string }> = ({ locale, ...props }) => (\n <div\n className=\"group z-10 mx-8 inline-flex shrink-0 transition-transform duration-300 hover:scale-105\"\n {...props}\n >\n <Container\n roundedSize=\"xl\"\n className=\"flex flex-row items-center gap-5 p-3\"\n >\n <Flag\n locale={locale as Locale}\n className=\"max-h-5 max-w-5 rounded-sm grayscale-80 transition duration-300 group-hover:grayscale-0\"\n width={640}\n height={480}\n loading=\"lazy\"\n />\n <span\n dir={getHTMLTextDir(locale as Locale)}\n lang={locale as Locale}\n className=\"flex text-nowrap\"\n >\n {getLocaleName(locale as Locale)}\n </span>\n </Container>\n </div>\n);\n\nconst LocalCardList: FC<{ localeList: string[]; className?: string }> = ({\n localeList,\n className,\n ...props\n}) => (\n <div className=\"relative flex w-full overflow-hidden\" {...props}>\n <div\n className={cn('inline-flex shrink-0 will-change-transform', className)}\n >\n {/* First set of cards */}\n {localeList.map((locale, index) => (\n <LocalCard key={`${locale}-first-${index}`} locale={locale} />\n ))}\n {/* Duplicate set for seamless loop */}\n {localeList.map((locale, index) => (\n <LocalCard key={`${locale}-second-${index}`} locale={locale} />\n ))}\n </div>\n </div>\n);\n\nconst NUM_OF_LOCALES = 15;\n\nconst emptyArrayOfLocale: string[][] = new Array(4).fill(0).map(() => []);\nconst arrayOfLocale: string[][] = new Array(4)\n .fill(0)\n .map(() => shuffleArray(Object.values(Locales.ALL_LOCALES), NUM_OF_LOCALES));\n\nexport const LanguageSection: FC<HTMLAttributes<HTMLElement>> = ({\n className,\n ...props\n}) => {\n const [localeList, setLocaleList] = useState(emptyArrayOfLocale);\n const [firstPart, secondPart, thirdPart, fourthPart] = localeList;\n\n useEffect(() => {\n setLocaleList(arrayOfLocale);\n }, []);\n\n return (\n <section\n className={cn(\n 'mask-[linear-gradient(to_right,transparent_0,black_128px,black_calc(100%-128px),transparent_100%)] my-10 w-full overflow-hidden',\n className\n )}\n {...props}\n >\n <div className=\"relative flex w-full flex-col gap-5 py-3\">\n <LocalCardList localeList={firstPart} className=\"horizontal-loop-1\" />\n <LocalCardList localeList={secondPart} className=\"horizontal-loop-2\" />\n <LocalCardList localeList={thirdPart} className=\"horizontal-loop-1\" />\n <LocalCardList localeList={fourthPart} className=\"horizontal-loop-2\" />\n </div>\n </section>\n );\n};\n\nexport const LanguageBackground: FC<PropsWithChildren> = ({ children }) => (\n <>\n <div className=\"absolute top-0 left-0 z-0 flex size-full items-center justify-center\">\n <LanguageSection className=\"mt-[30%]\" />\n </div>\n {children}\n </>\n);\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","names":["LocalCard: FC<{ locale: string }>","LocalCardList: FC<{ localeList: string[]; className?: string }>","emptyArrayOfLocale: string[][]","arrayOfLocale: string[][]","LanguageSection: FC<HTMLAttributes<HTMLElement>>","LanguageBackground: FC<PropsWithChildren>"],"sources":["../../../../src/components/LanguageBackground/index.tsx"],"sourcesContent":["'use client';\n\nimport { Container, Flag } from '@intlayer/design-system';\nimport { cn } from '@utils/cn';\nimport { getHTMLTextDir, getLocaleName, type Locale, Locales } from 'intlayer';\nimport {\n type FC,\n type HTMLAttributes,\n type PropsWithChildren,\n useEffect,\n useState,\n} from 'react';\n\nconst shuffleArray = (array: string[], limit?: number) => {\n const shuffled = [...array];\n\n for (let i = shuffled.length - 1; i > 0; i--) {\n const randomIndex = Math.floor(Math.random() * (i + 1));\n\n [shuffled[i], shuffled[randomIndex]] = [shuffled[randomIndex], shuffled[i]];\n }\n\n return limit ? shuffled.slice(0, limit) : shuffled;\n};\n\nconst LocalCard: FC<{ locale: string }> = ({ locale, ...props }) => (\n <div\n className=\"group z-10 mx-8 inline-flex shrink-0 transition-transform duration-300 hover:scale-105\"\n {...props}\n >\n <Container\n roundedSize=\"xl\"\n className=\"flex flex-row items-center gap-5 p-3\"\n >\n <Flag\n locale={locale as Locale}\n className=\"max-h-5 max-w-5 rounded-sm grayscale-80 transition duration-300 group-hover:grayscale-0\"\n width={640}\n height={480}\n loading=\"lazy\"\n />\n <span\n dir={getHTMLTextDir(locale as Locale)}\n lang={locale as Locale}\n className=\"flex text-nowrap\"\n >\n {getLocaleName(locale as Locale)}\n </span>\n </Container>\n </div>\n);\n\nconst LocalCardList: FC<{ localeList: string[]; className?: string }> = ({\n localeList,\n className,\n ...props\n}) => (\n <div className=\"relative flex w-full overflow-hidden\" {...props}>\n <div\n className={cn('inline-flex shrink-0 will-change-transform', className)}\n >\n {/* First set of cards */}\n {localeList.map((locale, index) => (\n <LocalCard key={`${locale}-first-${index}`} locale={locale} />\n ))}\n {/* Duplicate set for seamless loop */}\n {localeList.map((locale, index) => (\n <LocalCard key={`${locale}-second-${index}`} locale={locale} />\n ))}\n </div>\n </div>\n);\n\nconst NUM_OF_LOCALES = 15;\n\nconst emptyArrayOfLocale: string[][] = new Array(4).fill(0).map(() => []);\nconst arrayOfLocale: string[][] = new Array(4)\n .fill(0)\n .map(() => shuffleArray(Object.values(Locales.ALL_LOCALES), NUM_OF_LOCALES));\n\nexport const LanguageSection: FC<HTMLAttributes<HTMLElement>> = ({\n className,\n ...props\n}) => {\n const [localeList, setLocaleList] = useState(emptyArrayOfLocale);\n const [firstPart, secondPart, thirdPart, fourthPart] = localeList;\n\n useEffect(() => {\n setLocaleList(arrayOfLocale);\n }, []);\n\n return (\n <section\n className={cn(\n 'mask-[linear-gradient(to_right,transparent_0,black_128px,black_calc(100%-128px),transparent_100%)] my-10 w-full overflow-hidden',\n className\n )}\n {...props}\n >\n <div className=\"relative flex w-full flex-col gap-5 py-3\">\n <LocalCardList localeList={firstPart} className=\"horizontal-loop-1\" />\n <LocalCardList localeList={secondPart} className=\"horizontal-loop-2\" />\n <LocalCardList localeList={thirdPart} className=\"horizontal-loop-1\" />\n <LocalCardList localeList={fourthPart} className=\"horizontal-loop-2\" />\n </div>\n </section>\n );\n};\n\nexport const LanguageBackground: FC<PropsWithChildren> = ({ children }) => (\n <>\n <div className=\"absolute top-0 left-0 z-0 flex size-full items-center justify-center\">\n <LanguageSection className=\"mt-[30%]\" />\n </div>\n {children}\n </>\n);\n"],"mappings":";;;;;;;;;;AAaA,MAAM,gBAAgB,OAAiB,UAAmB;CACxD,MAAM,WAAW,CAAC,GAAG,MAAM;AAE3B,MAAK,IAAI,IAAI,SAAS,SAAS,GAAG,IAAI,GAAG,KAAK;EAC5C,MAAM,cAAc,KAAK,MAAM,KAAK,QAAQ,IAAI,IAAI,GAAG;AAEvD,GAAC,SAAS,IAAI,SAAS,gBAAgB,CAAC,SAAS,cAAc,SAAS,GAAG;;AAG7E,QAAO,QAAQ,SAAS,MAAM,GAAG,MAAM,GAAG;;AAG5C,MAAMA,aAAqC,EAAE,QAAQ,GAAG,YACtD,oBAAC;CACC,WAAU;CACV,GAAI;WAEJ,qBAAC;EACC,aAAY;EACZ,WAAU;aAEV,oBAAC;GACS;GACR,WAAU;GACV,OAAO;GACP,QAAQ;GACR,SAAQ;IACR,EACF,oBAAC;GACC,KAAK,eAAe,OAAiB;GACrC,MAAM;GACN,WAAU;aAET,cAAc,OAAiB;IAC3B;GACG;EACR;AAGR,MAAMC,iBAAmE,EACvE,YACA,WACA,GAAG,YAEH,oBAAC;CAAI,WAAU;CAAuC,GAAI;WACxD,qBAAC;EACC,WAAW,GAAG,8CAA8C,UAAU;aAGrE,WAAW,KAAK,QAAQ,UACvB,oBAAC,aAAmD,UAApC,GAAG,OAAO,SAAS,QAA2B,CAC9D,EAED,WAAW,KAAK,QAAQ,UACvB,oBAAC,aAAoD,UAArC,GAAG,OAAO,UAAU,QAA2B,CAC/D;GACE;EACF;AAGR,MAAM,iBAAiB;AAEvB,MAAMC,qBAAiC,IAAI,MAAM,EAAE,CAAC,KAAK,EAAE,CAAC,UAAU,EAAE,CAAC;AACzE,MAAMC,gBAA4B,IAAI,MAAM,EAAE,CAC3C,KAAK,EAAE,CACP,UAAU,aAAa,OAAO,OAAO,QAAQ,YAAY,EAAE,eAAe,CAAC;AAE9E,MAAaC,mBAAoD,EAC/D,WACA,GAAG,YACC;CACJ,MAAM,CAAC,YAAY,iBAAiB,SAAS,mBAAmB;CAChE,MAAM,CAAC,WAAW,YAAY,WAAW,cAAc;AAEvD,iBAAgB;AACd,gBAAc,cAAc;IAC3B,EAAE,CAAC;AAEN,QACE,oBAAC;EACC,WAAW,GACT,mIACA,UACD;EACD,GAAI;YAEJ,qBAAC;GAAI,WAAU;;IACb,oBAAC;KAAc,YAAY;KAAW,WAAU;MAAsB;IACtE,oBAAC;KAAc,YAAY;KAAY,WAAU;MAAsB;IACvE,oBAAC;KAAc,YAAY;KAAW,WAAU;MAAsB;IACtE,oBAAC;KAAc,YAAY;KAAY,WAAU;MAAsB;;IACnE;GACE;;AAId,MAAaC,sBAA6C,EAAE,eAC1D,8CACE,oBAAC;CAAI,WAAU;WACb,oBAAC,mBAAgB,WAAU,aAAa;EACpC,EACL,YACA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { cn } from "../../utils/cn.mjs";
|
|
2
|
-
import { ExternalLink, MoveRight } from "lucide-react";
|
|
3
2
|
import { isValidElement } from "react";
|
|
4
3
|
import { cva } from "class-variance-authority";
|
|
4
|
+
import { ExternalLink, MoveRight } from "lucide-react";
|
|
5
5
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
6
6
|
import { getLocalizedUrl } from "@intlayer/core";
|
|
7
7
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
+
import { usePersistedStore } from "../../hooks/usePersistedStore.mjs";
|
|
3
4
|
import { Container } from "../Container/index.mjs";
|
|
4
5
|
import { Button, ButtonColor, ButtonSize, ButtonTextAlign, ButtonVariant } from "../Button/Button.mjs";
|
|
5
6
|
import { Input } from "../Input/Input.mjs";
|
|
6
|
-
import { usePersistedStore } from "../../hooks/usePersistedStore.mjs";
|
|
7
7
|
import { DropDown } from "../DropDown/index.mjs";
|
|
8
8
|
import { SwitchSelector, SwitchSelectorColor, SwitchSelectorSize } from "../SwitchSelector/index.mjs";
|
|
9
9
|
import { useLocaleSwitcherContent } from "./LocaleSwitcherContentContext.mjs";
|
|
10
|
-
import { Check, Globe, MoveVertical } from "lucide-react";
|
|
11
10
|
import { useMemo, useRef, useState } from "react";
|
|
11
|
+
import { Check, Globe, MoveVertical } from "lucide-react";
|
|
12
12
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
13
13
|
import { getHTMLTextDir, getLocaleName } from "@intlayer/core";
|
|
14
14
|
import { useIntlayer, useLocale } from "react-intlayer";
|
|
@@ -4,8 +4,8 @@ import { Container } from "../Container/index.mjs";
|
|
|
4
4
|
import { Button, ButtonColor, ButtonTextAlign, ButtonVariant } from "../Button/Button.mjs";
|
|
5
5
|
import { Input } from "../Input/Input.mjs";
|
|
6
6
|
import { DropDown } from "../DropDown/index.mjs";
|
|
7
|
-
import { MoveVertical } from "lucide-react";
|
|
8
7
|
import { useCallback, useMemo, useRef, useState } from "react";
|
|
8
|
+
import { MoveVertical } from "lucide-react";
|
|
9
9
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
10
|
import { getHTMLTextDir, getLocaleName } from "@intlayer/core";
|
|
11
11
|
import { useIntlayer } from "react-intlayer";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
+
import { useGetElementOrWindow } from "../../hooks/useGetElementOrWindow.mjs";
|
|
4
|
+
import { useScrollBlockage } from "../../hooks/useScrollBlockage/index.mjs";
|
|
3
5
|
import { cn } from "../../utils/cn.mjs";
|
|
4
6
|
import { Container } from "../Container/index.mjs";
|
|
5
7
|
import { Button, ButtonColor, ButtonSize, ButtonVariant } from "../Button/Button.mjs";
|
|
6
8
|
import { H3 } from "../Headers/index.mjs";
|
|
7
|
-
import { useGetElementOrWindow } from "../../hooks/useGetElementOrWindow.mjs";
|
|
8
|
-
import { useScrollBlockage } from "../../hooks/useScrollBlockage/index.mjs";
|
|
9
|
-
import { X } from "lucide-react";
|
|
10
9
|
import { useEffect } from "react";
|
|
11
10
|
import { cva } from "class-variance-authority";
|
|
11
|
+
import { X } from "lucide-react";
|
|
12
12
|
import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
|
|
13
13
|
import { motion } from "framer-motion";
|
|
14
14
|
import { createPortal } from "react-dom";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import { cn } from "../../utils/cn.mjs";
|
|
4
|
-
import { MaxHeightSmoother } from "../MaxHeightSmoother/index.mjs";
|
|
5
3
|
import { useScrollBlockage } from "../../hooks/useScrollBlockage/index.mjs";
|
|
6
4
|
import { useScrollDetection } from "../../hooks/useScrollDetection.mjs";
|
|
5
|
+
import { cn } from "../../utils/cn.mjs";
|
|
6
|
+
import { MaxHeightSmoother } from "../MaxHeightSmoother/index.mjs";
|
|
7
7
|
import { Burger } from "./Burger.mjs";
|
|
8
8
|
import { useRef, useState } from "react";
|
|
9
9
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
+
import { useItemSelector } from "../../hooks/useItemSelector.mjs";
|
|
3
4
|
import { cn } from "../../utils/cn.mjs";
|
|
4
5
|
import { Button, ButtonColor, ButtonSize, ButtonVariant } from "../Button/Button.mjs";
|
|
5
|
-
import { useItemSelector } from "../../hooks/useItemSelector.mjs";
|
|
6
|
-
import { ChevronLeft, ChevronRight, MoreHorizontal } from "lucide-react";
|
|
7
6
|
import { useEffect, useRef } from "react";
|
|
8
7
|
import { cva } from "class-variance-authority";
|
|
8
|
+
import { ChevronLeft, ChevronRight, MoreHorizontal } from "lucide-react";
|
|
9
9
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
10
|
|
|
11
11
|
//#region src/components/Pagination/Pagination.tsx
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
+
import { useDevice } from "../../hooks/useDevice.mjs";
|
|
4
|
+
import { useScrollBlockage } from "../../hooks/useScrollBlockage/index.mjs";
|
|
3
5
|
import { Container } from "../Container/index.mjs";
|
|
4
6
|
import { Button, ButtonColor, ButtonSize, ButtonVariant } from "../Button/Button.mjs";
|
|
5
|
-
import { useDevice } from "../../hooks/useDevice.mjs";
|
|
6
7
|
import { KeyboardShortcut } from "../KeyboardShortcut/KeyboardShortcut.mjs";
|
|
7
8
|
import { Popover } from "../Popover/dynamic.mjs";
|
|
8
|
-
import { useScrollBlockage } from "../../hooks/useScrollBlockage/index.mjs";
|
|
9
9
|
import { MaxWidthSmoother } from "../MaxWidthSmoother/index.mjs";
|
|
10
10
|
import { isElementAtTopAndNotCovered } from "./isElementAtTopAndNotCovered.mjs";
|
|
11
11
|
import { useRightDrawerStore } from "./useRightDrawerStore.mjs";
|
|
12
|
-
import { ChevronLeft, X } from "lucide-react";
|
|
13
12
|
import { useEffect, useRef } from "react";
|
|
13
|
+
import { ChevronLeft, X } from "lucide-react";
|
|
14
14
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
15
15
|
import { useIntlayer } from "react-intlayer";
|
|
16
16
|
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
import { cn } from "../../utils/cn.mjs";
|
|
4
4
|
import { Badge, BadgeColor } from "../Badge/index.mjs";
|
|
5
5
|
import { Command, CommandRoot } from "../Command/index.mjs";
|
|
6
|
-
import { Check, X } from "lucide-react";
|
|
7
6
|
import { createContext, useCallback, useContext, useEffect, useMemo, useRef, useState } from "react";
|
|
7
|
+
import { Check, X } from "lucide-react";
|
|
8
8
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
9
9
|
|
|
10
10
|
//#region src/components/Select/Multiselect.tsx
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import { cn } from "../../utils/cn.mjs";
|
|
4
3
|
import { useItemSelector } from "../../hooks/useItemSelector.mjs";
|
|
4
|
+
import { cn } from "../../utils/cn.mjs";
|
|
5
5
|
import { createElement, useEffect, useRef, useState } from "react";
|
|
6
6
|
import { cva } from "class-variance-authority";
|
|
7
7
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import { cn } from "../../utils/cn.mjs";
|
|
4
3
|
import { useHorizontalSwipe } from "../../hooks/useHorizontalSwipe.mjs";
|
|
4
|
+
import { cn } from "../../utils/cn.mjs";
|
|
5
5
|
import { TabSelector, TabSelectorColor } from "../TabSelector/TabSelector.mjs";
|
|
6
6
|
import { useTabContext } from "./TabContext.mjs";
|
|
7
7
|
import { Children, createContext, isValidElement, useState } from "react";
|