react-luminus-components 2.1.1 → 2.1.3

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 (34) hide show
  1. package/README.md +349 -349
  2. package/dist/.vite/manifest.json +46 -46
  3. package/dist/{FormDisabledProvider-faatkj2d.js → FormDisabledProvider-9PRnBdWU.js} +4 -4
  4. package/dist/FormDisabledProvider-BC1rYj84.cjs +1 -0
  5. package/dist/{nivo-bar-Dvo_C4bb.js → ShortcutLinksContext-BY-R5-zs.js} +23256 -23256
  6. package/dist/ShortcutLinksContext-BrP3e2lp.cjs +293 -0
  7. package/dist/contexts.cjs.js +1 -1
  8. package/dist/contexts.es.js +77 -77
  9. package/dist/hooks.cjs.js +1 -1
  10. package/dist/hooks.es.js +56 -56
  11. package/dist/layout.cjs.js +1 -1
  12. package/dist/layout.es.js +76 -76
  13. package/dist/localStorageUtils-CVwJ9FKd.cjs +1 -0
  14. package/dist/localStorageUtils-TeLq8MHE.js +59 -0
  15. package/dist/main.cjs.js +7 -7
  16. package/dist/main.es.js +11851 -11836
  17. package/dist/models/texts/DocumentsTexts.d.ts +1 -0
  18. package/dist/models/texts/NotifCentrumTexts.d.ts +1 -0
  19. package/dist/models/types/notifCenter/NotificationTemplate.d.ts +1 -0
  20. package/dist/style.css +1 -1
  21. package/dist/{useIsFormDirty-DrM6JmtY.js → useIsFormDirty-COyiQoVZ.js} +5 -5
  22. package/dist/useIsFormDirty-CXJBlN5Q.cjs +1 -0
  23. package/dist/{useLocalStorageState-CzdQutCi.js → useLocalStorageState-BC8nJ4qt.js} +1 -1
  24. package/dist/useLocalStorageState-DzGRXMpR.cjs +1 -0
  25. package/dist/utils.cjs.js +1 -1
  26. package/dist/utils.es.js +42 -42
  27. package/dist/variables.scss +165 -165
  28. package/package.json +128 -128
  29. package/dist/FormDisabledProvider-BmGT82vd.cjs +0 -1
  30. package/dist/localStorageUtils-CmHKDfSh.cjs +0 -1
  31. package/dist/localStorageUtils-Dm59KUwC.js +0 -48
  32. package/dist/nivo-bar-CYwXuVs2.cjs +0 -293
  33. package/dist/useIsFormDirty-C53Kh2XN.cjs +0 -1
  34. package/dist/useLocalStorageState-hUZJI1T5.cjs +0 -1
@@ -1,4 +1,5 @@
1
1
  type DocumentsTexts = {
2
+ days: string;
2
3
  addRecipients: string;
3
4
  recipients: string;
4
5
  notifChannel: string;
@@ -1,4 +1,5 @@
1
1
  type NotifCentrumTexts = {
2
+ type: string;
2
3
  useJson: string;
3
4
  entity: string;
4
5
  templatePreview: string;
@@ -11,6 +11,7 @@ type NotificationTemplate = {
11
11
  templatePreview: string;
12
12
  textTemplate: string;
13
13
  style: NameIdIntModel | null;
14
+ type: string | null;
14
15
  targets: NotificationTarget[];
15
16
  };
16
17
  export default NotificationTemplate;