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.
- package/dist/{NavButton/NavButton.mjs → chunk-CETSS3RA.mjs} +1 -0
- package/dist/{Badge/Badge.mjs → chunk-GSEO6POW.mjs} +1 -0
- package/dist/{Button/Button.mjs → chunk-IB4IJ3GF.mjs} +1 -0
- package/dist/{Toast/utils/Toaster.mjs → chunk-IH5TEC64.mjs} +3 -3
- package/dist/{Alert/Alert.mjs → chunk-JNPCNN67.mjs} +2 -1
- package/dist/{DropdownMenu/DropdownMenu.mjs → chunk-KT6HNGRV.mjs} +2 -3
- package/dist/{CheckBox/CheckBox.mjs → chunk-LYOJCBOM.mjs} +2 -2
- package/dist/{Table/Table.mjs → chunk-NWGRQN6R.mjs} +5 -4
- package/dist/{TextArea/TextArea.mjs → chunk-QODEDLAX.mjs} +2 -2
- package/dist/{IconRoundedButton/IconRoundedButton.mjs → chunk-QOFMTSHE.mjs} +1 -0
- package/dist/{IconButton/IconButton.mjs → chunk-RPYPJ5O5.mjs} +1 -0
- package/dist/{SelectionButton/SelectionButton.mjs → chunk-SESX5OEP.mjs} +1 -0
- package/dist/client-components.d.mts +9 -0
- package/dist/client-components.d.ts +9 -0
- package/dist/client-components.js +755 -0
- package/dist/client-components.mjs +39 -0
- package/dist/components/Alert/Alert.mjs +7 -0
- package/dist/components/Badge/Badge.mjs +6 -0
- package/dist/components/Button/Button.mjs +6 -0
- package/dist/components/CheckBox/CheckBox.mjs +8 -0
- package/dist/components/DropdownMenu/DropdownMenu.mjs +17 -0
- package/dist/components/IconButton/IconButton.mjs +6 -0
- package/dist/components/IconRoundedButton/IconRoundedButton.mjs +6 -0
- package/dist/components/NavButton/NavButton.mjs +6 -0
- package/dist/components/SelectionButton/SelectionButton.mjs +6 -0
- package/dist/components/Table/Table.mjs +20 -0
- package/dist/{Text → components/Text}/Text.mjs +1 -1
- package/dist/components/TextArea/TextArea.mjs +8 -0
- package/dist/{Toast → components/Toast}/Toast.mjs +1 -1
- package/dist/{Toast → components/Toast}/utils/ToastStore.mjs +1 -1
- package/dist/components/Toast/utils/Toaster.mjs +11 -0
- package/dist/index.d.mts +168 -355
- package/dist/index.d.ts +168 -355
- package/dist/index.js +341 -936
- package/dist/index.mjs +340 -941
- package/dist/server-components.d.mts +11 -0
- package/dist/server-components.d.ts +11 -0
- package/dist/server-components.js +629 -0
- package/dist/server-components.mjs +52 -0
- package/package.json +6 -1
- /package/dist/{Alert → components/Alert}/Alert.d.mts +0 -0
- /package/dist/{Alert → components/Alert}/Alert.d.ts +0 -0
- /package/dist/{Alert → components/Alert}/Alert.js +0 -0
- /package/dist/{Badge → components/Badge}/Badge.d.mts +0 -0
- /package/dist/{Badge → components/Badge}/Badge.d.ts +0 -0
- /package/dist/{Badge → components/Badge}/Badge.js +0 -0
- /package/dist/{Button → components/Button}/Button.d.mts +0 -0
- /package/dist/{Button → components/Button}/Button.d.ts +0 -0
- /package/dist/{Button → components/Button}/Button.js +0 -0
- /package/dist/{CheckBox → components/CheckBox}/CheckBox.d.mts +0 -0
- /package/dist/{CheckBox → components/CheckBox}/CheckBox.d.ts +0 -0
- /package/dist/{CheckBox → components/CheckBox}/CheckBox.js +0 -0
- /package/dist/{DropdownMenu → components/DropdownMenu}/DropdownMenu.d.mts +0 -0
- /package/dist/{DropdownMenu → components/DropdownMenu}/DropdownMenu.d.ts +0 -0
- /package/dist/{DropdownMenu → components/DropdownMenu}/DropdownMenu.js +0 -0
- /package/dist/{IconButton → components/IconButton}/IconButton.d.mts +0 -0
- /package/dist/{IconButton → components/IconButton}/IconButton.d.ts +0 -0
- /package/dist/{IconButton → components/IconButton}/IconButton.js +0 -0
- /package/dist/{IconRoundedButton → components/IconRoundedButton}/IconRoundedButton.d.mts +0 -0
- /package/dist/{IconRoundedButton → components/IconRoundedButton}/IconRoundedButton.d.ts +0 -0
- /package/dist/{IconRoundedButton → components/IconRoundedButton}/IconRoundedButton.js +0 -0
- /package/dist/{NavButton → components/NavButton}/NavButton.d.mts +0 -0
- /package/dist/{NavButton → components/NavButton}/NavButton.d.ts +0 -0
- /package/dist/{NavButton → components/NavButton}/NavButton.js +0 -0
- /package/dist/{SelectionButton → components/SelectionButton}/SelectionButton.d.mts +0 -0
- /package/dist/{SelectionButton → components/SelectionButton}/SelectionButton.d.ts +0 -0
- /package/dist/{SelectionButton → components/SelectionButton}/SelectionButton.js +0 -0
- /package/dist/{Table → components/Table}/Table.d.mts +0 -0
- /package/dist/{Table → components/Table}/Table.d.ts +0 -0
- /package/dist/{Table → components/Table}/Table.js +0 -0
- /package/dist/{Text → components/Text}/Text.d.mts +0 -0
- /package/dist/{Text → components/Text}/Text.d.ts +0 -0
- /package/dist/{Text → components/Text}/Text.js +0 -0
- /package/dist/{TextArea → components/TextArea}/TextArea.d.mts +0 -0
- /package/dist/{TextArea → components/TextArea}/TextArea.d.ts +0 -0
- /package/dist/{TextArea → components/TextArea}/TextArea.js +0 -0
- /package/dist/{Toast → components/Toast}/Toast.d.mts +0 -0
- /package/dist/{Toast → components/Toast}/Toast.d.ts +0 -0
- /package/dist/{Toast → components/Toast}/Toast.js +0 -0
- /package/dist/{Toast → components/Toast}/utils/ToastStore.d.mts +0 -0
- /package/dist/{Toast → components/Toast}/utils/ToastStore.d.ts +0 -0
- /package/dist/{Toast → components/Toast}/utils/ToastStore.js +0 -0
- /package/dist/{Toast → components/Toast}/utils/Toaster.d.mts +0 -0
- /package/dist/{Toast → components/Toast}/utils/Toaster.d.ts +0 -0
- /package/dist/{Toast → components/Toast}/utils/Toaster.js +0 -0
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
"use client";
|
|
2
1
|
import {
|
|
3
2
|
Toast
|
|
4
|
-
} from "
|
|
3
|
+
} from "./chunk-MI5FIRHM.mjs";
|
|
5
4
|
import {
|
|
6
5
|
useToastStore
|
|
7
|
-
} from "
|
|
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 "
|
|
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 "
|
|
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
|
-
|
|
106
|
-
|
|
106
|
+
TableCell,
|
|
107
|
+
TableCaption
|
|
107
108
|
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
"use client";
|
|
2
1
|
import {
|
|
3
2
|
Text
|
|
4
|
-
} from "
|
|
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
|
};
|
|
@@ -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';
|