@useloops/design-system 1.4.732 → 1.4.734

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 (58) hide show
  1. package/dist/Platform/ProjectItem.d.ts +0 -2
  2. package/dist/Platform/ProjectItem.js +1 -1
  3. package/dist/Platform.js +1 -1
  4. package/dist/esm/Platform/ProjectItem.js +1 -1
  5. package/dist/esm/Platform.js +1 -1
  6. package/dist/esm/index.js +1 -1
  7. package/dist/esm/systems/Platform/LinkExpired/LinkExpired.js +1 -1
  8. package/dist/esm/systems/Platform/MFACodeVerify/MFACodeVerify.js +1 -1
  9. package/dist/esm/systems/Platform/ProjectItem/ProjectItem.js +1 -1
  10. package/dist/esm/systems/Platform/ProjectItem/ProjectItemEmpty.js +1 -1
  11. package/dist/esm/systems/Platform/ProjectItem/_partials/NoThumbnailPlaceholder.js +1 -1
  12. package/dist/esm/systems/Platform/ProjectItem/_partials/ProjectInfo.js +1 -1
  13. package/dist/esm/systems/Platform/ProjectItem/_partials/ProjectItemTitle.js +1 -1
  14. package/dist/esm/systems/Platform/ProjectItem/_partials/Thumbnail.js +1 -0
  15. package/dist/esm/systems/Platform/ProjectItem/_partials/UpdatedInfo.js +1 -1
  16. package/dist/esm/systems/Platform/ProjectItem/_partials/styledPartials.js +1 -1
  17. package/dist/esm/systems/WebCore/Button/Button.js +1 -1
  18. package/dist/esm/systems/WebCore/ButtonBase/Button.variant-helpers.js +1 -1
  19. package/dist/esm/systems/WebCore/Checkbox/StyledCheckbox.js +1 -1
  20. package/dist/esm/systems/WebCore/CheckboxGroup/CheckboxGroup.js +1 -1
  21. package/dist/esm/systems/WebCore/IconButtonBase/IconButton.variant-helpers.js +1 -1
  22. package/dist/esm/systems/WebCore/IconButtonBase/IconButtonBase.js +1 -1
  23. package/dist/esm/systems/WebCore/Likert/Likert.js +1 -1
  24. package/dist/esm/systems/WebCore/Radio/StyledRadio.js +1 -1
  25. package/dist/esm/systems/WebCore/RadioGroup/RadioGroup.js +1 -1
  26. package/dist/esm/systems/WebCore/Select/StyledSelect.variant-helpers.js +1 -1
  27. package/dist/index.js +1 -1
  28. package/dist/systems/Platform/LinkExpired/LinkExpired.js +1 -1
  29. package/dist/systems/Platform/MFACodeVerify/MFACodeVerify.js +1 -1
  30. package/dist/systems/Platform/ProjectItem/ProjectItem.js +1 -1
  31. package/dist/systems/Platform/ProjectItem/ProjectItemEmpty.js +1 -1
  32. package/dist/systems/Platform/ProjectItem/_partials/NoThumbnailPlaceholder.js +1 -1
  33. package/dist/systems/Platform/ProjectItem/_partials/ProjectInfo.js +1 -1
  34. package/dist/systems/Platform/ProjectItem/_partials/ProjectItemTitle.js +1 -1
  35. package/dist/systems/Platform/ProjectItem/_partials/Thumbnail.js +1 -0
  36. package/dist/systems/Platform/ProjectItem/_partials/UpdatedInfo.js +1 -1
  37. package/dist/systems/Platform/ProjectItem/_partials/styledPartials.js +1 -1
  38. package/dist/systems/Platform/ProjectItem/projectItem.types.d.ts +1 -0
  39. package/dist/systems/Platform/SliderGraph/_partials/StyledComponents.d.ts +1 -1
  40. package/dist/systems/WebCore/Button/Button.js +1 -1
  41. package/dist/systems/WebCore/ButtonBase/Button.variant-helpers.d.ts +14 -8
  42. package/dist/systems/WebCore/ButtonBase/Button.variant-helpers.js +1 -1
  43. package/dist/systems/WebCore/Checkbox/StyledCheckbox.js +1 -1
  44. package/dist/systems/WebCore/CheckboxGroup/CheckboxGroup.js +1 -1
  45. package/dist/systems/WebCore/IconButtonBase/IconButton.variant-helpers.js +1 -1
  46. package/dist/systems/WebCore/IconButtonBase/IconButtonBase.js +1 -1
  47. package/dist/systems/WebCore/Likert/Likert.js +1 -1
  48. package/dist/systems/WebCore/Radio/StyledRadio.js +1 -1
  49. package/dist/systems/WebCore/RadioGroup/RadioGroup.js +1 -1
  50. package/dist/systems/WebCore/Select/StyledSelect.variant-helpers.js +1 -1
  51. package/dist/theme/theme.hooks.d.ts +1 -1
  52. package/package.json +1 -1
  53. package/dist/esm/systems/Platform/ProjectItem/ProjectItemGridView.js +0 -1
  54. package/dist/esm/systems/Platform/ProjectItem/ProjectItemListView.js +0 -1
  55. package/dist/systems/Platform/ProjectItem/ProjectItemGridView.d.ts +0 -6
  56. package/dist/systems/Platform/ProjectItem/ProjectItemGridView.js +0 -1
  57. package/dist/systems/Platform/ProjectItem/ProjectItemListView.d.ts +0 -6
  58. package/dist/systems/Platform/ProjectItem/ProjectItemListView.js +0 -1
@@ -1,5 +1,3 @@
1
1
  export { default as ProjectItem } from '../systems/Platform/ProjectItem/ProjectItem.js';
2
2
  export { ProjectItemDataProps, ProjectItemEmptyProps, ProjectItemProps, ProjectItemViewType, UserProps } from '../systems/Platform/ProjectItem/projectItem.types.js';
3
3
  export { default as ProjectItemEmpty } from '../systems/Platform/ProjectItem/ProjectItemEmpty.js';
4
- export { default as ProjectItemGridView } from '../systems/Platform/ProjectItem/ProjectItemGridView.js';
5
- export { default as ProjectItemListView } from '../systems/Platform/ProjectItem/ProjectItemListView.js';
@@ -1 +1 @@
1
- "use strict";var e=require("../systems/Platform/ProjectItem/ProjectItem.js"),t=require("../systems/Platform/ProjectItem/ProjectItemEmpty.js"),r=require("../systems/Platform/ProjectItem/ProjectItemGridView.js"),s=require("../systems/Platform/ProjectItem/ProjectItemListView.js");exports.ProjectItem=e,exports.ProjectItemEmpty=t,exports.ProjectItemGridView=r,exports.ProjectItemListView=s;
1
+ "use strict";var t=require("../systems/Platform/ProjectItem/ProjectItem.js"),e=require("../systems/Platform/ProjectItem/ProjectItemEmpty.js");exports.ProjectItem=t,exports.ProjectItemEmpty=e;
package/dist/Platform.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("./systems/Platform/AiContentContainer/AiContentContainer.js"),r=require("./systems/Platform/AIInsight/AIInsight.js"),s=require("./systems/Platform/AISummary/AISummary.js"),t=require("./systems/Platform/AIWrittenByLockUp/AiWrittenByLockUp.js"),o=require("./systems/Platform/ArrowTextIndicator/ArrowTextIndicator.js"),i=require("./systems/Platform/AssetItem/AssetItem.js"),a=require("./systems/Platform/AuthContainerSurface/AuthContainerSurface.js"),m=require("./systems/Platform/ClipboardCopyingOverlay/ClipboardCopyingOverlay.js"),u=require("./systems/Platform/CommentCard/CommentCard.js"),l=require("./systems/Platform/DataPointInfo/DataPointInfo.js"),n=require("./systems/Platform/DemographicSelectionSection/DemographicSelectionSection.js"),p=require("./systems/Platform/EmojiListItem/EmojiListItem.js"),y=require("./systems/Platform/EmojiQuestionEditorOption/EmojiQuestionEditorOption.js"),d=require("./systems/Platform/EmptyStateCard/EmptyStateCard.js"),C=require("./systems/Platform/ExtendedTestStatus/ExtendedTestStatus.js"),j=require("./systems/Platform/FilterCount/FilterCount.js"),q=require("./systems/Platform/FilteredItemsCard/FilteredItemsCard.js"),c=require("./systems/Platform/FilterGroupAccordion/FilterGroupAccordion.js"),b=require("./systems/Platform/FilterPyramidGraph/FilterPyramidGraph.js"),P=require("./systems/Platform/FilterRow/FilterRow.js"),I=require("./systems/Platform/GraphBar/GraphBar.js"),x=require("./systems/Platform/Header/Header.js"),S=require("./systems/Platform/KpiDataPopover/KpiDataPopover.js"),f=require("./systems/Platform/KpiIndicator/KpiIndicator.js"),W=require("./systems/Platform/KpiIndicator/utils.js"),h=require("./systems/Platform/LikertGraph/LikertGraph.js"),B=require("./systems/Platform/LoopItem/LoopItem.js"),A=require("./systems/Platform/LoopItemEmpty/LoopItemEmpty.js"),L=require("./systems/Platform/MiniResultCard/graphVariants.js"),G=require("./systems/Platform/MiniResultCard/MiniResultCard.js"),T=require("./systems/Platform/Navigation/Navigation.js"),g=require("./systems/Platform/OnboardingCard/OnboardingCard.js"),F=require("./systems/Platform/PaginationControl/PaginationControl.js"),k=require("./systems/Platform/ProjectItem/ProjectItem.js"),v=require("./systems/Platform/ProjectItem/ProjectItemEmpty.js");require("react/jsx-runtime"),require("@mui/material"),require("./utils/formValidation/misc.js"),require("./systems/BrandCore/Icon/Icon.js"),require("./systems/BrandCore/primitiveVariables.js"),require("./systems/WebCore/utils/typography.util.js"),require("./systems/BrandCore/textures.js"),require("./systems/WebCore/AnnualController/AnnualController.js"),require("./systems/WebCore/SelectItem/SelectItem.js"),require("./systems/WebCore/Accordion/Accordion.js"),require("./systems/WebCore/Animations/FadeIn.js"),require("./systems/WebCore/Text/Text.js"),require("@mui/icons-material"),require("react"),require("./systems/WebCore/AutocompleteBaseField/_partials/AutocompleteListbox.js"),require("./systems/WebCore/AutocompleteBaseField/_partials/StyledPopper.js"),require("./systems/WebCore/AutocompleteBaseField/_partials/StyledAutocompleteField.js"),require("./systems/WebCore/AutocompleteBaseField/_partials/AutocompleteChip.js"),require("./systems/WebCore/AutocompleteBaseField/_partials/StyledAutocompleteInput.js"),require("merge-sx"),require("./systems/WebCore/Badge/Badge.js"),require("./systems/WebCore/Breadcrumb/Breadcrumb.js"),require("./systems/WebCore/Button/Button.js"),require("./systems/WebCore/ButtonBase/ButtonBase.js"),require("./systems/WebCore/ButtonTabGroup/_partials/ActiveIndicator.js"),require("./systems/WebCore/ButtonTabGroup/_partials/ButtonTabsWrapper.js"),require("./systems/WebCore/ButtonTabGroup/_partials/TabButton.js"),require("./systems/WebCore/Checkbox/StyledCheckbox.js"),require("./systems/WebCore/InputFieldBase/InputFieldBase.js"),require("./systems/WebCore/CreatableAutocomplete/CreatableAutocomplete.js"),require("./systems/WebCore/InputLabelBase/StyledInputLabelBase.js"),require("./systems/WebCore/Differential/DifferentialContainer.js"),require("./systems/WebCore/Differential/DifferentialRadio.js"),require("./systems/WebCore/DropdownMenu/StyledMenu.js"),require("./systems/WebCore/ExpandableTypographyClamp/ExpandableTypographyClamp.js"),require("./systems/WebCore/FormBuilder/FormBuilder.js"),require("./systems/WebCore/FormGenerator/FormGenerator.js"),require("./systems/WebCore/GridOverlay/GridOverlay.js"),require("html-react-parser"),require("./systems/WebCore/IconButton/IconButton.js"),require("./systems/WebCore/IconButtonBase/IconButtonBase.js"),require("./systems/WebCore/IconButtonGroup/IconButtonGroup.js"),require("./systems/WebCore/Image/Image.js"),require("./systems/WebCore/KbdGroup/Kbd.js"),require("./systems/WebCore/KbdGroup/KbdGroup.js"),require("./systems/WebCore/KeyValueLabel/KeyValueLabel.js"),require("./systems/WebCore/Label/Label.js"),require("./systems/WebCore/Likert/LikertContainer.js"),require("./systems/WebCore/Likert/LikertLabel.js"),require("./systems/WebCore/Likert/LikertRadio.js"),require("./systems/WebCore/Link/StyledLink.js"),require("@lottiefiles/dotlottie-react"),require("./systems/WebCore/LoopsAiButton/LoopsAiButton.js"),require("markdown-to-jsx"),require("material-ui-popup-state/hooks"),require("./systems/WebCore/Surface/Surface.js"),require("./systems/WebCore/Menu/MenuItem.js"),require("./systems/WebCore/ModalLayout/_partials/ModalActionsWrapper.js"),require("./systems/WebCore/ModalLayout/_partials/ModalContentWrapper.js"),require("./systems/WebCore/NavigationButton/NavigationButton.js"),require("./systems/WebCore/Nudge/NudgeButton.js"),require("./systems/WebCore/NumberField/NumberField.js"),require("./systems/BrandCore/colorRamps.js"),require("./systems/BrandCore/semanticColor.js"),require("./systems/BrandCore/types.js"),require("./systems/BrandCore/typography.js"),require("./systems/WebCore/Progress/Progress.js"),require("./systems/WebCore/Pill/StyledPill.js"),require("./systems/WebCore/ProgressBar/ProgressBar.js"),require("./systems/WebCore/Radio/StyledRadio.js"),require("./systems/WebCore/SortableList/components/SortableItem/SortableItem.js"),require("./systems/WebCore/Select/StyledSelect.js"),require("./systems/WebCore/RankItem/_partials/LayoutComponents/LayoutComponents.js"),require("./systems/WebCore/RankItem/_partials/RankItemLabel/RankItemLabel.js"),require("./systems/WebCore/SortableList/SortableList.js"),require("./systems/WebCore/SortableList/components/SortableOverlay/SortableOverlay.js"),require("@tiptap/extension-placeholder"),require("@tiptap/starter-kit"),require("mui-tiptap"),require("./systems/WebCore/RichTextField/StyledRichTextEditor.js"),require("./systems/WebCore/Skeleton/Skeleton.js"),require("./systems/WebCore/Slider/StyledSlider.js"),require("./systems/WebCore/StarRating/StarRating.js"),require("./systems/WebCore/Switch/StyledSwitch.js"),require("./systems/WebCore/Textarea/Textarea.js"),require("./systems/WebCore/TrialCard/TrialCardContainers.js"),require("./systems/WebCore/TrialCard/TrialPill.js"),require("./systems/WebCore/UserMenu/UserMenuButton.js"),require("./systems/WebCore/VideoModal/VideoModal.js"),require("./systems/WebCore/TintedSurface/TintedSurface.js"),require("./systems/Platform/ProjectItem/_partials/ProjectItemBadge.js"),require("./systems/Platform/ProjectItem/_partials/styledPartials.js"),require("dayjs");var M=require("./systems/Platform/QuestionBar/QuestionBar.js"),E=require("./systems/Platform/QuestionBlock/QuestionBlock.js"),R=require("./systems/Platform/QuestionSelector/QuestionSelector.js"),K=require("./systems/Platform/ScrollIndicator/ScrollIndicator.js"),V=require("./systems/Platform/SearchInput/SearchInput.js"),O=require("./systems/Platform/SectionHeader/SectionHeader.js"),D=require("./systems/Platform/SentimentArrow/SentimentArrow.js");require("./systems/Platform/SliderGraph/_partials/SliderGraphYAxis/SliderGraphYAxis.js");var _=require("./systems/Platform/SliderGraph/SliderGraph.js"),Q=require("./systems/Platform/GraphPopoverDataLayout/GraphPopoverDataLayout.js");require("./systems/Platform/SliderGraph/_partials/StyledComponents.js");var w=require("./systems/Platform/Tab/Tab.js"),N=require("./systems/Platform/TestItem/_partials/TestItemSkeleton.js"),H=require("./systems/Platform/TestItem/TestItem.js"),U=require("./systems/Platform/TestKPICard/TestKPICard.js"),Y=require("./systems/Platform/TimeToFindGraph/TimeToFindGraph.js"),z=require("./systems/Platform/TimeToFindResult/TimeToFindResult.js"),J=require("./systems/Platform/VideoControls/VideoControls.js"),X=require("./systems/Platform/VideoControls2/VideoControls2.js"),Z=require("./systems/Platform/VideoControls2/components/VideoOverlayControl/VideoOverlayControl.js"),$=require("./systems/Platform/CommentFeedbackCard/CommentFeedbackCard.js"),ee=require("./systems/Platform/LoopVideoNudge/LoopVideoNudge.js"),re=require("./systems/Platform/PinchIndicator/PinchIndicator.js");exports.AiContentContainer=e.default,exports.AIInsight=r,exports.AISummary=s,exports.AIWrittenByLockUp=t,exports.ArrowTextIndicator=o,exports.AssetItem=i,exports.AuthContainerSurface=a,exports.ClipboardCopyingOverlay=m,exports.CommentCard=u.default,exports.getAuthorAvatarColor=u.getAuthorAvatarColor,exports.DataPointInfo=l,exports.DemographicSelectionSection=n,exports.EmojiListItem=p,exports.EmojiQuestionEditorOption=y,exports.EmptyStateCard=d,exports.ExtendedTestStatus=C,exports.FilterCount=j,exports.FilteredItemsCard=q,exports.FilterGroupAccordion=c,exports.FilterPyramidGraph=b,exports.FilterRow=P,exports.GraphBar=I,exports.Header=x,exports.KpiDataPopover=S,exports.KpiIndicator=f,exports.getKpiIndicatorColor=W.getKpiIndicatorColor,exports.mapKpiColorSchemeByInteger=W.mapKpiColorSchemeByInteger,exports.LikertGraph=h,exports.LoopItem=B,exports.LoopItemEmpty=A,exports.MiniEmojiGraph=L.MiniEmojiGraph,exports.MiniLikertGraph=L.MiniLikertGraph,exports.MiniOpenQuestionGraph=L.MiniOpenQuestionGraph,exports.MiniPunchGraph=L.MiniPunchGraph,exports.MiniRankGraph=L.MiniRankGraph,exports.MiniSliderGraph=L.MiniSliderGraph,exports.MiniResultCard=G,exports.Navigation=T,exports.OnboardingCard=g,exports.PaginationControl=F,exports.ProjectItem=k,exports.ProjectItemEmpty=v,exports.QuestionLabel=M,exports.QuestionBlock=E,exports.QuestionSelector=R,exports.ScrollIndicator=K,exports.SearchInput=V,exports.SectionHeader=O,exports.SentimentArrow=D,exports.SliderGraph=_,exports.GraphPopoverDataLayout=Q,exports.Tab=w,exports.TestItemSkeleton=N,exports.TestItem=H,exports.TestKPICard=U,exports.TimeToFindGraph=Y,exports.TimeToFindResult=z,exports.VideoControls=J,exports.VideoControls2=X,exports.VideoOverlayControl=Z,exports.CommentFeedbackCard=$,exports.LoopVideoNudge=ee,exports.PinchIndicator=re;
1
+ "use strict";var e=require("./systems/Platform/AiContentContainer/AiContentContainer.js"),r=require("./systems/Platform/AIInsight/AIInsight.js"),t=require("./systems/Platform/AISummary/AISummary.js"),s=require("./systems/Platform/AIWrittenByLockUp/AiWrittenByLockUp.js"),o=require("./systems/Platform/ArrowTextIndicator/ArrowTextIndicator.js"),i=require("./systems/Platform/AssetItem/AssetItem.js"),a=require("./systems/Platform/AuthContainerSurface/AuthContainerSurface.js"),m=require("./systems/Platform/ClipboardCopyingOverlay/ClipboardCopyingOverlay.js"),n=require("./systems/Platform/CommentCard/CommentCard.js"),p=require("./systems/Platform/DataPointInfo/DataPointInfo.js"),l=require("./systems/Platform/DemographicSelectionSection/DemographicSelectionSection.js"),u=require("./systems/Platform/EmojiListItem/EmojiListItem.js"),d=require("./systems/Platform/EmojiQuestionEditorOption/EmojiQuestionEditorOption.js"),y=require("./systems/Platform/EmptyStateCard/EmptyStateCard.js"),P=require("./systems/Platform/ExtendedTestStatus/ExtendedTestStatus.js"),j=require("./systems/Platform/FilterCount/FilterCount.js"),x=require("./systems/Platform/FilteredItemsCard/FilteredItemsCard.js"),c=require("./systems/Platform/FilterGroupAccordion/FilterGroupAccordion.js"),f=require("./systems/Platform/FilterPyramidGraph/FilterPyramidGraph.js"),C=require("./systems/Platform/FilterRow/FilterRow.js"),I=require("./systems/Platform/GraphBar/GraphBar.js"),q=require("./systems/Platform/Header/Header.js"),h=require("./systems/Platform/KpiDataPopover/KpiDataPopover.js"),S=require("./systems/Platform/KpiIndicator/KpiIndicator.js"),G=require("./systems/Platform/KpiIndicator/utils.js"),A=require("./systems/Platform/LikertGraph/LikertGraph.js"),T=require("./systems/Platform/LoopItem/LoopItem.js"),g=require("./systems/Platform/LoopItemEmpty/LoopItemEmpty.js"),F=require("./systems/Platform/MiniResultCard/graphVariants.js"),L=require("./systems/Platform/MiniResultCard/MiniResultCard.js"),E=require("./systems/Platform/Navigation/Navigation.js"),v=require("./systems/Platform/OnboardingCard/OnboardingCard.js"),k=require("./systems/Platform/PaginationControl/PaginationControl.js"),M=require("./systems/Platform/ProjectItem/ProjectItem.js"),K=require("./systems/Platform/ProjectItem/ProjectItemEmpty.js"),O=require("./systems/Platform/QuestionBar/QuestionBar.js"),Q=require("./systems/Platform/QuestionBlock/QuestionBlock.js"),V=require("./systems/Platform/QuestionSelector/QuestionSelector.js"),b=require("./systems/Platform/ScrollIndicator/ScrollIndicator.js"),B=require("./systems/Platform/SearchInput/SearchInput.js"),D=require("./systems/Platform/SectionHeader/SectionHeader.js"),R=require("./systems/Platform/SentimentArrow/SentimentArrow.js");require("./systems/Platform/SliderGraph/_partials/SliderGraphYAxis/SliderGraphYAxis.js");var w=require("./systems/Platform/SliderGraph/SliderGraph.js");require("react/jsx-runtime"),require("react");var H=require("./systems/Platform/GraphPopoverDataLayout/GraphPopoverDataLayout.js");require("./systems/Platform/SliderGraph/_partials/StyledComponents.js");var N=require("./systems/Platform/Tab/Tab.js"),U=require("./systems/Platform/TestItem/_partials/TestItemSkeleton.js"),W=require("./systems/Platform/TestItem/TestItem.js"),_=require("./systems/Platform/TestKPICard/TestKPICard.js"),Y=require("./systems/Platform/TimeToFindGraph/TimeToFindGraph.js"),z=require("./systems/Platform/TimeToFindResult/TimeToFindResult.js"),J=require("./systems/Platform/VideoControls/VideoControls.js"),X=require("./systems/Platform/VideoControls2/VideoControls2.js"),Z=require("./systems/Platform/VideoControls2/components/VideoOverlayControl/VideoOverlayControl.js"),$=require("./systems/Platform/CommentFeedbackCard/CommentFeedbackCard.js"),ee=require("./systems/Platform/LoopVideoNudge/LoopVideoNudge.js"),re=require("./systems/Platform/PinchIndicator/PinchIndicator.js");exports.AiContentContainer=e.default,exports.AIInsight=r,exports.AISummary=t,exports.AIWrittenByLockUp=s,exports.ArrowTextIndicator=o,exports.AssetItem=i,exports.AuthContainerSurface=a,exports.ClipboardCopyingOverlay=m,exports.CommentCard=n.default,exports.getAuthorAvatarColor=n.getAuthorAvatarColor,exports.DataPointInfo=p,exports.DemographicSelectionSection=l,exports.EmojiListItem=u,exports.EmojiQuestionEditorOption=d,exports.EmptyStateCard=y,exports.ExtendedTestStatus=P,exports.FilterCount=j,exports.FilteredItemsCard=x,exports.FilterGroupAccordion=c,exports.FilterPyramidGraph=f,exports.FilterRow=C,exports.GraphBar=I,exports.Header=q,exports.KpiDataPopover=h,exports.KpiIndicator=S,exports.getKpiIndicatorColor=G.getKpiIndicatorColor,exports.mapKpiColorSchemeByInteger=G.mapKpiColorSchemeByInteger,exports.LikertGraph=A,exports.LoopItem=T,exports.LoopItemEmpty=g,exports.MiniEmojiGraph=F.MiniEmojiGraph,exports.MiniLikertGraph=F.MiniLikertGraph,exports.MiniOpenQuestionGraph=F.MiniOpenQuestionGraph,exports.MiniPunchGraph=F.MiniPunchGraph,exports.MiniRankGraph=F.MiniRankGraph,exports.MiniSliderGraph=F.MiniSliderGraph,exports.MiniResultCard=L,exports.Navigation=E,exports.OnboardingCard=v,exports.PaginationControl=k,exports.ProjectItem=M,exports.ProjectItemEmpty=K,exports.QuestionLabel=O,exports.QuestionBlock=Q,exports.QuestionSelector=V,exports.ScrollIndicator=b,exports.SearchInput=B,exports.SectionHeader=D,exports.SentimentArrow=R,exports.SliderGraph=w,exports.GraphPopoverDataLayout=H,exports.Tab=N,exports.TestItemSkeleton=U,exports.TestItem=W,exports.TestKPICard=_,exports.TimeToFindGraph=Y,exports.TimeToFindResult=z,exports.VideoControls=J,exports.VideoControls2=X,exports.VideoOverlayControl=Z,exports.CommentFeedbackCard=$,exports.LoopVideoNudge=ee,exports.PinchIndicator=re;
@@ -1 +1 @@
1
- export{default as ProjectItem}from"../systems/Platform/ProjectItem/ProjectItem.js";export{default as ProjectItemEmpty}from"../systems/Platform/ProjectItem/ProjectItemEmpty.js";export{default as ProjectItemGridView}from"../systems/Platform/ProjectItem/ProjectItemGridView.js";export{default as ProjectItemListView}from"../systems/Platform/ProjectItem/ProjectItemListView.js";
1
+ export{default as ProjectItem}from"../systems/Platform/ProjectItem/ProjectItem.js";export{default as ProjectItemEmpty}from"../systems/Platform/ProjectItem/ProjectItemEmpty.js";
@@ -1 +1 @@
1
- export{default as AiContentContainer}from"./systems/Platform/AiContentContainer/AiContentContainer.js";export{default as AIInsight}from"./systems/Platform/AIInsight/AIInsight.js";export{default as AISummary}from"./systems/Platform/AISummary/AISummary.js";export{default as AIWrittenByLockUp}from"./systems/Platform/AIWrittenByLockUp/AiWrittenByLockUp.js";export{default as ArrowTextIndicator}from"./systems/Platform/ArrowTextIndicator/ArrowTextIndicator.js";export{default as AssetItem}from"./systems/Platform/AssetItem/AssetItem.js";export{default as AuthContainerSurface}from"./systems/Platform/AuthContainerSurface/AuthContainerSurface.js";export{default as ClipboardCopyingOverlay}from"./systems/Platform/ClipboardCopyingOverlay/ClipboardCopyingOverlay.js";export{default as CommentCard,getAuthorAvatarColor}from"./systems/Platform/CommentCard/CommentCard.js";export{default as DataPointInfo}from"./systems/Platform/DataPointInfo/DataPointInfo.js";export{default as DemographicSelectionSection}from"./systems/Platform/DemographicSelectionSection/DemographicSelectionSection.js";export{default as EmojiListItem}from"./systems/Platform/EmojiListItem/EmojiListItem.js";export{default as EmojiQuestionEditorOption}from"./systems/Platform/EmojiQuestionEditorOption/EmojiQuestionEditorOption.js";export{default as EmptyStateCard}from"./systems/Platform/EmptyStateCard/EmptyStateCard.js";export{default as ExtendedTestStatus}from"./systems/Platform/ExtendedTestStatus/ExtendedTestStatus.js";export{default as FilterCount}from"./systems/Platform/FilterCount/FilterCount.js";export{default as FilteredItemsCard}from"./systems/Platform/FilteredItemsCard/FilteredItemsCard.js";export{default as FilterGroupAccordion}from"./systems/Platform/FilterGroupAccordion/FilterGroupAccordion.js";export{default as FilterPyramidGraph}from"./systems/Platform/FilterPyramidGraph/FilterPyramidGraph.js";export{default as FilterRow}from"./systems/Platform/FilterRow/FilterRow.js";export{default as GraphBar}from"./systems/Platform/GraphBar/GraphBar.js";export{default as Header}from"./systems/Platform/Header/Header.js";export{default as KpiDataPopover}from"./systems/Platform/KpiDataPopover/KpiDataPopover.js";export{default as KpiIndicator}from"./systems/Platform/KpiIndicator/KpiIndicator.js";export{getKpiIndicatorColor,mapKpiColorSchemeByInteger}from"./systems/Platform/KpiIndicator/utils.js";export{default as LikertGraph}from"./systems/Platform/LikertGraph/LikertGraph.js";export{default as LoopItem}from"./systems/Platform/LoopItem/LoopItem.js";export{default as LoopItemEmpty}from"./systems/Platform/LoopItemEmpty/LoopItemEmpty.js";export{MiniEmojiGraph,MiniLikertGraph,MiniOpenQuestionGraph,MiniPunchGraph,MiniRankGraph,MiniSliderGraph}from"./systems/Platform/MiniResultCard/graphVariants.js";export{default as MiniResultCard}from"./systems/Platform/MiniResultCard/MiniResultCard.js";export{default as Navigation}from"./systems/Platform/Navigation/Navigation.js";export{default as OnboardingCard}from"./systems/Platform/OnboardingCard/OnboardingCard.js";export{default as PaginationControl}from"./systems/Platform/PaginationControl/PaginationControl.js";export{default as ProjectItem}from"./systems/Platform/ProjectItem/ProjectItem.js";export{default as ProjectItemEmpty}from"./systems/Platform/ProjectItem/ProjectItemEmpty.js";import"react/jsx-runtime";import"@mui/material";import"./utils/formValidation/misc.js";import"./systems/BrandCore/Icon/Icon.js";import"./systems/BrandCore/primitiveVariables.js";import"./systems/WebCore/utils/typography.util.js";import"./systems/BrandCore/textures.js";import"./systems/WebCore/AnnualController/AnnualController.js";import"./systems/WebCore/SelectItem/SelectItem.js";import"./systems/WebCore/Accordion/Accordion.js";import"./systems/WebCore/Animations/FadeIn.js";import"./systems/WebCore/Text/Text.js";import"@mui/icons-material";import"react";import"./systems/WebCore/AutocompleteBaseField/_partials/AutocompleteListbox.js";import"./systems/WebCore/AutocompleteBaseField/_partials/StyledPopper.js";import"./systems/WebCore/AutocompleteBaseField/_partials/StyledAutocompleteField.js";import"./systems/WebCore/AutocompleteBaseField/_partials/AutocompleteChip.js";import"./systems/WebCore/AutocompleteBaseField/_partials/StyledAutocompleteInput.js";import"merge-sx";import"./systems/WebCore/Badge/Badge.js";import"./systems/WebCore/Breadcrumb/Breadcrumb.js";import"./systems/WebCore/Button/Button.js";import"./systems/WebCore/ButtonBase/ButtonBase.js";import"./systems/WebCore/ButtonTabGroup/_partials/ActiveIndicator.js";import"./systems/WebCore/ButtonTabGroup/_partials/ButtonTabsWrapper.js";import"./systems/WebCore/ButtonTabGroup/_partials/TabButton.js";import"./systems/WebCore/Checkbox/StyledCheckbox.js";import"./systems/WebCore/InputFieldBase/InputFieldBase.js";import"./systems/WebCore/CreatableAutocomplete/CreatableAutocomplete.js";import"./systems/WebCore/InputLabelBase/StyledInputLabelBase.js";import"./systems/WebCore/Differential/DifferentialContainer.js";import"./systems/WebCore/Differential/DifferentialRadio.js";import"./systems/WebCore/DropdownMenu/StyledMenu.js";import"./systems/WebCore/ExpandableTypographyClamp/ExpandableTypographyClamp.js";import"./systems/WebCore/FormBuilder/FormBuilder.js";import"./systems/WebCore/FormGenerator/FormGenerator.js";import"./systems/WebCore/GridOverlay/GridOverlay.js";import"html-react-parser";import"./systems/WebCore/IconButton/IconButton.js";import"./systems/WebCore/IconButtonBase/IconButtonBase.js";import"./systems/WebCore/IconButtonGroup/IconButtonGroup.js";import"./systems/WebCore/Image/Image.js";import"./systems/WebCore/KbdGroup/Kbd.js";import"./systems/WebCore/KbdGroup/KbdGroup.js";import"./systems/WebCore/KeyValueLabel/KeyValueLabel.js";import"./systems/WebCore/Label/Label.js";import"./systems/WebCore/Likert/LikertContainer.js";import"./systems/WebCore/Likert/LikertLabel.js";import"./systems/WebCore/Likert/LikertRadio.js";import"./systems/WebCore/Link/StyledLink.js";import"@lottiefiles/dotlottie-react";import"./systems/WebCore/LoopsAiButton/LoopsAiButton.js";import"markdown-to-jsx";import"material-ui-popup-state/hooks";import"./systems/WebCore/Surface/Surface.js";import"./systems/WebCore/Menu/MenuItem.js";import"./systems/WebCore/ModalLayout/_partials/ModalActionsWrapper.js";import"./systems/WebCore/ModalLayout/_partials/ModalContentWrapper.js";import"./systems/WebCore/NavigationButton/NavigationButton.js";import"./systems/WebCore/Nudge/NudgeButton.js";import"./systems/WebCore/NumberField/NumberField.js";import"./systems/BrandCore/colorRamps.js";import"./systems/BrandCore/semanticColor.js";import"./systems/BrandCore/types.js";import"./systems/BrandCore/typography.js";import"./systems/WebCore/Progress/Progress.js";import"./systems/WebCore/Pill/StyledPill.js";import"./systems/WebCore/ProgressBar/ProgressBar.js";import"./systems/WebCore/Radio/StyledRadio.js";import"./systems/WebCore/SortableList/components/SortableItem/SortableItem.js";import"./systems/WebCore/Select/StyledSelect.js";import"./systems/WebCore/RankItem/_partials/LayoutComponents/LayoutComponents.js";import"./systems/WebCore/RankItem/_partials/RankItemLabel/RankItemLabel.js";import"./systems/WebCore/SortableList/SortableList.js";import"./systems/WebCore/SortableList/components/SortableOverlay/SortableOverlay.js";import"@tiptap/extension-placeholder";import"@tiptap/starter-kit";import"mui-tiptap";import"./systems/WebCore/RichTextField/StyledRichTextEditor.js";import"./systems/WebCore/Skeleton/Skeleton.js";import"./systems/WebCore/Slider/StyledSlider.js";import"./systems/WebCore/StarRating/StarRating.js";import"./systems/WebCore/Switch/StyledSwitch.js";import"./systems/WebCore/Textarea/Textarea.js";import"./systems/WebCore/TrialCard/TrialCardContainers.js";import"./systems/WebCore/TrialCard/TrialPill.js";import"./systems/WebCore/UserMenu/UserMenuButton.js";import"./systems/WebCore/VideoModal/VideoModal.js";import"./systems/WebCore/TintedSurface/TintedSurface.js";import"./systems/Platform/ProjectItem/_partials/ProjectItemBadge.js";import"./systems/Platform/ProjectItem/_partials/styledPartials.js";import"dayjs";export{default as QuestionLabel}from"./systems/Platform/QuestionBar/QuestionBar.js";export{default as QuestionBlock}from"./systems/Platform/QuestionBlock/QuestionBlock.js";export{default as QuestionSelector}from"./systems/Platform/QuestionSelector/QuestionSelector.js";export{default as ScrollIndicator}from"./systems/Platform/ScrollIndicator/ScrollIndicator.js";export{default as SearchInput}from"./systems/Platform/SearchInput/SearchInput.js";export{default as SectionHeader}from"./systems/Platform/SectionHeader/SectionHeader.js";export{default as SentimentArrow}from"./systems/Platform/SentimentArrow/SentimentArrow.js";import"./systems/Platform/SliderGraph/_partials/SliderGraphYAxis/SliderGraphYAxis.js";export{default as SliderGraph}from"./systems/Platform/SliderGraph/SliderGraph.js";export{default as GraphPopoverDataLayout}from"./systems/Platform/GraphPopoverDataLayout/GraphPopoverDataLayout.js";import"./systems/Platform/SliderGraph/_partials/StyledComponents.js";export{default as Tab}from"./systems/Platform/Tab/Tab.js";export{default as TestItemSkeleton}from"./systems/Platform/TestItem/_partials/TestItemSkeleton.js";export{default as TestItem}from"./systems/Platform/TestItem/TestItem.js";export{default as TestKPICard}from"./systems/Platform/TestKPICard/TestKPICard.js";export{default as TimeToFindGraph}from"./systems/Platform/TimeToFindGraph/TimeToFindGraph.js";export{default as TimeToFindResult}from"./systems/Platform/TimeToFindResult/TimeToFindResult.js";export{default as VideoControls}from"./systems/Platform/VideoControls/VideoControls.js";export{default as VideoControls2}from"./systems/Platform/VideoControls2/VideoControls2.js";export{default as VideoOverlayControl}from"./systems/Platform/VideoControls2/components/VideoOverlayControl/VideoOverlayControl.js";export{default as CommentFeedbackCard}from"./systems/Platform/CommentFeedbackCard/CommentFeedbackCard.js";export{default as LoopVideoNudge}from"./systems/Platform/LoopVideoNudge/LoopVideoNudge.js";export{default as PinchIndicator}from"./systems/Platform/PinchIndicator/PinchIndicator.js";
1
+ export{default as AiContentContainer}from"./systems/Platform/AiContentContainer/AiContentContainer.js";export{default as AIInsight}from"./systems/Platform/AIInsight/AIInsight.js";export{default as AISummary}from"./systems/Platform/AISummary/AISummary.js";export{default as AIWrittenByLockUp}from"./systems/Platform/AIWrittenByLockUp/AiWrittenByLockUp.js";export{default as ArrowTextIndicator}from"./systems/Platform/ArrowTextIndicator/ArrowTextIndicator.js";export{default as AssetItem}from"./systems/Platform/AssetItem/AssetItem.js";export{default as AuthContainerSurface}from"./systems/Platform/AuthContainerSurface/AuthContainerSurface.js";export{default as ClipboardCopyingOverlay}from"./systems/Platform/ClipboardCopyingOverlay/ClipboardCopyingOverlay.js";export{default as CommentCard,getAuthorAvatarColor}from"./systems/Platform/CommentCard/CommentCard.js";export{default as DataPointInfo}from"./systems/Platform/DataPointInfo/DataPointInfo.js";export{default as DemographicSelectionSection}from"./systems/Platform/DemographicSelectionSection/DemographicSelectionSection.js";export{default as EmojiListItem}from"./systems/Platform/EmojiListItem/EmojiListItem.js";export{default as EmojiQuestionEditorOption}from"./systems/Platform/EmojiQuestionEditorOption/EmojiQuestionEditorOption.js";export{default as EmptyStateCard}from"./systems/Platform/EmptyStateCard/EmptyStateCard.js";export{default as ExtendedTestStatus}from"./systems/Platform/ExtendedTestStatus/ExtendedTestStatus.js";export{default as FilterCount}from"./systems/Platform/FilterCount/FilterCount.js";export{default as FilteredItemsCard}from"./systems/Platform/FilteredItemsCard/FilteredItemsCard.js";export{default as FilterGroupAccordion}from"./systems/Platform/FilterGroupAccordion/FilterGroupAccordion.js";export{default as FilterPyramidGraph}from"./systems/Platform/FilterPyramidGraph/FilterPyramidGraph.js";export{default as FilterRow}from"./systems/Platform/FilterRow/FilterRow.js";export{default as GraphBar}from"./systems/Platform/GraphBar/GraphBar.js";export{default as Header}from"./systems/Platform/Header/Header.js";export{default as KpiDataPopover}from"./systems/Platform/KpiDataPopover/KpiDataPopover.js";export{default as KpiIndicator}from"./systems/Platform/KpiIndicator/KpiIndicator.js";export{getKpiIndicatorColor,mapKpiColorSchemeByInteger}from"./systems/Platform/KpiIndicator/utils.js";export{default as LikertGraph}from"./systems/Platform/LikertGraph/LikertGraph.js";export{default as LoopItem}from"./systems/Platform/LoopItem/LoopItem.js";export{default as LoopItemEmpty}from"./systems/Platform/LoopItemEmpty/LoopItemEmpty.js";export{MiniEmojiGraph,MiniLikertGraph,MiniOpenQuestionGraph,MiniPunchGraph,MiniRankGraph,MiniSliderGraph}from"./systems/Platform/MiniResultCard/graphVariants.js";export{default as MiniResultCard}from"./systems/Platform/MiniResultCard/MiniResultCard.js";export{default as Navigation}from"./systems/Platform/Navigation/Navigation.js";export{default as OnboardingCard}from"./systems/Platform/OnboardingCard/OnboardingCard.js";export{default as PaginationControl}from"./systems/Platform/PaginationControl/PaginationControl.js";export{default as ProjectItem}from"./systems/Platform/ProjectItem/ProjectItem.js";export{default as ProjectItemEmpty}from"./systems/Platform/ProjectItem/ProjectItemEmpty.js";export{default as QuestionLabel}from"./systems/Platform/QuestionBar/QuestionBar.js";export{default as QuestionBlock}from"./systems/Platform/QuestionBlock/QuestionBlock.js";export{default as QuestionSelector}from"./systems/Platform/QuestionSelector/QuestionSelector.js";export{default as ScrollIndicator}from"./systems/Platform/ScrollIndicator/ScrollIndicator.js";export{default as SearchInput}from"./systems/Platform/SearchInput/SearchInput.js";export{default as SectionHeader}from"./systems/Platform/SectionHeader/SectionHeader.js";export{default as SentimentArrow}from"./systems/Platform/SentimentArrow/SentimentArrow.js";import"./systems/Platform/SliderGraph/_partials/SliderGraphYAxis/SliderGraphYAxis.js";export{default as SliderGraph}from"./systems/Platform/SliderGraph/SliderGraph.js";import"react/jsx-runtime";import"react";export{default as GraphPopoverDataLayout}from"./systems/Platform/GraphPopoverDataLayout/GraphPopoverDataLayout.js";import"./systems/Platform/SliderGraph/_partials/StyledComponents.js";export{default as Tab}from"./systems/Platform/Tab/Tab.js";export{default as TestItemSkeleton}from"./systems/Platform/TestItem/_partials/TestItemSkeleton.js";export{default as TestItem}from"./systems/Platform/TestItem/TestItem.js";export{default as TestKPICard}from"./systems/Platform/TestKPICard/TestKPICard.js";export{default as TimeToFindGraph}from"./systems/Platform/TimeToFindGraph/TimeToFindGraph.js";export{default as TimeToFindResult}from"./systems/Platform/TimeToFindResult/TimeToFindResult.js";export{default as VideoControls}from"./systems/Platform/VideoControls/VideoControls.js";export{default as VideoControls2}from"./systems/Platform/VideoControls2/VideoControls2.js";export{default as VideoOverlayControl}from"./systems/Platform/VideoControls2/components/VideoOverlayControl/VideoOverlayControl.js";export{default as CommentFeedbackCard}from"./systems/Platform/CommentFeedbackCard/CommentFeedbackCard.js";export{default as LoopVideoNudge}from"./systems/Platform/LoopVideoNudge/LoopVideoNudge.js";export{default as PinchIndicator}from"./systems/Platform/PinchIndicator/PinchIndicator.js";
package/dist/esm/index.js CHANGED
@@ -1 +1 @@
1
- export{blueRamp,generateRamp,greenRamp,neutralRamp,peachRamp,purpleRamp,redRamp,yellowRamp}from"./systems/BrandCore/colorRamps.js";export{componentTokens}from"./systems/BrandCore/componentTokens.js";export{tone1,tone2,tone3,tone3_ai_icon,tone3_border,tone3_lowOpacity_text,tone4,tone5}from"./systems/BrandCore/gradients.js";export{blue,darkNeutral,darkNeutralAlpha,green,neutral,neutralAlpha,peach,purple,red,yellow}from"./systems/BrandCore/primitiveColor.js";export{base,boxShadow,breakpoints,easing,elevation,elevationFilter,margin,padding,radius,space}from"./systems/BrandCore/primitiveVariables.js";export{semantic}from"./systems/BrandCore/semanticColor.js";export{FontWeight}from"./systems/BrandCore/types.js";export{fonts}from"./systems/BrandCore/typography.js";import"react/jsx-runtime";import"@mui/material";export{default as Icon,iconSizeMap}from"./systems/BrandCore/Icon/Icon.js";export{default as PlanFeatureTable}from"./systems/Marketing/PlanFeatureTable/PlanFeatureTable.js";export{default as PlanTierCard}from"./systems/Marketing/PlanTierCard/PlanTierCard.js";export{default as TickGroup}from"./systems/Marketing/TickGroup/TickGroup.js";export{default as AiContentContainer}from"./systems/Platform/AiContentContainer/AiContentContainer.js";export{default as AIInsight}from"./systems/Platform/AIInsight/AIInsight.js";export{default as AISummary}from"./systems/Platform/AISummary/AISummary.js";export{default as AIWrittenByLockUp}from"./systems/Platform/AIWrittenByLockUp/AiWrittenByLockUp.js";export{default as ArrowTextIndicator}from"./systems/Platform/ArrowTextIndicator/ArrowTextIndicator.js";export{default as AssetItem}from"./systems/Platform/AssetItem/AssetItem.js";export{default as AuthContainerSurface}from"./systems/Platform/AuthContainerSurface/AuthContainerSurface.js";export{default as ClipboardCopyingOverlay}from"./systems/Platform/ClipboardCopyingOverlay/ClipboardCopyingOverlay.js";export{default as CommentCard,getAuthorAvatarColor}from"./systems/Platform/CommentCard/CommentCard.js";export{default as DataPointInfo}from"./systems/Platform/DataPointInfo/DataPointInfo.js";export{default as DemographicSelectionSection}from"./systems/Platform/DemographicSelectionSection/DemographicSelectionSection.js";export{default as EmojiListItem}from"./systems/Platform/EmojiListItem/EmojiListItem.js";export{default as EmojiQuestionEditorOption}from"./systems/Platform/EmojiQuestionEditorOption/EmojiQuestionEditorOption.js";export{default as EmptyStateCard}from"./systems/Platform/EmptyStateCard/EmptyStateCard.js";export{default as ExtendedTestStatus}from"./systems/Platform/ExtendedTestStatus/ExtendedTestStatus.js";export{default as FilterCount}from"./systems/Platform/FilterCount/FilterCount.js";export{default as FilteredItemsCard}from"./systems/Platform/FilteredItemsCard/FilteredItemsCard.js";export{default as FilterGroupAccordion}from"./systems/Platform/FilterGroupAccordion/FilterGroupAccordion.js";export{default as FilterPyramidGraph}from"./systems/Platform/FilterPyramidGraph/FilterPyramidGraph.js";export{default as FilterRow}from"./systems/Platform/FilterRow/FilterRow.js";export{default as GraphBar}from"./systems/Platform/GraphBar/GraphBar.js";export{default as Header}from"./systems/Platform/Header/Header.js";export{default as KpiDataPopover}from"./systems/Platform/KpiDataPopover/KpiDataPopover.js";export{default as KpiIndicator}from"./systems/Platform/KpiIndicator/KpiIndicator.js";export{getKpiIndicatorColor,mapKpiColorSchemeByInteger}from"./systems/Platform/KpiIndicator/utils.js";export{default as LikertGraph}from"./systems/Platform/LikertGraph/LikertGraph.js";export{default as LoopItem}from"./systems/Platform/LoopItem/LoopItem.js";export{default as LoopItemEmpty}from"./systems/Platform/LoopItemEmpty/LoopItemEmpty.js";export{MiniEmojiGraph,MiniLikertGraph,MiniOpenQuestionGraph,MiniPunchGraph,MiniRankGraph,MiniSliderGraph}from"./systems/Platform/MiniResultCard/graphVariants.js";export{default as MiniResultCard}from"./systems/Platform/MiniResultCard/MiniResultCard.js";export{default as Navigation}from"./systems/Platform/Navigation/Navigation.js";export{default as OnboardingCard}from"./systems/Platform/OnboardingCard/OnboardingCard.js";export{default as PaginationControl}from"./systems/Platform/PaginationControl/PaginationControl.js";export{default as ProjectItem}from"./systems/Platform/ProjectItem/ProjectItem.js";export{default as ProjectItemEmpty}from"./systems/Platform/ProjectItem/ProjectItemEmpty.js";export{emailValidation}from"./utils/formValidation/email.js";export{DEFAULT_MAX_INPUT_LENGTH,chooseArticle,defaultInputValidation}from"./utils/formValidation/misc.js";export{passwordValidation}from"./utils/formValidation/password.js";export{buttonHeightMap,buttonInteraction,buttonPadding,getButtonSizing,getButtonTypography,getIconSizing,outlined,primary,secondary,subtle}from"./systems/WebCore/ButtonBase/Button.variant-helpers.js";export{backgroundCreator}from"./systems/WebCore/utils/backgroundCreator.js";export{default as AnnualController}from"./systems/WebCore/AnnualController/AnnualController.js";export{default as SelectItem}from"./systems/WebCore/SelectItem/SelectItem.js";export{default as Accordion}from"./systems/WebCore/Accordion/Accordion.js";export{default as FadeIn}from"./systems/WebCore/Animations/FadeIn.js";export{default as AuthFormHeader}from"./systems/WebCore/AuthFormHeader/AuthFormHeader.js";export{default as AutocompleteBaseField}from"./systems/WebCore/AutocompleteBaseField/AutocompleteBaseField.js";export{default as AutocompleteField}from"./systems/WebCore/AutocompleteField/AutocompleteField.js";export{default as Avatar}from"./systems/WebCore/Avatar/Avatar.js";export{default as AvatarGroup}from"./systems/WebCore/AvatarGroup/AvatarGroup.js";export{default as Badge}from"./systems/WebCore/Badge/Badge.js";export{default as BrandBadge}from"./systems/WebCore/BrandBadge/BrandBadge.js";export{default as Breadcrumb}from"./systems/WebCore/Breadcrumb/Breadcrumb.js";export{default as BulletGraphic}from"./systems/WebCore/BulletGraphic/BulletGraphic.js";export{default as Button}from"./systems/WebCore/Button/Button.js";export{default as ButtonBase}from"./systems/WebCore/ButtonBase/ButtonBase.js";export{default as ButtonTabGroup}from"./systems/WebCore/ButtonTabGroup/ButtonTabGroup.js";export{default as Checkbox}from"./systems/WebCore/Checkbox/Checkbox.js";import"./systems/WebCore/Checkbox/StyledCheckbox.js";export{default as CheckboxGroup}from"./systems/WebCore/CheckboxGroup/CheckboxGroup.js";export{default as ColorBackgroundContainer}from"./systems/WebCore/ColorBackgroundContainer/ColorBackgroundContainer.js";export{default as CreatableAutocomplete}from"./systems/WebCore/CreatableAutocomplete/CreatableAutocomplete.js";export{default as CustomField}from"./systems/WebCore/CustomField/CustomField.js";export{default as Differential}from"./systems/WebCore/Differential/Differential.js";export{default as DropdownMenu}from"./systems/WebCore/DropdownMenu/DropdownMenu.js";export{useDropdownMenu}from"./systems/WebCore/DropdownMenu/DropdownMenu.hook.js";export{default as EmojiWrapper}from"./systems/WebCore/EmojiWrapper/EmojiWrapper.js";export{default as ExpandableTypographyClamp}from"./systems/WebCore/ExpandableTypographyClamp/ExpandableTypographyClamp.js";export{default as Flag}from"./systems/WebCore/Flag/Flag.js";export{default as FormBuilder}from"./systems/WebCore/FormBuilder/FormBuilder.js";export{default as FormControlLabel}from"./systems/WebCore/FormControlLabel/FormControlLabel.js";export{default as FormGenerator}from"./systems/WebCore/FormGenerator/FormGenerator.js";export{default as GridOverlay}from"./systems/WebCore/GridOverlay/GridOverlay.js";export{default as Html}from"./systems/WebCore/Html/Html.js";export{default as HtmlParser}from"./systems/WebCore/HtmlParser/HtmlParser.js";export{default as IconButton}from"./systems/WebCore/IconButton/IconButton.js";import*as e from"./systems/WebCore/IconButtonBase/IconButton.variant-helpers.js";export{e as iconButtonHelpers};export{default as IconButtonBase}from"./systems/WebCore/IconButtonBase/IconButtonBase.js";export{default as IconButtonGroup}from"./systems/WebCore/IconButtonGroup/IconButtonGroup.js";export{default as Image}from"./systems/WebCore/Image/Image.js";export{default as InputFieldBase}from"./systems/WebCore/InputFieldBase/InputFieldBase.js";export{default as InputLabel}from"./systems/WebCore/InputLabel/InputLabel.js";export{default as InputLabelHelp}from"./systems/WebCore/InputLabelHelp/InputLabelHelp.js";export{default as Kbd}from"./systems/WebCore/KbdGroup/Kbd.js";export{default as KbdGroup}from"./systems/WebCore/KbdGroup/KbdGroup.js";export{default as KeyValueLabel}from"./systems/WebCore/KeyValueLabel/KeyValueLabel.js";export{default as Label}from"./systems/WebCore/Label/Label.js";export{default as Likert}from"./systems/WebCore/Likert/Likert.js";export{default as Link}from"./systems/WebCore/Link/Link.js";export{default as Loader}from"./systems/WebCore/Loader/Loader.js";export{default as Logo}from"./systems/WebCore/Logo/Logo.js";export{default as LoopsAiButton}from"./systems/WebCore/LoopsAiButton/LoopsAiButton.js";export{default as Markdown}from"./systems/WebCore/Markdown/Markdown.js";export{default as Menu}from"./systems/WebCore/Menu/Menu.js";export{ModalActionsWrapper}from"./systems/WebCore/ModalLayout/_partials/ModalActionsWrapper.js";export{ModalContentWrapper}from"./systems/WebCore/ModalLayout/_partials/ModalContentWrapper.js";export{default as ModalLayout}from"./systems/WebCore/ModalLayout/ModalLayout.js";export{default as NavigationButton}from"./systems/WebCore/NavigationButton/NavigationButton.js";export{default as Nudge}from"./systems/WebCore/Nudge/Nudge.js";export{Text}from"./systems/WebCore/Text/Text.js";import"./systems/WebCore/Nudge/NudgeButton.js";export{default as NumberField}from"./systems/WebCore/NumberField/NumberField.js";export{default as Pill}from"./systems/WebCore/Pill/Pill.js";export{default as Popper}from"./systems/WebCore/Popper/Popper.js";export{default as PoweredByWatermarkLogo}from"./systems/WebCore/PoweredByWatermarkLogo/PoweredByWatermarkLogo.js";export{default as Progress}from"./systems/WebCore/Progress/Progress.js";export{default as ProgressBar}from"./systems/WebCore/ProgressBar/ProgressBar.js";export{default as Radio}from"./systems/WebCore/Radio/Radio.js";import"./systems/WebCore/Radio/StyledRadio.js";export{default as RadioGroup}from"./systems/WebCore/RadioGroup/RadioGroup.js";export{default as Rank}from"./systems/WebCore/Rank/Rank.js";export{default as RichTextField}from"./systems/WebCore/RichTextField/RichTextField.js";export{default as Select}from"./systems/WebCore/Select/Select.js";export{default as Skeleton}from"./systems/WebCore/Skeleton/Skeleton.js";export{default as Slider}from"./systems/WebCore/Slider/Slider.js";export{default as SortableList}from"./systems/WebCore/SortableList/SortableList.js";export{default as StarRating}from"./systems/WebCore/StarRating/StarRating.js";export{default as Surface}from"./systems/WebCore/Surface/Surface.js";export{default as Switch}from"./systems/WebCore/Switch/Switch.js";export{default as Textarea}from"./systems/WebCore/Textarea/Textarea.js";export{default as TextBarDivider}from"./systems/WebCore/TextBarDivider/TextBarDivider.js";export{default as TextField}from"./systems/WebCore/TextField/TextField.js";export{default as Toast}from"./systems/WebCore/Toast/Toast.js";export{default as Tooltip}from"./systems/WebCore/Tooltip/Tooltip.js";export{default as TrialCard}from"./systems/WebCore/TrialCard/TrialCard.js";export{default as UserMenu}from"./systems/WebCore/UserMenu/UserMenu.js";export{default as VideoModal}from"./systems/WebCore/VideoModal/VideoModal.js";export{default as TintedSurface}from"./systems/WebCore/TintedSurface/TintedSurface.js";export{pluralise}from"./utils/pluralise.js";import"./systems/Platform/ProjectItem/_partials/ProjectItemBadge.js";import"merge-sx";import"./systems/Platform/ProjectItem/_partials/styledPartials.js";import"dayjs";export{default as QuestionLabel}from"./systems/Platform/QuestionBar/QuestionBar.js";export{default as QuestionBlock}from"./systems/Platform/QuestionBlock/QuestionBlock.js";export{default as QuestionSelector}from"./systems/Platform/QuestionSelector/QuestionSelector.js";export{default as ScrollIndicator}from"./systems/Platform/ScrollIndicator/ScrollIndicator.js";export{default as SearchInput}from"./systems/Platform/SearchInput/SearchInput.js";export{default as SectionHeader}from"./systems/Platform/SectionHeader/SectionHeader.js";export{default as SentimentArrow}from"./systems/Platform/SentimentArrow/SentimentArrow.js";import"./systems/Platform/SliderGraph/_partials/SliderGraphYAxis/SliderGraphYAxis.js";export{default as SliderGraph}from"./systems/Platform/SliderGraph/SliderGraph.js";import"react";export{default as GraphPopoverDataLayout}from"./systems/Platform/GraphPopoverDataLayout/GraphPopoverDataLayout.js";import"./systems/Platform/SliderGraph/_partials/StyledComponents.js";export{default as Tab}from"./systems/Platform/Tab/Tab.js";export{default as TestItemSkeleton}from"./systems/Platform/TestItem/_partials/TestItemSkeleton.js";export{default as TestItem}from"./systems/Platform/TestItem/TestItem.js";export{default as TestKPICard}from"./systems/Platform/TestKPICard/TestKPICard.js";export{default as TimeToFindGraph}from"./systems/Platform/TimeToFindGraph/TimeToFindGraph.js";export{default as TimeToFindResult}from"./systems/Platform/TimeToFindResult/TimeToFindResult.js";export{default as VideoControls}from"./systems/Platform/VideoControls/VideoControls.js";export{default as VideoControls2}from"./systems/Platform/VideoControls2/VideoControls2.js";export{default as VideoOverlayControl}from"./systems/Platform/VideoControls2/components/VideoOverlayControl/VideoOverlayControl.js";export{default as CommentFeedbackCard}from"./systems/Platform/CommentFeedbackCard/CommentFeedbackCard.js";export{default as LoopVideoNudge}from"./systems/Platform/LoopVideoNudge/LoopVideoNudge.js";export{default as PinchIndicator}from"./systems/Platform/PinchIndicator/PinchIndicator.js";export{useBreakpoint}from"./utils/breakpoint.hook.js";export{CDN_BASE,cdnAsset}from"./utils/cdn.js";export{compareArrayMembers}from"./utils/compareArrayMembers.js";export{isButton}from"./utils/isButton.js";export{isNumber}from"./utils/isNumber.js";export{isNumeric}from"./utils/isNumeric.js";export{useScreenSize}from"./utils/screen.hook.js";export{useKeyCombo}from"./utils/useKeyCombo.js";export{usePrevious}from"./utils/usePrevious.js";export{omitProps}from"./utils/shouldForwardProp.js";export{customTheme}from"./theme/theme.js";export{useTheme,useThemeBuilder}from"./theme/theme.hooks.js";export{ThemeProvider}from"./theme/theme.provider.js";export{ThemeContext}from"./theme/theme.context.js";
1
+ export{blueRamp,generateRamp,greenRamp,neutralRamp,peachRamp,purpleRamp,redRamp,yellowRamp}from"./systems/BrandCore/colorRamps.js";export{componentTokens}from"./systems/BrandCore/componentTokens.js";export{tone1,tone2,tone3,tone3_ai_icon,tone3_border,tone3_lowOpacity_text,tone4,tone5}from"./systems/BrandCore/gradients.js";export{blue,darkNeutral,darkNeutralAlpha,green,neutral,neutralAlpha,peach,purple,red,yellow}from"./systems/BrandCore/primitiveColor.js";export{base,boxShadow,breakpoints,easing,elevation,elevationFilter,margin,padding,radius,space}from"./systems/BrandCore/primitiveVariables.js";export{semantic}from"./systems/BrandCore/semanticColor.js";export{FontWeight}from"./systems/BrandCore/types.js";export{fonts}from"./systems/BrandCore/typography.js";import"react/jsx-runtime";import"@mui/material";export{default as Icon,iconSizeMap}from"./systems/BrandCore/Icon/Icon.js";export{default as PlanFeatureTable}from"./systems/Marketing/PlanFeatureTable/PlanFeatureTable.js";export{default as PlanTierCard}from"./systems/Marketing/PlanTierCard/PlanTierCard.js";export{default as TickGroup}from"./systems/Marketing/TickGroup/TickGroup.js";export{default as AiContentContainer}from"./systems/Platform/AiContentContainer/AiContentContainer.js";export{default as AIInsight}from"./systems/Platform/AIInsight/AIInsight.js";export{default as AISummary}from"./systems/Platform/AISummary/AISummary.js";export{default as AIWrittenByLockUp}from"./systems/Platform/AIWrittenByLockUp/AiWrittenByLockUp.js";export{default as ArrowTextIndicator}from"./systems/Platform/ArrowTextIndicator/ArrowTextIndicator.js";export{default as AssetItem}from"./systems/Platform/AssetItem/AssetItem.js";export{default as AuthContainerSurface}from"./systems/Platform/AuthContainerSurface/AuthContainerSurface.js";export{default as ClipboardCopyingOverlay}from"./systems/Platform/ClipboardCopyingOverlay/ClipboardCopyingOverlay.js";export{default as CommentCard,getAuthorAvatarColor}from"./systems/Platform/CommentCard/CommentCard.js";export{default as DataPointInfo}from"./systems/Platform/DataPointInfo/DataPointInfo.js";export{default as DemographicSelectionSection}from"./systems/Platform/DemographicSelectionSection/DemographicSelectionSection.js";export{default as EmojiListItem}from"./systems/Platform/EmojiListItem/EmojiListItem.js";export{default as EmojiQuestionEditorOption}from"./systems/Platform/EmojiQuestionEditorOption/EmojiQuestionEditorOption.js";export{default as EmptyStateCard}from"./systems/Platform/EmptyStateCard/EmptyStateCard.js";export{default as ExtendedTestStatus}from"./systems/Platform/ExtendedTestStatus/ExtendedTestStatus.js";export{default as FilterCount}from"./systems/Platform/FilterCount/FilterCount.js";export{default as FilteredItemsCard}from"./systems/Platform/FilteredItemsCard/FilteredItemsCard.js";export{default as FilterGroupAccordion}from"./systems/Platform/FilterGroupAccordion/FilterGroupAccordion.js";export{default as FilterPyramidGraph}from"./systems/Platform/FilterPyramidGraph/FilterPyramidGraph.js";export{default as FilterRow}from"./systems/Platform/FilterRow/FilterRow.js";export{default as GraphBar}from"./systems/Platform/GraphBar/GraphBar.js";export{default as Header}from"./systems/Platform/Header/Header.js";export{default as KpiDataPopover}from"./systems/Platform/KpiDataPopover/KpiDataPopover.js";export{default as KpiIndicator}from"./systems/Platform/KpiIndicator/KpiIndicator.js";export{getKpiIndicatorColor,mapKpiColorSchemeByInteger}from"./systems/Platform/KpiIndicator/utils.js";export{default as LikertGraph}from"./systems/Platform/LikertGraph/LikertGraph.js";export{default as LoopItem}from"./systems/Platform/LoopItem/LoopItem.js";export{default as LoopItemEmpty}from"./systems/Platform/LoopItemEmpty/LoopItemEmpty.js";export{MiniEmojiGraph,MiniLikertGraph,MiniOpenQuestionGraph,MiniPunchGraph,MiniRankGraph,MiniSliderGraph}from"./systems/Platform/MiniResultCard/graphVariants.js";export{default as MiniResultCard}from"./systems/Platform/MiniResultCard/MiniResultCard.js";export{default as Navigation}from"./systems/Platform/Navigation/Navigation.js";export{default as OnboardingCard}from"./systems/Platform/OnboardingCard/OnboardingCard.js";export{default as PaginationControl}from"./systems/Platform/PaginationControl/PaginationControl.js";export{default as ProjectItem}from"./systems/Platform/ProjectItem/ProjectItem.js";export{default as ProjectItemEmpty}from"./systems/Platform/ProjectItem/ProjectItemEmpty.js";export{default as QuestionLabel}from"./systems/Platform/QuestionBar/QuestionBar.js";export{default as QuestionBlock}from"./systems/Platform/QuestionBlock/QuestionBlock.js";export{default as QuestionSelector}from"./systems/Platform/QuestionSelector/QuestionSelector.js";export{default as ScrollIndicator}from"./systems/Platform/ScrollIndicator/ScrollIndicator.js";export{default as SearchInput}from"./systems/Platform/SearchInput/SearchInput.js";export{default as SectionHeader}from"./systems/Platform/SectionHeader/SectionHeader.js";export{default as SentimentArrow}from"./systems/Platform/SentimentArrow/SentimentArrow.js";import"./systems/Platform/SliderGraph/_partials/SliderGraphYAxis/SliderGraphYAxis.js";export{default as SliderGraph}from"./systems/Platform/SliderGraph/SliderGraph.js";import"react";export{default as GraphPopoverDataLayout}from"./systems/Platform/GraphPopoverDataLayout/GraphPopoverDataLayout.js";import"./systems/Platform/SliderGraph/_partials/StyledComponents.js";export{default as Tab}from"./systems/Platform/Tab/Tab.js";export{default as TestItemSkeleton}from"./systems/Platform/TestItem/_partials/TestItemSkeleton.js";export{default as TestItem}from"./systems/Platform/TestItem/TestItem.js";export{default as TestKPICard}from"./systems/Platform/TestKPICard/TestKPICard.js";export{default as TimeToFindGraph}from"./systems/Platform/TimeToFindGraph/TimeToFindGraph.js";export{default as TimeToFindResult}from"./systems/Platform/TimeToFindResult/TimeToFindResult.js";export{default as VideoControls}from"./systems/Platform/VideoControls/VideoControls.js";export{default as VideoControls2}from"./systems/Platform/VideoControls2/VideoControls2.js";export{default as VideoOverlayControl}from"./systems/Platform/VideoControls2/components/VideoOverlayControl/VideoOverlayControl.js";export{default as CommentFeedbackCard}from"./systems/Platform/CommentFeedbackCard/CommentFeedbackCard.js";export{default as LoopVideoNudge}from"./systems/Platform/LoopVideoNudge/LoopVideoNudge.js";export{default as PinchIndicator}from"./systems/Platform/PinchIndicator/PinchIndicator.js";export{emailValidation}from"./utils/formValidation/email.js";export{DEFAULT_MAX_INPUT_LENGTH,chooseArticle,defaultInputValidation}from"./utils/formValidation/misc.js";export{passwordValidation}from"./utils/formValidation/password.js";export{buttonHeightMap,buttonInteraction,buttonPadding,getButtonSizing,getButtonTypography,getIconSizing,outlined,primary,secondary,subtle}from"./systems/WebCore/ButtonBase/Button.variant-helpers.js";export{backgroundCreator}from"./systems/WebCore/utils/backgroundCreator.js";export{default as AnnualController}from"./systems/WebCore/AnnualController/AnnualController.js";export{default as SelectItem}from"./systems/WebCore/SelectItem/SelectItem.js";export{default as Accordion}from"./systems/WebCore/Accordion/Accordion.js";export{default as FadeIn}from"./systems/WebCore/Animations/FadeIn.js";export{default as AuthFormHeader}from"./systems/WebCore/AuthFormHeader/AuthFormHeader.js";export{default as AutocompleteBaseField}from"./systems/WebCore/AutocompleteBaseField/AutocompleteBaseField.js";export{default as AutocompleteField}from"./systems/WebCore/AutocompleteField/AutocompleteField.js";export{default as Avatar}from"./systems/WebCore/Avatar/Avatar.js";export{default as AvatarGroup}from"./systems/WebCore/AvatarGroup/AvatarGroup.js";export{default as Badge}from"./systems/WebCore/Badge/Badge.js";export{default as BrandBadge}from"./systems/WebCore/BrandBadge/BrandBadge.js";export{default as Breadcrumb}from"./systems/WebCore/Breadcrumb/Breadcrumb.js";export{default as BulletGraphic}from"./systems/WebCore/BulletGraphic/BulletGraphic.js";export{default as Button}from"./systems/WebCore/Button/Button.js";export{default as ButtonBase}from"./systems/WebCore/ButtonBase/ButtonBase.js";export{default as ButtonTabGroup}from"./systems/WebCore/ButtonTabGroup/ButtonTabGroup.js";export{default as Checkbox}from"./systems/WebCore/Checkbox/Checkbox.js";import"./systems/WebCore/Checkbox/StyledCheckbox.js";export{default as CheckboxGroup}from"./systems/WebCore/CheckboxGroup/CheckboxGroup.js";export{default as ColorBackgroundContainer}from"./systems/WebCore/ColorBackgroundContainer/ColorBackgroundContainer.js";export{default as CreatableAutocomplete}from"./systems/WebCore/CreatableAutocomplete/CreatableAutocomplete.js";export{default as CustomField}from"./systems/WebCore/CustomField/CustomField.js";export{default as Differential}from"./systems/WebCore/Differential/Differential.js";export{default as DropdownMenu}from"./systems/WebCore/DropdownMenu/DropdownMenu.js";export{useDropdownMenu}from"./systems/WebCore/DropdownMenu/DropdownMenu.hook.js";export{default as EmojiWrapper}from"./systems/WebCore/EmojiWrapper/EmojiWrapper.js";export{default as ExpandableTypographyClamp}from"./systems/WebCore/ExpandableTypographyClamp/ExpandableTypographyClamp.js";export{default as Flag}from"./systems/WebCore/Flag/Flag.js";export{default as FormBuilder}from"./systems/WebCore/FormBuilder/FormBuilder.js";export{default as FormControlLabel}from"./systems/WebCore/FormControlLabel/FormControlLabel.js";export{default as FormGenerator}from"./systems/WebCore/FormGenerator/FormGenerator.js";export{default as GridOverlay}from"./systems/WebCore/GridOverlay/GridOverlay.js";export{default as Html}from"./systems/WebCore/Html/Html.js";export{default as HtmlParser}from"./systems/WebCore/HtmlParser/HtmlParser.js";export{default as IconButton}from"./systems/WebCore/IconButton/IconButton.js";import*as e from"./systems/WebCore/IconButtonBase/IconButton.variant-helpers.js";export{e as iconButtonHelpers};export{default as IconButtonBase}from"./systems/WebCore/IconButtonBase/IconButtonBase.js";export{default as IconButtonGroup}from"./systems/WebCore/IconButtonGroup/IconButtonGroup.js";export{default as Image}from"./systems/WebCore/Image/Image.js";export{default as InputFieldBase}from"./systems/WebCore/InputFieldBase/InputFieldBase.js";export{default as InputLabel}from"./systems/WebCore/InputLabel/InputLabel.js";export{default as InputLabelHelp}from"./systems/WebCore/InputLabelHelp/InputLabelHelp.js";export{default as Kbd}from"./systems/WebCore/KbdGroup/Kbd.js";export{default as KbdGroup}from"./systems/WebCore/KbdGroup/KbdGroup.js";export{default as KeyValueLabel}from"./systems/WebCore/KeyValueLabel/KeyValueLabel.js";export{default as Label}from"./systems/WebCore/Label/Label.js";export{default as Likert}from"./systems/WebCore/Likert/Likert.js";export{default as Link}from"./systems/WebCore/Link/Link.js";export{default as Loader}from"./systems/WebCore/Loader/Loader.js";export{default as Logo}from"./systems/WebCore/Logo/Logo.js";export{default as LoopsAiButton}from"./systems/WebCore/LoopsAiButton/LoopsAiButton.js";export{default as Markdown}from"./systems/WebCore/Markdown/Markdown.js";export{default as Menu}from"./systems/WebCore/Menu/Menu.js";export{ModalActionsWrapper}from"./systems/WebCore/ModalLayout/_partials/ModalActionsWrapper.js";export{ModalContentWrapper}from"./systems/WebCore/ModalLayout/_partials/ModalContentWrapper.js";export{default as ModalLayout}from"./systems/WebCore/ModalLayout/ModalLayout.js";export{default as NavigationButton}from"./systems/WebCore/NavigationButton/NavigationButton.js";export{default as Nudge}from"./systems/WebCore/Nudge/Nudge.js";export{Text}from"./systems/WebCore/Text/Text.js";import"./systems/WebCore/Nudge/NudgeButton.js";export{default as NumberField}from"./systems/WebCore/NumberField/NumberField.js";export{default as Pill}from"./systems/WebCore/Pill/Pill.js";export{default as Popper}from"./systems/WebCore/Popper/Popper.js";export{default as PoweredByWatermarkLogo}from"./systems/WebCore/PoweredByWatermarkLogo/PoweredByWatermarkLogo.js";export{default as Progress}from"./systems/WebCore/Progress/Progress.js";export{default as ProgressBar}from"./systems/WebCore/ProgressBar/ProgressBar.js";export{default as Radio}from"./systems/WebCore/Radio/Radio.js";import"./systems/WebCore/Radio/StyledRadio.js";export{default as RadioGroup}from"./systems/WebCore/RadioGroup/RadioGroup.js";export{default as Rank}from"./systems/WebCore/Rank/Rank.js";export{default as RichTextField}from"./systems/WebCore/RichTextField/RichTextField.js";export{default as Select}from"./systems/WebCore/Select/Select.js";export{default as Skeleton}from"./systems/WebCore/Skeleton/Skeleton.js";export{default as Slider}from"./systems/WebCore/Slider/Slider.js";export{default as SortableList}from"./systems/WebCore/SortableList/SortableList.js";export{default as StarRating}from"./systems/WebCore/StarRating/StarRating.js";export{default as Surface}from"./systems/WebCore/Surface/Surface.js";export{default as Switch}from"./systems/WebCore/Switch/Switch.js";export{default as Textarea}from"./systems/WebCore/Textarea/Textarea.js";export{default as TextBarDivider}from"./systems/WebCore/TextBarDivider/TextBarDivider.js";export{default as TextField}from"./systems/WebCore/TextField/TextField.js";export{default as Toast}from"./systems/WebCore/Toast/Toast.js";export{default as Tooltip}from"./systems/WebCore/Tooltip/Tooltip.js";export{default as TrialCard}from"./systems/WebCore/TrialCard/TrialCard.js";export{default as UserMenu}from"./systems/WebCore/UserMenu/UserMenu.js";export{default as VideoModal}from"./systems/WebCore/VideoModal/VideoModal.js";export{default as TintedSurface}from"./systems/WebCore/TintedSurface/TintedSurface.js";export{useBreakpoint}from"./utils/breakpoint.hook.js";export{CDN_BASE,cdnAsset}from"./utils/cdn.js";export{compareArrayMembers}from"./utils/compareArrayMembers.js";export{isButton}from"./utils/isButton.js";export{isNumber}from"./utils/isNumber.js";export{isNumeric}from"./utils/isNumeric.js";export{pluralise}from"./utils/pluralise.js";export{useScreenSize}from"./utils/screen.hook.js";export{useKeyCombo}from"./utils/useKeyCombo.js";export{usePrevious}from"./utils/usePrevious.js";export{omitProps}from"./utils/shouldForwardProp.js";export{customTheme}from"./theme/theme.js";export{useTheme,useThemeBuilder}from"./theme/theme.hooks.js";export{ThemeProvider}from"./theme/theme.provider.js";export{ThemeContext}from"./theme/theme.context.js";
@@ -1 +1 @@
1
- import{jsx as t,jsxs as e}from"react/jsx-runtime";import{Box as r}from"@mui/material";import"../AiContentContainer/AiContentContainer.js";import"react";import"../../../utils/formValidation/misc.js";import"../../BrandCore/Icon/Icon.js";import"../../BrandCore/primitiveVariables.js";import"../../WebCore/utils/typography.util.js";import"../../BrandCore/textures.js";import"../../WebCore/AnnualController/AnnualController.js";import"../../WebCore/SelectItem/SelectItem.js";import"../../WebCore/Accordion/Accordion.js";import"../../WebCore/Animations/FadeIn.js";import o from"../../WebCore/AuthFormHeader/AuthFormHeader.js";import"@mui/icons-material";import"../../WebCore/AutocompleteBaseField/_partials/AutocompleteListbox.js";import"../../WebCore/AutocompleteBaseField/_partials/StyledPopper.js";import"../../WebCore/AutocompleteBaseField/_partials/StyledAutocompleteField.js";import"../../WebCore/AutocompleteBaseField/_partials/AutocompleteChip.js";import"../../WebCore/AutocompleteBaseField/_partials/StyledAutocompleteInput.js";import"merge-sx";import"../../WebCore/Badge/Badge.js";import"../../WebCore/Breadcrumb/Breadcrumb.js";import i from"../../WebCore/Button/Button.js";import"../../WebCore/ButtonBase/ButtonBase.js";import"../../WebCore/Text/Text.js";import"../../WebCore/ButtonTabGroup/_partials/ActiveIndicator.js";import"../../WebCore/ButtonTabGroup/_partials/ButtonTabsWrapper.js";import"../../WebCore/ButtonTabGroup/_partials/TabButton.js";import"../../WebCore/Checkbox/StyledCheckbox.js";import"../../WebCore/InputFieldBase/InputFieldBase.js";import a from"../../WebCore/ColorBackgroundContainer/ColorBackgroundContainer.js";import"../../WebCore/CreatableAutocomplete/CreatableAutocomplete.js";import"../../WebCore/InputLabelBase/StyledInputLabelBase.js";import"../../WebCore/Differential/DifferentialContainer.js";import"../../WebCore/Differential/DifferentialRadio.js";import"../../WebCore/DropdownMenu/StyledMenu.js";import"../../WebCore/ExpandableTypographyClamp/ExpandableTypographyClamp.js";import"../../WebCore/FormBuilder/FormBuilder.js";import"../../WebCore/FormGenerator/FormGenerator.js";import"../../WebCore/GridOverlay/GridOverlay.js";import"html-react-parser";import"../../WebCore/IconButton/IconButton.js";import"../../WebCore/IconButtonBase/IconButtonBase.js";import"../../WebCore/IconButtonGroup/IconButtonGroup.js";import"../../WebCore/Image/Image.js";import"../../WebCore/KbdGroup/Kbd.js";import"../../WebCore/KbdGroup/KbdGroup.js";import"../../WebCore/KeyValueLabel/KeyValueLabel.js";import"../../WebCore/Label/Label.js";import"../../WebCore/Likert/LikertContainer.js";import"../../WebCore/Likert/LikertLabel.js";import"../../WebCore/Likert/LikertRadio.js";import"../../WebCore/Link/StyledLink.js";import"@lottiefiles/dotlottie-react";import"../../WebCore/LoopsAiButton/LoopsAiButton.js";import"markdown-to-jsx";import"material-ui-popup-state/hooks";import"../../WebCore/Surface/Surface.js";import"../../WebCore/Menu/MenuItem.js";import"../../WebCore/ModalLayout/_partials/ModalActionsWrapper.js";import"../../WebCore/ModalLayout/_partials/ModalContentWrapper.js";import"../../WebCore/NavigationButton/NavigationButton.js";import"../../WebCore/Nudge/NudgeButton.js";import"../../WebCore/NumberField/NumberField.js";import"../../BrandCore/colorRamps.js";import"../../BrandCore/semanticColor.js";import"../../BrandCore/types.js";import"../../BrandCore/typography.js";import"../../WebCore/Progress/Progress.js";import"../../WebCore/Pill/StyledPill.js";import"../../WebCore/ProgressBar/ProgressBar.js";import"../../WebCore/Radio/StyledRadio.js";import"../../WebCore/SortableList/components/SortableItem/SortableItem.js";import"../../WebCore/Select/StyledSelect.js";import"../../WebCore/RankItem/_partials/LayoutComponents/LayoutComponents.js";import"../../WebCore/RankItem/_partials/RankItemLabel/RankItemLabel.js";import"../../WebCore/SortableList/SortableList.js";import"../../WebCore/SortableList/components/SortableOverlay/SortableOverlay.js";import"@tiptap/extension-placeholder";import"@tiptap/starter-kit";import"mui-tiptap";import"../../WebCore/RichTextField/StyledRichTextEditor.js";import"../../WebCore/Skeleton/Skeleton.js";import"../../WebCore/Slider/StyledSlider.js";import"../../WebCore/StarRating/StarRating.js";import"../../WebCore/Switch/StyledSwitch.js";import"../../WebCore/Textarea/Textarea.js";import"../../WebCore/TrialCard/TrialCardContainers.js";import"../../WebCore/TrialCard/TrialPill.js";import"../../WebCore/UserMenu/UserMenuButton.js";import"../../WebCore/VideoModal/VideoModal.js";import"../../WebCore/TintedSurface/TintedSurface.js";import"../AISummary/AISummary.js";import"../ArrowTextIndicator/ArrowTextIndicator.js";import"../AssetItem/_partials/CoverTypeIndicator.js";import"../AssetItem/_partials/ImageTile.js";import"../AssetItem/_partials/styledPartials.js";import p from"../AuthContainerSurface/AuthContainerSurface.js";import"@mui/icons-material/CameraAlt";import"@mui/material/styles";import"../CommentCard/CommentCard.js";import"../DataPointInfo/DataPointInfo.js";import"../DemographicSelectionSection/DemographicSelectionSection.js";import"../EmojiListItem/_partials/StyledSurface.js";import"../EmojiQuestionEditorOption/_partials/StyledSurface.js";import"../TestStatus/TestStatus.js";import"@number-flow/react";import"../ExtendedTestStatus/_partials/StyledBox.js";import"../FilterCount/FilterCount.js";import"../FilteredItemsCard/FilteredItemsCard.js";import"../FilterGroupAccordion/FilterGroupAccordion.js";import"../FilterPyramidGraph/FilterPyramidGraph.js";import"../GraphBar/_partials/StyledListItemButton/StyledLisItemButton.js";import"../GraphBar/_partials/StyledLinearProgress/StyledLinearProgress.js";import"../Header/Header.js";import"../KpiDataPopover/KpiDetails.js";import"../KpiDataPopover/QuestionStatsCard.js";import"../LikertGraph/LikertGraph.js";import"../LoopItem/_partials/styledPartials.js";import"../LoopItemEmpty/LoopItemEmpty.js";import"../SliderGraph/_partials/SliderGraphYAxis/SliderGraphYAxis.js";import"@mui/material/Box";import"@mui/material/Stack";import"../SliderGraph/_partials/StyledComponents.js";import"../MiniResultCard/MiniResultCard.js";import"../Navigation/Navigation.js";import"../OnboardingCard/StyledOnboardingCard.js";import"@mui/lab";import"@mui/lab/Timeline";import"motion/react";import"../OnboardingCard/StyledTimeline.js";import"../ProjectItem/_partials/ProjectItemBadge.js";import"../ProjectItem/_partials/styledPartials.js";import"dayjs";import"../QuestionBar/QuestionBar.js";import"../QuestionBlock/QuestionBlock.js";import"../QuestionSelector/QuestionSelector.js";import"../SearchInput/SearchInput.js";import"../SectionHeader/SectionHeader.js";import"../SentimentArrow/SentimentArrow.js";import"../Tab/Tab.js";import"../TestItem/_partials/Root.js";import"react-truncate-list";import"../TestKPICard/TestKPICard.js";import"../TimeToFindGraph/_partials/StyledComponents.js";import"../TimeToFindResult/_partials/StyledComponents.js";import"../VideoControls/VideoControls.js";import"../VideoControls2/VideoControls2.js";import"../VideoControls2/components/VideoOverlayControl/VideoOverlayControl.js";import"../LoopVideoNudge/LoopVideoNudge.js";import"../PinchIndicator/_partials/PinchGraphic/PinchGraphic.js";import"../PinchIndicator/_partials/StyledSurface/StyledSurface.js";const s=()=>t(a,{sx:{display:"flex",justifyContent:"center",py:[2,5,5]},gradient:"tone4",children:e(p,{variation:"overlay",children:[t(o,{headerText:"Link expired",subText:"Your reset password link has expired. Return to log in and try again."}),t(r,{sx:{width:1},children:t(i,{fullWidth:!0,variation:"outlined",children:"Return to Log in"})})]})});export{s as default};
1
+ import{jsx as t,jsxs as e}from"react/jsx-runtime";import{Box as r}from"@mui/material";import"../AiContentContainer/AiContentContainer.js";import"react";import"../../../utils/formValidation/misc.js";import"../../BrandCore/Icon/Icon.js";import"../../BrandCore/primitiveVariables.js";import"../../WebCore/utils/typography.util.js";import"../../BrandCore/textures.js";import"../../WebCore/AnnualController/AnnualController.js";import"../../WebCore/SelectItem/SelectItem.js";import"../../WebCore/Accordion/Accordion.js";import"../../WebCore/Animations/FadeIn.js";import o from"../../WebCore/AuthFormHeader/AuthFormHeader.js";import"@mui/icons-material";import"../../WebCore/AutocompleteBaseField/_partials/AutocompleteListbox.js";import"../../WebCore/AutocompleteBaseField/_partials/StyledPopper.js";import"../../WebCore/AutocompleteBaseField/_partials/StyledAutocompleteField.js";import"../../WebCore/AutocompleteBaseField/_partials/AutocompleteChip.js";import"../../WebCore/AutocompleteBaseField/_partials/StyledAutocompleteInput.js";import"merge-sx";import"../../WebCore/Badge/Badge.js";import"../../WebCore/Breadcrumb/Breadcrumb.js";import i from"../../WebCore/Button/Button.js";import"../../WebCore/ButtonBase/ButtonBase.js";import"../../WebCore/Text/Text.js";import"../../WebCore/ButtonTabGroup/_partials/ActiveIndicator.js";import"../../WebCore/ButtonTabGroup/_partials/ButtonTabsWrapper.js";import"../../WebCore/ButtonTabGroup/_partials/TabButton.js";import"../../WebCore/Checkbox/StyledCheckbox.js";import"../../WebCore/InputFieldBase/InputFieldBase.js";import a from"../../WebCore/ColorBackgroundContainer/ColorBackgroundContainer.js";import"../../WebCore/CreatableAutocomplete/CreatableAutocomplete.js";import"../../WebCore/InputLabelBase/StyledInputLabelBase.js";import"../../WebCore/Differential/DifferentialContainer.js";import"../../WebCore/Differential/DifferentialRadio.js";import"../../WebCore/DropdownMenu/StyledMenu.js";import"../../WebCore/ExpandableTypographyClamp/ExpandableTypographyClamp.js";import"../../WebCore/FormBuilder/FormBuilder.js";import"../../WebCore/FormGenerator/FormGenerator.js";import"../../WebCore/GridOverlay/GridOverlay.js";import"html-react-parser";import"../../WebCore/IconButton/IconButton.js";import"../../WebCore/IconButtonBase/IconButtonBase.js";import"../../WebCore/IconButtonGroup/IconButtonGroup.js";import"../../WebCore/Image/Image.js";import"../../WebCore/KbdGroup/Kbd.js";import"../../WebCore/KbdGroup/KbdGroup.js";import"../../WebCore/KeyValueLabel/KeyValueLabel.js";import"../../WebCore/Label/Label.js";import"../../WebCore/Likert/LikertContainer.js";import"../../WebCore/Likert/LikertLabel.js";import"../../WebCore/Likert/LikertRadio.js";import"../../WebCore/Link/StyledLink.js";import"@lottiefiles/dotlottie-react";import"../../WebCore/LoopsAiButton/LoopsAiButton.js";import"markdown-to-jsx";import"material-ui-popup-state/hooks";import"../../WebCore/Surface/Surface.js";import"../../WebCore/Menu/MenuItem.js";import"../../WebCore/ModalLayout/_partials/ModalActionsWrapper.js";import"../../WebCore/ModalLayout/_partials/ModalContentWrapper.js";import"../../WebCore/NavigationButton/NavigationButton.js";import"../../WebCore/Nudge/NudgeButton.js";import"../../WebCore/NumberField/NumberField.js";import"../../BrandCore/colorRamps.js";import"../../BrandCore/semanticColor.js";import"../../BrandCore/types.js";import"../../BrandCore/typography.js";import"../../WebCore/Progress/Progress.js";import"../../WebCore/Pill/StyledPill.js";import"../../WebCore/ProgressBar/ProgressBar.js";import"../../WebCore/Radio/StyledRadio.js";import"../../WebCore/SortableList/components/SortableItem/SortableItem.js";import"../../WebCore/Select/StyledSelect.js";import"../../WebCore/RankItem/_partials/LayoutComponents/LayoutComponents.js";import"../../WebCore/RankItem/_partials/RankItemLabel/RankItemLabel.js";import"../../WebCore/SortableList/SortableList.js";import"../../WebCore/SortableList/components/SortableOverlay/SortableOverlay.js";import"@tiptap/extension-placeholder";import"@tiptap/starter-kit";import"mui-tiptap";import"../../WebCore/RichTextField/StyledRichTextEditor.js";import"../../WebCore/Skeleton/Skeleton.js";import"../../WebCore/Slider/StyledSlider.js";import"../../WebCore/StarRating/StarRating.js";import"../../WebCore/Switch/StyledSwitch.js";import"../../WebCore/Textarea/Textarea.js";import"../../WebCore/TrialCard/TrialCardContainers.js";import"../../WebCore/TrialCard/TrialPill.js";import"../../WebCore/UserMenu/UserMenuButton.js";import"../../WebCore/VideoModal/VideoModal.js";import"../../WebCore/TintedSurface/TintedSurface.js";import"../AISummary/AISummary.js";import"../ArrowTextIndicator/ArrowTextIndicator.js";import"../AssetItem/_partials/CoverTypeIndicator.js";import"../AssetItem/_partials/ImageTile.js";import"../AssetItem/_partials/styledPartials.js";import p from"../AuthContainerSurface/AuthContainerSurface.js";import"@mui/icons-material/CameraAlt";import"@mui/material/styles";import"../CommentCard/CommentCard.js";import"../DataPointInfo/DataPointInfo.js";import"../DemographicSelectionSection/DemographicSelectionSection.js";import"../EmojiListItem/_partials/StyledSurface.js";import"../EmojiQuestionEditorOption/_partials/StyledSurface.js";import"../TestStatus/TestStatus.js";import"@number-flow/react";import"../ExtendedTestStatus/_partials/StyledBox.js";import"../FilterCount/FilterCount.js";import"../FilteredItemsCard/FilteredItemsCard.js";import"../FilterGroupAccordion/FilterGroupAccordion.js";import"../FilterPyramidGraph/FilterPyramidGraph.js";import"../GraphBar/_partials/StyledListItemButton/StyledLisItemButton.js";import"../GraphBar/_partials/StyledLinearProgress/StyledLinearProgress.js";import"../Header/Header.js";import"../KpiDataPopover/KpiDetails.js";import"../KpiDataPopover/QuestionStatsCard.js";import"../LikertGraph/LikertGraph.js";import"../LoopItem/_partials/styledPartials.js";import"../LoopItemEmpty/LoopItemEmpty.js";import"../SliderGraph/_partials/SliderGraphYAxis/SliderGraphYAxis.js";import"@mui/material/Box";import"@mui/material/Stack";import"../SliderGraph/_partials/StyledComponents.js";import"../MiniResultCard/MiniResultCard.js";import"../Navigation/Navigation.js";import"../OnboardingCard/StyledOnboardingCard.js";import"@mui/lab";import"@mui/lab/Timeline";import"motion/react";import"../OnboardingCard/StyledTimeline.js";import"../ProjectItem/_partials/styledPartials.js";import"../ProjectItem/_partials/ProjectItemBadge.js";import"dayjs";import"../QuestionBar/QuestionBar.js";import"../QuestionBlock/QuestionBlock.js";import"../QuestionSelector/QuestionSelector.js";import"../SearchInput/SearchInput.js";import"../SectionHeader/SectionHeader.js";import"../SentimentArrow/SentimentArrow.js";import"../Tab/Tab.js";import"../TestItem/_partials/Root.js";import"react-truncate-list";import"../TestKPICard/TestKPICard.js";import"../TimeToFindGraph/_partials/StyledComponents.js";import"../TimeToFindResult/_partials/StyledComponents.js";import"../VideoControls/VideoControls.js";import"../VideoControls2/VideoControls2.js";import"../VideoControls2/components/VideoOverlayControl/VideoOverlayControl.js";import"../LoopVideoNudge/LoopVideoNudge.js";import"../PinchIndicator/_partials/PinchGraphic/PinchGraphic.js";import"../PinchIndicator/_partials/StyledSurface/StyledSurface.js";const s=()=>t(a,{sx:{display:"flex",justifyContent:"center",py:[2,5,5]},gradient:"tone4",children:e(p,{variation:"overlay",children:[t(o,{headerText:"Link expired",subText:"Your reset password link has expired. Return to log in and try again."}),t(r,{sx:{width:1},children:t(i,{fullWidth:!0,variation:"outlined",children:"Return to Log in"})})]})});export{s as default};
@@ -1 +1 @@
1
- import{jsx as e,jsxs as t}from"react/jsx-runtime";import{ArrowBack as r}from"@mui/icons-material";import{useTheme as o,Box as i}from"@mui/material";import"../AiContentContainer/AiContentContainer.js";import"react";import"../../../utils/formValidation/misc.js";import"../../BrandCore/Icon/Icon.js";import"../../BrandCore/primitiveVariables.js";import"../../WebCore/utils/typography.util.js";import"../../BrandCore/textures.js";import"../../WebCore/AnnualController/AnnualController.js";import"../../WebCore/SelectItem/SelectItem.js";import"../../WebCore/Accordion/Accordion.js";import"../../WebCore/Animations/FadeIn.js";import a from"../../WebCore/AuthFormHeader/AuthFormHeader.js";import"../../WebCore/AutocompleteBaseField/_partials/AutocompleteListbox.js";import"../../WebCore/AutocompleteBaseField/_partials/StyledPopper.js";import"../../WebCore/AutocompleteBaseField/_partials/StyledAutocompleteField.js";import"../../WebCore/AutocompleteBaseField/_partials/AutocompleteChip.js";import"../../WebCore/AutocompleteBaseField/_partials/StyledAutocompleteInput.js";import"merge-sx";import"../../WebCore/Badge/Badge.js";import"../../WebCore/Breadcrumb/Breadcrumb.js";import s from"../../WebCore/Button/Button.js";import"../../WebCore/ButtonBase/ButtonBase.js";import{Text as p}from"../../WebCore/Text/Text.js";import"../../WebCore/ButtonTabGroup/_partials/ActiveIndicator.js";import"../../WebCore/ButtonTabGroup/_partials/ButtonTabsWrapper.js";import"../../WebCore/ButtonTabGroup/_partials/TabButton.js";import"../../WebCore/Checkbox/StyledCheckbox.js";import"../../WebCore/InputFieldBase/InputFieldBase.js";import m from"../../WebCore/ColorBackgroundContainer/ColorBackgroundContainer.js";import"../../WebCore/CreatableAutocomplete/CreatableAutocomplete.js";import"../../WebCore/InputLabelBase/StyledInputLabelBase.js";import"../../WebCore/Differential/DifferentialContainer.js";import"../../WebCore/Differential/DifferentialRadio.js";import"../../WebCore/DropdownMenu/StyledMenu.js";import"../../WebCore/ExpandableTypographyClamp/ExpandableTypographyClamp.js";import"../../WebCore/FormBuilder/FormBuilder.js";import n from"../../WebCore/FormGenerator/FormGenerator.js";import"../../WebCore/GridOverlay/GridOverlay.js";import"html-react-parser";import"../../WebCore/IconButton/IconButton.js";import"../../WebCore/IconButtonBase/IconButtonBase.js";import"../../WebCore/IconButtonGroup/IconButtonGroup.js";import"../../WebCore/Image/Image.js";import"../../WebCore/KbdGroup/Kbd.js";import"../../WebCore/KbdGroup/KbdGroup.js";import"../../WebCore/KeyValueLabel/KeyValueLabel.js";import"../../WebCore/Label/Label.js";import"../../WebCore/Likert/LikertContainer.js";import"../../WebCore/Likert/LikertLabel.js";import"../../WebCore/Likert/LikertRadio.js";import l from"../../WebCore/Link/Link.js";import"@lottiefiles/dotlottie-react";import"../../WebCore/LoopsAiButton/LoopsAiButton.js";import"markdown-to-jsx";import"material-ui-popup-state/hooks";import"../../WebCore/Surface/Surface.js";import"../../WebCore/Menu/MenuItem.js";import"../../WebCore/ModalLayout/_partials/ModalActionsWrapper.js";import"../../WebCore/ModalLayout/_partials/ModalContentWrapper.js";import"../../WebCore/NavigationButton/NavigationButton.js";import"../../WebCore/Nudge/NudgeButton.js";import"../../WebCore/NumberField/NumberField.js";import"../../BrandCore/colorRamps.js";import"../../BrandCore/semanticColor.js";import"../../BrandCore/types.js";import"../../BrandCore/typography.js";import"../../WebCore/Progress/Progress.js";import"../../WebCore/Pill/StyledPill.js";import"../../WebCore/ProgressBar/ProgressBar.js";import"../../WebCore/Radio/StyledRadio.js";import"../../WebCore/SortableList/components/SortableItem/SortableItem.js";import"../../WebCore/Select/StyledSelect.js";import"../../WebCore/RankItem/_partials/LayoutComponents/LayoutComponents.js";import"../../WebCore/RankItem/_partials/RankItemLabel/RankItemLabel.js";import"../../WebCore/SortableList/SortableList.js";import"../../WebCore/SortableList/components/SortableOverlay/SortableOverlay.js";import"@tiptap/extension-placeholder";import"@tiptap/starter-kit";import"mui-tiptap";import"../../WebCore/RichTextField/StyledRichTextEditor.js";import"../../WebCore/Skeleton/Skeleton.js";import"../../WebCore/Slider/StyledSlider.js";import"../../WebCore/StarRating/StarRating.js";import"../../WebCore/Switch/StyledSwitch.js";import"../../WebCore/Textarea/Textarea.js";import"../../WebCore/TrialCard/TrialCardContainers.js";import"../../WebCore/TrialCard/TrialPill.js";import"../../WebCore/UserMenu/UserMenuButton.js";import"../../WebCore/VideoModal/VideoModal.js";import"../../WebCore/TintedSurface/TintedSurface.js";import"../AISummary/AISummary.js";import"../ArrowTextIndicator/ArrowTextIndicator.js";import"../AssetItem/_partials/CoverTypeIndicator.js";import"../AssetItem/_partials/ImageTile.js";import"../AssetItem/_partials/styledPartials.js";import d from"../AuthContainerSurface/AuthContainerSurface.js";import"@mui/icons-material/CameraAlt";import"@mui/material/styles";import"../CommentCard/CommentCard.js";import"../DataPointInfo/DataPointInfo.js";import"../DemographicSelectionSection/DemographicSelectionSection.js";import"../EmojiListItem/_partials/StyledSurface.js";import"../EmojiQuestionEditorOption/_partials/StyledSurface.js";import"../TestStatus/TestStatus.js";import"@number-flow/react";import"../ExtendedTestStatus/_partials/StyledBox.js";import"../FilterCount/FilterCount.js";import"../FilteredItemsCard/FilteredItemsCard.js";import"../FilterGroupAccordion/FilterGroupAccordion.js";import"../FilterPyramidGraph/FilterPyramidGraph.js";import"../GraphBar/_partials/StyledListItemButton/StyledLisItemButton.js";import"../GraphBar/_partials/StyledLinearProgress/StyledLinearProgress.js";import"../Header/Header.js";import"../KpiDataPopover/KpiDetails.js";import"../KpiDataPopover/QuestionStatsCard.js";import"../LikertGraph/LikertGraph.js";import"../LoopItem/_partials/styledPartials.js";import"../LoopItemEmpty/LoopItemEmpty.js";import"../SliderGraph/_partials/SliderGraphYAxis/SliderGraphYAxis.js";import"@mui/material/Box";import"@mui/material/Stack";import"../SliderGraph/_partials/StyledComponents.js";import"../MiniResultCard/MiniResultCard.js";import"../Navigation/Navigation.js";import"../OnboardingCard/StyledOnboardingCard.js";import"@mui/lab";import"@mui/lab/Timeline";import"motion/react";import"../OnboardingCard/StyledTimeline.js";import"../ProjectItem/_partials/ProjectItemBadge.js";import"../ProjectItem/_partials/styledPartials.js";import"dayjs";import"../QuestionBar/QuestionBar.js";import"../QuestionBlock/QuestionBlock.js";import"../QuestionSelector/QuestionSelector.js";import"../SearchInput/SearchInput.js";import"../SectionHeader/SectionHeader.js";import"../SentimentArrow/SentimentArrow.js";import"../Tab/Tab.js";import"../TestItem/_partials/Root.js";import"react-truncate-list";import"../TestKPICard/TestKPICard.js";import"../TimeToFindGraph/_partials/StyledComponents.js";import"../TimeToFindResult/_partials/StyledComponents.js";import"../VideoControls/VideoControls.js";import"../VideoControls2/VideoControls2.js";import"../VideoControls2/components/VideoOverlayControl/VideoOverlayControl.js";import"../LoopVideoNudge/LoopVideoNudge.js";import"../PinchIndicator/_partials/PinchGraphic/PinchGraphic.js";import"../PinchIndicator/_partials/StyledSurface/StyledSurface.js";const u=()=>{const u=o();return e(m,{sx:{display:"flex",justifyContent:"center",py:[2,5,5]},gradient:"tone4",children:t(d,{variation:"overlay",headContent:e(s,{sizing:"sm",variation:"subtle",startIcon:e(r,{}),children:"Back"}),children:[e(a,{logo:!1,headerText:"Two-factor authentication",subText:t(p,{size:"md",align:"center",children:["An email with a verification code has been sent to"," ",e("strong",{children:"[registered-email-address]"}),". Enter the code to continue."]})}),e(i,{sx:{mb:u.spacing(u.custom.margin.lg),width:1},children:e(n,{formConfig:{reValidateMode:"onChange",styleOverrides:{sxStack:{gap:u.spacing(u.custom.margin.sm)},sxForm:{width:1},sxButtons:{mt:u.spacing(u.custom.margin.md)}},fields:[{fieldType:"textfield",name:"verificationCode",fullWidth:!0,label:"Verification code",validation:{required:{value:!0,message:"Please enter your 6 digit code"}}}]},onFormSubmit:()=>console.warn("submitted"),submitButton:e(s,{fullWidth:!0,type:"submit",children:"Verify"})})}),t(p,{align:"center",size:"sm",children:["Having trouble logging in? ",e(l,{children:"Contact support"}),"."]})]})})};export{u as default};
1
+ import{jsx as e,jsxs as t}from"react/jsx-runtime";import{ArrowBack as r}from"@mui/icons-material";import{useTheme as o,Box as i}from"@mui/material";import"../AiContentContainer/AiContentContainer.js";import"react";import"../../../utils/formValidation/misc.js";import"../../BrandCore/Icon/Icon.js";import"../../BrandCore/primitiveVariables.js";import"../../WebCore/utils/typography.util.js";import"../../BrandCore/textures.js";import"../../WebCore/AnnualController/AnnualController.js";import"../../WebCore/SelectItem/SelectItem.js";import"../../WebCore/Accordion/Accordion.js";import"../../WebCore/Animations/FadeIn.js";import a from"../../WebCore/AuthFormHeader/AuthFormHeader.js";import"../../WebCore/AutocompleteBaseField/_partials/AutocompleteListbox.js";import"../../WebCore/AutocompleteBaseField/_partials/StyledPopper.js";import"../../WebCore/AutocompleteBaseField/_partials/StyledAutocompleteField.js";import"../../WebCore/AutocompleteBaseField/_partials/AutocompleteChip.js";import"../../WebCore/AutocompleteBaseField/_partials/StyledAutocompleteInput.js";import"merge-sx";import"../../WebCore/Badge/Badge.js";import"../../WebCore/Breadcrumb/Breadcrumb.js";import s from"../../WebCore/Button/Button.js";import"../../WebCore/ButtonBase/ButtonBase.js";import{Text as p}from"../../WebCore/Text/Text.js";import"../../WebCore/ButtonTabGroup/_partials/ActiveIndicator.js";import"../../WebCore/ButtonTabGroup/_partials/ButtonTabsWrapper.js";import"../../WebCore/ButtonTabGroup/_partials/TabButton.js";import"../../WebCore/Checkbox/StyledCheckbox.js";import"../../WebCore/InputFieldBase/InputFieldBase.js";import m from"../../WebCore/ColorBackgroundContainer/ColorBackgroundContainer.js";import"../../WebCore/CreatableAutocomplete/CreatableAutocomplete.js";import"../../WebCore/InputLabelBase/StyledInputLabelBase.js";import"../../WebCore/Differential/DifferentialContainer.js";import"../../WebCore/Differential/DifferentialRadio.js";import"../../WebCore/DropdownMenu/StyledMenu.js";import"../../WebCore/ExpandableTypographyClamp/ExpandableTypographyClamp.js";import"../../WebCore/FormBuilder/FormBuilder.js";import n from"../../WebCore/FormGenerator/FormGenerator.js";import"../../WebCore/GridOverlay/GridOverlay.js";import"html-react-parser";import"../../WebCore/IconButton/IconButton.js";import"../../WebCore/IconButtonBase/IconButtonBase.js";import"../../WebCore/IconButtonGroup/IconButtonGroup.js";import"../../WebCore/Image/Image.js";import"../../WebCore/KbdGroup/Kbd.js";import"../../WebCore/KbdGroup/KbdGroup.js";import"../../WebCore/KeyValueLabel/KeyValueLabel.js";import"../../WebCore/Label/Label.js";import"../../WebCore/Likert/LikertContainer.js";import"../../WebCore/Likert/LikertLabel.js";import"../../WebCore/Likert/LikertRadio.js";import l from"../../WebCore/Link/Link.js";import"@lottiefiles/dotlottie-react";import"../../WebCore/LoopsAiButton/LoopsAiButton.js";import"markdown-to-jsx";import"material-ui-popup-state/hooks";import"../../WebCore/Surface/Surface.js";import"../../WebCore/Menu/MenuItem.js";import"../../WebCore/ModalLayout/_partials/ModalActionsWrapper.js";import"../../WebCore/ModalLayout/_partials/ModalContentWrapper.js";import"../../WebCore/NavigationButton/NavigationButton.js";import"../../WebCore/Nudge/NudgeButton.js";import"../../WebCore/NumberField/NumberField.js";import"../../BrandCore/colorRamps.js";import"../../BrandCore/semanticColor.js";import"../../BrandCore/types.js";import"../../BrandCore/typography.js";import"../../WebCore/Progress/Progress.js";import"../../WebCore/Pill/StyledPill.js";import"../../WebCore/ProgressBar/ProgressBar.js";import"../../WebCore/Radio/StyledRadio.js";import"../../WebCore/SortableList/components/SortableItem/SortableItem.js";import"../../WebCore/Select/StyledSelect.js";import"../../WebCore/RankItem/_partials/LayoutComponents/LayoutComponents.js";import"../../WebCore/RankItem/_partials/RankItemLabel/RankItemLabel.js";import"../../WebCore/SortableList/SortableList.js";import"../../WebCore/SortableList/components/SortableOverlay/SortableOverlay.js";import"@tiptap/extension-placeholder";import"@tiptap/starter-kit";import"mui-tiptap";import"../../WebCore/RichTextField/StyledRichTextEditor.js";import"../../WebCore/Skeleton/Skeleton.js";import"../../WebCore/Slider/StyledSlider.js";import"../../WebCore/StarRating/StarRating.js";import"../../WebCore/Switch/StyledSwitch.js";import"../../WebCore/Textarea/Textarea.js";import"../../WebCore/TrialCard/TrialCardContainers.js";import"../../WebCore/TrialCard/TrialPill.js";import"../../WebCore/UserMenu/UserMenuButton.js";import"../../WebCore/VideoModal/VideoModal.js";import"../../WebCore/TintedSurface/TintedSurface.js";import"../AISummary/AISummary.js";import"../ArrowTextIndicator/ArrowTextIndicator.js";import"../AssetItem/_partials/CoverTypeIndicator.js";import"../AssetItem/_partials/ImageTile.js";import"../AssetItem/_partials/styledPartials.js";import d from"../AuthContainerSurface/AuthContainerSurface.js";import"@mui/icons-material/CameraAlt";import"@mui/material/styles";import"../CommentCard/CommentCard.js";import"../DataPointInfo/DataPointInfo.js";import"../DemographicSelectionSection/DemographicSelectionSection.js";import"../EmojiListItem/_partials/StyledSurface.js";import"../EmojiQuestionEditorOption/_partials/StyledSurface.js";import"../TestStatus/TestStatus.js";import"@number-flow/react";import"../ExtendedTestStatus/_partials/StyledBox.js";import"../FilterCount/FilterCount.js";import"../FilteredItemsCard/FilteredItemsCard.js";import"../FilterGroupAccordion/FilterGroupAccordion.js";import"../FilterPyramidGraph/FilterPyramidGraph.js";import"../GraphBar/_partials/StyledListItemButton/StyledLisItemButton.js";import"../GraphBar/_partials/StyledLinearProgress/StyledLinearProgress.js";import"../Header/Header.js";import"../KpiDataPopover/KpiDetails.js";import"../KpiDataPopover/QuestionStatsCard.js";import"../LikertGraph/LikertGraph.js";import"../LoopItem/_partials/styledPartials.js";import"../LoopItemEmpty/LoopItemEmpty.js";import"../SliderGraph/_partials/SliderGraphYAxis/SliderGraphYAxis.js";import"@mui/material/Box";import"@mui/material/Stack";import"../SliderGraph/_partials/StyledComponents.js";import"../MiniResultCard/MiniResultCard.js";import"../Navigation/Navigation.js";import"../OnboardingCard/StyledOnboardingCard.js";import"@mui/lab";import"@mui/lab/Timeline";import"motion/react";import"../OnboardingCard/StyledTimeline.js";import"../ProjectItem/_partials/styledPartials.js";import"../ProjectItem/_partials/ProjectItemBadge.js";import"dayjs";import"../QuestionBar/QuestionBar.js";import"../QuestionBlock/QuestionBlock.js";import"../QuestionSelector/QuestionSelector.js";import"../SearchInput/SearchInput.js";import"../SectionHeader/SectionHeader.js";import"../SentimentArrow/SentimentArrow.js";import"../Tab/Tab.js";import"../TestItem/_partials/Root.js";import"react-truncate-list";import"../TestKPICard/TestKPICard.js";import"../TimeToFindGraph/_partials/StyledComponents.js";import"../TimeToFindResult/_partials/StyledComponents.js";import"../VideoControls/VideoControls.js";import"../VideoControls2/VideoControls2.js";import"../VideoControls2/components/VideoOverlayControl/VideoOverlayControl.js";import"../LoopVideoNudge/LoopVideoNudge.js";import"../PinchIndicator/_partials/PinchGraphic/PinchGraphic.js";import"../PinchIndicator/_partials/StyledSurface/StyledSurface.js";const u=()=>{const u=o();return e(m,{sx:{display:"flex",justifyContent:"center",py:[2,5,5]},gradient:"tone4",children:t(d,{variation:"overlay",headContent:e(s,{sizing:"sm",variation:"subtle",startIcon:e(r,{}),children:"Back"}),children:[e(a,{logo:!1,headerText:"Two-factor authentication",subText:t(p,{size:"md",align:"center",children:["An email with a verification code has been sent to"," ",e("strong",{children:"[registered-email-address]"}),". Enter the code to continue."]})}),e(i,{sx:{mb:u.spacing(u.custom.margin.lg),width:1},children:e(n,{formConfig:{reValidateMode:"onChange",styleOverrides:{sxStack:{gap:u.spacing(u.custom.margin.sm)},sxForm:{width:1},sxButtons:{mt:u.spacing(u.custom.margin.md)}},fields:[{fieldType:"textfield",name:"verificationCode",fullWidth:!0,label:"Verification code",validation:{required:{value:!0,message:"Please enter your 6 digit code"}}}]},onFormSubmit:()=>console.warn("submitted"),submitButton:e(s,{fullWidth:!0,type:"submit",children:"Verify"})})}),t(p,{align:"center",size:"sm",children:["Having trouble logging in? ",e(l,{children:"Contact support"}),"."]})]})})};export{u as default};
@@ -1 +1 @@
1
- import{jsx as t}from"react/jsx-runtime";import e from"./ProjectItemGridView.js";import r from"./ProjectItemListView.js";const i=i=>"list"===i.viewType?t(r,{...i}):t(e,{...i});export{i as default};
1
+ import{jsx as e,jsxs as t,Fragment as o}from"react/jsx-runtime";import r from"./_partials/ProjectInfo.js";import i from"./_partials/ProjectItemTitle.js";import{CardContainer as a,CardActionArea as p,CardContent as s,ListInfoRow as l,MoreActionsContainer as m,MoreActionsContainerId as n,guardMoreActions as d,TitleRow as b}from"./_partials/styledPartials.js";import C from"./_partials/Thumbnail.js";import u from"./_partials/UpdatedInfo.js";import"../../../utils/formValidation/misc.js";import"@mui/material";import"../../BrandCore/Icon/Icon.js";import"../../BrandCore/primitiveVariables.js";import"../../WebCore/utils/typography.util.js";import"../../BrandCore/textures.js";import"../../WebCore/AnnualController/AnnualController.js";import"../../WebCore/SelectItem/SelectItem.js";import"../../WebCore/Accordion/Accordion.js";import"../../WebCore/Animations/FadeIn.js";import"../../WebCore/Text/Text.js";import"@mui/icons-material";import"react";import"../../WebCore/AutocompleteBaseField/_partials/AutocompleteListbox.js";import"../../WebCore/AutocompleteBaseField/_partials/StyledPopper.js";import"../../WebCore/AutocompleteBaseField/_partials/StyledAutocompleteField.js";import"../../WebCore/AutocompleteBaseField/_partials/AutocompleteChip.js";import"../../WebCore/AutocompleteBaseField/_partials/StyledAutocompleteInput.js";import"merge-sx";import"../../WebCore/Badge/Badge.js";import"../../WebCore/Breadcrumb/Breadcrumb.js";import"../../WebCore/Button/Button.js";import"../../WebCore/ButtonBase/ButtonBase.js";import"../../WebCore/ButtonTabGroup/_partials/ActiveIndicator.js";import"../../WebCore/ButtonTabGroup/_partials/ButtonTabsWrapper.js";import"../../WebCore/ButtonTabGroup/_partials/TabButton.js";import"../../WebCore/Checkbox/StyledCheckbox.js";import"../../WebCore/InputFieldBase/InputFieldBase.js";import"../../WebCore/CreatableAutocomplete/CreatableAutocomplete.js";import"../../WebCore/InputLabelBase/StyledInputLabelBase.js";import"../../WebCore/Differential/DifferentialContainer.js";import"../../WebCore/Differential/DifferentialRadio.js";import"../../WebCore/DropdownMenu/StyledMenu.js";import"../../WebCore/ExpandableTypographyClamp/ExpandableTypographyClamp.js";import"../../WebCore/FormBuilder/FormBuilder.js";import"../../WebCore/FormGenerator/FormGenerator.js";import"../../WebCore/GridOverlay/GridOverlay.js";import"html-react-parser";import"../../WebCore/IconButton/IconButton.js";import"../../WebCore/IconButtonBase/IconButtonBase.js";import"../../WebCore/IconButtonGroup/IconButtonGroup.js";import"../../WebCore/Image/Image.js";import"../../WebCore/KbdGroup/Kbd.js";import"../../WebCore/KbdGroup/KbdGroup.js";import"../../WebCore/KeyValueLabel/KeyValueLabel.js";import"../../WebCore/Label/Label.js";import"../../WebCore/Likert/LikertContainer.js";import"../../WebCore/Likert/LikertLabel.js";import"../../WebCore/Likert/LikertRadio.js";import"../../WebCore/Link/StyledLink.js";import"@lottiefiles/dotlottie-react";import"../../WebCore/LoopsAiButton/LoopsAiButton.js";import"markdown-to-jsx";import"material-ui-popup-state/hooks";import"../../WebCore/Surface/Surface.js";import"../../WebCore/Menu/MenuItem.js";import"../../WebCore/ModalLayout/_partials/ModalActionsWrapper.js";import"../../WebCore/ModalLayout/_partials/ModalContentWrapper.js";import"../../WebCore/NavigationButton/NavigationButton.js";import"../../WebCore/Nudge/NudgeButton.js";import"../../WebCore/NumberField/NumberField.js";import"../../BrandCore/colorRamps.js";import"../../BrandCore/semanticColor.js";import"../../BrandCore/types.js";import"../../BrandCore/typography.js";import"../../WebCore/Progress/Progress.js";import"../../WebCore/Pill/StyledPill.js";import"../../WebCore/ProgressBar/ProgressBar.js";import"../../WebCore/Radio/StyledRadio.js";import"../../WebCore/SortableList/components/SortableItem/SortableItem.js";import"../../WebCore/Select/StyledSelect.js";import"../../WebCore/RankItem/_partials/LayoutComponents/LayoutComponents.js";import"../../WebCore/RankItem/_partials/RankItemLabel/RankItemLabel.js";import"../../WebCore/SortableList/SortableList.js";import"../../WebCore/SortableList/components/SortableOverlay/SortableOverlay.js";import"@tiptap/extension-placeholder";import"@tiptap/starter-kit";import"mui-tiptap";import"../../WebCore/RichTextField/StyledRichTextEditor.js";import j from"../../WebCore/Skeleton/Skeleton.js";import"../../WebCore/Slider/StyledSlider.js";import"../../WebCore/StarRating/StarRating.js";import"../../WebCore/Switch/StyledSwitch.js";import"../../WebCore/Textarea/Textarea.js";import"../../WebCore/TrialCard/TrialCardContainers.js";import"../../WebCore/TrialCard/TrialPill.js";import"../../WebCore/UserMenu/UserMenuButton.js";import"../../WebCore/VideoModal/VideoModal.js";import"../../WebCore/TintedSurface/TintedSurface.js";const c=({viewType:c="grid",title:W,description:B,loopCount:h,testCount:y,draftCount:S,updatedAt:f,moreActions:g,thumbnail:I,thumbnails:L,noThumbnailMessage:T,isDemo:k,loading:v,onClick:x,user:A})=>{const _={viewType:c,loading:v,thumbnail:I,thumbnails:L,title:W,description:B,noThumbnailMessage:T,isDemo:k},F=A?{name:[A.firstName,A.lastName].filter(Boolean).join(" "),userId:A.id,avatarSrc:A.profileImage}:void 0,w=v?{pointerEvents:"none"}:void 0;return"list"===c?e(a,{viewType:"list",sx:w,children:t(p,{viewType:"list",component:"div",onClick:d(x),children:[e(C,{..._}),t(s,{viewType:"list",children:[v?e(j,{width:"100%",height:20}):e(i,{title:W,maxLines:1}),e(l,{children:t(o,v?{children:[e(j,{height:20,width:"70%"}),e(j,{height:16,width:200})]}:{children:[e(r,{loops:h,tests:y,drafts:S}),e(u,{updatedDate:f,...F,format:!0,noWrap:!0})]})})]}),!v&&g&&e(m,{viewType:"list","data-id":n,children:g})]})}):t(a,{sx:w,children:[t(p,{component:"div",disableHoverStyle:!0,onClick:d(x),children:[e(C,{..._}),t(s,{children:[e(b,{sx:v?{height:32}:void 0,children:v?e(j,{}):e(i,{title:W,maxLines:2})}),v?e(j,{height:20}):e(r,{loops:h,tests:y,drafts:S}),v?e(j,{height:16,width:"60%"}):e(u,{updatedDate:f,...F,format:!0})]})]}),!v&&g&&e(m,{"data-id":n,children:g})]})};export{c as default};
@@ -1 +1 @@
1
- import{jsx as i,jsxs as e}from"react/jsx-runtime";import{useTheme as t,Stack as n}from"@mui/material";import a from"../../BrandCore/Icon/Icon.js";import s from"./_partials/ProjectItemTitle.js";import{CardContainer as r,CardActionArea as l,ImageContainer as d,Tile as o,CardContent as c}from"./_partials/styledPartials.js";const m=({onClick:m,viewType:p,title:h})=>{const x=t();return i(r,"list"===p?{disableRaisedEffect:!0,sx:{borderBottom:`1px solid ${x.custom.palette.stroke.light}`},children:e(l,{component:"div",onClick:m,sx:{display:"flex",gap:x.spacing(x.custom.margin.sm),alignItems:"center",padding:x.spacing(x.custom.padding.xs)},children:[i(d,{sx:{height:72,width:108},"data-id":"image-container",children:i(o,{viewType:p,children:i(a,{name:"add"})})}),i(c,{sx:{overflow:"hidden",pl:x.spacing(x.custom.padding.sm),minWidth:67,flex:1,"&:last-child":{pb:0}},children:i(n,{sx:{gap:x.spacing(x.custom.margin.xs)},children:i(s,{title:h,maxLines:1})})})]})}:{sx:{height:"100%"},children:e(l,{component:"div",onClick:m,disableHoverStyle:!0,sx:{height:"inherit",display:"flex",flexDirection:"column",justifyContent:"flex-start",alignItems:"flex-start"},children:[i(d,{"data-id":"image-container",sx:{width:"100%"},children:i(o,{viewType:p,children:i(a,{name:"add"})})}),i(c,{children:i(s,{title:h,maxLines:2})})]})})};export{m as default};
1
+ import{jsx as i,jsxs as e}from"react/jsx-runtime";import"../../BrandCore/colorRamps.js";import"../../BrandCore/primitiveVariables.js";import"../../BrandCore/semanticColor.js";import"@mui/material";import"../../BrandCore/types.js";import"../../BrandCore/typography.js";import t from"../../BrandCore/Icon/Icon.js";import r from"./_partials/ProjectItemTitle.js";import{CardContainer as l,CardActionArea as o,ImageContainer as n,ImageContainerId as a,Tile as s,CardContent as d}from"./_partials/styledPartials.js";const m=({onClick:m,viewType:p="grid",title:c})=>i(l,"list"===p?{viewType:"list",children:e(o,{viewType:"list",component:"div",onClick:m,children:[i(n,{viewType:"list","data-id":a,children:i(s,{viewType:"list",children:i(t,{name:"add"})})}),i(d,{viewType:"list",children:i(r,{title:c,maxLines:1})})]})}:{sx:{height:"100%"},children:e(o,{component:"div",onClick:m,disableHoverStyle:!0,sx:{height:"inherit",display:"flex",flexDirection:"column",justifyContent:"flex-start",alignItems:"flex-start"},children:[i(n,{"data-id":a,children:i(s,{children:i(t,{name:"add"})})}),i(d,{children:i(r,{title:c,maxLines:2})})]})});export{m as default};
@@ -1 +1 @@
1
- import{jsx as e,jsxs as o}from"react/jsx-runtime";import{useTheme as t,Box as r,Stack as i}from"@mui/material";import"../../../BrandCore/colorRamps.js";import"../../../BrandCore/primitiveVariables.js";import"../../../BrandCore/semanticColor.js";import"../../../BrandCore/types.js";import"../../../BrandCore/typography.js";import a from"../../../BrandCore/Icon/Icon.js";import"../../../../utils/formValidation/misc.js";import"../../../WebCore/utils/typography.util.js";import"../../../BrandCore/textures.js";import"../../../WebCore/AnnualController/AnnualController.js";import"../../../WebCore/SelectItem/SelectItem.js";import"../../../WebCore/Accordion/Accordion.js";import"../../../WebCore/Animations/FadeIn.js";import{Text as p}from"../../../WebCore/Text/Text.js";import"@mui/icons-material";import"react";import"../../../WebCore/AutocompleteBaseField/_partials/AutocompleteListbox.js";import"../../../WebCore/AutocompleteBaseField/_partials/StyledPopper.js";import"../../../WebCore/AutocompleteBaseField/_partials/StyledAutocompleteField.js";import"../../../WebCore/AutocompleteBaseField/_partials/AutocompleteChip.js";import"../../../WebCore/AutocompleteBaseField/_partials/StyledAutocompleteInput.js";import"merge-sx";import"../../../WebCore/Badge/Badge.js";import"../../../WebCore/Breadcrumb/Breadcrumb.js";import"../../../WebCore/Button/Button.js";import"../../../WebCore/ButtonBase/ButtonBase.js";import"../../../WebCore/ButtonTabGroup/_partials/ActiveIndicator.js";import"../../../WebCore/ButtonTabGroup/_partials/ButtonTabsWrapper.js";import"../../../WebCore/ButtonTabGroup/_partials/TabButton.js";import"../../../WebCore/Checkbox/StyledCheckbox.js";import"../../../WebCore/InputFieldBase/InputFieldBase.js";import"../../../WebCore/CreatableAutocomplete/CreatableAutocomplete.js";import"../../../WebCore/InputLabelBase/StyledInputLabelBase.js";import"../../../WebCore/Differential/DifferentialContainer.js";import"../../../WebCore/Differential/DifferentialRadio.js";import"../../../WebCore/DropdownMenu/StyledMenu.js";import"../../../WebCore/ExpandableTypographyClamp/ExpandableTypographyClamp.js";import"../../../WebCore/FormBuilder/FormBuilder.js";import"../../../WebCore/FormGenerator/FormGenerator.js";import"../../../WebCore/GridOverlay/GridOverlay.js";import"html-react-parser";import"../../../WebCore/IconButton/IconButton.js";import"../../../WebCore/IconButtonBase/IconButtonBase.js";import"../../../WebCore/IconButtonGroup/IconButtonGroup.js";import"../../../WebCore/Image/Image.js";import"../../../WebCore/KbdGroup/Kbd.js";import"../../../WebCore/KbdGroup/KbdGroup.js";import"../../../WebCore/KeyValueLabel/KeyValueLabel.js";import"../../../WebCore/Label/Label.js";import"../../../WebCore/Likert/LikertContainer.js";import"../../../WebCore/Likert/LikertLabel.js";import"../../../WebCore/Likert/LikertRadio.js";import"../../../WebCore/Link/StyledLink.js";import"@lottiefiles/dotlottie-react";import"../../../WebCore/LoopsAiButton/LoopsAiButton.js";import"markdown-to-jsx";import"material-ui-popup-state/hooks";import"../../../WebCore/Surface/Surface.js";import"../../../WebCore/Menu/MenuItem.js";import"../../../WebCore/ModalLayout/_partials/ModalActionsWrapper.js";import"../../../WebCore/ModalLayout/_partials/ModalContentWrapper.js";import"../../../WebCore/NavigationButton/NavigationButton.js";import"../../../WebCore/Nudge/NudgeButton.js";import"../../../WebCore/NumberField/NumberField.js";import"../../../WebCore/Progress/Progress.js";import"../../../WebCore/Pill/StyledPill.js";import"../../../WebCore/ProgressBar/ProgressBar.js";import"../../../WebCore/Radio/StyledRadio.js";import"../../../WebCore/SortableList/components/SortableItem/SortableItem.js";import"../../../WebCore/Select/StyledSelect.js";import"../../../WebCore/RankItem/_partials/LayoutComponents/LayoutComponents.js";import"../../../WebCore/RankItem/_partials/RankItemLabel/RankItemLabel.js";import"../../../WebCore/SortableList/SortableList.js";import"../../../WebCore/SortableList/components/SortableOverlay/SortableOverlay.js";import"@tiptap/extension-placeholder";import"@tiptap/starter-kit";import"mui-tiptap";import"../../../WebCore/RichTextField/StyledRichTextEditor.js";import"../../../WebCore/Skeleton/Skeleton.js";import"../../../WebCore/Slider/StyledSlider.js";import"../../../WebCore/StarRating/StarRating.js";import"../../../WebCore/Switch/StyledSwitch.js";import"../../../WebCore/Textarea/Textarea.js";import"../../../WebCore/TrialCard/TrialCardContainers.js";import"../../../WebCore/TrialCard/TrialPill.js";import"../../../WebCore/UserMenu/UserMenuButton.js";import"../../../WebCore/VideoModal/VideoModal.js";import"../../../WebCore/TintedSurface/TintedSurface.js";const s=({text:s,textSizing:m="sm"})=>{const l=t();return e(r,{sx:{p:l.custom.padding.sm,background:`linear-gradient(135deg, ${l.custom.palette.neutral[50]} 0%, ${l.custom.palette.neutral[100]} 100%)`},children:o(i,{sx:{display:"flex",alignItems:"center",justifyContent:"center",height:1,width:1,gap:l.custom.margin.xs},children:[e(a,{name:"image-no",color:l.custom.palette.icon.secondary}),e(p,{align:"center",size:m,secondary:!0,sx:{lineHeight:1.2},children:s})]})})};export{s as default};
1
+ import{jsx as e,jsxs as o}from"react/jsx-runtime";import{useTheme as t,Box as r,Stack as i}from"@mui/material";import"../../../BrandCore/colorRamps.js";import"../../../BrandCore/primitiveVariables.js";import"../../../BrandCore/semanticColor.js";import"../../../BrandCore/types.js";import"../../../BrandCore/typography.js";import a from"../../../BrandCore/Icon/Icon.js";import"../../../../utils/formValidation/misc.js";import"../../../WebCore/utils/typography.util.js";import"../../../BrandCore/textures.js";import"../../../WebCore/AnnualController/AnnualController.js";import"../../../WebCore/SelectItem/SelectItem.js";import"../../../WebCore/Accordion/Accordion.js";import"../../../WebCore/Animations/FadeIn.js";import{Text as p}from"../../../WebCore/Text/Text.js";import"@mui/icons-material";import"react";import"../../../WebCore/AutocompleteBaseField/_partials/AutocompleteListbox.js";import"../../../WebCore/AutocompleteBaseField/_partials/StyledPopper.js";import"../../../WebCore/AutocompleteBaseField/_partials/StyledAutocompleteField.js";import"../../../WebCore/AutocompleteBaseField/_partials/AutocompleteChip.js";import"../../../WebCore/AutocompleteBaseField/_partials/StyledAutocompleteInput.js";import"merge-sx";import"../../../WebCore/Badge/Badge.js";import"../../../WebCore/Breadcrumb/Breadcrumb.js";import"../../../WebCore/Button/Button.js";import"../../../WebCore/ButtonBase/ButtonBase.js";import"../../../WebCore/ButtonTabGroup/_partials/ActiveIndicator.js";import"../../../WebCore/ButtonTabGroup/_partials/ButtonTabsWrapper.js";import"../../../WebCore/ButtonTabGroup/_partials/TabButton.js";import"../../../WebCore/Checkbox/StyledCheckbox.js";import"../../../WebCore/InputFieldBase/InputFieldBase.js";import"../../../WebCore/CreatableAutocomplete/CreatableAutocomplete.js";import"../../../WebCore/InputLabelBase/StyledInputLabelBase.js";import"../../../WebCore/Differential/DifferentialContainer.js";import"../../../WebCore/Differential/DifferentialRadio.js";import"../../../WebCore/DropdownMenu/StyledMenu.js";import"../../../WebCore/ExpandableTypographyClamp/ExpandableTypographyClamp.js";import"../../../WebCore/FormBuilder/FormBuilder.js";import"../../../WebCore/FormGenerator/FormGenerator.js";import"../../../WebCore/GridOverlay/GridOverlay.js";import"html-react-parser";import"../../../WebCore/IconButton/IconButton.js";import"../../../WebCore/IconButtonBase/IconButtonBase.js";import"../../../WebCore/IconButtonGroup/IconButtonGroup.js";import"../../../WebCore/Image/Image.js";import"../../../WebCore/KbdGroup/Kbd.js";import"../../../WebCore/KbdGroup/KbdGroup.js";import"../../../WebCore/KeyValueLabel/KeyValueLabel.js";import"../../../WebCore/Label/Label.js";import"../../../WebCore/Likert/LikertContainer.js";import"../../../WebCore/Likert/LikertLabel.js";import"../../../WebCore/Likert/LikertRadio.js";import"../../../WebCore/Link/StyledLink.js";import"@lottiefiles/dotlottie-react";import"../../../WebCore/LoopsAiButton/LoopsAiButton.js";import"markdown-to-jsx";import"material-ui-popup-state/hooks";import"../../../WebCore/Surface/Surface.js";import"../../../WebCore/Menu/MenuItem.js";import"../../../WebCore/ModalLayout/_partials/ModalActionsWrapper.js";import"../../../WebCore/ModalLayout/_partials/ModalContentWrapper.js";import"../../../WebCore/NavigationButton/NavigationButton.js";import"../../../WebCore/Nudge/NudgeButton.js";import"../../../WebCore/NumberField/NumberField.js";import"../../../WebCore/Progress/Progress.js";import"../../../WebCore/Pill/StyledPill.js";import"../../../WebCore/ProgressBar/ProgressBar.js";import"../../../WebCore/Radio/StyledRadio.js";import"../../../WebCore/SortableList/components/SortableItem/SortableItem.js";import"../../../WebCore/Select/StyledSelect.js";import"../../../WebCore/RankItem/_partials/LayoutComponents/LayoutComponents.js";import"../../../WebCore/RankItem/_partials/RankItemLabel/RankItemLabel.js";import"../../../WebCore/SortableList/SortableList.js";import"../../../WebCore/SortableList/components/SortableOverlay/SortableOverlay.js";import"@tiptap/extension-placeholder";import"@tiptap/starter-kit";import"mui-tiptap";import"../../../WebCore/RichTextField/StyledRichTextEditor.js";import"../../../WebCore/Skeleton/Skeleton.js";import"../../../WebCore/Slider/StyledSlider.js";import"../../../WebCore/StarRating/StarRating.js";import"../../../WebCore/Switch/StyledSwitch.js";import"../../../WebCore/Textarea/Textarea.js";import"../../../WebCore/TrialCard/TrialCardContainers.js";import"../../../WebCore/TrialCard/TrialPill.js";import"../../../WebCore/UserMenu/UserMenuButton.js";import"../../../WebCore/VideoModal/VideoModal.js";import"../../../WebCore/TintedSurface/TintedSurface.js";const s=({text:s,textSizing:m="sm"})=>{const l=t();return e(r,{sx:{width:1,height:1,p:l.custom.padding.sm,background:`linear-gradient(135deg, ${l.custom.palette.neutral[50]} 0%, ${l.custom.palette.neutral[100]} 100%)`},children:o(i,{sx:{display:"flex",alignItems:"center",justifyContent:"center",height:1,width:1,gap:l.custom.margin.xs},children:[e(a,{name:"image-no",color:l.custom.palette.icon.secondary}),e(p,{align:"center",size:m,secondary:!0,sx:{lineHeight:1.2},children:s})]})})};export{s as default};
@@ -1 +1 @@
1
- import{jsxs as e,jsx as r}from"react/jsx-runtime";import{Box as s}from"@mui/material";import{pluralise as t}from"../../../../utils/pluralise.js";import{Text as i}from"../../../WebCore/Text/Text.js";const l=(l,o)=>e(s,{sx:{display:"flex",gap:.5},children:[r(i,{size:"sm",bold:!0,children:l||0}),r(i,{size:"sm",secondary:!0,children:t(o,l||0)})]}),o=({loops:r,tests:t,drafts:i})=>e(s,{sx:{display:"flex",alignItems:"center",flexWrap:"wrap",columnGap:1},children:[!!r&&l(r,"Loop"),!!t&&l(t,"Test"),!!i&&l(i,"Draft")]});export{o as default};
1
+ import{jsxs as e,jsx as t}from"react/jsx-runtime";import{Box as r}from"@mui/material";import{Text as o}from"../../../WebCore/Text/Text.js";import{pluralise as s}from"../../../../utils/pluralise.js";import"react";const a=({count:e,label:r,parenthesised:a})=>{const l=`${e} ${s(r,e)}`;return t(o,{size:"sm",secondary:!0,monospaced:!0,children:a?`(${l})`:l})},l=({loops:o,tests:s,drafts:l})=>o||s||l?e(r,{sx:{display:"flex",alignItems:"center",flexWrap:"wrap",columnGap:e=>e.p.md},children:[!!o&&t(a,{count:o,label:"Loop"}),!!s&&t(a,{count:s,label:"Test"}),!!l&&t(a,{count:l,label:"Draft",parenthesised:!0})]}):null;export{l as default};
@@ -1 +1 @@
1
- import{jsx as e}from"react/jsx-runtime";import{mergeSx as t}from"merge-sx";import{Text as i}from"../../../WebCore/Text/Text.js";const r=({title:r,maxLines:o,sx:m})=>e(i,{size:"md",bold:!0,sx:t({overflow:"hidden",display:"-webkit-box",WebkitLineClamp:`${o}`,WebkitBoxOrient:"vertical"},m),children:r});export{r as default};
1
+ import{jsx as e}from"react/jsx-runtime";import{Text as t}from"../../../WebCore/Text/Text.js";const s=({title:s,maxLines:m,sx:r})=>e(t,{size:"md",bold:!0,clamp:m,className:"ProjectItem__Title",sx:r,children:s});export{s as default};
@@ -0,0 +1 @@
1
+ import{jsx as e,jsxs as o,Fragment as t}from"react/jsx-runtime";import r from"./NoThumbnailPlaceholder.js";import i from"./ProjectItemBadge.js";import{ImageContainer as a,ImageContainerId as p,Collage as s,CollageCell as m,LazyImage as l,CollageScrim as n}from"./styledPartials.js";import"../../../../utils/formValidation/misc.js";import"@mui/material";import"../../../BrandCore/Icon/Icon.js";import"../../../BrandCore/primitiveVariables.js";import"../../../WebCore/utils/typography.util.js";import"../../../BrandCore/textures.js";import"../../../WebCore/AnnualController/AnnualController.js";import"../../../WebCore/SelectItem/SelectItem.js";import"../../../WebCore/Accordion/Accordion.js";import"../../../WebCore/Animations/FadeIn.js";import{Text as b}from"../../../WebCore/Text/Text.js";import"@mui/icons-material";import"react";import"../../../WebCore/AutocompleteBaseField/_partials/AutocompleteListbox.js";import"../../../WebCore/AutocompleteBaseField/_partials/StyledPopper.js";import"../../../WebCore/AutocompleteBaseField/_partials/StyledAutocompleteField.js";import"../../../WebCore/AutocompleteBaseField/_partials/AutocompleteChip.js";import"../../../WebCore/AutocompleteBaseField/_partials/StyledAutocompleteInput.js";import"merge-sx";import"../../../WebCore/Badge/Badge.js";import"../../../WebCore/Breadcrumb/Breadcrumb.js";import"../../../WebCore/Button/Button.js";import"../../../WebCore/ButtonBase/ButtonBase.js";import"../../../WebCore/ButtonTabGroup/_partials/ActiveIndicator.js";import"../../../WebCore/ButtonTabGroup/_partials/ButtonTabsWrapper.js";import"../../../WebCore/ButtonTabGroup/_partials/TabButton.js";import"../../../WebCore/Checkbox/StyledCheckbox.js";import"../../../WebCore/InputFieldBase/InputFieldBase.js";import"../../../WebCore/CreatableAutocomplete/CreatableAutocomplete.js";import"../../../WebCore/InputLabelBase/StyledInputLabelBase.js";import"../../../WebCore/Differential/DifferentialContainer.js";import"../../../WebCore/Differential/DifferentialRadio.js";import"../../../WebCore/DropdownMenu/StyledMenu.js";import"../../../WebCore/ExpandableTypographyClamp/ExpandableTypographyClamp.js";import"../../../WebCore/FormBuilder/FormBuilder.js";import"../../../WebCore/FormGenerator/FormGenerator.js";import"../../../WebCore/GridOverlay/GridOverlay.js";import"html-react-parser";import"../../../WebCore/IconButton/IconButton.js";import"../../../WebCore/IconButtonBase/IconButtonBase.js";import"../../../WebCore/IconButtonGroup/IconButtonGroup.js";import"../../../WebCore/Image/Image.js";import"../../../WebCore/KbdGroup/Kbd.js";import"../../../WebCore/KbdGroup/KbdGroup.js";import"../../../WebCore/KeyValueLabel/KeyValueLabel.js";import"../../../WebCore/Label/Label.js";import"../../../WebCore/Likert/LikertContainer.js";import"../../../WebCore/Likert/LikertLabel.js";import"../../../WebCore/Likert/LikertRadio.js";import"../../../WebCore/Link/StyledLink.js";import"@lottiefiles/dotlottie-react";import"../../../WebCore/LoopsAiButton/LoopsAiButton.js";import"markdown-to-jsx";import"material-ui-popup-state/hooks";import"../../../WebCore/Surface/Surface.js";import"../../../WebCore/Menu/MenuItem.js";import"../../../WebCore/ModalLayout/_partials/ModalActionsWrapper.js";import"../../../WebCore/ModalLayout/_partials/ModalContentWrapper.js";import"../../../WebCore/NavigationButton/NavigationButton.js";import"../../../WebCore/Nudge/NudgeButton.js";import"../../../WebCore/NumberField/NumberField.js";import"../../../BrandCore/colorRamps.js";import"../../../BrandCore/semanticColor.js";import"../../../BrandCore/types.js";import"../../../BrandCore/typography.js";import"../../../WebCore/Progress/Progress.js";import"../../../WebCore/Pill/StyledPill.js";import"../../../WebCore/ProgressBar/ProgressBar.js";import"../../../WebCore/Radio/StyledRadio.js";import"../../../WebCore/SortableList/components/SortableItem/SortableItem.js";import"../../../WebCore/Select/StyledSelect.js";import"../../../WebCore/RankItem/_partials/LayoutComponents/LayoutComponents.js";import"../../../WebCore/RankItem/_partials/RankItemLabel/RankItemLabel.js";import"../../../WebCore/SortableList/SortableList.js";import"../../../WebCore/SortableList/components/SortableOverlay/SortableOverlay.js";import"@tiptap/extension-placeholder";import"@tiptap/starter-kit";import"mui-tiptap";import"../../../WebCore/RichTextField/StyledRichTextEditor.js";import d from"../../../WebCore/Skeleton/Skeleton.js";import"../../../WebCore/Slider/StyledSlider.js";import"../../../WebCore/StarRating/StarRating.js";import"../../../WebCore/Switch/StyledSwitch.js";import"../../../WebCore/Textarea/Textarea.js";import"../../../WebCore/TrialCard/TrialCardContainers.js";import"../../../WebCore/TrialCard/TrialPill.js";import"../../../WebCore/UserMenu/UserMenuButton.js";import"../../../WebCore/VideoModal/VideoModal.js";import"../../../WebCore/TintedSurface/TintedSurface.js";const C=({viewType:C="grid",loading:u,thumbnail:j,thumbnails:W,title:c,description:B,noThumbnailMessage:S,isDemo:g})=>{const y=W?.filter(Boolean)??[],h=y.length?y:j?[j]:[],L=h.slice(0,"grid"===C?4:1),I="grid"===C?h.length-L.length:0;return e(a,{viewType:C,"data-id":p,children:u?e(d,{}):o(t,{children:[g&&e(i,{body:"Demo",sx:"grid"===C?{bottom:8,left:8}:{top:4,right:4}}),L.length>0&&e(s,{count:L.length,children:L.map((t,r)=>o(m,{children:[e(l,{thumbnail:t,title:c,description:B}),I>0&&r===L.length-1&&e(n,{children:o(b,{size:"xl",bold:!0,lockedWhite:!0,children:["+",I]})})]},`${t}-${r}`))}),!L.length&&S&&e(r,{text:S,textSizing:"grid"===C?"sm":"xxs"})]})})};export{C as default};
@@ -1 +1 @@
1
- import{jsxs as t}from"react/jsx-runtime";import e from"dayjs";import{Text as o}from"../../../WebCore/Text/Text.js";const r=({updatedDate:r,format:a=!1,noWrap:s})=>t(o,{size:"xxs",noWrap:s,sx:{color:t=>t.custom.palette.text.secondary},children:["Edited on ",a?e(r).format("DD MMM YYYY"):r]});export{r as default};
1
+ import{jsxs as e,jsx as o}from"react/jsx-runtime";import{useTheme as r,Stack as t}from"@mui/material";import i from"dayjs";import{getAuthorAvatarColor as a}from"../../CommentCard/CommentCard.js";import"../../../../utils/formValidation/misc.js";import"../../../BrandCore/Icon/Icon.js";import"../../../BrandCore/primitiveVariables.js";import"../../../WebCore/utils/typography.util.js";import"../../../BrandCore/textures.js";import"../../../WebCore/AnnualController/AnnualController.js";import"../../../WebCore/SelectItem/SelectItem.js";import"../../../WebCore/Accordion/Accordion.js";import"../../../WebCore/Animations/FadeIn.js";import{Text as p}from"../../../WebCore/Text/Text.js";import"@mui/icons-material";import"react";import"../../../WebCore/AutocompleteBaseField/_partials/AutocompleteListbox.js";import"../../../WebCore/AutocompleteBaseField/_partials/StyledPopper.js";import"../../../WebCore/AutocompleteBaseField/_partials/StyledAutocompleteField.js";import"../../../WebCore/AutocompleteBaseField/_partials/AutocompleteChip.js";import"../../../WebCore/AutocompleteBaseField/_partials/StyledAutocompleteInput.js";import s from"../../../WebCore/Avatar/Avatar.js";import"../../../WebCore/Badge/Badge.js";import"merge-sx";import"../../../WebCore/Breadcrumb/Breadcrumb.js";import"../../../WebCore/Button/Button.js";import"../../../WebCore/ButtonBase/ButtonBase.js";import"../../../WebCore/ButtonTabGroup/_partials/ActiveIndicator.js";import"../../../WebCore/ButtonTabGroup/_partials/ButtonTabsWrapper.js";import"../../../WebCore/ButtonTabGroup/_partials/TabButton.js";import"../../../WebCore/Checkbox/StyledCheckbox.js";import"../../../WebCore/InputFieldBase/InputFieldBase.js";import"../../../WebCore/CreatableAutocomplete/CreatableAutocomplete.js";import"../../../WebCore/InputLabelBase/StyledInputLabelBase.js";import"../../../WebCore/Differential/DifferentialContainer.js";import"../../../WebCore/Differential/DifferentialRadio.js";import"../../../WebCore/DropdownMenu/StyledMenu.js";import"../../../WebCore/ExpandableTypographyClamp/ExpandableTypographyClamp.js";import"../../../WebCore/FormBuilder/FormBuilder.js";import"../../../WebCore/FormGenerator/FormGenerator.js";import"../../../WebCore/GridOverlay/GridOverlay.js";import"html-react-parser";import"../../../WebCore/IconButton/IconButton.js";import"../../../WebCore/IconButtonBase/IconButtonBase.js";import"../../../WebCore/IconButtonGroup/IconButtonGroup.js";import"../../../WebCore/Image/Image.js";import"../../../WebCore/KbdGroup/Kbd.js";import"../../../WebCore/KbdGroup/KbdGroup.js";import"../../../WebCore/KeyValueLabel/KeyValueLabel.js";import"../../../WebCore/Label/Label.js";import"../../../WebCore/Likert/LikertContainer.js";import"../../../WebCore/Likert/LikertLabel.js";import"../../../WebCore/Likert/LikertRadio.js";import"../../../WebCore/Link/StyledLink.js";import"@lottiefiles/dotlottie-react";import"../../../WebCore/LoopsAiButton/LoopsAiButton.js";import"markdown-to-jsx";import"material-ui-popup-state/hooks";import"../../../WebCore/Surface/Surface.js";import"../../../WebCore/Menu/MenuItem.js";import"../../../WebCore/ModalLayout/_partials/ModalActionsWrapper.js";import"../../../WebCore/ModalLayout/_partials/ModalContentWrapper.js";import"../../../WebCore/NavigationButton/NavigationButton.js";import"../../../WebCore/Nudge/NudgeButton.js";import"../../../WebCore/NumberField/NumberField.js";import"../../../BrandCore/colorRamps.js";import"../../../BrandCore/semanticColor.js";import"../../../BrandCore/types.js";import"../../../BrandCore/typography.js";import"../../../WebCore/Progress/Progress.js";import m from"../../../WebCore/Tooltip/Tooltip.js";import"../../../WebCore/Pill/StyledPill.js";import"../../../WebCore/ProgressBar/ProgressBar.js";import"../../../WebCore/Radio/StyledRadio.js";import"../../../WebCore/SortableList/components/SortableItem/SortableItem.js";import"../../../WebCore/Select/StyledSelect.js";import"../../../WebCore/RankItem/_partials/LayoutComponents/LayoutComponents.js";import"../../../WebCore/RankItem/_partials/RankItemLabel/RankItemLabel.js";import"../../../WebCore/SortableList/SortableList.js";import"../../../WebCore/SortableList/components/SortableOverlay/SortableOverlay.js";import"@tiptap/extension-placeholder";import"@tiptap/starter-kit";import"mui-tiptap";import"../../../WebCore/RichTextField/StyledRichTextEditor.js";import"../../../WebCore/Skeleton/Skeleton.js";import"../../../WebCore/Slider/StyledSlider.js";import"../../../WebCore/StarRating/StarRating.js";import"../../../WebCore/Switch/StyledSwitch.js";import"../../../WebCore/Textarea/Textarea.js";import"../../../WebCore/TrialCard/TrialCardContainers.js";import"../../../WebCore/TrialCard/TrialPill.js";import"../../../WebCore/UserMenu/UserMenuButton.js";import"../../../WebCore/VideoModal/VideoModal.js";import"../../../WebCore/TintedSurface/TintedSurface.js";const l=({updatedDate:l,name:n,userId:b,avatarSrc:C,format:d=!1,noWrap:u})=>{const j=r();if(!l||d&&!i(l).isValid())return null;const W=d?i(l).format("DD MMM YYYY"):l;return e(t,{direction:"row",sx:{alignItems:"center",gap:j.spacing(j.custom.margin.xs)},children:[o(m,{message:n?`Last edited by ${n} on ${W}.`:`Last edited on ${W}.`,children:o(s,{sizing:"xs",src:C??void 0,alt:n,sx:{backgroundColor:a(j,b??n),color:j.custom.palette.text.primary},children:o(p,{bold:!0,sx:{lineHeight:1,fontSize:"16px",position:"relative",top:"-1px",textTransform:"uppercase"},children:n?.substring(0,1)})})}),e(p,{size:"xxs",noWrap:u,secondary:!0,monospaced:!0,sx:{minWidth:"10em"},children:["Edited on ",W]})]})};export{l as default};
@@ -1 +1 @@
1
- import{jsx as e}from"react/jsx-runtime";import{styled as o,Box as t,CardActionArea as r,boxClasses as i,CardContent as a}from"@mui/material";import"../../../../utils/formValidation/misc.js";import"../../../BrandCore/Icon/Icon.js";import"../../../BrandCore/primitiveVariables.js";import"../../../WebCore/utils/typography.util.js";import"../../../BrandCore/textures.js";import"../../../WebCore/AnnualController/AnnualController.js";import"../../../WebCore/SelectItem/SelectItem.js";import"../../../WebCore/Accordion/Accordion.js";import"../../../WebCore/Animations/FadeIn.js";import"../../../WebCore/Text/Text.js";import"@mui/icons-material";import"react";import"../../../WebCore/AutocompleteBaseField/_partials/AutocompleteListbox.js";import"../../../WebCore/AutocompleteBaseField/_partials/StyledPopper.js";import"../../../WebCore/AutocompleteBaseField/_partials/StyledAutocompleteField.js";import"../../../WebCore/AutocompleteBaseField/_partials/AutocompleteChip.js";import"../../../WebCore/AutocompleteBaseField/_partials/StyledAutocompleteInput.js";import"merge-sx";import"../../../WebCore/Badge/Badge.js";import"../../../WebCore/Breadcrumb/Breadcrumb.js";import"../../../WebCore/Button/Button.js";import"../../../WebCore/ButtonBase/ButtonBase.js";import"../../../WebCore/ButtonTabGroup/_partials/ActiveIndicator.js";import"../../../WebCore/ButtonTabGroup/_partials/ButtonTabsWrapper.js";import"../../../WebCore/ButtonTabGroup/_partials/TabButton.js";import"../../../WebCore/Checkbox/StyledCheckbox.js";import"../../../WebCore/InputFieldBase/InputFieldBase.js";import"../../../WebCore/CreatableAutocomplete/CreatableAutocomplete.js";import"../../../WebCore/InputLabelBase/StyledInputLabelBase.js";import"../../../WebCore/Differential/DifferentialContainer.js";import"../../../WebCore/Differential/DifferentialRadio.js";import"../../../WebCore/DropdownMenu/StyledMenu.js";import"../../../WebCore/ExpandableTypographyClamp/ExpandableTypographyClamp.js";import"../../../WebCore/FormBuilder/FormBuilder.js";import"../../../WebCore/FormGenerator/FormGenerator.js";import"../../../WebCore/GridOverlay/GridOverlay.js";import"html-react-parser";import"../../../WebCore/IconButton/IconButton.js";import"../../../WebCore/IconButtonBase/IconButtonBase.js";import"../../../WebCore/IconButtonGroup/IconButtonGroup.js";import p from"../../../WebCore/Image/Image.js";import"../../../WebCore/KbdGroup/Kbd.js";import"../../../WebCore/KbdGroup/KbdGroup.js";import"../../../WebCore/KeyValueLabel/KeyValueLabel.js";import"../../../WebCore/Label/Label.js";import"../../../WebCore/Likert/LikertContainer.js";import"../../../WebCore/Likert/LikertLabel.js";import"../../../WebCore/Likert/LikertRadio.js";import"../../../WebCore/Link/StyledLink.js";import"@lottiefiles/dotlottie-react";import"../../../WebCore/LoopsAiButton/LoopsAiButton.js";import"markdown-to-jsx";import"material-ui-popup-state/hooks";import"../../../WebCore/Surface/Surface.js";import"../../../WebCore/Menu/MenuItem.js";import"../../../WebCore/ModalLayout/_partials/ModalActionsWrapper.js";import"../../../WebCore/ModalLayout/_partials/ModalContentWrapper.js";import"../../../WebCore/NavigationButton/NavigationButton.js";import"../../../WebCore/Nudge/NudgeButton.js";import"../../../WebCore/NumberField/NumberField.js";import"../../../BrandCore/colorRamps.js";import"../../../BrandCore/semanticColor.js";import"../../../BrandCore/types.js";import"../../../BrandCore/typography.js";import"../../../WebCore/Progress/Progress.js";import"../../../WebCore/Pill/StyledPill.js";import"../../../WebCore/ProgressBar/ProgressBar.js";import"../../../WebCore/Radio/StyledRadio.js";import"../../../WebCore/SortableList/components/SortableItem/SortableItem.js";import{omitProps as s}from"../../../../utils/shouldForwardProp.js";import"../../../WebCore/Select/StyledSelect.js";import"../../../WebCore/RankItem/_partials/LayoutComponents/LayoutComponents.js";import"../../../WebCore/RankItem/_partials/RankItemLabel/RankItemLabel.js";import"../../../WebCore/SortableList/SortableList.js";import"../../../WebCore/SortableList/components/SortableOverlay/SortableOverlay.js";import"@tiptap/extension-placeholder";import"@tiptap/starter-kit";import"mui-tiptap";import"../../../WebCore/RichTextField/StyledRichTextEditor.js";import"../../../WebCore/Skeleton/Skeleton.js";import"../../../WebCore/Slider/StyledSlider.js";import"../../../WebCore/StarRating/StarRating.js";import"../../../WebCore/Switch/StyledSwitch.js";import"../../../WebCore/Textarea/Textarea.js";import"../../../WebCore/TrialCard/TrialCardContainers.js";import"../../../WebCore/TrialCard/TrialPill.js";import"../../../WebCore/UserMenu/UserMenuButton.js";import"../../../WebCore/VideoModal/VideoModal.js";import"../../../WebCore/TintedSurface/TintedSurface.js";const l=150,m=72,n=108,d=o(t,{shouldForwardProp:s("disableRaisedEffect")})(({theme:e,disableRaisedEffect:o})=>({width:"100%",transition:"all 0.3s ease","&:hover":{'*[data-id="image-container"]':{boxShadow:o?"none":e.custom.elevation.raised}}})),b=o(r,{shouldForwardProp:s("disableHoverStyle")})(({theme:e,disableHoverStyle:o=!1})=>({cursor:"pointer",...!0===o&&{"& .MuiCardActionArea-focusHighlight":{backgroundColor:e.palette.background.paper}}})),u=o(t)(({theme:e})=>({boxShadow:"none",overflow:"hidden",height:150,position:"relative",borderRadius:e.spacing(e.custom.radius.md),[`> .${i.root}`]:{display:"flex",height:"100%","> span":{display:"flex",width:"100%"}}})),C=({title:o,description:t,thumbnail:r})=>{const i=[o,t].filter(Boolean).join(" | ");return e(p,{src:r??void 0,alt:i,title:i,style:{width:"100%",height:"auto",objectFit:"cover"}})},c=o(a)(({theme:e})=>({paddingTop:e.spacing(e.custom.padding.xs),paddingBottom:e.spacing(e.custom.padding.xs),paddingLeft:0,paddingRight:0,display:"flex",flexDirection:"column",gap:e.spacing(e.custom.margin.xs),'& [data-id="title-container"]':{display:"flex",flexDirection:"row",justifyContent:"space-between",alignItems:"start",gap:e.spacing(e.custom.margin.xs),"& > p":{alignSelf:"center"}}})),j=o(t,{shouldForwardProp:s("viewType")})(({theme:e,viewType:o})=>({width:"grid"===o?"100%":108,height:"grid"===o?150:72,backgroundColor:e.custom.palette.purple[0],display:"flex",justifyContent:"center",alignItems:"center",borderRadius:e.spacing(e.custom.radius.md),"& svg":{height:"grid"===o?64:32,width:"grid"===o?64:32}}));export{b as CardActionArea,d as CardContainer,c as CardContent,l as GridImageHeight,u as ImageContainer,C as LazyImage,m as ListImageHeight,n as ListImageWidth,j as Tile};
1
+ import{jsx as e}from"react/jsx-runtime";import{styled as o,Box as t,cardActionAreaClasses as r,CardActionArea as i,CardContent as a,iconButtonClasses as s,Stack as p}from"@mui/material";import"../../../../utils/formValidation/misc.js";import"../../../BrandCore/Icon/Icon.js";import"../../../BrandCore/primitiveVariables.js";import"../../../WebCore/utils/typography.util.js";import"../../../BrandCore/textures.js";import"../../../WebCore/AnnualController/AnnualController.js";import"../../../WebCore/SelectItem/SelectItem.js";import"../../../WebCore/Accordion/Accordion.js";import"../../../WebCore/Animations/FadeIn.js";import"../../../WebCore/Text/Text.js";import"@mui/icons-material";import"react";import"../../../WebCore/AutocompleteBaseField/_partials/AutocompleteListbox.js";import"../../../WebCore/AutocompleteBaseField/_partials/StyledPopper.js";import"../../../WebCore/AutocompleteBaseField/_partials/StyledAutocompleteField.js";import"../../../WebCore/AutocompleteBaseField/_partials/AutocompleteChip.js";import"../../../WebCore/AutocompleteBaseField/_partials/StyledAutocompleteInput.js";import"merge-sx";import"../../../WebCore/Badge/Badge.js";import"../../../WebCore/Breadcrumb/Breadcrumb.js";import"../../../WebCore/Button/Button.js";import"../../../WebCore/ButtonBase/ButtonBase.js";import"../../../WebCore/ButtonTabGroup/_partials/ActiveIndicator.js";import"../../../WebCore/ButtonTabGroup/_partials/ButtonTabsWrapper.js";import"../../../WebCore/ButtonTabGroup/_partials/TabButton.js";import"../../../WebCore/Checkbox/StyledCheckbox.js";import"../../../WebCore/InputFieldBase/InputFieldBase.js";import"../../../WebCore/CreatableAutocomplete/CreatableAutocomplete.js";import"../../../WebCore/InputLabelBase/StyledInputLabelBase.js";import"../../../WebCore/Differential/DifferentialContainer.js";import"../../../WebCore/Differential/DifferentialRadio.js";import"../../../WebCore/DropdownMenu/StyledMenu.js";import"../../../WebCore/ExpandableTypographyClamp/ExpandableTypographyClamp.js";import"../../../WebCore/FormBuilder/FormBuilder.js";import"../../../WebCore/FormGenerator/FormGenerator.js";import"../../../WebCore/GridOverlay/GridOverlay.js";import"html-react-parser";import"../../../WebCore/IconButton/IconButton.js";import"../../../WebCore/IconButtonBase/IconButtonBase.js";import"../../../WebCore/IconButtonGroup/IconButtonGroup.js";import n from"../../../WebCore/Image/Image.js";import"../../../WebCore/KbdGroup/Kbd.js";import"../../../WebCore/KbdGroup/KbdGroup.js";import"../../../WebCore/KeyValueLabel/KeyValueLabel.js";import"../../../WebCore/Label/Label.js";import"../../../WebCore/Likert/LikertContainer.js";import"../../../WebCore/Likert/LikertLabel.js";import"../../../WebCore/Likert/LikertRadio.js";import"../../../WebCore/Link/StyledLink.js";import"@lottiefiles/dotlottie-react";import"../../../WebCore/LoopsAiButton/LoopsAiButton.js";import"markdown-to-jsx";import"material-ui-popup-state/hooks";import"../../../WebCore/Surface/Surface.js";import"../../../WebCore/Menu/MenuItem.js";import"../../../WebCore/ModalLayout/_partials/ModalActionsWrapper.js";import"../../../WebCore/ModalLayout/_partials/ModalContentWrapper.js";import"../../../WebCore/NavigationButton/NavigationButton.js";import"../../../WebCore/Nudge/NudgeButton.js";import"../../../WebCore/NumberField/NumberField.js";import"../../../BrandCore/colorRamps.js";import"../../../BrandCore/semanticColor.js";import"../../../BrandCore/types.js";import"../../../BrandCore/typography.js";import"../../../WebCore/Progress/Progress.js";import"../../../WebCore/Pill/StyledPill.js";import"../../../WebCore/ProgressBar/ProgressBar.js";import"../../../WebCore/Radio/StyledRadio.js";import"../../../WebCore/SortableList/components/SortableItem/SortableItem.js";import{omitProps as d}from"../../../../utils/shouldForwardProp.js";import"../../../WebCore/Select/StyledSelect.js";import"../../../WebCore/RankItem/_partials/LayoutComponents/LayoutComponents.js";import"../../../WebCore/RankItem/_partials/RankItemLabel/RankItemLabel.js";import"../../../WebCore/SortableList/SortableList.js";import"../../../WebCore/SortableList/components/SortableOverlay/SortableOverlay.js";import"@tiptap/extension-placeholder";import"@tiptap/starter-kit";import"mui-tiptap";import"../../../WebCore/RichTextField/StyledRichTextEditor.js";import"../../../WebCore/Skeleton/Skeleton.js";import"../../../WebCore/Slider/StyledSlider.js";import"../../../WebCore/StarRating/StarRating.js";import"../../../WebCore/Switch/StyledSwitch.js";import"../../../WebCore/Textarea/Textarea.js";import"../../../WebCore/TrialCard/TrialCardContainers.js";import"../../../WebCore/TrialCard/TrialPill.js";import"../../../WebCore/UserMenu/UserMenuButton.js";import"../../../WebCore/VideoModal/VideoModal.js";import"../../../WebCore/TintedSurface/TintedSurface.js";const l=72,m=108,c="image-container",u="more-actions-container",b=e=>o=>{o.target.closest(`[data-id="${u}"]`)||e?.()},C=(e,o)=>({content:'""',position:"absolute",inset:0,zIndex:o,borderRadius:"inherit",pointerEvents:"none",backgroundColor:e.custom.component.card.interaction.none,transition:"background-color 0.2s ease"}),g=o(t,{shouldForwardProp:d("viewType")})(({theme:e,viewType:o="grid"})=>{const{card:t}=e.custom.component;return{width:"100%",transition:"all 0.3s ease","&:hover .ProjectItem__Title":{textDecoration:"underline"},[`&:hover *[data-id="${u}"]`]:{opacity:1},..."grid"===o?{position:"relative",minWidth:280,maxWidth:400,background:t.surface.default,border:`1px solid ${t.stroke.default}`,borderRadius:e.spacing(t.radius),boxShadow:e.custom.elevation.raised,"&::after":C(e,0),[`& > .${r.root}`]:{position:"relative",zIndex:1},"&:hover":{boxShadow:e.custom.elevation.float,[`&::after, *[data-id="${c}"]::after`]:{backgroundColor:t.interaction.hover}},[`&:has(> .${r.root}:active)`]:{[`&::after, *[data-id="${c}"]::after`]:{backgroundColor:t.interaction.press}}}:{borderBottom:`1px solid ${e.custom.palette.stroke.light}`}}}),j=o(i,{shouldForwardProp:d("disableHoverStyle","viewType")})(({theme:e,disableHoverStyle:o=!1,viewType:t="grid"})=>({cursor:"pointer",..."list"===t&&{display:"flex",gap:e.spacing(e.custom.margin.sm),alignItems:"center",padding:e.spacing(e.custom.padding.xs)},...o&&{"& .MuiCardActionArea-focusHighlight":{backgroundColor:e.palette.background.paper}}})),W=o(t,{shouldForwardProp:d("viewType")})(({theme:e,viewType:o="grid"})=>({overflow:"hidden",position:"relative",..."grid"===o?{width:"100%",aspectRatio:1.5,borderTopLeftRadius:`calc(${e.spacing(e.custom.component.card.radius)} - 1px)`,borderTopRightRadius:`calc(${e.spacing(e.custom.component.card.radius)} - 1px)`,"&::after":C(e,1)}:{height:72,width:108,borderRadius:e.spacing(e.custom.radius.md)}})),h=({title:o,description:t,thumbnail:r})=>{const i=[o,t].filter(Boolean).join(" | ");return e(n,{src:r??void 0,alt:i,title:i,width:"100%",height:"100%"})},f=o(t,{shouldForwardProp:d("count")})(({count:e})=>({width:"100%",height:"100%",display:"grid",gridTemplateColumns:1===e?"1fr":"1fr 1fr",gridTemplateRows:e<=2?"1fr":"1fr 1fr",...3===e&&{"& > *:first-of-type":{gridRow:"span 2"}}})),y=o(t)({position:"relative",overflow:"hidden",minWidth:0,minHeight:0}),B=o(t)(({theme:e})=>({position:"absolute",inset:0,zIndex:1,display:"flex",alignItems:"center",justifyContent:"center",backgroundColor:e.custom.palette.surface.scrim})),x=o(a,{shouldForwardProp:d("viewType")})(({theme:e,viewType:o="grid"})=>({display:"flex",flexDirection:"column",gap:e.spacing(e.custom.margin.sm),..."grid"===o?{padding:e.spacing(e.custom.padding.md)}:{paddingTop:e.spacing(e.custom.padding.xs),paddingBottom:e.spacing(e.custom.padding.xs),paddingLeft:e.spacing(e.custom.padding.sm),paddingRight:0,overflow:"hidden",minWidth:67,flex:1,"&:last-child":{paddingBottom:0}}})),w=o(t,{shouldForwardProp:d("viewType")})(({theme:e,viewType:o="grid"})=>({opacity:0,transition:"opacity 0.3s ease",..."grid"===o&&{position:"absolute",top:8,right:8,zIndex:2},"&:focus-within":{opacity:1},[`&& .${s.root}`]:{backgroundColor:e.custom.palette.surface.default,border:`1px solid ${e.custom.palette.stroke.default}`}})),S=o(t)(({theme:e})=>({display:"flex",flexDirection:"row",justifyContent:"space-between",alignItems:"start",gap:e.spacing(e.custom.margin.xs),"& > p":{alignSelf:"center"}})),v=o(p)(({theme:e})=>({flexDirection:"row",alignItems:"center",flexWrap:"wrap",columnGap:e.spacing(e.custom.margin.sm),rowGap:e.spacing(e.custom.margin.xs),justifyContent:"space-between","& > *:last-child":{flexShrink:0}})),T=o(t,{shouldForwardProp:d("viewType")})(({theme:e,viewType:o="grid"})=>({width:"grid"===o?"100%":108,height:"grid"===o?"100%":72,backgroundColor:e.custom.palette.purple[0],display:"flex",justifyContent:"center",alignItems:"center",borderRadius:"grid"===o?0:e.spacing(e.custom.radius.md),"& svg":{height:"grid"===o?64:32,width:"grid"===o?64:32}}));export{j as CardActionArea,g as CardContainer,x as CardContent,f as Collage,y as CollageCell,B as CollageScrim,W as ImageContainer,c as ImageContainerId,h as LazyImage,l as ListImageHeight,m as ListImageWidth,v as ListInfoRow,w as MoreActionsContainer,u as MoreActionsContainerId,T as Tile,S as TitleRow,b as guardMoreActions};
@@ -1 +1 @@
1
- import{jsx as o}from"react/jsx-runtime";import{styled as t}from"@mui/material";import"react";import{omitProps as r}from"../../../utils/shouldForwardProp.js";import{primary as e,secondary as i,outlined as a,subtle as s,buttonPadding as n,getIconSizing as u,getButtonSizing as l,getButtonTypography as c}from"../ButtonBase/Button.variant-helpers.js";import m from"../ButtonBase/ButtonBase.js";const d=t(m,{shouldForwardProp:r("variation","destructive","sizing")})(({theme:o,variation:t,sizing:r,destructive:m})=>({color:o.custom.palette.text.primary,...r&&{...c(r)},...r&&{...l(r)},...r&&{...u(r)},...n(),"&:hover:before":{backgroundColor:o.custom.palette.interaction.hover},"&:focus:before":{backgroundColor:o.custom.palette.interaction.hover},"&:active:before":{backgroundColor:o.custom.palette.interaction.press},..."subtle"===t&&{...s(o,m)},..."outlined"===t&&{...a(o,m)},..."secondary"===t&&{...i(o,m)},..."primary"===t&&{...e(o,m)},"&.Mui-disabled, &.Mui-disabled:hover":{backgroundColor:o.custom.palette.interaction.disabled,color:o.custom.palette.text.disabled,"&:before":{backgroundColor:"transparent"}}})),p=({sizing:t="lg",variation:r="primary",...e})=>o(d,{variation:r,sizing:t,...e});export{p as default};
1
+ import{jsx as o}from"react/jsx-runtime";import{styled as t}from"@mui/material";import"react";import{omitProps as r}from"../../../utils/shouldForwardProp.js";import{primary as e,secondary as i,outlined as a,subtle as s,buttonPadding as n,getIconSizing as u,getButtonSizing as l,getButtonTypography as c}from"../ButtonBase/Button.variant-helpers.js";import m from"../ButtonBase/ButtonBase.js";const d=t(m,{shouldForwardProp:r("variation","destructive","sizing")})(({theme:o,variation:t,sizing:r,destructive:m})=>({color:o.custom.palette.text.primary,...r&&{...c(r)},...r&&{...l(r)},...r&&{...u(r)},...n(),"@media (hover: hover)":{"&:hover:before":{backgroundColor:o.custom.palette.interaction.hover}},"&:focus-visible:before":{backgroundColor:o.custom.palette.interaction.hover},"&:active:before":{backgroundColor:o.custom.palette.interaction.press},..."subtle"===t&&{...s(o,m)},..."outlined"===t&&{...a(o,m)},..."secondary"===t&&{...i(o,m)},..."primary"===t&&{...e(o,m)},"&.Mui-disabled, &.Mui-disabled:hover":{backgroundColor:o.custom.palette.interaction.disabled,color:o.custom.palette.text.disabled,"&:before":{backgroundColor:"transparent"}}})),p=({sizing:t="lg",variation:r="primary",...e})=>o(d,{variation:r,sizing:t,...e});export{p as default};
@@ -1 +1 @@
1
- import"react/jsx-runtime";import"@mui/material";import{iconSizeMap as o}from"../../BrandCore/Icon/Icon.js";import{base as t}from"../../BrandCore/primitiveVariables.js";import{fontSizemap as e}from"../utils/typography.util.js";const r=(o,t)=>({backgroundColor:o.custom.palette.interaction.none,color:t?o.custom.palette.text.negative:o.custom.palette.text.primary,fontWeight:300,"&:focus:before":{boxShadow:o.custom.palette.interaction.none},"&:focus-visible":{boxShadow:o.custom.boxShadow.input.focus}}),a=(o,t)=>({backgroundColor:o.custom.palette.surface.raised,color:t?o.custom.palette.text.negative:o.custom.palette.text.primary,border:`1px solid ${o.custom.palette.stroke.default}`,"&:focus:before":{boxShadow:o.custom.palette.interaction.none},"&:hover":{backgroundColor:o.custom.palette.surface.raised},"&:focus-visible":{boxShadow:o.custom.boxShadow.input.focus},"&:active":{backgroundColor:o.custom.palette.surface.raised},"&:disabled":{border:`1px solid ${o.custom.palette.stroke.disabled}`}}),c=(o,t)=>({backgroundColor:t?o.custom.palette.red[0]:o.custom.palette.purple[0],color:t?o.custom.palette.text.negative:o.custom.palette.text.primary,"&:focus:before":{boxShadow:o.custom.palette.interaction.none},"&:hover":{backgroundColor:t?o.custom.palette.red[0]:o.custom.palette.purple[0]},"&:focus-visible":{boxShadow:o.custom.boxShadow.input.focus},"&:active":{backgroundColor:t?o.custom.palette.red[0]:o.custom.palette.purple[0]}}),u=(o,t)=>({backgroundColor:t?o.custom.palette.red[500]:o.custom.palette.purple[500],color:o.custom.palette.text.lockedWhite,"&:focus:before":{boxShadow:o.custom.palette.interaction.none},"&:hover":{backgroundColor:t?o.custom.palette.red[500]:o.custom.palette.purple[500],color:o.custom.palette.text.lockedWhite,"&::before":{backgroundColor:o.custom.palette.interaction.hoverOnDark}},"&:focus-visible":{boxShadow:o.custom.boxShadow.input.focus,"&::before":{backgroundColor:o.custom.palette.interaction.hoverOnDark}},"&:active":{backgroundColor:t?o.custom.palette.red[500]:o.custom.palette.purple[500],color:o.custom.palette.text.lockedWhite,"&::before":{backgroundColor:o.custom.palette.interaction.pressOnDark}}}),l=(o,t)=>({cursor:"pointer","&:hover":{backgroundColor:o.custom.palette.interaction.hover},"&:focus":{backgroundColor:o.custom.palette.interaction.hover},"&:active":{backgroundColor:o.custom.palette.interaction.press},"&:disabled":{backgroundColor:o.custom.palette.interaction.disabled,color:o.custom.palette.text.disabled},...t&&{backgroundColor:o.custom.palette.interaction.press,"&:hover":{backgroundColor:o.custom.palette.interaction.press},"&:focus":{backgroundColor:o.custom.palette.interaction.press},"&:active":{backgroundColor:o.custom.palette.interaction.press}},...r(o,!1)}),i={xs:3*t,sm:3.5*t,md:4*t,lg:5*t,xl:6*t,xxl:7*t,xxxl:8*t},s={xs:.5*t,sm:.5*t,md:t,lg:t,xl:t,xxl:t,xxxl:t},n=t=>({"& .MuiButton-icon":{margin:0,".MuiSvgIcon-root":{height:o[t],width:o[t]}},"& .MuiSvgIcon-root":{height:o[t],width:o[t]}}),p=o=>({"& .MuiBox-root":{lineHeight:"120%",fontSize:e[o],paddingLeft:s[o],paddingRight:s[o]}}),d=o=>({height:i[o]}),m=()=>({paddingLeft:t,paddingRight:t});export{i as buttonHeightMap,l as buttonInteraction,m as buttonPadding,d as getButtonSizing,p as getButtonTypography,n as getIconSizing,a as outlined,u as primary,c as secondary,r as subtle};
1
+ import"react/jsx-runtime";import"@mui/material";import{iconSizeMap as o}from"../../BrandCore/Icon/Icon.js";import{base as t}from"../../BrandCore/primitiveVariables.js";import{fontSizemap as e}from"../utils/typography.util.js";const r=(o,t)=>({backgroundColor:o.custom.palette.interaction.none,color:t?o.custom.palette.text.negative:o.custom.palette.text.primary,fontWeight:300,"&:focus:before":{boxShadow:o.custom.palette.interaction.none},"&:focus-visible":{boxShadow:o.custom.boxShadow.input.focus}}),a=(o,t)=>({backgroundColor:o.custom.palette.surface.raised,color:t?o.custom.palette.text.negative:o.custom.palette.text.primary,border:`1px solid ${o.custom.palette.stroke.default}`,"&:focus:before":{boxShadow:o.custom.palette.interaction.none},"@media (hover: hover)":{"&:hover":{backgroundColor:o.custom.palette.surface.raised}},"&:focus-visible":{boxShadow:o.custom.boxShadow.input.focus},"&:active":{backgroundColor:o.custom.palette.surface.raised},"&:disabled":{border:`1px solid ${o.custom.palette.stroke.disabled}`}}),c=(o,t)=>({backgroundColor:t?o.custom.palette.red[0]:o.custom.palette.purple[0],color:t?o.custom.palette.text.negative:o.custom.palette.text.primary,"&:focus:before":{boxShadow:o.custom.palette.interaction.none},"@media (hover: hover)":{"&:hover":{backgroundColor:t?o.custom.palette.red[0]:o.custom.palette.purple[0]}},"&:focus-visible":{boxShadow:o.custom.boxShadow.input.focus},"&:active":{backgroundColor:t?o.custom.palette.red[0]:o.custom.palette.purple[0]}}),i=(o,t)=>({backgroundColor:t?o.custom.palette.red[500]:o.custom.palette.purple[500],color:o.custom.palette.text.lockedWhite,"&:focus:before":{boxShadow:o.custom.palette.interaction.none},"@media (hover: hover)":{"&:hover":{backgroundColor:t?o.custom.palette.red[500]:o.custom.palette.purple[500],color:o.custom.palette.text.lockedWhite,"&::before":{backgroundColor:o.custom.palette.interaction.hoverOnDark}}},"&:focus-visible":{boxShadow:o.custom.boxShadow.input.focus,"&::before":{backgroundColor:o.custom.palette.interaction.hoverOnDark}},"&:active":{backgroundColor:t?o.custom.palette.red[500]:o.custom.palette.purple[500],color:o.custom.palette.text.lockedWhite,"&::before":{backgroundColor:o.custom.palette.interaction.pressOnDark}}}),u=(o,t)=>({cursor:"pointer","&:hover":{backgroundColor:o.custom.palette.interaction.hover},"&:focus":{backgroundColor:o.custom.palette.interaction.hover},"&:active":{backgroundColor:o.custom.palette.interaction.press},"&:disabled":{backgroundColor:o.custom.palette.interaction.disabled,color:o.custom.palette.text.disabled},...t&&{backgroundColor:o.custom.palette.interaction.press,"&:hover":{backgroundColor:o.custom.palette.interaction.press},"&:focus":{backgroundColor:o.custom.palette.interaction.press},"&:active":{backgroundColor:o.custom.palette.interaction.press}},...r(o,!1)}),l={xs:3*t,sm:3.5*t,md:4*t,lg:5*t,xl:6*t,xxl:7*t,xxxl:8*t},s={xs:.5*t,sm:.5*t,md:t,lg:t,xl:t,xxl:t,xxxl:t},n=t=>({"& .MuiButton-icon":{margin:0,".MuiSvgIcon-root":{height:o[t],width:o[t]}},"& .MuiSvgIcon-root":{height:o[t],width:o[t]}}),p=o=>({"& .MuiBox-root":{lineHeight:"120%",fontSize:e[o],paddingLeft:s[o],paddingRight:s[o]}}),d=o=>({height:l[o]}),m=()=>({paddingLeft:t,paddingRight:t});export{l as buttonHeightMap,u as buttonInteraction,m as buttonPadding,d as getButtonSizing,p as getButtonTypography,n as getIconSizing,a as outlined,i as primary,c as secondary,r as subtle};