react-luminus-components 1.5.39 → 1.5.41

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 (44) hide show
  1. package/README.md +349 -349
  2. package/dist/.vite/manifest.json +30 -30
  3. package/dist/{FormDisabledProvider-BAiNdOtC.js → FormDisabledProvider-Bnx4rLPt.js} +1 -1
  4. package/dist/FormDisabledProvider-D3_uZkaG.cjs +1 -0
  5. package/dist/{nivo-bar.es--AbsdroC.js → ShortcutLinksContext-B3a1Cd5G.js} +6657 -6656
  6. package/dist/{nivo-bar.es-B9IJx7pj.cjs → ShortcutLinksContext-DL1kqHiR.cjs} +7 -7
  7. package/dist/components/NotifCenter/Actions/NotificationActions.d.ts +7 -3
  8. package/dist/components/NotifCenter/Actions/components/index.d.ts +2 -0
  9. package/dist/components/NotifCenter/Actions/components/modals/NotificationActionAddModal.d.ts +11 -0
  10. package/dist/components/NotifCenter/Actions/components/modals/NotificationTemplateAddModal.d.ts +13 -0
  11. package/dist/components/NotifCenter/Actions/components/modals/NotificationTemplateEditModal.d.ts +6 -4
  12. package/dist/components/NotifCenter/NotifStyles/NotifStyles.d.ts +10 -0
  13. package/dist/components/NotifCenter/NotifStyles/hooks/useNotifStyleFormSchema.d.ts +16 -0
  14. package/dist/components/NotifCenter/NotifStyles/hooks/useNotifStyleTableColumns.d.ts +7 -0
  15. package/dist/components/NotifCenter/index.d.ts +1 -0
  16. package/dist/components/UserSettings/LanguageSettingsUS/LanguageSettingsUS.d.ts +2 -0
  17. package/dist/components/UserSettings/index.d.ts +1 -0
  18. package/dist/contexts.cjs.js +1 -1
  19. package/dist/contexts.es.js +56 -56
  20. package/dist/hooks.cjs.js +1 -1
  21. package/dist/hooks.es.js +56 -56
  22. package/dist/layout.cjs.js +1 -1
  23. package/dist/layout.es.js +8 -8
  24. package/dist/main.cjs.js +54 -54
  25. package/dist/main.d.ts +1 -0
  26. package/dist/main.es.js +10976 -10799
  27. package/dist/models/index.d.ts +3 -0
  28. package/dist/models/texts/NotifCentrumTexts.d.ts +15 -0
  29. package/dist/models/texts/UserSettingsTexts.d.ts +1 -0
  30. package/dist/models/types/notifCenter/NotifStyleModel.d.ts +6 -0
  31. package/dist/models/types/notifCenter/NotifTemplateCreateModel.d.ts +11 -0
  32. package/dist/models/types/notifCenter/NotifTemplateEditModel.d.ts +6 -0
  33. package/dist/models/types/notifCenter/NotificationAttachmentModel.d.ts +4 -0
  34. package/dist/models/types/notifCenter/NotificationModel.d.ts +2 -1
  35. package/dist/models/types/notifCenter/NotificationTemplate.d.ts +3 -1
  36. package/dist/style.css +1 -1
  37. package/dist/{useLocalStorageState-B2VDAPTK.js → useLocalStorageState-DIgKUvq6.js} +13 -13
  38. package/dist/useLocalStorageState-DJIRaF9a.cjs +1 -0
  39. package/dist/utils.cjs.js +1 -1
  40. package/dist/utils.es.js +23 -23
  41. package/dist/variables.scss +165 -165
  42. package/package.json +123 -123
  43. package/dist/FormDisabledProvider-Cs9zynFk.cjs +0 -1
  44. package/dist/useLocalStorageState-i8aLBOb5.cjs +0 -1
package/dist/main.d.ts CHANGED
@@ -67,6 +67,7 @@ export { PermissionSubstituteTable, PermissionSubstituteDetail } from './compone
67
67
  export { Approvals, ApprovalsDelegations } from './components/common';
68
68
  export { NotificationActions } from './components/NotifCenter';
69
69
  export { NotificationUsers } from './components/NotifCenter';
70
+ export { NotifStyles } from './components/NotifCenter';
70
71
  export { ImportFilePicker, ImportResult } from './components/Imports';
71
72
  export { LocalizationImport, LocalizationSettings } from './components/Localization';
72
73
  export { AppSearch, SearchPage } from './components/Search';