@hortiview/shared-components 0.0.4540 → 0.0.4721

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 (62) hide show
  1. package/README.md +101 -29
  2. package/dist/{ListAreaService-CFOmATRF.js → ListAreaService-BQCdQv7a.js} +5 -5
  3. package/dist/assets/{main.css → DeleteModal.css} +2 -2
  4. package/dist/assets/Disclaimer.css +1 -0
  5. package/dist/assets/HeaderFilter.css +1 -0
  6. package/dist/assets/Scrollbar.css +1 -0
  7. package/dist/{component-D1YrRAXe.js → component-DCtofpGS.js} +61 -54
  8. package/dist/components/BaseView/BaseView.js +2 -2
  9. package/dist/components/BaseView/BaseView.test.js +15 -14
  10. package/dist/components/BasicHeading/BasicHeading.d.ts +2 -5
  11. package/dist/components/BasicHeading/BasicHeading.js +2 -2
  12. package/dist/components/BasicHeading/BasicHeading.test.js +33 -333
  13. package/dist/components/BlockView/BlockView.js +5 -5
  14. package/dist/components/BlockView/BlockView.test.js +15 -14
  15. package/dist/components/DeleteModal/DeleteModal.d.ts +65 -0
  16. package/dist/components/DeleteModal/DeleteModal.js +4721 -0
  17. package/dist/components/DeleteModal/DeleteModal.test.d.ts +1 -0
  18. package/dist/components/DeleteModal/DeleteModal.test.js +85 -0
  19. package/dist/components/Disclaimer/Disclaimer.d.ts +33 -0
  20. package/dist/components/Disclaimer/Disclaimer.js +24 -0
  21. package/dist/components/Disclaimer/Disclaimer.test.d.ts +1 -0
  22. package/dist/components/Disclaimer/Disclaimer.test.js +13 -0
  23. package/dist/components/EmptyView/EmptyView.js +4 -4
  24. package/dist/components/EmptyView/EmptyView.test.js +14 -13
  25. package/dist/components/HashTabView/HashTabView.js +5 -5
  26. package/dist/components/HashTabView/HashTabView.test.js +9 -8
  27. package/dist/components/HeaderFilter/HeaderFilter.d.ts +33 -0
  28. package/dist/components/HeaderFilter/HeaderFilter.js +7606 -0
  29. package/dist/components/HeaderFilter/HeaderFilter.test.d.ts +1 -0
  30. package/dist/components/HeaderFilter/HeaderFilter.test.js +46 -0
  31. package/dist/components/Iconify/Iconify.js +1 -1
  32. package/dist/components/Iconify/Iconify.test.js +8 -7
  33. package/dist/components/ListArea/ListArea.js +298 -5351
  34. package/dist/components/ListArea/ListArea.test.js +4 -3
  35. package/dist/components/ListArea/ListAreaService.js +3 -3
  36. package/dist/components/Scrollbar/Scrollbar.d.ts +2 -0
  37. package/dist/components/Scrollbar/Scrollbar.js +9 -0
  38. package/dist/components/Scrollbar/scrollbar.test.d.ts +1 -0
  39. package/dist/components/Scrollbar/scrollbar.test.js +15 -0
  40. package/dist/components/SearchBar/SearchBar.js +2052 -3
  41. package/dist/components/SearchBar/SearchBar.test.js +16 -15
  42. package/dist/components/VerticalDivider/VerticalDivider.test.js +8 -7
  43. package/dist/{index.es-Cv6meSAn.js → index.es-3I3oam0G.js} +1 -1
  44. package/dist/{index.es-WZ1mqvGz.js → index.es-BahjEG5L.js} +104 -97
  45. package/dist/index.es-BcHAMD5J.js +5068 -0
  46. package/dist/index.es-C3EKMb0J.js +305 -0
  47. package/dist/{index.es-CUWXKh7P.js → index.es-CcfZlo4c.js} +8 -8
  48. package/dist/index.es-DVNdCQvl.js +1192 -0
  49. package/dist/{index.es-mBp_Btvi.js → index.es-STyHqa-8.js} +2 -2
  50. package/dist/{index.es-DYsXox--.js → index.es-hAl7Wxm5.js} +1 -1
  51. package/dist/{index.es-BD4kFWFx.js → index.es-z8RCxF8n.js} +3 -3
  52. package/dist/main.d.ts +5 -1
  53. package/dist/main.js +33 -23
  54. package/dist/react.esm-BeDwcQWb.js +12741 -0
  55. package/dist/services/UtilService.d.ts +6 -0
  56. package/dist/services/UtilService.js +4 -0
  57. package/dist/services/services.test.d.ts +1 -0
  58. package/dist/services/services.test.js +22 -0
  59. package/dist/vi.JYQecGiw-BbUbJcT8.js +9795 -0
  60. package/package.json +1 -1
  61. package/dist/SearchBar-CY2zfu6B.js +0 -3232
  62. package/dist/vi.JYQecGiw-8gz0k16C.js +0 -22532
@@ -1,6 +1,6 @@
1
1
  import { forwardRef as f, useRef as i, useImperativeHandle as s, useEffect as l } from "react";
2
- import { P as r } from "./index.es-WZ1mqvGz.js";
3
- import { M as R } from "./component-D1YrRAXe.js";
2
+ import { P as r } from "./index.es-BahjEG5L.js";
3
+ import { M as R } from "./component-DCtofpGS.js";
4
4
  const a = {
5
5
  /**
6
6
  * Content to be rendered inside the component.
@@ -1,4 +1,4 @@
1
- import { P as r, d as m, _ as h, c as v } from "./index.es-WZ1mqvGz.js";
1
+ import { P as r, d as m, _ as h, c as v } from "./index.es-BahjEG5L.js";
2
2
  import x, { forwardRef as w, useRef as A, useImperativeHandle as P } from "react";
3
3
  const b = {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { P as e, b as m, c as k, _ as s, f as I } from "./index.es-WZ1mqvGz.js";
1
+ import { P as e, a as m, c as k, _ as s, f as I } from "./index.es-BahjEG5L.js";
2
2
  import i, { forwardRef as u, useRef as x, useImperativeHandle as b, useEffect as $ } from "react";
3
3
  import { _ as S } from "./tslib.es6-BOWp4lfV.js";
4
4
  function _(c) {
@@ -666,8 +666,8 @@ D.defaultProps = F;
666
666
  export {
667
667
  v as T,
668
668
  C as a,
669
- h as b,
670
- f as c,
669
+ f as b,
670
+ h as c,
671
671
  D as d,
672
672
  P as e
673
673
  };
package/dist/main.d.ts CHANGED
@@ -1,14 +1,18 @@
1
- import './styles/main.css';
2
1
  export { BaseView } from './components/BaseView/BaseView';
3
2
  export { BasicHeading } from './components/BasicHeading/BasicHeading';
4
3
  export { BlockView } from './components/BlockView/BlockView';
4
+ export { DeleteModal } from './components/DeleteModal/DeleteModal';
5
+ export { Disclaimer } from './components/Disclaimer/Disclaimer';
5
6
  export { EmptyView } from './components/EmptyView/EmptyView';
6
7
  export { HashTabView } from './components/HashTabView/HashTabView';
8
+ export { HeaderFilter } from './components/HeaderFilter/HeaderFilter';
7
9
  export { Iconify } from './components/Iconify/Iconify';
8
10
  export { ListArea } from './components/ListArea/ListArea';
11
+ export { ScrollbarX, ScrollbarY } from './components/Scrollbar/Scrollbar';
9
12
  export { SearchBar } from './components/SearchBar/SearchBar';
10
13
  export { VerticalDivider } from './components/VerticalDivider/VerticalDivider';
11
14
  export { AvailableCustomIcons } from './enums/AvailableCustomIcons';
12
15
  export { useBreakpoints } from './hooks/useBreakpoint';
16
+ export { capitalizeFirstLetters } from './services/UtilService';
13
17
  export type { ListElement, BaseListElement } from './types/ListElement';
14
18
  export type { HashTab } from './types/HashTab';
package/dist/main.js CHANGED
@@ -1,25 +1,35 @@
1
- import "./assets/main.css";
2
- import { BaseView as t } from "./components/BaseView/BaseView.js";
3
- import { BasicHeading as i } from "./components/BasicHeading/BasicHeading.js";
4
- import { BlockView as p } from "./components/BlockView/BlockView.js";
5
- import { EmptyView as x } from "./components/EmptyView/EmptyView.js";
6
- import { HashTabView as c } from "./components/HashTabView/HashTabView.js";
7
- import { Iconify as V } from "./components/Iconify/Iconify.js";
8
- import { ListArea as n } from "./components/ListArea/ListArea.js";
9
- import { S as b } from "./SearchBar-CY2zfu6B.js";
10
- import { VerticalDivider as h } from "./components/VerticalDivider/VerticalDivider.js";
11
- import { AvailableCustomIcons as u } from "./enums/AvailableCustomIcons.js";
12
- import { a as y } from "./useBreakpoint-DROHPVxO.js";
1
+ import { DeleteModal as e } from "./components/DeleteModal/DeleteModal.js";
2
+ import { BaseView as a } from "./components/BaseView/BaseView.js";
3
+ import { BasicHeading as m } from "./components/BasicHeading/BasicHeading.js";
4
+ import { BlockView as f } from "./components/BlockView/BlockView.js";
5
+ import { Disclaimer as l } from "./components/Disclaimer/Disclaimer.js";
6
+ import { EmptyView as c } from "./components/EmptyView/EmptyView.js";
7
+ import { HashTabView as V } from "./components/HashTabView/HashTabView.js";
8
+ import { HeaderFilter as d } from "./components/HeaderFilter/HeaderFilter.js";
9
+ import { Iconify as w } from "./components/Iconify/Iconify.js";
10
+ import { ListArea as H } from "./components/ListArea/ListArea.js";
11
+ import { ScrollbarX as h, ScrollbarY as k } from "./components/Scrollbar/Scrollbar.js";
12
+ import { SearchBar as v } from "./components/SearchBar/SearchBar.js";
13
+ import { VerticalDivider as A } from "./components/VerticalDivider/VerticalDivider.js";
14
+ import { AvailableCustomIcons as I } from "./enums/AvailableCustomIcons.js";
15
+ import { a as g } from "./useBreakpoint-DROHPVxO.js";
16
+ import { capitalizeFirstLetters as C } from "./services/UtilService.js";
13
17
  export {
14
- u as AvailableCustomIcons,
15
- t as BaseView,
16
- i as BasicHeading,
17
- p as BlockView,
18
- x as EmptyView,
19
- c as HashTabView,
20
- V as Iconify,
21
- n as ListArea,
22
- b as SearchBar,
23
- h as VerticalDivider,
24
- y as useBreakpoints
18
+ I as AvailableCustomIcons,
19
+ a as BaseView,
20
+ m as BasicHeading,
21
+ f as BlockView,
22
+ e as DeleteModal,
23
+ l as Disclaimer,
24
+ c as EmptyView,
25
+ V as HashTabView,
26
+ d as HeaderFilter,
27
+ w as Iconify,
28
+ H as ListArea,
29
+ h as ScrollbarX,
30
+ k as ScrollbarY,
31
+ v as SearchBar,
32
+ A as VerticalDivider,
33
+ C as capitalizeFirstLetters,
34
+ g as useBreakpoints
25
35
  };