analytica-frontend-lib 1.2.19 → 1.2.22

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 (41) hide show
  1. package/dist/AlertManager/index.css +10 -3
  2. package/dist/AlertManager/index.css.map +1 -1
  3. package/dist/AlertManager/index.d.mts +2 -1
  4. package/dist/AlertManager/index.d.ts +2 -1
  5. package/dist/AlertManagerView/index.d.mts +2 -1
  6. package/dist/AlertManagerView/index.d.ts +2 -1
  7. package/dist/AlertManagerView/index.js +347 -159
  8. package/dist/AlertManagerView/index.js.map +1 -1
  9. package/dist/AlertManagerView/index.mjs +346 -159
  10. package/dist/AlertManagerView/index.mjs.map +1 -1
  11. package/dist/CheckBoxGroup-9n5C0OH4.d.mts +24 -0
  12. package/dist/CheckBoxGroup-9n5C0OH4.d.ts +24 -0
  13. package/dist/Table/index.d.mts +23 -24
  14. package/dist/Table/index.d.ts +23 -24
  15. package/dist/Table/index.js +328 -140
  16. package/dist/Table/index.js.map +1 -1
  17. package/dist/Table/index.mjs +323 -136
  18. package/dist/Table/index.mjs.map +1 -1
  19. package/dist/TableProvider/index.css +19140 -0
  20. package/dist/TableProvider/index.css.map +1 -0
  21. package/dist/TableProvider/index.d.mts +4 -0
  22. package/dist/TableProvider/index.d.ts +4 -0
  23. package/dist/TableProvider/index.js +5562 -0
  24. package/dist/TableProvider/index.js.map +1 -0
  25. package/dist/TableProvider/index.mjs +5583 -0
  26. package/dist/TableProvider/index.mjs.map +1 -0
  27. package/dist/TableProvider-48a6wb7j.d.ts +231 -0
  28. package/dist/TableProvider-DyhwEkPT.d.mts +231 -0
  29. package/dist/index.css +10 -3
  30. package/dist/index.css.map +1 -1
  31. package/dist/index.d.mts +5 -42
  32. package/dist/index.d.ts +5 -42
  33. package/dist/index.js +1711 -1377
  34. package/dist/index.js.map +1 -1
  35. package/dist/index.mjs +1604 -1272
  36. package/dist/index.mjs.map +1 -1
  37. package/dist/styles.css +10 -3
  38. package/dist/styles.css.map +1 -1
  39. package/dist/{types-BXzeefgf.d.mts → types-DqZRjqxh.d.ts} +2 -23
  40. package/dist/{types-BXzeefgf.d.ts → types-pd3QVhSu.d.mts} +2 -23
  41. package/package.json +2 -1
@@ -1,6 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { A as AlertsConfig } from '../types-BXzeefgf.mjs';
2
+ import { A as AlertsConfig } from '../types-pd3QVhSu.mjs';
3
3
  import 'react';
4
+ import '../CheckBoxGroup-9n5C0OH4.mjs';
4
5
 
5
6
  interface AlertsManagerProps {
6
7
  config: AlertsConfig;
@@ -1,6 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { A as AlertsConfig } from '../types-BXzeefgf.js';
2
+ import { A as AlertsConfig } from '../types-DqZRjqxh.js';
3
3
  import 'react';
4
+ import '../CheckBoxGroup-9n5C0OH4.js';
4
5
 
5
6
  interface AlertsManagerProps {
6
7
  config: AlertsConfig;
@@ -1,6 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { a as AlertData } from '../types-BXzeefgf.mjs';
2
+ import { a as AlertData } from '../types-pd3QVhSu.mjs';
3
3
  import 'react';
4
+ import '../CheckBoxGroup-9n5C0OH4.mjs';
4
5
 
5
6
  interface AlertViewData extends Omit<AlertData, 'image'> {
6
7
  image?: string;
@@ -1,6 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { a as AlertData } from '../types-BXzeefgf.js';
2
+ import { a as AlertData } from '../types-DqZRjqxh.js';
3
3
  import 'react';
4
+ import '../CheckBoxGroup-9n5C0OH4.js';
4
5
 
5
6
  interface AlertViewData extends Omit<AlertData, 'image'> {
6
7
  image?: string;