@useloops/design-system 1.4.455 → 1.4.457
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/esm/index.js +4 -4
- package/dist/index.d.ts +26 -13
- package/dist/index.js +4 -4
- package/package.json +2 -1
package/dist/index.d.ts
CHANGED
|
@@ -2063,19 +2063,21 @@ interface TestStatusProps {
|
|
|
2063
2063
|
}
|
|
2064
2064
|
|
|
2065
2065
|
interface TopNumber {
|
|
2066
|
-
number: number
|
|
2066
|
+
number: number;
|
|
2067
2067
|
totalNumber?: number;
|
|
2068
2068
|
label: string;
|
|
2069
2069
|
}
|
|
2070
2070
|
|
|
2071
2071
|
interface ExtendedTestStatusProps {
|
|
2072
|
-
|
|
2073
|
-
segments: TopNumber[];
|
|
2072
|
+
animated?: boolean;
|
|
2074
2073
|
loading?: boolean;
|
|
2074
|
+
segments: TopNumber[];
|
|
2075
|
+
status: TestStatusProps['status'];
|
|
2075
2076
|
}
|
|
2076
2077
|
declare const ExtendedTestStatus: FunctionComponent<ExtendedTestStatusProps>;
|
|
2077
2078
|
|
|
2078
2079
|
interface FilterCountProps {
|
|
2080
|
+
animated?: boolean;
|
|
2079
2081
|
buttonText?: string;
|
|
2080
2082
|
end?: string;
|
|
2081
2083
|
filteredCount?: number;
|
|
@@ -2159,6 +2161,7 @@ interface GraphBarProps {
|
|
|
2159
2161
|
hideCheckbox?: boolean;
|
|
2160
2162
|
hideUnitColumn1?: boolean;
|
|
2161
2163
|
hideUnitColumn2?: boolean;
|
|
2164
|
+
animated?: boolean;
|
|
2162
2165
|
checked?: boolean;
|
|
2163
2166
|
disabled?: boolean;
|
|
2164
2167
|
onChange?: (checked: boolean) => void;
|
|
@@ -2317,10 +2320,6 @@ declare const ProjectItem: FunctionComponent<ProjectItemProps>;
|
|
|
2317
2320
|
|
|
2318
2321
|
declare const ProjectItemEmpty: FunctionComponent<ProjectItemEmptyProps>;
|
|
2319
2322
|
|
|
2320
|
-
interface ProjectsProps {
|
|
2321
|
-
}
|
|
2322
|
-
declare const Projects: FunctionComponent<ProjectsProps>;
|
|
2323
|
-
|
|
2324
2323
|
type QuestionType = 'single-punch' | 'multi-punch' | 'slider' | 'likert' | 'rank' | 'open-question' | 'emoji' | 'focus';
|
|
2325
2324
|
interface QuestionLabelProps extends PropsWithChildren {
|
|
2326
2325
|
type?: QuestionType;
|
|
@@ -2347,11 +2346,7 @@ interface SearchInputProps {
|
|
|
2347
2346
|
sx?: SxProps<Theme>;
|
|
2348
2347
|
value?: string;
|
|
2349
2348
|
}
|
|
2350
|
-
|
|
2351
|
-
clear: () => void;
|
|
2352
|
-
focus: () => void;
|
|
2353
|
-
}
|
|
2354
|
-
declare const SearchInput: react__default.ForwardRefExoticComponent<SearchInputProps & react__default.RefAttributes<SearchInputHandle>>;
|
|
2349
|
+
declare const SearchInput: react__default.ForwardRefExoticComponent<SearchInputProps & react__default.RefAttributes<HTMLInputElement>>;
|
|
2355
2350
|
|
|
2356
2351
|
interface SectionHeaderProps {
|
|
2357
2352
|
buttons?: ReactNode;
|
|
@@ -2362,6 +2357,7 @@ interface SectionHeaderProps {
|
|
|
2362
2357
|
declare const SectionHeader: FunctionComponent<SectionHeaderProps>;
|
|
2363
2358
|
|
|
2364
2359
|
interface TestItemProps extends SurfaceProps {
|
|
2360
|
+
animated?: boolean;
|
|
2365
2361
|
status: TestStatusProps['status'];
|
|
2366
2362
|
menuItems?: MenuProps['menuItems'];
|
|
2367
2363
|
title: string;
|
|
@@ -2447,6 +2443,23 @@ type VideoControlsProps = {
|
|
|
2447
2443
|
};
|
|
2448
2444
|
declare const _default: react.MemoExoticComponent<react.ForwardRefExoticComponent<VideoControlsProps & react.RefAttributes<any>>>;
|
|
2449
2445
|
|
|
2446
|
+
interface TabProps {
|
|
2447
|
+
active?: boolean;
|
|
2448
|
+
animated?: boolean;
|
|
2449
|
+
title: string;
|
|
2450
|
+
label?: string;
|
|
2451
|
+
stat?: number;
|
|
2452
|
+
sentimentScore?: number;
|
|
2453
|
+
onClick?: () => void;
|
|
2454
|
+
}
|
|
2455
|
+
declare const Tab: FunctionComponent<TabProps>;
|
|
2456
|
+
|
|
2457
|
+
interface SentimentArrowProps {
|
|
2458
|
+
commentCard?: boolean;
|
|
2459
|
+
sentimentScore?: number;
|
|
2460
|
+
}
|
|
2461
|
+
declare const SentimentArrow: FunctionComponent<SentimentArrowProps>;
|
|
2462
|
+
|
|
2450
2463
|
type BreakpointOrNull = Breakpoint | null;
|
|
2451
2464
|
declare const useBreakpoint: () => Breakpoint;
|
|
2452
2465
|
|
|
@@ -2720,4 +2733,4 @@ declare module '@mui/system' {
|
|
|
2720
2733
|
}
|
|
2721
2734
|
}
|
|
2722
2735
|
|
|
2723
|
-
export { AISummary, type AISummaryProps, AiWrittenByLockUp as AIWrittenByLockUp, Accordion, type AccordionProps, AiContentContainer, type AiContentContainerProps, type AiWrittenByLockUpProps, AnnualController, type AnnualControllerProps, AssetItem, type AssetItemProps, AuthContainerSurface, AuthFormHeader, type AuthFormHeaderProps, Avatar, AvatarGroup, type AvatarGroupProps, type AvatarProps, Badge, type BadgeProps, BrandBadge, type BrandBadgeProps, Breadcrumb, type BreadcrumbProps, type BreakpointOrNull, BulletGraphic, type BulletGraphicProps, Button, ButtonBase, type ButtonBaseProps, type ButtonProps, type ButtonSizing, Checkbox, CheckboxGroup, type CheckboxGroupProps, type CheckboxProps, ClipboardCopyingOverlay, type ClipboardCopyingOverlayProps, ColorBackgroundContainer, type ColorBackgroundContainerProps, type ColorRange$1 as ColorRange, type ColorRangeAlpha$1 as ColorRangeAlpha, CommentCard, type CommentCardProps, CreatableAutocomplete, type CreatableAutocompleteOption, type CreatableAutocompleteProps, CustomField, type CustomFieldProps, DEFAULT_MAX_INPUT_LENGTH, DataPointInfo, type DataPointInfoProps, Differential, type DifferentialProps, DropdownMenu, EmptyStateCard, type EmptyStateCardProps, ExpandableTypographyClamp, type ExpandableTypographyClampProps, ExtendedTestStatus, type ExtendedTestStatusProps, type FieldType, type FieldTypes, FilterCount, type FilterCountProps, FilterGroupAccordion, type FilterGroupAccordionProps, FilterPyramidGraphBar as FilterPyramidGraph, type FilterPyramidGraphBarProps, FilterRow, type FilterRowProps, FilteredItemsCard, type FilteredItemsCardProps, Flag, type FlagProps, FontWeight, FormControlLabel, FormGenerator, type FormGeneratorConfig, type FormGeneratorHandler, type GenericSizeMap, GraphBar, type GraphBarProps, GridOverlay, type GridOverlayProps, type GroupSelectOption, Header, type HeaderProps, Html, HtmlParser, type HtmlParserProps, type HtmlProps, Icon, IconButton, IconButtonBase, type IconButtonBaseProps, IconButtonGroup, type IconButtonGroupProps, type IconButtonProps, type IconName, Image, type ImageProps, InputFieldBase, type InputFieldBaseProps, InputLabel, InputLabelHelp, type InputLabelHelpProps, type InputLabelProps, KpiDataPopover, type KpiDataPopoverProps, KpiIndicator, type KpiIndicatorProps, Label, type LabelProps, Likert, type LikertProps, Link, type LinkProps, Loader, type LoaderProps, Logo, LoopItem, LoopItemEmpty, type LoopItemEmptyProps, type LoopItemProps, LoopsAiButton, type LoopsAiButtonProps, Markdown, type MarkdownProps, type MarkerComponentProps, Menu, type MenuProps, ModalActionsWrapper, ModalContentWrapper, ModalLayout, type ModalLayoutProps, Navigation, NavigationButton, type NavigationButtonProps, type NavigationProps, type NavigationSizing, Nudge, type NudgeProps, NumberField, type NumberFieldProps, OnboardingCard, type OnboardingCardProps, type OnboardingItem, Pill, type PillProps, PlanFeatureTable, type PlanFeatureTableData, type PlanFeatureTableProps, PlanTierCard, type PlanTierCardProps, Popper, type PopperProps, PoweredByWatermarkLogo, Progress, ProgressBar, type ProgressBarProps, type ProgressProps, ProjectItem, ProjectItemEmpty, type ProjectItemEmptyProps, type ProjectItemProps,
|
|
2736
|
+
export { AISummary, type AISummaryProps, AiWrittenByLockUp as AIWrittenByLockUp, Accordion, type AccordionProps, AiContentContainer, type AiContentContainerProps, type AiWrittenByLockUpProps, AnnualController, type AnnualControllerProps, AssetItem, type AssetItemProps, AuthContainerSurface, AuthFormHeader, type AuthFormHeaderProps, Avatar, AvatarGroup, type AvatarGroupProps, type AvatarProps, Badge, type BadgeProps, BrandBadge, type BrandBadgeProps, Breadcrumb, type BreadcrumbProps, type BreakpointOrNull, BulletGraphic, type BulletGraphicProps, Button, ButtonBase, type ButtonBaseProps, type ButtonProps, type ButtonSizing, Checkbox, CheckboxGroup, type CheckboxGroupProps, type CheckboxProps, ClipboardCopyingOverlay, type ClipboardCopyingOverlayProps, ColorBackgroundContainer, type ColorBackgroundContainerProps, type ColorRange$1 as ColorRange, type ColorRangeAlpha$1 as ColorRangeAlpha, CommentCard, type CommentCardProps, CreatableAutocomplete, type CreatableAutocompleteOption, type CreatableAutocompleteProps, CustomField, type CustomFieldProps, DEFAULT_MAX_INPUT_LENGTH, DataPointInfo, type DataPointInfoProps, Differential, type DifferentialProps, DropdownMenu, EmptyStateCard, type EmptyStateCardProps, ExpandableTypographyClamp, type ExpandableTypographyClampProps, ExtendedTestStatus, type ExtendedTestStatusProps, type FieldType, type FieldTypes, FilterCount, type FilterCountProps, FilterGroupAccordion, type FilterGroupAccordionProps, FilterPyramidGraphBar as FilterPyramidGraph, type FilterPyramidGraphBarProps, FilterRow, type FilterRowProps, FilteredItemsCard, type FilteredItemsCardProps, Flag, type FlagProps, FontWeight, FormControlLabel, FormGenerator, type FormGeneratorConfig, type FormGeneratorHandler, type GenericSizeMap, GraphBar, type GraphBarProps, GridOverlay, type GridOverlayProps, type GroupSelectOption, Header, type HeaderProps, Html, HtmlParser, type HtmlParserProps, type HtmlProps, Icon, IconButton, IconButtonBase, type IconButtonBaseProps, IconButtonGroup, type IconButtonGroupProps, type IconButtonProps, type IconName, Image, type ImageProps, InputFieldBase, type InputFieldBaseProps, InputLabel, InputLabelHelp, type InputLabelHelpProps, type InputLabelProps, KpiDataPopover, type KpiDataPopoverProps, KpiIndicator, type KpiIndicatorProps, Label, type LabelProps, Likert, type LikertProps, Link, type LinkProps, Loader, type LoaderProps, Logo, LoopItem, LoopItemEmpty, type LoopItemEmptyProps, type LoopItemProps, LoopsAiButton, type LoopsAiButtonProps, Markdown, type MarkdownProps, type MarkerComponentProps, Menu, type MenuProps, ModalActionsWrapper, ModalContentWrapper, ModalLayout, type ModalLayoutProps, Navigation, NavigationButton, type NavigationButtonProps, type NavigationProps, type NavigationSizing, Nudge, type NudgeProps, NumberField, type NumberFieldProps, OnboardingCard, type OnboardingCardProps, type OnboardingItem, Pill, type PillProps, PlanFeatureTable, type PlanFeatureTableData, type PlanFeatureTableProps, PlanTierCard, type PlanTierCardProps, Popper, type PopperProps, PoweredByWatermarkLogo, Progress, ProgressBar, type ProgressBarProps, type ProgressProps, ProjectItem, ProjectItemEmpty, type ProjectItemEmptyProps, type ProjectItemProps, QuestionBlock, type QuestionBlockProps, QuestionLabel, type QuestionLabelProps, type QuestionStats, Radio, RadioGroup, type RadioGroupProps, type RadioProps, Rank, type RankProps, RichTextField, type RichTextFieldProps, SearchInput, type SearchInputProps, type Section, SectionHeader, type SectionHeaderProps, Select, type SelectOption, type SelectProps, type SemanticColor, SentimentArrow, type SentimentArrowProps, Skeleton, type SkeletonProps, Slider, type SliderProps, SortableList, type SortableListProps, StarRating, type StarRatingProps, Surface, type SurfaceProps, Switch, type SwitchProps, Tab, type TabProps, TestItem, type TestItemProps, TestKPICard, type TestKPICardProps, TextBarDivider, type TextBarDividerProps, TextField, type TextFieldProps, Textarea, type TextareaProps, ThemeContext, type ThemeCtx, ThemeProvider, TickGroup, type TickGroupProps, Toast, type ToastProps, Tooltip, type TooltipProps, TrialCard, type TrialCardProps, Typography, type TypographyProps, UserMenu, type UserMenuProps, _default as VideoControls, type VideoControlsProps, VideoModal, type VideoModalProps, backgroundCreator, base, blue, blueRamp, boxShadow, breakpoints, buttonHeightMap, buttonInteraction, chooseArticle, compareArrayMembers, customTheme, darkNeutral, darkNeutralAlpha, defaultInputValidation, easing, elevation, elevationFilter, emailValidation, fonts, generateRamp, getButtonSizing, getButtonTypography, getIconSizing$1 as getIconSizing, getKpiIndicatorColor, green, greenRamp, IconButton_variantHelpers as iconButtonHelpers, iconSizeMap, isButton, mapKpiColorSchemeByInteger, margin, neutral, neutralAlpha, neutralRamp, outlined$1 as outlined, padding, passwordValidation, peach, peachRamp, primary, purple, purpleRamp, radius, red, redRamp, secondary, semantic, space, subtle, useBreakpoint, useDropdownMenu, useKeyCombo, usePrevious, useScreenSize, useTheme, useThemeBuilder, yellow, yellowRamp };
|