analytica-frontend-lib 1.0.90 → 1.0.91
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/index.d.mts +4 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +17 -0
- package/dist/index.mjs +16 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1370,6 +1370,9 @@ interface MenuItemProps extends HTMLAttributes<HTMLLIElement> {
|
|
|
1370
1370
|
separator?: boolean;
|
|
1371
1371
|
}
|
|
1372
1372
|
declare const MenuItem: react.ForwardRefExoticComponent<MenuItemProps & react.RefAttributes<HTMLLIElement>>;
|
|
1373
|
+
declare const MenuItemIcon: ({ className, icon, ...props }: HTMLAttributes<HTMLSpanElement> & {
|
|
1374
|
+
icon: ReactNode;
|
|
1375
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1373
1376
|
interface MenuOverflowProps extends HTMLAttributes<HTMLDivElement> {
|
|
1374
1377
|
children: ReactNode;
|
|
1375
1378
|
defaultValue: string;
|
|
@@ -2226,4 +2229,4 @@ declare const QuizListResultByMateria: ({ subject, onQuestionClick, }: {
|
|
|
2226
2229
|
onQuestionClick: (question: Question) => void;
|
|
2227
2230
|
}) => react_jsx_runtime.JSX.Element;
|
|
2228
2231
|
|
|
2229
|
-
export { Alert, AlertDialog, AlternativesList, AuthProvider, Badge, Button, Calendar, CardAccordation, CardActivitiesResults, CardAudio, CardPerformance, CardProgress, CardQuestions, CardResults, CardSimulado, CardSimulationHistory, CardStatus, CardTest, CardTopic, CheckBox, CheckboxList, CheckboxListItem, Chips, Divider, DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, HeaderAlternative, IconButton, IconRoundedButton, Input, Menu, MenuContent, MenuItem, MenuLabel, MenuOverflow, Modal, MultipleChoiceList, NavButton, NotFound, ProfileMenuFooter, ProfileMenuHeader, ProfileMenuSection, ProfileMenuTrigger, ProgressBar, ProgressCircle, ProtectedRoute, PublicRoute, Quiz, QuizAlternative, QuizContent, QuizFooter, QuizHeader, QuizHeaderResult, QuizListResult, QuizListResultByMateria, QuizQuestionList, QuizResultHeaderTitle, QuizResultPerformance, QuizResultTitle, QuizTitle, Radio, RadioGroup, RadioGroupItem, Select, SelectContent, SelectItem, SelectTrigger, SelectValue, SelectionButton, Skeleton, SkeletonCard, SkeletonCircle, SkeletonList, SkeletonRectangle, SkeletonRounded, SkeletonTable, SkeletonText, Stepper, Table, Text, TextArea, Toast, Toaster, createZustandAuthAdapter, getRootDomain, useApiConfig, useAuth, useAuthGuard, useQuizStore, useRouteAuth, useToastStore, useUrlAuthentication, withAuth };
|
|
2232
|
+
export { Alert, AlertDialog, AlternativesList, AuthProvider, Badge, Button, Calendar, CardAccordation, CardActivitiesResults, CardAudio, CardPerformance, CardProgress, CardQuestions, CardResults, CardSimulado, CardSimulationHistory, CardStatus, CardTest, CardTopic, CheckBox, CheckboxList, CheckboxListItem, Chips, Divider, DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, HeaderAlternative, IconButton, IconRoundedButton, Input, Menu, MenuContent, MenuItem, MenuItemIcon, MenuLabel, MenuOverflow, Modal, MultipleChoiceList, NavButton, NotFound, ProfileMenuFooter, ProfileMenuHeader, ProfileMenuSection, ProfileMenuTrigger, ProgressBar, ProgressCircle, ProtectedRoute, PublicRoute, Quiz, QuizAlternative, QuizContent, QuizFooter, QuizHeader, QuizHeaderResult, QuizListResult, QuizListResultByMateria, QuizQuestionList, QuizResultHeaderTitle, QuizResultPerformance, QuizResultTitle, QuizTitle, Radio, RadioGroup, RadioGroupItem, Select, SelectContent, SelectItem, SelectTrigger, SelectValue, SelectionButton, Skeleton, SkeletonCard, SkeletonCircle, SkeletonList, SkeletonRectangle, SkeletonRounded, SkeletonTable, SkeletonText, Stepper, Table, Text, TextArea, Toast, Toaster, createZustandAuthAdapter, getRootDomain, useApiConfig, useAuth, useAuthGuard, useQuizStore, useRouteAuth, useToastStore, useUrlAuthentication, withAuth };
|
package/dist/index.d.ts
CHANGED
|
@@ -1370,6 +1370,9 @@ interface MenuItemProps extends HTMLAttributes<HTMLLIElement> {
|
|
|
1370
1370
|
separator?: boolean;
|
|
1371
1371
|
}
|
|
1372
1372
|
declare const MenuItem: react.ForwardRefExoticComponent<MenuItemProps & react.RefAttributes<HTMLLIElement>>;
|
|
1373
|
+
declare const MenuItemIcon: ({ className, icon, ...props }: HTMLAttributes<HTMLSpanElement> & {
|
|
1374
|
+
icon: ReactNode;
|
|
1375
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
1373
1376
|
interface MenuOverflowProps extends HTMLAttributes<HTMLDivElement> {
|
|
1374
1377
|
children: ReactNode;
|
|
1375
1378
|
defaultValue: string;
|
|
@@ -2226,4 +2229,4 @@ declare const QuizListResultByMateria: ({ subject, onQuestionClick, }: {
|
|
|
2226
2229
|
onQuestionClick: (question: Question) => void;
|
|
2227
2230
|
}) => react_jsx_runtime.JSX.Element;
|
|
2228
2231
|
|
|
2229
|
-
export { Alert, AlertDialog, AlternativesList, AuthProvider, Badge, Button, Calendar, CardAccordation, CardActivitiesResults, CardAudio, CardPerformance, CardProgress, CardQuestions, CardResults, CardSimulado, CardSimulationHistory, CardStatus, CardTest, CardTopic, CheckBox, CheckboxList, CheckboxListItem, Chips, Divider, DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, HeaderAlternative, IconButton, IconRoundedButton, Input, Menu, MenuContent, MenuItem, MenuLabel, MenuOverflow, Modal, MultipleChoiceList, NavButton, NotFound, ProfileMenuFooter, ProfileMenuHeader, ProfileMenuSection, ProfileMenuTrigger, ProgressBar, ProgressCircle, ProtectedRoute, PublicRoute, Quiz, QuizAlternative, QuizContent, QuizFooter, QuizHeader, QuizHeaderResult, QuizListResult, QuizListResultByMateria, QuizQuestionList, QuizResultHeaderTitle, QuizResultPerformance, QuizResultTitle, QuizTitle, Radio, RadioGroup, RadioGroupItem, Select, SelectContent, SelectItem, SelectTrigger, SelectValue, SelectionButton, Skeleton, SkeletonCard, SkeletonCircle, SkeletonList, SkeletonRectangle, SkeletonRounded, SkeletonTable, SkeletonText, Stepper, Table, Text, TextArea, Toast, Toaster, createZustandAuthAdapter, getRootDomain, useApiConfig, useAuth, useAuthGuard, useQuizStore, useRouteAuth, useToastStore, useUrlAuthentication, withAuth };
|
|
2232
|
+
export { Alert, AlertDialog, AlternativesList, AuthProvider, Badge, Button, Calendar, CardAccordation, CardActivitiesResults, CardAudio, CardPerformance, CardProgress, CardQuestions, CardResults, CardSimulado, CardSimulationHistory, CardStatus, CardTest, CardTopic, CheckBox, CheckboxList, CheckboxListItem, Chips, Divider, DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuSeparator, DropdownMenuTrigger, HeaderAlternative, IconButton, IconRoundedButton, Input, Menu, MenuContent, MenuItem, MenuItemIcon, MenuLabel, MenuOverflow, Modal, MultipleChoiceList, NavButton, NotFound, ProfileMenuFooter, ProfileMenuHeader, ProfileMenuSection, ProfileMenuTrigger, ProgressBar, ProgressCircle, ProtectedRoute, PublicRoute, Quiz, QuizAlternative, QuizContent, QuizFooter, QuizHeader, QuizHeaderResult, QuizListResult, QuizListResultByMateria, QuizQuestionList, QuizResultHeaderTitle, QuizResultPerformance, QuizResultTitle, QuizTitle, Radio, RadioGroup, RadioGroupItem, Select, SelectContent, SelectItem, SelectTrigger, SelectValue, SelectionButton, Skeleton, SkeletonCard, SkeletonCircle, SkeletonList, SkeletonRectangle, SkeletonRounded, SkeletonTable, SkeletonText, Stepper, Table, Text, TextArea, Toast, Toaster, createZustandAuthAdapter, getRootDomain, useApiConfig, useAuth, useAuthGuard, useQuizStore, useRouteAuth, useToastStore, useUrlAuthentication, withAuth };
|
package/dist/index.js
CHANGED
|
@@ -56,6 +56,7 @@ __export(src_exports, {
|
|
|
56
56
|
Menu: () => Menu_default,
|
|
57
57
|
MenuContent: () => MenuContent,
|
|
58
58
|
MenuItem: () => MenuItem,
|
|
59
|
+
MenuItemIcon: () => MenuItemIcon,
|
|
59
60
|
MenuLabel: () => MenuLabel,
|
|
60
61
|
MenuOverflow: () => MenuOverflow,
|
|
61
62
|
Modal: () => Modal_default,
|
|
@@ -6141,6 +6142,21 @@ var MenuItem = (0, import_react19.forwardRef)(
|
|
|
6141
6142
|
}
|
|
6142
6143
|
);
|
|
6143
6144
|
MenuItem.displayName = "MenuItem";
|
|
6145
|
+
var MenuItemIcon = ({
|
|
6146
|
+
className,
|
|
6147
|
+
icon,
|
|
6148
|
+
...props
|
|
6149
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
6150
|
+
"span",
|
|
6151
|
+
{
|
|
6152
|
+
className: cn(
|
|
6153
|
+
"bg-background-500 w-[21px] h-[21px] flex items-center justify-center [&>svg]:w-[17px] [&>svg]:h-[17px] rounded-sm",
|
|
6154
|
+
className
|
|
6155
|
+
),
|
|
6156
|
+
...props,
|
|
6157
|
+
children: icon
|
|
6158
|
+
}
|
|
6159
|
+
);
|
|
6144
6160
|
var internalScroll = (container, direction) => {
|
|
6145
6161
|
if (!container) return;
|
|
6146
6162
|
container.scrollBy({
|
|
@@ -7986,6 +8002,7 @@ var QuizListResultByMateria = ({
|
|
|
7986
8002
|
Menu,
|
|
7987
8003
|
MenuContent,
|
|
7988
8004
|
MenuItem,
|
|
8005
|
+
MenuItemIcon,
|
|
7989
8006
|
MenuLabel,
|
|
7990
8007
|
MenuOverflow,
|
|
7991
8008
|
Modal,
|
package/dist/index.mjs
CHANGED
|
@@ -6102,6 +6102,21 @@ var MenuItem = forwardRef16(
|
|
|
6102
6102
|
}
|
|
6103
6103
|
);
|
|
6104
6104
|
MenuItem.displayName = "MenuItem";
|
|
6105
|
+
var MenuItemIcon = ({
|
|
6106
|
+
className,
|
|
6107
|
+
icon,
|
|
6108
|
+
...props
|
|
6109
|
+
}) => /* @__PURE__ */ jsx31(
|
|
6110
|
+
"span",
|
|
6111
|
+
{
|
|
6112
|
+
className: cn(
|
|
6113
|
+
"bg-background-500 w-[21px] h-[21px] flex items-center justify-center [&>svg]:w-[17px] [&>svg]:h-[17px] rounded-sm",
|
|
6114
|
+
className
|
|
6115
|
+
),
|
|
6116
|
+
...props,
|
|
6117
|
+
children: icon
|
|
6118
|
+
}
|
|
6119
|
+
);
|
|
6105
6120
|
var internalScroll = (container, direction) => {
|
|
6106
6121
|
if (!container) return;
|
|
6107
6122
|
container.scrollBy({
|
|
@@ -7967,6 +7982,7 @@ export {
|
|
|
7967
7982
|
Menu_default as Menu,
|
|
7968
7983
|
MenuContent,
|
|
7969
7984
|
MenuItem,
|
|
7985
|
+
MenuItemIcon,
|
|
7970
7986
|
MenuLabel,
|
|
7971
7987
|
MenuOverflow,
|
|
7972
7988
|
Modal_default as Modal,
|
package/package.json
CHANGED