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
@@ -46,6 +46,7 @@ var NavButton = forwardRef(
46
46
  }
47
47
  );
48
48
  NavButton.displayName = "NavButton";
49
+
49
50
  export {
50
51
  NavButton
51
52
  };
@@ -87,6 +87,7 @@ var Badge = ({
87
87
  }
88
88
  );
89
89
  };
90
+
90
91
  export {
91
92
  Badge
92
93
  };
@@ -54,6 +54,7 @@ var Button = ({
54
54
  }
55
55
  );
56
56
  };
57
+
57
58
  export {
58
59
  Button
59
60
  };
@@ -1,10 +1,9 @@
1
- "use client";
2
1
  import {
3
2
  Toast
4
- } from "../../chunk-MI5FIRHM.mjs";
3
+ } from "./chunk-MI5FIRHM.mjs";
5
4
  import {
6
5
  useToastStore
7
- } from "../../chunk-WIOCQOM7.mjs";
6
+ } from "./chunk-WIOCQOM7.mjs";
8
7
 
9
8
  // src/components/Toast/utils/Toaster.tsx
10
9
  import { Fragment, jsx } from "react/jsx-runtime";
@@ -29,6 +28,7 @@ var useToast = () => {
29
28
  const removeToast = useToastStore((state) => state.removeToast);
30
29
  return { addToast, removeToast };
31
30
  };
31
+
32
32
  export {
33
33
  Toaster,
34
34
  useToast
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Text
3
- } from "../chunk-TT3VCQGR.mjs";
3
+ } from "./chunk-TT3VCQGR.mjs";
4
4
 
5
5
  // src/components/Alert/Alert.tsx
6
6
  import { CheckCircle, Info, WarningCircle, XCircle } from "phosphor-react";
@@ -80,6 +80,7 @@ var Alert = ({
80
80
  }
81
81
  );
82
82
  };
83
+
83
84
  export {
84
85
  Alert
85
86
  };
@@ -1,5 +1,3 @@
1
- "use client";
2
-
3
1
  // src/components/DropdownMenu/DropdownMenu.tsx
4
2
  import {
5
3
  createContext,
@@ -232,11 +230,12 @@ var MenuSeparator = forwardRef(({ className, ...props }, ref) => /* @__PURE__ */
232
230
  }
233
231
  ));
234
232
  MenuSeparator.displayName = "MenuSeparator";
233
+
235
234
  export {
236
235
  DropdownMenu,
237
236
  DropdownMenuTrigger,
237
+ MenuLabel,
238
238
  MenuContent,
239
239
  MenuItem,
240
- MenuLabel,
241
240
  MenuSeparator
242
241
  };
@@ -1,7 +1,6 @@
1
- "use client";
2
1
  import {
3
2
  Text
4
- } from "../chunk-TT3VCQGR.mjs";
3
+ } from "./chunk-TT3VCQGR.mjs";
5
4
 
6
5
  // src/components/CheckBox/CheckBox.tsx
7
6
  import {
@@ -190,6 +189,7 @@ var CheckBox = forwardRef(
190
189
  }
191
190
  );
192
191
  CheckBox.displayName = "CheckBox";
192
+
193
193
  export {
194
194
  CheckBox
195
195
  };
@@ -95,13 +95,14 @@ var TableCaption = forwardRef(({ className, ...props }, ref) => /* @__PURE__ */
95
95
  }
96
96
  ));
97
97
  TableCaption.displayName = "TableCaption";
98
+
98
99
  export {
99
100
  Table,
101
+ TableHeader,
100
102
  TableBody,
101
- TableCaption,
102
- TableCell,
103
103
  TableFooter,
104
+ TableRow,
104
105
  TableHead,
105
- TableHeader,
106
- TableRow
106
+ TableCell,
107
+ TableCaption
107
108
  };
@@ -1,7 +1,6 @@
1
- "use client";
2
1
  import {
3
2
  Text
4
- } from "../chunk-TT3VCQGR.mjs";
3
+ } from "./chunk-TT3VCQGR.mjs";
5
4
 
6
5
  // src/components/TextArea/TextArea.tsx
7
6
  import {
@@ -137,6 +136,7 @@ var TextArea = forwardRef(
137
136
  }
138
137
  );
139
138
  TextArea.displayName = "TextArea";
139
+
140
140
  export {
141
141
  TextArea
142
142
  };
@@ -38,6 +38,7 @@ var IconRoundedButton = ({
38
38
  }
39
39
  );
40
40
  };
41
+
41
42
  export {
42
43
  IconRoundedButton
43
44
  };
@@ -49,6 +49,7 @@ var IconButton = forwardRef(
49
49
  }
50
50
  );
51
51
  IconButton.displayName = "IconButton";
52
+
52
53
  export {
53
54
  IconButton
54
55
  };
@@ -51,6 +51,7 @@ var SelectionButton = forwardRef(
51
51
  }
52
52
  );
53
53
  SelectionButton.displayName = "SelectionButton";
54
+
54
55
  export {
55
56
  SelectionButton
56
57
  };
@@ -0,0 +1,9 @@
1
+ export { CheckBox, CheckBoxProps } from './components/CheckBox/CheckBox.mjs';
2
+ export { TextArea, TextAreaProps } from './components/TextArea/TextArea.mjs';
3
+ export { DropdownMenu, DropdownMenuTrigger, MenuContent, MenuItem, MenuLabel, MenuSeparator } from './components/DropdownMenu/DropdownMenu.mjs';
4
+ export { Toast } from './components/Toast/Toast.mjs';
5
+ export { Toaster, useToast } from './components/Toast/utils/Toaster.mjs';
6
+ export { ToastData, useToastStore } from './components/Toast/utils/ToastStore.mjs';
7
+ import 'react';
8
+ import 'react/jsx-runtime';
9
+ import 'zustand';
@@ -0,0 +1,9 @@
1
+ export { CheckBox, CheckBoxProps } from './components/CheckBox/CheckBox.js';
2
+ export { TextArea, TextAreaProps } from './components/TextArea/TextArea.js';
3
+ export { DropdownMenu, DropdownMenuTrigger, MenuContent, MenuItem, MenuLabel, MenuSeparator } from './components/DropdownMenu/DropdownMenu.js';
4
+ export { Toast } from './components/Toast/Toast.js';
5
+ export { Toaster, useToast } from './components/Toast/utils/Toaster.js';
6
+ export { ToastData, useToastStore } from './components/Toast/utils/ToastStore.js';
7
+ import 'react';
8
+ import 'react/jsx-runtime';
9
+ import 'zustand';