react-luminus-components 2.0.5 → 2.0.7

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 (42) hide show
  1. package/dist/.vite/manifest.json +38 -38
  2. package/dist/{FormDisabledProvider-CiGUtSf7.cjs → FormDisabledProvider-BLZtwahl.cjs} +1 -1
  3. package/dist/{FormDisabledProvider-BlRae2l2.js → FormDisabledProvider-qhIyJB5D.js} +1 -1
  4. package/dist/components/NotifCenter/Actions/NotificationActions.d.ts +7 -3
  5. package/dist/components/NotifCenter/Actions/components/index.d.ts +2 -0
  6. package/dist/components/NotifCenter/Actions/components/modals/NotificationActionAddModal.d.ts +11 -0
  7. package/dist/components/NotifCenter/Actions/components/modals/NotificationTemplateAddModal.d.ts +13 -0
  8. package/dist/components/NotifCenter/Actions/components/modals/NotificationTemplateEditModal.d.ts +6 -4
  9. package/dist/components/NotifCenter/NotifStyles/NotifStyles.d.ts +10 -0
  10. package/dist/components/NotifCenter/NotifStyles/hooks/useNotifStyleFormSchema.d.ts +20 -0
  11. package/dist/components/NotifCenter/NotifStyles/hooks/useNotifStyleTableColumns.d.ts +7 -0
  12. package/dist/components/NotifCenter/index.d.ts +1 -0
  13. package/dist/components/UserSettings/LanguageSettingsUS/LanguageSettingsUS.d.ts +2 -0
  14. package/dist/components/UserSettings/index.d.ts +1 -0
  15. package/dist/contexts.cjs.js +1 -1
  16. package/dist/contexts.es.js +88 -88
  17. package/dist/hooks.cjs.js +1 -1
  18. package/dist/hooks.es.js +30 -30
  19. package/dist/layout.cjs.js +1 -1
  20. package/dist/layout.es.js +50 -50
  21. package/dist/{localStorageUtils-CZ4HDRzi.js → localStorageUtils-D2opn367.js} +2 -2
  22. package/dist/main.cjs.js +10 -10
  23. package/dist/main.d.ts +1 -0
  24. package/dist/main.es.js +6231 -5732
  25. package/dist/models/index.d.ts +3 -0
  26. package/dist/models/texts/NotifCentrumTexts.d.ts +15 -0
  27. package/dist/models/texts/UserSettingsTexts.d.ts +1 -0
  28. package/dist/models/types/notifCenter/NotifStyleModel.d.ts +6 -0
  29. package/dist/models/types/notifCenter/NotifTemplateCreateModel.d.ts +11 -0
  30. package/dist/models/types/notifCenter/NotifTemplateEditModel.d.ts +6 -0
  31. package/dist/models/types/notifCenter/NotificationAttachmentModel.d.ts +4 -0
  32. package/dist/models/types/notifCenter/NotificationModel.d.ts +2 -1
  33. package/dist/models/types/notifCenter/NotificationTemplate.d.ts +3 -1
  34. package/dist/{nivo-bar-BHzU38wt.js → nivo-bar-BkM6-FGM.js} +1561 -1557
  35. package/dist/{nivo-bar-C1VYGnTR.cjs → nivo-bar-CMNxTtSc.cjs} +13 -13
  36. package/dist/{useIsFormDirty-BMSfF308.cjs → useIsFormDirty-AcJxAiGV.cjs} +1 -1
  37. package/dist/{useIsFormDirty-BdF5E9qQ.js → useIsFormDirty-Clr-emgm.js} +1 -1
  38. package/dist/{useLocalStorageState-AB4BFfn5.cjs → useLocalStorageState-B8x3R1dU.cjs} +1 -1
  39. package/dist/{useLocalStorageState-B2v6hClT.js → useLocalStorageState-D-LKqvel.js} +1 -1
  40. package/dist/utils.cjs.js +1 -1
  41. package/dist/utils.es.js +19 -19
  42. package/package.json +1 -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';