analytica-frontend-lib 1.0.23 → 1.0.24

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 (85) hide show
  1. package/dist/{NavButton/NavButton.mjs → chunk-CETSS3RA.mjs} +1 -0
  2. package/dist/{Badge/Badge.mjs → chunk-GSEO6POW.mjs} +1 -0
  3. package/dist/{Button/Button.mjs → chunk-IB4IJ3GF.mjs} +1 -0
  4. package/dist/{Toast/utils/Toaster.mjs → chunk-IH5TEC64.mjs} +3 -3
  5. package/dist/{Alert/Alert.mjs → chunk-JNPCNN67.mjs} +2 -1
  6. package/dist/{DropdownMenu/DropdownMenu.mjs → chunk-KT6HNGRV.mjs} +2 -3
  7. package/dist/{CheckBox/CheckBox.mjs → chunk-LYOJCBOM.mjs} +2 -2
  8. package/dist/{Table/Table.mjs → chunk-NWGRQN6R.mjs} +5 -4
  9. package/dist/{TextArea/TextArea.mjs → chunk-QODEDLAX.mjs} +2 -2
  10. package/dist/{IconRoundedButton/IconRoundedButton.mjs → chunk-QOFMTSHE.mjs} +1 -0
  11. package/dist/{IconButton/IconButton.mjs → chunk-RPYPJ5O5.mjs} +1 -0
  12. package/dist/{SelectionButton/SelectionButton.mjs → chunk-SESX5OEP.mjs} +1 -0
  13. package/dist/client-components.d.mts +9 -0
  14. package/dist/client-components.d.ts +9 -0
  15. package/dist/client-components.js +755 -0
  16. package/dist/client-components.mjs +39 -0
  17. package/dist/components/Alert/Alert.mjs +7 -0
  18. package/dist/components/Badge/Badge.mjs +6 -0
  19. package/dist/components/Button/Button.mjs +6 -0
  20. package/dist/components/CheckBox/CheckBox.mjs +8 -0
  21. package/dist/components/DropdownMenu/DropdownMenu.mjs +17 -0
  22. package/dist/components/IconButton/IconButton.mjs +6 -0
  23. package/dist/components/IconRoundedButton/IconRoundedButton.mjs +6 -0
  24. package/dist/components/NavButton/NavButton.mjs +6 -0
  25. package/dist/components/SelectionButton/SelectionButton.mjs +6 -0
  26. package/dist/components/Table/Table.mjs +20 -0
  27. package/dist/{Text → components/Text}/Text.mjs +1 -1
  28. package/dist/components/TextArea/TextArea.mjs +8 -0
  29. package/dist/{Toast → components/Toast}/Toast.mjs +1 -1
  30. package/dist/{Toast → components/Toast}/utils/ToastStore.mjs +1 -1
  31. package/dist/components/Toast/utils/Toaster.mjs +11 -0
  32. package/dist/index.d.mts +168 -355
  33. package/dist/index.d.ts +168 -355
  34. package/dist/index.js +341 -936
  35. package/dist/index.mjs +340 -941
  36. package/dist/server-components.d.mts +11 -0
  37. package/dist/server-components.d.ts +11 -0
  38. package/dist/server-components.js +629 -0
  39. package/dist/server-components.mjs +52 -0
  40. package/package.json +6 -1
  41. /package/dist/{Alert → components/Alert}/Alert.d.mts +0 -0
  42. /package/dist/{Alert → components/Alert}/Alert.d.ts +0 -0
  43. /package/dist/{Alert → components/Alert}/Alert.js +0 -0
  44. /package/dist/{Badge → components/Badge}/Badge.d.mts +0 -0
  45. /package/dist/{Badge → components/Badge}/Badge.d.ts +0 -0
  46. /package/dist/{Badge → components/Badge}/Badge.js +0 -0
  47. /package/dist/{Button → components/Button}/Button.d.mts +0 -0
  48. /package/dist/{Button → components/Button}/Button.d.ts +0 -0
  49. /package/dist/{Button → components/Button}/Button.js +0 -0
  50. /package/dist/{CheckBox → components/CheckBox}/CheckBox.d.mts +0 -0
  51. /package/dist/{CheckBox → components/CheckBox}/CheckBox.d.ts +0 -0
  52. /package/dist/{CheckBox → components/CheckBox}/CheckBox.js +0 -0
  53. /package/dist/{DropdownMenu → components/DropdownMenu}/DropdownMenu.d.mts +0 -0
  54. /package/dist/{DropdownMenu → components/DropdownMenu}/DropdownMenu.d.ts +0 -0
  55. /package/dist/{DropdownMenu → components/DropdownMenu}/DropdownMenu.js +0 -0
  56. /package/dist/{IconButton → components/IconButton}/IconButton.d.mts +0 -0
  57. /package/dist/{IconButton → components/IconButton}/IconButton.d.ts +0 -0
  58. /package/dist/{IconButton → components/IconButton}/IconButton.js +0 -0
  59. /package/dist/{IconRoundedButton → components/IconRoundedButton}/IconRoundedButton.d.mts +0 -0
  60. /package/dist/{IconRoundedButton → components/IconRoundedButton}/IconRoundedButton.d.ts +0 -0
  61. /package/dist/{IconRoundedButton → components/IconRoundedButton}/IconRoundedButton.js +0 -0
  62. /package/dist/{NavButton → components/NavButton}/NavButton.d.mts +0 -0
  63. /package/dist/{NavButton → components/NavButton}/NavButton.d.ts +0 -0
  64. /package/dist/{NavButton → components/NavButton}/NavButton.js +0 -0
  65. /package/dist/{SelectionButton → components/SelectionButton}/SelectionButton.d.mts +0 -0
  66. /package/dist/{SelectionButton → components/SelectionButton}/SelectionButton.d.ts +0 -0
  67. /package/dist/{SelectionButton → components/SelectionButton}/SelectionButton.js +0 -0
  68. /package/dist/{Table → components/Table}/Table.d.mts +0 -0
  69. /package/dist/{Table → components/Table}/Table.d.ts +0 -0
  70. /package/dist/{Table → components/Table}/Table.js +0 -0
  71. /package/dist/{Text → components/Text}/Text.d.mts +0 -0
  72. /package/dist/{Text → components/Text}/Text.d.ts +0 -0
  73. /package/dist/{Text → components/Text}/Text.js +0 -0
  74. /package/dist/{TextArea → components/TextArea}/TextArea.d.mts +0 -0
  75. /package/dist/{TextArea → components/TextArea}/TextArea.d.ts +0 -0
  76. /package/dist/{TextArea → components/TextArea}/TextArea.js +0 -0
  77. /package/dist/{Toast → components/Toast}/Toast.d.mts +0 -0
  78. /package/dist/{Toast → components/Toast}/Toast.d.ts +0 -0
  79. /package/dist/{Toast → components/Toast}/Toast.js +0 -0
  80. /package/dist/{Toast → components/Toast}/utils/ToastStore.d.mts +0 -0
  81. /package/dist/{Toast → components/Toast}/utils/ToastStore.d.ts +0 -0
  82. /package/dist/{Toast → components/Toast}/utils/ToastStore.js +0 -0
  83. /package/dist/{Toast → components/Toast}/utils/Toaster.d.mts +0 -0
  84. /package/dist/{Toast → components/Toast}/utils/Toaster.d.ts +0 -0
  85. /package/dist/{Toast → components/Toast}/utils/Toaster.js +0 -0
@@ -0,0 +1,39 @@
1
+ import {
2
+ Toaster,
3
+ useToast
4
+ } from "./chunk-IH5TEC64.mjs";
5
+ import {
6
+ TextArea
7
+ } from "./chunk-QODEDLAX.mjs";
8
+ import {
9
+ Toast
10
+ } from "./chunk-MI5FIRHM.mjs";
11
+ import {
12
+ useToastStore
13
+ } from "./chunk-WIOCQOM7.mjs";
14
+ import {
15
+ CheckBox
16
+ } from "./chunk-LYOJCBOM.mjs";
17
+ import "./chunk-TT3VCQGR.mjs";
18
+ import {
19
+ DropdownMenu,
20
+ DropdownMenuTrigger,
21
+ MenuContent,
22
+ MenuItem,
23
+ MenuLabel,
24
+ MenuSeparator
25
+ } from "./chunk-KT6HNGRV.mjs";
26
+ export {
27
+ CheckBox,
28
+ DropdownMenu,
29
+ DropdownMenuTrigger,
30
+ MenuContent,
31
+ MenuItem,
32
+ MenuLabel,
33
+ MenuSeparator,
34
+ TextArea,
35
+ Toast,
36
+ Toaster,
37
+ useToast,
38
+ useToastStore
39
+ };
@@ -0,0 +1,7 @@
1
+ import {
2
+ Alert
3
+ } from "../../chunk-JNPCNN67.mjs";
4
+ import "../../chunk-TT3VCQGR.mjs";
5
+ export {
6
+ Alert
7
+ };
@@ -0,0 +1,6 @@
1
+ import {
2
+ Badge
3
+ } from "../../chunk-GSEO6POW.mjs";
4
+ export {
5
+ Badge
6
+ };
@@ -0,0 +1,6 @@
1
+ import {
2
+ Button
3
+ } from "../../chunk-IB4IJ3GF.mjs";
4
+ export {
5
+ Button
6
+ };
@@ -0,0 +1,8 @@
1
+ "use client";
2
+ import {
3
+ CheckBox
4
+ } from "../../chunk-LYOJCBOM.mjs";
5
+ import "../../chunk-TT3VCQGR.mjs";
6
+ export {
7
+ CheckBox
8
+ };
@@ -0,0 +1,17 @@
1
+ "use client";
2
+ import {
3
+ DropdownMenu,
4
+ DropdownMenuTrigger,
5
+ MenuContent,
6
+ MenuItem,
7
+ MenuLabel,
8
+ MenuSeparator
9
+ } from "../../chunk-KT6HNGRV.mjs";
10
+ export {
11
+ DropdownMenu,
12
+ DropdownMenuTrigger,
13
+ MenuContent,
14
+ MenuItem,
15
+ MenuLabel,
16
+ MenuSeparator
17
+ };
@@ -0,0 +1,6 @@
1
+ import {
2
+ IconButton
3
+ } from "../../chunk-RPYPJ5O5.mjs";
4
+ export {
5
+ IconButton
6
+ };
@@ -0,0 +1,6 @@
1
+ import {
2
+ IconRoundedButton
3
+ } from "../../chunk-QOFMTSHE.mjs";
4
+ export {
5
+ IconRoundedButton
6
+ };
@@ -0,0 +1,6 @@
1
+ import {
2
+ NavButton
3
+ } from "../../chunk-CETSS3RA.mjs";
4
+ export {
5
+ NavButton
6
+ };
@@ -0,0 +1,6 @@
1
+ import {
2
+ SelectionButton
3
+ } from "../../chunk-SESX5OEP.mjs";
4
+ export {
5
+ SelectionButton
6
+ };
@@ -0,0 +1,20 @@
1
+ import {
2
+ Table,
3
+ TableBody,
4
+ TableCaption,
5
+ TableCell,
6
+ TableFooter,
7
+ TableHead,
8
+ TableHeader,
9
+ TableRow
10
+ } from "../../chunk-NWGRQN6R.mjs";
11
+ export {
12
+ Table,
13
+ TableBody,
14
+ TableCaption,
15
+ TableCell,
16
+ TableFooter,
17
+ TableHead,
18
+ TableHeader,
19
+ TableRow
20
+ };
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Text
3
- } from "../chunk-TT3VCQGR.mjs";
3
+ } from "../../chunk-TT3VCQGR.mjs";
4
4
  export {
5
5
  Text
6
6
  };
@@ -0,0 +1,8 @@
1
+ "use client";
2
+ import {
3
+ TextArea
4
+ } from "../../chunk-QODEDLAX.mjs";
5
+ import "../../chunk-TT3VCQGR.mjs";
6
+ export {
7
+ TextArea
8
+ };
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  Toast
4
- } from "../chunk-MI5FIRHM.mjs";
4
+ } from "../../chunk-MI5FIRHM.mjs";
5
5
  export {
6
6
  Toast
7
7
  };
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  useToastStore
3
- } from "../../chunk-WIOCQOM7.mjs";
3
+ } from "../../../chunk-WIOCQOM7.mjs";
4
4
  export {
5
5
  useToastStore
6
6
  };
@@ -0,0 +1,11 @@
1
+ "use client";
2
+ import {
3
+ Toaster,
4
+ useToast
5
+ } from "../../../chunk-IH5TEC64.mjs";
6
+ import "../../../chunk-MI5FIRHM.mjs";
7
+ import "../../../chunk-WIOCQOM7.mjs";
8
+ export {
9
+ Toaster,
10
+ useToast
11
+ };