react-luminus-components 1.3.185 → 1.3.187

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.
Files changed (48) hide show
  1. package/dist/.vite/manifest.json +38 -28
  2. package/dist/{Loading-ClfDUtqs.js → Loading-t5uR0uRd.js} +1 -1
  3. package/dist/components/ShortcutLinks/ShortcutLinks/ShortcutLinks.d.ts +3 -1
  4. package/dist/components/ShortcutLinks/ShortcutLinks/comps/ShortcutLink/ShortcutLink.d.ts +2 -2
  5. package/dist/components/ShortcutLinks/ShortcutLinks/comps/ShortcutLinkCreate/ShortcutLinkCreate.d.ts +12 -0
  6. package/dist/components/ShortcutLinks/ShortcutLinks/comps/ShortcutLinkCreate/comps/ShortcutLinkCreateModal/ShortcutLinkCreateModal.d.ts +14 -0
  7. package/dist/components/ShortcutLinks/ShortcutLinks/comps/ShortcutLinkCreate/comps/index.d.ts +1 -0
  8. package/dist/components/ShortcutLinks/ShortcutLinks/comps/index.d.ts +1 -0
  9. package/dist/components/ShortcutLinks/ShortcutLinksContext/ShortcutLinksContext.d.ts +6 -4
  10. package/dist/components/ShortcutLinks/ShortcutLinksContext/ShortcutLinksProvider.d.ts +2 -1
  11. package/dist/components/ShortcutLinks/ShortcutLinksContext/hooks/useShortcutLinksApi.d.ts +8 -0
  12. package/dist/components/ShortcutLinks/ShortcutLinksSetup/ShortcutLinksSetup.d.ts +8 -0
  13. package/dist/components/ShortcutLinks/ShortcutLinksSetup/comps/ShortcutLinkSetupItem/ShortcutLinkSetupItem.d.ts +13 -0
  14. package/dist/components/ShortcutLinks/ShortcutLinksSetup/comps/ShortcutLinkSetupItem/comps/ShortcutLinkItemEdit/ShortcutLinkItemEdit.d.ts +12 -0
  15. package/dist/components/ShortcutLinks/index.d.ts +1 -1
  16. package/dist/contexts.cjs.js +1 -1
  17. package/dist/contexts.es.js +18 -17
  18. package/dist/hooks.cjs.js +1 -1
  19. package/dist/hooks.es.js +23 -22
  20. package/dist/layout.es.js +3 -3
  21. package/dist/main.cjs.js +2 -2
  22. package/dist/main.d.ts +1 -1
  23. package/dist/main.es.js +1898 -1837
  24. package/dist/models/api/shortcutLinks/ShortcutLinkCreateModel.d.ts +4 -0
  25. package/dist/models/api/shortcutLinks/ShortcutLinkModel.d.ts +8 -0
  26. package/dist/models/index.d.ts +4 -0
  27. package/dist/models/texts/ShortcutLinkTexts.d.ts +3 -0
  28. package/dist/models/ui/shortcutLinks/ShortcutLinkCreateUiModel.d.ts +4 -0
  29. package/dist/models/ui/shortcutLinks/ShortcutLinkUiModel.d.ts +4 -0
  30. package/dist/{nivo-bar.es-dpxJHky8.js → nivo-bar.es-i2iP31eh.js} +0 -1
  31. package/dist/{searchUtils-D3hbf2-a.js → searchUtils-CcPSNrZS.js} +1 -1
  32. package/dist/style.css +1 -1
  33. package/dist/{useClipboard-B-kckvnR.js → useClipboard-CBARkaX7.js} +1 -1
  34. package/dist/useGetApiData-AaXTZWej.js +52 -0
  35. package/dist/useGetApiData-B63nxUBd.cjs +1 -0
  36. package/dist/useLocalStorageState-BFc8Gc8H.cjs +1 -0
  37. package/dist/useLocalStorageState-Bt99kkCr.js +17 -0
  38. package/dist/{usePermissions-CQBhLlye.js → usePermissions-_Qk_9OJC.js} +1 -1
  39. package/dist/utils.es.js +3 -3
  40. package/package.json +1 -1
  41. package/dist/components/ShortcutLinks/ShortcutLinksSetupModal/ShortcutLinksSetupModal.d.ts +0 -11
  42. package/dist/components/ShortcutLinks/ShortcutLinksSetupModal/comps/ShortcutLinkSetupItem/ShortcutLinkSetupItem.d.ts +0 -13
  43. package/dist/components/ShortcutLinks/ShortcutLinksSetupModal/comps/ShortcutLinkSetupItem/comps/ShortcutLinkItemEdit/ShortcutLinkItemEdit.d.ts +0 -12
  44. package/dist/components/ShortcutLinks/common/types/ShortcutLinkObject.d.ts +0 -7
  45. package/dist/useLocalStorageState-Dk99sIDN.cjs +0 -1
  46. package/dist/useLocalStorageState-UeBFsOvS.js +0 -65
  47. /package/dist/components/ShortcutLinks/{ShortcutLinksSetupModal → ShortcutLinksSetup}/comps/ShortcutLinkSetupItem/comps/index.d.ts +0 -0
  48. /package/dist/components/ShortcutLinks/{ShortcutLinksSetupModal → ShortcutLinksSetup}/comps/index.d.ts +0 -0
package/dist/main.d.ts CHANGED
@@ -52,7 +52,7 @@ export { Tabs, Tab, TabPanel } from './components/NewTabs';
52
52
  export { default as ResponsiveTabs } from './components/ResponsiveTabs/ResponsiveTabs';
53
53
  export { FloatingLabelInput, RowLabelInput, NoInputContainer } from './components/InputContainers';
54
54
  export { default as IconPicker } from './components/IconPicker/IconPicker';
55
- export { ShortcutLinksSetupModal } from './components/ShortcutLinks';
55
+ export { ShortcutLinksSetup } from './components/ShortcutLinks';
56
56
  export { ShortcutLinks } from './components/ShortcutLinks';
57
57
  export { ShortcutLinksProvider } from './components/ShortcutLinks';
58
58
  export { useShortcutLinksContext } from './components/ShortcutLinks';