@useloops/design-system 1.4.746 → 1.4.748

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 (73) hide show
  1. package/dist/BrandCore.d.ts +1 -1
  2. package/dist/BrandCore.js +1 -1
  3. package/dist/Platform/AiCard.d.ts +1 -0
  4. package/dist/Platform/AiCard.js +1 -0
  5. package/dist/Platform/AiInsight.d.ts +1 -0
  6. package/dist/Platform/AiInsight.js +1 -0
  7. package/dist/Platform/AiSummary.d.ts +1 -0
  8. package/dist/Platform/AiSummary.js +1 -0
  9. package/dist/Platform/{AIWrittenByLockUp.d.ts → AiWrittenByLockUp.d.ts} +1 -1
  10. package/dist/Platform/AiWrittenByLockUp.js +1 -0
  11. package/dist/Platform.d.ts +4 -4
  12. package/dist/Platform.js +1 -1
  13. package/dist/esm/BrandCore.js +1 -1
  14. package/dist/esm/Platform/AiCard.js +1 -0
  15. package/dist/esm/Platform/AiInsight.js +1 -0
  16. package/dist/esm/Platform/AiSummary.js +1 -0
  17. package/dist/esm/Platform/AiWrittenByLockUp.js +1 -0
  18. package/dist/esm/Platform.js +1 -1
  19. package/dist/esm/index.js +1 -1
  20. package/dist/esm/systems/BrandCore/gradients.js +1 -1
  21. package/dist/esm/systems/BrandCore/primitiveVariables.js +1 -1
  22. package/dist/esm/systems/Platform/AiCard/AiCard.js +1 -0
  23. package/dist/esm/systems/Platform/AiCard/_partials/AiSkeletonText.js +4 -0
  24. package/dist/esm/systems/Platform/{AIInsight/AIInsight.js → AiInsight/AiInsight.js} +1 -1
  25. package/dist/esm/systems/Platform/AiSummary/AiSummary.js +1 -0
  26. package/dist/esm/systems/Platform/AiWrittenByLockUp/AiWrittenByLockUp.js +1 -0
  27. package/dist/esm/systems/Platform/LinkExpired/LinkExpired.js +1 -1
  28. package/dist/esm/systems/Platform/MFACodeVerify/MFACodeVerify.js +1 -1
  29. package/dist/esm/systems/WebCore/LoopsAiButton/LoopsAiButton.js +1 -1
  30. package/dist/esm/systems/WebCore/Nudge/Nudge.js +1 -1
  31. package/dist/index.d.ts +5 -5
  32. package/dist/index.js +1 -1
  33. package/dist/systems/BrandCore/gradients.d.ts +8 -1
  34. package/dist/systems/BrandCore/gradients.js +1 -1
  35. package/dist/systems/BrandCore/primitiveVariables.d.ts +2 -0
  36. package/dist/systems/BrandCore/primitiveVariables.js +1 -1
  37. package/dist/systems/Platform/AiCard/AiCard.d.ts +53 -0
  38. package/dist/systems/Platform/AiCard/AiCard.js +1 -0
  39. package/dist/systems/Platform/AiCard/_partials/AiSkeletonText.d.ts +9 -0
  40. package/dist/systems/Platform/AiCard/_partials/AiSkeletonText.js +4 -0
  41. package/dist/systems/Platform/AiInsight/AiInsight.d.ts +18 -0
  42. package/dist/systems/Platform/{AIInsight/AIInsight.js → AiInsight/AiInsight.js} +1 -1
  43. package/dist/systems/Platform/{AISummary/AISummary.d.ts → AiSummary/AiSummary.d.ts} +5 -4
  44. package/dist/systems/Platform/AiSummary/AiSummary.js +1 -0
  45. package/dist/systems/Platform/{AIWrittenByLockUp → AiWrittenByLockUp}/AiWrittenByLockUp.js +1 -1
  46. package/dist/systems/Platform/LinkExpired/LinkExpired.js +1 -1
  47. package/dist/systems/Platform/MFACodeVerify/MFACodeVerify.js +1 -1
  48. package/dist/systems/Platform/SliderGraph/_partials/StyledComponents.d.ts +8 -8
  49. package/dist/systems/WebCore/InputFieldBase/InputFieldBase.d.ts +1 -1
  50. package/dist/systems/WebCore/LoopsAiButton/LoopsAiButton.js +1 -1
  51. package/dist/systems/WebCore/Nudge/Nudge.js +1 -1
  52. package/dist/theme/theme.hooks.d.ts +1 -1
  53. package/dist/theme/types.d.ts +2 -0
  54. package/package.json +1 -1
  55. package/dist/Platform/AIInsight.d.ts +0 -1
  56. package/dist/Platform/AIInsight.js +0 -1
  57. package/dist/Platform/AISummary.d.ts +0 -1
  58. package/dist/Platform/AISummary.js +0 -1
  59. package/dist/Platform/AIWrittenByLockUp.js +0 -1
  60. package/dist/Platform/AiContentContainer.d.ts +0 -1
  61. package/dist/Platform/AiContentContainer.js +0 -1
  62. package/dist/esm/Platform/AIInsight.js +0 -1
  63. package/dist/esm/Platform/AISummary.js +0 -1
  64. package/dist/esm/Platform/AIWrittenByLockUp.js +0 -1
  65. package/dist/esm/Platform/AiContentContainer.js +0 -1
  66. package/dist/esm/systems/Platform/AISummary/AISummary.js +0 -1
  67. package/dist/esm/systems/Platform/AIWrittenByLockUp/AiWrittenByLockUp.js +0 -1
  68. package/dist/esm/systems/Platform/AiContentContainer/AiContentContainer.js +0 -1
  69. package/dist/systems/Platform/AIInsight/AIInsight.d.ts +0 -17
  70. package/dist/systems/Platform/AISummary/AISummary.js +0 -1
  71. package/dist/systems/Platform/AiContentContainer/AiContentContainer.d.ts +0 -23
  72. package/dist/systems/Platform/AiContentContainer/AiContentContainer.js +0 -1
  73. /package/dist/systems/Platform/{AIWrittenByLockUp → AiWrittenByLockUp}/AiWrittenByLockUp.d.ts +0 -0
@@ -1,6 +1,6 @@
1
1
  export { blueRamp, generateRamp, greenRamp, neutralRamp, peachRamp, purpleRamp, redRamp, yellowRamp } from './systems/BrandCore/colorRamps.js';
2
2
  export { componentTokens } from './systems/BrandCore/componentTokens.js';
3
- export { tone1, tone2, tone3, tone3_ai_icon, tone3_border, tone3_lowOpacity_text, tone4, tone5 } from './systems/BrandCore/gradients.js';
3
+ export { aiButtonStroke, aiButtonSurface, aiLockupText, aiLockupText_icon, aiLockupText_text, aiThinkingCardStroke, aiThinkingCardSurface, tone1, tone2, tone3, tone3_ai_icon, tone3_border, tone3_lowOpacity_text, tone4, tone5 } from './systems/BrandCore/gradients.js';
4
4
  export { blue, darkNeutral, darkNeutralAlpha, green, neutral, neutralAlpha, peach, purple, red, yellow } from './systems/BrandCore/primitiveColor.js';
5
5
  export { GenericSizeMap, base, boxShadow, breakpoints, easing, elevation, elevationFilter, margin, padding, radius, space } from './systems/BrandCore/primitiveVariables.js';
6
6
  export { semantic } from './systems/BrandCore/semanticColor.js';
package/dist/BrandCore.js CHANGED
@@ -1 +1 @@
1
- "use strict";var e=require("./systems/BrandCore/colorRamps.js"),r=require("./systems/BrandCore/componentTokens.js"),t=require("./systems/BrandCore/gradients.js"),o=require("./systems/BrandCore/primitiveColor.js"),s=require("./systems/BrandCore/primitiveVariables.js"),p=require("./systems/BrandCore/semanticColor.js"),a=require("./systems/BrandCore/types.js"),n=require("./systems/BrandCore/typography.js");require("react/jsx-runtime"),require("@mui/material");var i=require("./systems/BrandCore/Icon/Icon.js"),x=require("./systems/BrandCore/Sticker/Sticker.js");exports.blueRamp=e.blueRamp,exports.generateRamp=e.generateRamp,exports.greenRamp=e.greenRamp,exports.neutralRamp=e.neutralRamp,exports.peachRamp=e.peachRamp,exports.purpleRamp=e.purpleRamp,exports.redRamp=e.redRamp,exports.yellowRamp=e.yellowRamp,exports.componentTokens=r.componentTokens,exports.tone1=t.tone1,exports.tone2=t.tone2,exports.tone3=t.tone3,exports.tone3_ai_icon=t.tone3_ai_icon,exports.tone3_border=t.tone3_border,exports.tone3_lowOpacity_text=t.tone3_lowOpacity_text,exports.tone4=t.tone4,exports.tone5=t.tone5,exports.blue=o.blue,exports.darkNeutral=o.darkNeutral,exports.darkNeutralAlpha=o.darkNeutralAlpha,exports.green=o.green,exports.neutral=o.neutral,exports.neutralAlpha=o.neutralAlpha,exports.peach=o.peach,exports.purple=o.purple,exports.red=o.red,exports.yellow=o.yellow,exports.base=s.base,exports.boxShadow=s.boxShadow,exports.breakpoints=s.breakpoints,exports.easing=s.easing,exports.elevation=s.elevation,exports.elevationFilter=s.elevationFilter,exports.margin=s.margin,exports.padding=s.padding,exports.radius=s.radius,exports.space=s.space,exports.semantic=p.semantic,Object.defineProperty(exports,"FontWeight",{enumerable:!0,get:function(){return a.FontWeight}}),exports.fonts=n.fonts,exports.Icon=i.default,exports.iconSizeMap=i.iconSizeMap,exports.Sticker=x.default,exports.stickerAnimationSrc=x.stickerAnimationSrc,exports.stickerNames=x.stickerNames,exports.stickerSizeMap=x.stickerSizeMap;
1
+ "use strict";var e=require("./systems/BrandCore/colorRamps.js"),r=require("./systems/BrandCore/componentTokens.js"),t=require("./systems/BrandCore/gradients.js"),o=require("./systems/BrandCore/primitiveColor.js"),s=require("./systems/BrandCore/primitiveVariables.js"),a=require("./systems/BrandCore/semanticColor.js"),p=require("./systems/BrandCore/types.js"),n=require("./systems/BrandCore/typography.js");require("react/jsx-runtime"),require("@mui/material");var i=require("./systems/BrandCore/Icon/Icon.js"),x=require("./systems/BrandCore/Sticker/Sticker.js");exports.blueRamp=e.blueRamp,exports.generateRamp=e.generateRamp,exports.greenRamp=e.greenRamp,exports.neutralRamp=e.neutralRamp,exports.peachRamp=e.peachRamp,exports.purpleRamp=e.purpleRamp,exports.redRamp=e.redRamp,exports.yellowRamp=e.yellowRamp,exports.componentTokens=r.componentTokens,exports.aiButtonStroke=t.aiButtonStroke,exports.aiButtonSurface=t.aiButtonSurface,exports.aiLockupText=t.aiLockupText,exports.aiLockupText_icon=t.aiLockupText_icon,exports.aiLockupText_text=t.aiLockupText_text,exports.aiThinkingCardStroke=t.aiThinkingCardStroke,exports.aiThinkingCardSurface=t.aiThinkingCardSurface,exports.tone1=t.tone1,exports.tone2=t.tone2,exports.tone3=t.tone3,exports.tone3_ai_icon=t.tone3_ai_icon,exports.tone3_border=t.tone3_border,exports.tone3_lowOpacity_text=t.tone3_lowOpacity_text,exports.tone4=t.tone4,exports.tone5=t.tone5,exports.blue=o.blue,exports.darkNeutral=o.darkNeutral,exports.darkNeutralAlpha=o.darkNeutralAlpha,exports.green=o.green,exports.neutral=o.neutral,exports.neutralAlpha=o.neutralAlpha,exports.peach=o.peach,exports.purple=o.purple,exports.red=o.red,exports.yellow=o.yellow,exports.base=s.base,exports.boxShadow=s.boxShadow,exports.breakpoints=s.breakpoints,exports.easing=s.easing,exports.elevation=s.elevation,exports.elevationFilter=s.elevationFilter,exports.margin=s.margin,exports.padding=s.padding,exports.radius=s.radius,exports.space=s.space,exports.semantic=a.semantic,Object.defineProperty(exports,"FontWeight",{enumerable:!0,get:function(){return p.FontWeight}}),exports.fonts=n.fonts,exports.Icon=i.default,exports.iconSizeMap=i.iconSizeMap,exports.Sticker=x.default,exports.stickerAnimationSrc=x.stickerAnimationSrc,exports.stickerNames=x.stickerNames,exports.stickerSizeMap=x.stickerSizeMap;
@@ -0,0 +1 @@
1
+ export { AiCardProps, default, useAiCard } from '../systems/Platform/AiCard/AiCard.js';
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../systems/Platform/AiCard/AiCard.js");exports.default=e.default,exports.useAiCard=e.useAiCard;
@@ -0,0 +1 @@
1
+ export { AiInsightProps, default } from '../systems/Platform/AiInsight/AiInsight.js';
@@ -0,0 +1 @@
1
+ "use strict";var s=require("../systems/Platform/AiInsight/AiInsight.js");module.exports=s;
@@ -0,0 +1 @@
1
+ export { AiSummaryProps, default } from '../systems/Platform/AiSummary/AiSummary.js';
@@ -0,0 +1 @@
1
+ "use strict";var r=require("../systems/Platform/AiSummary/AiSummary.js");module.exports=r;
@@ -1 +1 @@
1
- export { AiWrittenByLockUpProps, default } from '../systems/Platform/AIWrittenByLockUp/AiWrittenByLockUp.js';
1
+ export { AiWrittenByLockUpProps, default } from '../systems/Platform/AiWrittenByLockUp/AiWrittenByLockUp.js';
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../systems/Platform/AiWrittenByLockUp/AiWrittenByLockUp.js");module.exports=t;
@@ -1,7 +1,7 @@
1
- export { default as AiContentContainer, AiContentContainerProps } from './systems/Platform/AiContentContainer/AiContentContainer.js';
2
- export { default as AIInsight, AIInsightProps } from './systems/Platform/AIInsight/AIInsight.js';
3
- export { default as AISummary, AISummaryProps } from './systems/Platform/AISummary/AISummary.js';
4
- export { default as AIWrittenByLockUp, AiWrittenByLockUpProps } from './systems/Platform/AIWrittenByLockUp/AiWrittenByLockUp.js';
1
+ export { default as AiCard, AiCardProps, useAiCard } from './systems/Platform/AiCard/AiCard.js';
2
+ export { default as AiInsight, AiInsightProps } from './systems/Platform/AiInsight/AiInsight.js';
3
+ export { default as AiSummary, AiSummaryProps } from './systems/Platform/AiSummary/AiSummary.js';
4
+ export { default as AiWrittenByLockUp, AiWrittenByLockUpProps } from './systems/Platform/AiWrittenByLockUp/AiWrittenByLockUp.js';
5
5
  export { default as ArrowTextIndicator, ArrowTextIndicatorProps } from './systems/Platform/ArrowTextIndicator/ArrowTextIndicator.js';
6
6
  export { default as AssetItem, AssetItemProps } from './systems/Platform/AssetItem/AssetItem.js';
7
7
  export { default as AuthContainerSurface } from './systems/Platform/AuthContainerSurface/AuthContainerSurface.js';
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"),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/EditedByAvatar/EditedByAvatar.js"),d=require("./systems/Platform/EmojiListItem/EmojiListItem.js"),y=require("./systems/Platform/EmojiQuestionEditorOption/EmojiQuestionEditorOption.js"),P=require("./systems/Platform/EmptyStateCard/EmptyStateCard.js"),j=require("./systems/Platform/ExtendedTestStatus/ExtendedTestStatus.js"),x=require("./systems/Platform/FilterCount/FilterCount.js"),c=require("./systems/Platform/FilteredItemsCard/FilteredItemsCard.js"),f=require("./systems/Platform/FilterGroupAccordion/FilterGroupAccordion.js"),C=require("./systems/Platform/FilterPyramidGraph/FilterPyramidGraph.js"),I=require("./systems/Platform/FilterRow/FilterRow.js"),q=require("./systems/Platform/GraphBar/GraphBar.js"),h=require("./systems/Platform/Header/Header.js"),S=require("./systems/Platform/KpiDataPopover/KpiDataPopover.js"),G=require("./systems/Platform/KpiIndicator/KpiIndicator.js"),A=require("./systems/Platform/KpiIndicator/utils.js"),T=require("./systems/Platform/LikertGraph/LikertGraph.js"),g=require("./systems/Platform/LoopItem/LoopItem.js"),E=require("./systems/Platform/LoopItemEmpty/LoopItemEmpty.js"),v=require("./systems/Platform/MiniResultCard/graphVariants.js"),F=require("./systems/Platform/MiniResultCard/MiniResultCard.js"),L=require("./systems/Platform/Navigation/Navigation.js"),k=require("./systems/Platform/OnboardingCard/OnboardingCard.js"),B=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"),D=require("./systems/Platform/SearchInput/SearchInput.js"),R=require("./systems/Platform/SectionHeader/SectionHeader.js"),w=require("./systems/Platform/SentimentArrow/SentimentArrow.js");require("./systems/Platform/SliderGraph/_partials/SliderGraphYAxis/SliderGraphYAxis.js");var H=require("./systems/Platform/SliderGraph/SliderGraph.js");require("react/jsx-runtime"),require("react");var N=require("./systems/Platform/GraphPopoverDataLayout/GraphPopoverDataLayout.js");require("./systems/Platform/SliderGraph/_partials/StyledComponents.js");var U=require("./systems/Platform/Tab/Tab.js"),W=require("./systems/Platform/TestItem/_partials/TestItemSkeleton.js"),_=require("./systems/Platform/TestItem/TestItem.js"),Y=require("./systems/Platform/TestKPICard/TestKPICard.js"),z=require("./systems/Platform/TimeToFindGraph/TimeToFindGraph.js"),J=require("./systems/Platform/TimeToFindResult/TimeToFindResult.js"),X=require("./systems/Platform/VideoControls/VideoControls.js"),Z=require("./systems/Platform/VideoControls2/VideoControls2.js"),$=require("./systems/Platform/VideoControls2/components/VideoOverlayControl/VideoOverlayControl.js"),ee=require("./systems/Platform/CommentFeedbackCard/CommentFeedbackCard.js"),re=require("./systems/Platform/LoopVideoNudge/LoopVideoNudge.js"),te=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.DataPointInfo=p,exports.DemographicSelectionSection=l,exports.EditedByAvatar=u.default,exports.getAuthorAvatarColor=u.getAuthorAvatarColor,exports.EmojiListItem=d,exports.EmojiQuestionEditorOption=y,exports.EmptyStateCard=P,exports.ExtendedTestStatus=j,exports.FilterCount=x,exports.FilteredItemsCard=c,exports.FilterGroupAccordion=f,exports.FilterPyramidGraph=C,exports.FilterRow=I,exports.GraphBar=q,exports.Header=h,exports.KpiDataPopover=S,exports.KpiIndicator=G,exports.getKpiIndicatorColor=A.getKpiIndicatorColor,exports.mapKpiColorSchemeByInteger=A.mapKpiColorSchemeByInteger,exports.LikertGraph=T,exports.LoopItem=g,exports.LoopItemEmpty=E,exports.MiniEmojiGraph=v.MiniEmojiGraph,exports.MiniLikertGraph=v.MiniLikertGraph,exports.MiniOpenQuestionGraph=v.MiniOpenQuestionGraph,exports.MiniPunchGraph=v.MiniPunchGraph,exports.MiniRankGraph=v.MiniRankGraph,exports.MiniSliderGraph=v.MiniSliderGraph,exports.MiniResultCard=F,exports.Navigation=L,exports.OnboardingCard=k,exports.PaginationControl=B,exports.ProjectItem=M,exports.ProjectItemEmpty=K,exports.QuestionLabel=O,exports.QuestionBlock=Q,exports.QuestionSelector=V,exports.ScrollIndicator=b,exports.SearchInput=D,exports.SectionHeader=R,exports.SentimentArrow=w,exports.SliderGraph=H,exports.GraphPopoverDataLayout=N,exports.Tab=U,exports.TestItemSkeleton=W,exports.TestItem=_,exports.TestKPICard=Y,exports.TimeToFindGraph=z,exports.TimeToFindResult=J,exports.VideoControls=X,exports.VideoControls2=Z,exports.VideoOverlayControl=$,exports.CommentFeedbackCard=ee,exports.LoopVideoNudge=re,exports.PinchIndicator=te;
1
+ "use strict";var e=require("./systems/Platform/AiCard/AiCard.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"),p=require("./systems/Platform/CommentCard/CommentCard.js"),n=require("./systems/Platform/DataPointInfo/DataPointInfo.js"),l=require("./systems/Platform/DemographicSelectionSection/DemographicSelectionSection.js"),u=require("./systems/Platform/EditedByAvatar/EditedByAvatar.js"),d=require("./systems/Platform/EmojiListItem/EmojiListItem.js"),y=require("./systems/Platform/EmojiQuestionEditorOption/EmojiQuestionEditorOption.js"),P=require("./systems/Platform/EmptyStateCard/EmptyStateCard.js"),j=require("./systems/Platform/ExtendedTestStatus/ExtendedTestStatus.js"),x=require("./systems/Platform/FilterCount/FilterCount.js"),c=require("./systems/Platform/FilteredItemsCard/FilteredItemsCard.js"),f=require("./systems/Platform/FilterGroupAccordion/FilterGroupAccordion.js"),C=require("./systems/Platform/FilterPyramidGraph/FilterPyramidGraph.js"),q=require("./systems/Platform/FilterRow/FilterRow.js"),h=require("./systems/Platform/GraphBar/GraphBar.js"),I=require("./systems/Platform/Header/Header.js"),S=require("./systems/Platform/KpiDataPopover/KpiDataPopover.js"),A=require("./systems/Platform/KpiIndicator/KpiIndicator.js"),G=require("./systems/Platform/KpiIndicator/utils.js"),T=require("./systems/Platform/LikertGraph/LikertGraph.js"),g=require("./systems/Platform/LoopItem/LoopItem.js"),E=require("./systems/Platform/LoopItemEmpty/LoopItemEmpty.js"),v=require("./systems/Platform/MiniResultCard/graphVariants.js"),F=require("./systems/Platform/MiniResultCard/MiniResultCard.js"),L=require("./systems/Platform/Navigation/Navigation.js"),k=require("./systems/Platform/OnboardingCard/OnboardingCard.js"),B=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"),D=require("./systems/Platform/SearchInput/SearchInput.js"),R=require("./systems/Platform/SectionHeader/SectionHeader.js"),w=require("./systems/Platform/SentimentArrow/SentimentArrow.js");require("./systems/Platform/SliderGraph/_partials/SliderGraphYAxis/SliderGraphYAxis.js");var H=require("./systems/Platform/SliderGraph/SliderGraph.js");require("react/jsx-runtime"),require("react");var N=require("./systems/Platform/GraphPopoverDataLayout/GraphPopoverDataLayout.js");require("./systems/Platform/SliderGraph/_partials/StyledComponents.js");var U=require("./systems/Platform/Tab/Tab.js"),W=require("./systems/Platform/TestItem/_partials/TestItemSkeleton.js"),_=require("./systems/Platform/TestItem/TestItem.js"),Y=require("./systems/Platform/TestKPICard/TestKPICard.js"),z=require("./systems/Platform/TimeToFindGraph/TimeToFindGraph.js"),J=require("./systems/Platform/TimeToFindResult/TimeToFindResult.js"),X=require("./systems/Platform/VideoControls/VideoControls.js"),Z=require("./systems/Platform/VideoControls2/VideoControls2.js"),$=require("./systems/Platform/VideoControls2/components/VideoOverlayControl/VideoOverlayControl.js"),ee=require("./systems/Platform/CommentFeedbackCard/CommentFeedbackCard.js"),re=require("./systems/Platform/LoopVideoNudge/LoopVideoNudge.js"),te=require("./systems/Platform/PinchIndicator/PinchIndicator.js");exports.AiCard=e.default,exports.useAiCard=e.useAiCard,exports.AiInsight=r,exports.AiSummary=t,exports.AiWrittenByLockUp=s,exports.ArrowTextIndicator=o,exports.AssetItem=i,exports.AuthContainerSurface=a,exports.ClipboardCopyingOverlay=m,exports.CommentCard=p.default,exports.DataPointInfo=n,exports.DemographicSelectionSection=l,exports.EditedByAvatar=u.default,exports.getAuthorAvatarColor=u.getAuthorAvatarColor,exports.EmojiListItem=d,exports.EmojiQuestionEditorOption=y,exports.EmptyStateCard=P,exports.ExtendedTestStatus=j,exports.FilterCount=x,exports.FilteredItemsCard=c,exports.FilterGroupAccordion=f,exports.FilterPyramidGraph=C,exports.FilterRow=q,exports.GraphBar=h,exports.Header=I,exports.KpiDataPopover=S,exports.KpiIndicator=A,exports.getKpiIndicatorColor=G.getKpiIndicatorColor,exports.mapKpiColorSchemeByInteger=G.mapKpiColorSchemeByInteger,exports.LikertGraph=T,exports.LoopItem=g,exports.LoopItemEmpty=E,exports.MiniEmojiGraph=v.MiniEmojiGraph,exports.MiniLikertGraph=v.MiniLikertGraph,exports.MiniOpenQuestionGraph=v.MiniOpenQuestionGraph,exports.MiniPunchGraph=v.MiniPunchGraph,exports.MiniRankGraph=v.MiniRankGraph,exports.MiniSliderGraph=v.MiniSliderGraph,exports.MiniResultCard=F,exports.Navigation=L,exports.OnboardingCard=k,exports.PaginationControl=B,exports.ProjectItem=M,exports.ProjectItemEmpty=K,exports.QuestionLabel=O,exports.QuestionBlock=Q,exports.QuestionSelector=V,exports.ScrollIndicator=b,exports.SearchInput=D,exports.SectionHeader=R,exports.SentimentArrow=w,exports.SliderGraph=H,exports.GraphPopoverDataLayout=N,exports.Tab=U,exports.TestItemSkeleton=W,exports.TestItem=_,exports.TestKPICard=Y,exports.TimeToFindGraph=z,exports.TimeToFindResult=J,exports.VideoControls=X,exports.VideoControls2=Z,exports.VideoOverlayControl=$,exports.CommentFeedbackCard=ee,exports.LoopVideoNudge=re,exports.PinchIndicator=te;
@@ -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 Sticker,stickerAnimationSrc,stickerNames,stickerSizeMap}from"./systems/BrandCore/Sticker/Sticker.js";
1
+ export{blueRamp,generateRamp,greenRamp,neutralRamp,peachRamp,purpleRamp,redRamp,yellowRamp}from"./systems/BrandCore/colorRamps.js";export{componentTokens}from"./systems/BrandCore/componentTokens.js";export{aiButtonStroke,aiButtonSurface,aiLockupText,aiLockupText_icon,aiLockupText_text,aiThinkingCardStroke,aiThinkingCardSurface,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 Sticker,stickerAnimationSrc,stickerNames,stickerSizeMap}from"./systems/BrandCore/Sticker/Sticker.js";
@@ -0,0 +1 @@
1
+ export{default,useAiCard}from"../systems/Platform/AiCard/AiCard.js";
@@ -0,0 +1 @@
1
+ export{default}from"../systems/Platform/AiInsight/AiInsight.js";
@@ -0,0 +1 @@
1
+ export{default}from"../systems/Platform/AiSummary/AiSummary.js";
@@ -0,0 +1 @@
1
+ export{default}from"../systems/Platform/AiWrittenByLockUp/AiWrittenByLockUp.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}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 EditedByAvatar,getAuthorAvatarColor}from"./systems/Platform/EditedByAvatar/EditedByAvatar.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";
1
+ export{default as AiCard,useAiCard}from"./systems/Platform/AiCard/AiCard.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}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 EditedByAvatar,getAuthorAvatarColor}from"./systems/Platform/EditedByAvatar/EditedByAvatar.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 Sticker,stickerAnimationSrc,stickerNames,stickerSizeMap}from"./systems/BrandCore/Sticker/Sticker.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}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 EditedByAvatar,getAuthorAvatarColor}from"./systems/Platform/EditedByAvatar/EditedByAvatar.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
+ export{blueRamp,generateRamp,greenRamp,neutralRamp,peachRamp,purpleRamp,redRamp,yellowRamp}from"./systems/BrandCore/colorRamps.js";export{componentTokens}from"./systems/BrandCore/componentTokens.js";export{aiButtonStroke,aiButtonSurface,aiLockupText,aiLockupText_icon,aiLockupText_text,aiThinkingCardStroke,aiThinkingCardSurface,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 Sticker,stickerAnimationSrc,stickerNames,stickerSizeMap}from"./systems/BrandCore/Sticker/Sticker.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 AiCard,useAiCard}from"./systems/Platform/AiCard/AiCard.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}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 EditedByAvatar,getAuthorAvatarColor}from"./systems/Platform/EditedByAvatar/EditedByAvatar.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{alpha as e}from"@mui/material";const t=e=>`linear-gradient(135deg, ${e.custom.palette.purple[400]} 0%, ${e.custom.palette.purple[200]} 100%)`,a=e=>`linear-gradient(135deg, ${e.custom.palette.purple[0]} 0%, ${e.custom.palette.purple[100]} 100%)`,r=e=>`linear-gradient(135deg, ${e.custom.palette.blue[400]} 0%, ${e.custom.palette.purple[600]} 100%)`,l=t=>`radial-gradient(54.59% 50% at 0% 50.04%, ${e(t.custom.palette.blue[1e3],.2)} 0%, ${e(t.custom.palette.blue[500],.2)} 100%), linear-gradient(135deg, ${t.custom.palette.purple[500]} 0%, ${t.custom.palette.purple[1e3]} 100%)`,p=e=>`linear-gradient(135deg, ${e.custom.palette.blue[0]} 0%, ${e.custom.palette.purple[0]} 100%)`,o=e=>({background:r(e),backgroundClip:"text",WebkitBackgroundClip:"text",WebkitTextFillColor:"transparent"}),n=(e,t=1,a)=>{const l=a??e.custom.palette.surface.default;return{border:`${t}px solid transparent`,background:`${l.includes("gradient")?l:`linear-gradient(${l}, ${l})`} padding-box, ${r(e)} border-box`}},u=e=>({color:"transparent",background:r(e),maskImage:"url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.75 3c.207 0 .375.168.375.375a3 3 0 003 3 .375.375 0 010 .75 3 3 0 00-3 3 .375.375 0 01-.75 0 3 3 0 00-3-3 .375.375 0 110-.75 3 3 0 003-3c0-.207.168-.375.375-.375zM15.875 7.875a.375.375 0 00-.75 0c0 2.9-2.35 5.25-5.25 5.25a.375.375 0 000 .75c2.9 0 5.25 2.35 5.25 5.25a.375.375 0 00.75 0c0-2.9 2.35-5.25 5.25-5.25a.375.375 0 000-.75 5.25 5.25 0 01-5.25-5.25zM6.125 13.875a.375.375 0 00-.75 0 3 3 0 01-3 3 .375.375 0 000 .75 3 3 0 013 3 .375.375 0 00.75 0 3 3 0 013-3 .375.375 0 000-.75 3 3 0 01-3-3z'/%3E%3C/svg%3E\")",maskSize:"contain",maskRepeat:"no-repeat",maskPosition:"center"});export{t as tone1,a as tone2,r as tone3,u as tone3_ai_icon,n as tone3_border,o as tone3_lowOpacity_text,l as tone4,p as tone5};
1
+ import{alpha as e}from"@mui/material";const t=e=>`linear-gradient(135deg, ${e.custom.palette.purple[400]} 0%, ${e.custom.palette.purple[200]} 100%)`,a=e=>`linear-gradient(135deg, ${e.custom.palette.purple[0]} 0%, ${e.custom.palette.purple[100]} 100%)`,r=e=>`linear-gradient(135deg, ${e.custom.palette.blue[400]} 0%, ${e.custom.palette.purple[600]} 100%)`,l=t=>`radial-gradient(54.59% 50% at 0% 50.04%, ${e(t.custom.palette.blue[1e3],.2)} 0%, ${e(t.custom.palette.blue[500],.2)} 100%), linear-gradient(135deg, ${t.custom.palette.purple[500]} 0%, ${t.custom.palette.purple[1e3]} 100%)`,p=e=>`linear-gradient(135deg, ${e.custom.palette.blue[0]} 0%, ${e.custom.palette.purple[0]} 100%)`,u=e=>({background:e,backgroundClip:"text",WebkitBackgroundClip:"text",WebkitTextFillColor:"transparent"}),o=e=>u(r(e)),n=(e,t=1,a)=>{const l=a??e.custom.palette.surface.default;return{border:`${t}px solid transparent`,background:`${l.includes("gradient")?l:`linear-gradient(${l}, ${l})`} padding-box, ${r(e)} border-box`}},c=(e,t="225deg")=>`linear-gradient(${t}, ${e.custom.palette.peach[500]} 0%, ${e.custom.palette.purple[500]} 66%, ${e.custom.palette.blue[500]} 100%)`,i=c,s=()=>"linear-gradient(225deg, rgba(255, 235, 228, 0.15) 0%, rgba(242, 237, 255, 0.15) 66%, rgba(196, 233, 243, 0.15) 100%)",g=e=>`linear-gradient(225deg, ${e.custom.palette.peach[0]} 0%, ${e.custom.palette.purple[0]} 66%, ${e.custom.palette.blue[0]} 100%)`,d=e=>`linear-gradient(225deg, ${e.custom.palette.purple[400]} 0%, ${e.custom.palette.blue[600]} 100%)`,m=e=>u(d(e)),$=e=>({color:"transparent",background:e,maskImage:"url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.75 3c.207 0 .375.168.375.375a3 3 0 003 3 .375.375 0 010 .75 3 3 0 00-3 3 .375.375 0 01-.75 0 3 3 0 00-3-3 .375.375 0 110-.75 3 3 0 003-3c0-.207.168-.375.375-.375zM15.875 7.875a.375.375 0 00-.75 0c0 2.9-2.35 5.25-5.25 5.25a.375.375 0 000 .75c2.9 0 5.25 2.35 5.25 5.25a.375.375 0 00.75 0c0-2.9 2.35-5.25 5.25-5.25a.375.375 0 000-.75 5.25 5.25 0 01-5.25-5.25zM6.125 13.875a.375.375 0 00-.75 0 3 3 0 01-3 3 .375.375 0 000 .75 3 3 0 013 3 .375.375 0 00.75 0 3 3 0 013-3 .375.375 0 000-.75 3 3 0 01-3-3z'/%3E%3C/svg%3E\")",maskSize:"contain",maskRepeat:"no-repeat",maskPosition:"center"}),b=e=>$(r(e)),k=e=>$(d(e));export{i as aiButtonStroke,g as aiButtonSurface,d as aiLockupText,k as aiLockupText_icon,m as aiLockupText_text,c as aiThinkingCardStroke,s as aiThinkingCardSurface,t as tone1,a as tone2,r as tone3,b as tone3_ai_icon,n as tone3_border,o as tone3_lowOpacity_text,l as tone4,p as tone5};
@@ -1 +1 @@
1
- const x={sm:0,md:584,lg:812,lgNav:1e3,xl:1280,xxl:1728},p={0:0,25:2,50:4,100:8,150:12,200:16,300:24,350:28,400:32,500:40,600:48,800:64,1e3:80,2e3:160},a=p[100],r={none:p[0],xs:p[50]/a,sm:p[100]/a,md:p[200]/a,lg:p[400]/a,xl:p[600]/a,xxl:p[1e3]/a,xxxl:p[2e3]/a},o={none:p[0],xs:p[50]/a,sm:p[100]/a,md:p[200]/a,lg:p[400]/a,xl:p[600]/a},d={none:p[0],xs:p[25]/a,sm:p[50]/a,md:p[100]/a,md2:p[150]/a,lg:p[200]/a,xl:p[300]/a,round:999},g={raised:"0px 0px 0px 1px rgba(255, 255, 255, 0.12), 0px 0px 4px 2px rgba(6, 4, 13, 0.04), 0px 1px 2px 0px rgba(6, 4, 13, 0.16)",float:"0px 0px 0px 1px rgba(255, 255, 255, 0.16), 0px 0px 4px 2px rgba(6, 4, 13, 0.04), 0px 8px 16px 0px rgba(6, 4, 13, 0.08), 0px 2px 4px 0px rgba(6, 4, 13, 0.08)",overlay:"0px 0px 0px 1px rgba(255, 255, 255, 0.16), 0px 0px 4px 2px rgba(6, 4, 13, 0.04), 0px 16px 24px 0px rgba(6, 4, 13, 0.08), 0px 4px 8px 0px rgba(6, 4, 13, 0.08)",aiSummary:"0 0 8px 4px rgba(127, 76, 255, 0.12)"},b={raised:"drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.12)) drop-shadow(0px 0px 4px rgba(6, 4, 13, 0.04)) drop-shadow(0px 1px 2px rgba(6, 4, 13, 0.16))",float:"drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.16)) drop-shadow(0px 0px 4px rgba(6, 4, 13, 0.04)) drop-shadow(0px 8px 16px rgba(6, 4, 13, 0.08)) drop-shadow(0px 2px 4px rgba(6, 4, 13, 0.08))",overlay:"drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.16)) drop-shadow(0px 0px 4px rgba(6, 4, 13, 0.04)) drop-shadow(0px 16px 24px rgba(6, 4, 13, 0.08)) drop-shadow(0px 4px 8px rgba(6, 4, 13, 0.08))"},s={input:{focus:"0px 0px 0px 4px rgba(127, 76, 255, 0.24)"}},l={default:"cubic-bezier(0.16, 1, 0.3, 1)",input:"all 200ms ease"};export{a as base,s as boxShadow,x as breakpoints,l as easing,g as elevation,b as elevationFilter,r as margin,o as padding,d as radius,p as space};
1
+ const x={sm:0,md:584,lg:812,lgNav:1e3,xl:1280,xxl:1728},p={0:0,25:2,50:4,100:8,150:12,200:16,300:24,350:28,400:32,500:40,600:48,800:64,1e3:80,2e3:160},a=p[100],r={none:p[0],xs:p[50]/a,sm:p[100]/a,md:p[200]/a,lg:p[400]/a,xl:p[600]/a,xxl:p[1e3]/a,xxxl:p[2e3]/a},o={none:p[0],xs:p[50]/a,sm:p[100]/a,md:p[200]/a,lg:p[400]/a,xl:p[600]/a},g={none:p[0],xs:p[25]/a,sm:p[50]/a,md:p[100]/a,md2:p[150]/a,lg:p[200]/a,xl:p[300]/a,round:999},d={raised:"0px 0px 0px 1px rgba(255, 255, 255, 0.12), 0px 0px 4px 2px rgba(6, 4, 13, 0.04), 0px 1px 2px 0px rgba(6, 4, 13, 0.16)",float:"0px 0px 0px 1px rgba(255, 255, 255, 0.16), 0px 0px 4px 2px rgba(6, 4, 13, 0.04), 0px 8px 16px 0px rgba(6, 4, 13, 0.08), 0px 2px 4px 0px rgba(6, 4, 13, 0.08)",overlay:"0px 0px 0px 1px rgba(255, 255, 255, 0.16), 0px 0px 4px 2px rgba(6, 4, 13, 0.04), 0px 16px 24px 0px rgba(6, 4, 13, 0.08), 0px 4px 8px 0px rgba(6, 4, 13, 0.08)",aiSummary:"0 0 8px 4px rgba(127, 76, 255, 0.12)",aiThinking:"2px -2px 8px 2px rgba(255, 190, 165, 0.12), -2px 2px 8px 2px rgba(127, 76, 255, 0.12)",aiButtonGlow:"1px -1px 4px 1px rgba(255, 190, 165, 0.12), -1px 1px 4px 1px rgba(127, 76, 255, 0.12)"},b={raised:"drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.12)) drop-shadow(0px 0px 4px rgba(6, 4, 13, 0.04)) drop-shadow(0px 1px 2px rgba(6, 4, 13, 0.16))",float:"drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.16)) drop-shadow(0px 0px 4px rgba(6, 4, 13, 0.04)) drop-shadow(0px 8px 16px rgba(6, 4, 13, 0.08)) drop-shadow(0px 2px 4px rgba(6, 4, 13, 0.08))",overlay:"drop-shadow(0px 0px 0px rgba(255, 255, 255, 0.16)) drop-shadow(0px 0px 4px rgba(6, 4, 13, 0.04)) drop-shadow(0px 16px 24px rgba(6, 4, 13, 0.08)) drop-shadow(0px 4px 8px rgba(6, 4, 13, 0.08))"},s={input:{focus:"0px 0px 0px 4px rgba(127, 76, 255, 0.24)"}},l={default:"cubic-bezier(0.16, 1, 0.3, 1)",input:"all 200ms ease"};export{a as base,s as boxShadow,x as breakpoints,l as easing,d as elevation,b as elevationFilter,r as margin,o as padding,g as radius,p as space};
@@ -0,0 +1 @@
1
+ import{jsxs as e,jsx as o}from"react/jsx-runtime";import{keyframes as i,styled as t,Box as n,Stack as r}from"@mui/material";import{createContext as a,forwardRef as s,useState as c,useRef as l,useEffect as u,useContext as d}from"react";import{aiThinkingCardStroke as p,aiThinkingCardSurface as m}from"../../BrandCore/gradients.js";import v from"./_partials/AiSkeletonText.js";import{interactionOverlay as g}from"../utils/cardInteraction.js";import{omitProps as h}from"../../../utils/shouldForwardProp.js";import b from"../AiWrittenByLockUp/AiWrittenByLockUp.js";const f=a({bodyLineClamp:6}),x=()=>d(f);if("undefined"!=typeof CSS&&"registerProperty"in CSS)try{CSS.registerProperty({name:"--ai-stroke-angle",syntax:"<angle>",inherits:!1,initialValue:"225deg"})}catch{}const k=400,y=i({to:{"--ai-stroke-angle":"585deg"}}),w="2.83px",C=[`calc(sin(var(--ai-stroke-angle)) * -${w}) calc(cos(var(--ai-stroke-angle)) * ${w}) 8px 2px rgba(255, 190, 165, 0.12)`,`calc(sin(var(--ai-stroke-angle)) * ${w}) calc(cos(var(--ai-stroke-angle)) * -${w}) 8px 2px rgba(127, 76, 255, 0.12)`].join(", "),B=t(n,{shouldForwardProp:h("visible","animating")})(({theme:e,visible:o,animating:i})=>({position:"absolute",inset:0,borderRadius:"inherit",pointerEvents:"none",background:p(e,"var(--ai-stroke-angle)"),boxShadow:[e.custom.elevation.aiThinking,C],opacity:o?1:0,transition:"opacity 400ms ease",...i&&{animation:`${y} 1500ms linear infinite`}})),T=t(n,{shouldForwardProp:h("visible")})(({visible:e})=>({position:"absolute",inset:0,borderRadius:"inherit",pointerEvents:"none",background:m(),opacity:e?1:0,transition:"opacity 400ms ease"})),P=t(n,{shouldForwardProp:h("chromeVisible","elevation")})(({theme:e,chromeVisible:o,elevation:i="raised"})=>({position:"relative",borderRadius:e.spacing(e.custom.component.card.radius),padding:"1px",background:e.custom.component.card.stroke.default,boxShadow:o?"none":e.custom.elevation[i],transition:"box-shadow 400ms ease"})),S=t(r,{shouldForwardProp:h("loading","interactive")})(({theme:e,loading:o,interactive:i})=>{const{card:t}=e.custom.component;return{position:"relative",height:"100%",padding:e.p.md,borderRadius:`calc(${e.spacing(t.radius)} - 1px)`,background:t.surface.default,"& > *":{position:"relative",zIndex:1},"&::after":g(e,0),...i&&!o&&{cursor:"pointer","&:hover:not(:has(button:hover, a:hover))::after":{backgroundColor:t.interaction.hover},"&:active:not(:has(button:active, a:active))::after":{backgroundColor:t.interaction.press}}}}),j=s(({children:i,sx:t,loading:r,bodyLineClamp:a=6,elevation:s,interactive:d=!0,glow:p,glowDurationMs:m,static:g,withLockUp:h,aiButtonText:x,onUpvote:y,onDownvote:w,onCopy:C,onClickAIButton:j,slotProps:L},U)=>{const{active:$,exiting:A}=((e,o,i=1500)=>{const[t,n]=c(!1),[r,a]=c(!1),[s,d]=c(!1),p=l(null);return u(()=>{if(e)return p.current=Date.now(),n(!0),void d(!1);if(null===p.current)return;const o=()=>{p.current=null,n(!1),d(!0)},i=3e3-(Date.now()-p.current);if(i<=0)return void o();const t=setTimeout(o,i);return()=>clearTimeout(t)},[e]),u(()=>{if(!o)return;a(!0),d(!1);const e=setTimeout(()=>{a(!1),d(!0)},i);return()=>clearTimeout(e)},[o,i]),u(()=>{if(!s)return;const e=setTimeout(()=>d(!1),k);return()=>clearTimeout(e)},[s]),{active:Boolean(e)||t||r,exiting:s}})(!g&&r,!g&&p,m),D=$||Boolean(g);return e(P,{sx:t,ref:U,chromeVisible:D,elevation:s,children:[o(B,{visible:D,animating:($||A)&&!g}),e(S,{direction:"column",loading:$,interactive:d,children:[o(T,{visible:D,sx:{position:"absolute"}}),o(n,{sx:{display:"flex",flex:1,minHeight:0},...L?.childrenContainer,children:r?o(v,{lines:a,...L?.skeleton}):o(f.Provider,{value:{bodyLineClamp:a},children:i})}),h&&o(b,{aiButtonText:x,onClickAIButton:j,onUpvote:y,onDownvote:w,onCopy:C,...L?.aiWrittenByLockUp})]})]})});export{P as AiCardBox,j as default,x as useAiCard};
@@ -0,0 +1,4 @@
1
+ import{jsxs as t,jsx as e}from"react/jsx-runtime";import{keyframes as r,styled as i,useTheme as o,Box as n}from"@mui/material";import"react";import{omitProps as a}from"../../../../utils/shouldForwardProp.js";const s=r`
2
+ from { transform: translateX(-100%); }
3
+ to { transform: translateX(500%); }
4
+ `,d=i("div",{shouldForwardProp:a("index")})(({theme:t,index:e})=>({position:"relative",overflow:"hidden",width:"100%",borderRadius:t.custom.radius.round,backgroundColor:t.custom.palette.interaction.disabled,"&::after":{content:'""',position:"absolute",top:0,bottom:0,left:0,width:"25%",background:"linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent)",animation:`${s} 1600ms linear infinite`,animationDelay:-220*e+"ms"}})),l=({lines:r,heading:i=!0,size:a="md"})=>{const s=o(),l=16*parseFloat(s.custom.typography.body[a]),m=1.4*l,h={height:m,display:"flex",alignItems:"center",flex:"none"};return t(n,{sx:{flex:1,display:"flex",flexDirection:"column",overflow:"hidden"},children:[i&&e(n,{sx:{...h,width:"90%",mb:`${Math.max(18-(m-l),0)}px`},children:e(d,{index:0,sx:{height:l}})}),Array.from({length:r},(t,r)=>e(n,{sx:h,children:e(d,{index:r+1,sx:{height:l}})},r))]})};export{l as default};
@@ -1 +1 @@
1
- import{jsxs as e,jsx as o}from"react/jsx-runtime";import{useTheme as t,Box as r,List as i,ListItem as a,ListItemText as s}from"@mui/material";import{useState as p,useRef as n,useEffect as m,cloneElement as l}from"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{Text as d}from"../../WebCore/Text/Text.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"../../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"../../BrandCore/Sticker/Sticker.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 b from"../AiContentContainer/AiContentContainer.js";import C from"../PaginationControl/PaginationControl.js";const u=({comments:u,themeDescription:c,slotProps:j,suggestions:W,activeCommentIndex:g,onActiveCommentIndexChange:B})=>{const[h,S]=p(0),y=t(),I=n(null),[x,L]=p("auto"),f=g??h,k=e=>{B&&B(e),void 0===g&&S(e)};m(()=>{if(!I.current)return;const e=I.current.scrollHeight;L(e)},[f]);const A=u?.length?u[f]:void 0,T=A?l(A,{ref:I}):void 0;return e(b,{slotProps:{childrenContainer:{sx:{display:"flex",flexDirection:"column",gap:y.spacing(y.custom.padding.md)}}},withLockUp:!0,...j?.aiContentContainer,children:[o(d,{size:"sm",children:c}),!!u?.length&&o(r,{children:o(C,{items:Array.from({length:u?.length},(e,o)=>o.toString()),activeItem:f.toString(),onClickNext:()=>{f+1===u.length?k(0):k(f+1)},onClickPrevious:()=>{k(0===f?u.length-1:f-1)},renderTitle:o(d,{size:"sm",bold:!0,children:"Key comments"}),children:o(r,{sx:{overflow:"hidden",height:"auto"===x?"auto":`${x}px`,transition:"height 0.1s ease-in-out",boxShadow:y.custom.elevation.raised,borderRadius:y.spacing(y.custom.radius.md),width:"100%"},children:T})})}),!!W?.length&&e(r,{children:[o(d,{size:"sm",bold:!0,children:"Ideas to consider"}),o(i,{sx:{listStyleType:"disc",padding:`${y.spacing(y.custom.padding.sm)} 0 0 ${y.spacing(y.custom.padding.md+y.custom.padding.sm)}`},children:W.map((e,t)=>o(a,{sx:{display:"list-item",padding:0},children:o(s,{disableTypography:!0,primary:o(d,{size:"sm",children:e})})},`${t}-suggestion`))})]})]})};export{u as default};
1
+ import{jsxs as e,jsx as o}from"react/jsx-runtime";import{useTheme as t,Box as r,List as i,ListItem as a,ListItemText as s}from"@mui/material";import{useState as p,useRef as m,useEffect as n,cloneElement as l}from"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{Text as d}from"../../WebCore/Text/Text.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"../../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"../../BrandCore/Sticker/Sticker.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 b from"../AiCard/AiCard.js";import C from"../PaginationControl/PaginationControl.js";const u=({heading:u,comments:c,themeDescription:j,slotProps:W,suggestions:g,activeCommentIndex:B,onActiveCommentIndexChange:h})=>{const[S,y]=p(0),x=t(),I=m(null),[L,f]=p("auto"),k=B??S,A=e=>{h&&h(e),void 0===B&&y(e)};n(()=>{if(!I.current)return;const e=I.current.scrollHeight;f(e)},[k]);const T=c?.length?c[k]:void 0,v=T?l(T,{ref:I}):void 0;return e(b,{slotProps:{childrenContainer:{sx:{display:"flex",flexDirection:"column",gap:x.spacing(x.custom.padding.md)}},skeleton:{heading:Boolean(u?.length),size:"sm"}},withLockUp:!0,...W?.aiCard,children:[!!u?.length&&o(d,{size:"sm",bold:!0,color:x.custom.palette.text.primary,children:u}),o(d,{size:"sm",children:j}),!!c?.length&&o(r,{children:o(C,{items:Array.from({length:c?.length},(e,o)=>o.toString()),activeItem:k.toString(),onClickNext:()=>{k+1===c.length?A(0):A(k+1)},onClickPrevious:()=>{A(0===k?c.length-1:k-1)},renderTitle:o(d,{size:"sm",bold:!0,children:"Key comments"}),children:o(r,{sx:{overflow:"hidden",height:"auto"===L?"auto":`${L}px`,transition:"height 0.1s ease-in-out",boxShadow:x.custom.elevation.raised,borderRadius:x.spacing(x.custom.radius.md),width:"100%"},children:v})})}),!!g?.length&&e(r,{children:[o(d,{size:"sm",bold:!0,children:"Ideas to consider"}),o(i,{sx:{listStyleType:"disc",padding:`${x.spacing(x.custom.padding.sm)} 0 0 ${x.spacing(x.custom.padding.md+x.custom.padding.sm)}`},children:g.map((e,t)=>o(a,{sx:{display:"list-item",padding:0},children:o(s,{disableTypography:!0,primary:o(d,{size:"sm",children:e})})},`${t}-suggestion`))})]})]})};export{u as default};
@@ -0,0 +1 @@
1
+ import{jsx as e,jsxs as o,Fragment as t}from"react/jsx-runtime";import{useTheme as r,Stack as i}from"@mui/material";import{mergeSx as a}from"merge-sx";import{forwardRef as s,useState as n,useEffect as p}from"react";import{aiLockupText_icon as l,aiLockupText_text as m}from"../../BrandCore/gradients.js";import d from"../../BrandCore/Icon/Icon.js";import b,{useAiCard as c}from"../AiCard/AiCard.js";import"../../../utils/formValidation/misc.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 u}from"../../WebCore/Text/Text.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"../../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 C from"../../WebCore/ExpandableTypographyClamp/ExpandableTypographyClamp.js";import"../../WebCore/FormBuilder/FormBuilder.js";import"../../WebCore/FormGenerator/FormGenerator.js";import"../../WebCore/GridOverlay/GridOverlay.js";import"html-react-parser";import j from"../../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 W from"../../WebCore/LoopsAiButton/LoopsAiButton.js";import"markdown-to-jsx";import g from"../../WebCore/Menu/Menu.js";import"../../WebCore/ModalLayout/_partials/ModalActionsWrapper.js";import"../../WebCore/ModalLayout/_partials/ModalContentWrapper.js";import"../../WebCore/Surface/Surface.js";import"../../WebCore/NavigationButton/NavigationButton.js";import"material-ui-popup-state/hooks";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"../../BrandCore/Sticker/Sticker.js";import B from"../../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 h=({heading:s,body:b,attribution:h,menuItems:x,onStartChatClick:y,onRetryClick:S,loading:f,loadingMessage:I="",error:L,slotProps:k})=>{const A=r(),{bodyLineClamp:T}=c(),[F,R]=n(T);p(()=>{R(T)},[T]);const w=Boolean(f&&L);return o(i,{sx:{flex:1,gap:A.spacing(A.custom.padding.sm)},children:[(s?.length||x?.length||w)&&e(i,{direction:"row",sx:{alignItems:"flex-start",justifyContent:"space-between",gap:A.spacing(A.custom.padding.md)},children:w?o(i,{direction:"row",sx:{alignItems:"center",gap:1},children:[e(B,{sizing:"sm",sx:{position:"static",color:A.custom.palette.neutral[400]}}),o(i,{direction:"row",sx:{alignItems:"center",gap:1},children:[e(u,{size:"sm",className:"ellipsis-loading",children:I}),void 0!==S&&e(u,{size:"sm",onClick:S,children:"Refresh",...k?.retry,sx:a({textDecoration:"underline",cursor:"pointer"},k?.retry?.sx)})]})]}):o(t,{children:[e(u,{size:"sm",bold:!0,color:A.custom.palette.text.primary,...k?.heading,children:s}),x?.length&&e(g,{trigger:e(j,{icon:e(d,{name:"more-horizontal",color:A.custom.palette.icon.primary}),sizing:"sm"}),placement:"bottom-end",offset:[0,8],width:165,menuItems:x,...k?.menu})]})}),!f&&b?.length&&e(C,{size:"sm",color:A.custom.palette.text.primary,clamp:F,slotProps:{gradientBox:{background:A.custom.palette.surface.default}},onShowMoreClick:()=>{R(void 0)},onShowLessClick:()=>{R(T)},...k?.expandableTypographyClamp,backgroundColorOverride:A.custom.palette.surface.default,children:b}),(h?.length||void 0!==y)&&o(i,{direction:"row",sx:{alignItems:"center",justifyContent:"space-between",pt:A.spacing(A.custom.padding.xs),gap:A.spacing(A.custom.padding.md)},children:[h?.length&&o(i,{direction:"row",sx:{alignItems:"center",gap:A.spacing(A.custom.padding.xs)},children:[e(d,{name:"ai",size:20,...k?.attributionIcon,sx:a(l(A),k?.attributionIcon?.sx)}),e(u,{size:"xs",bold:!0,...k?.attribution,sx:a(m(A),k?.attribution?.sx),children:h})]}),void 0!==y&&e(W,{text:"Chat",onClick:y,loading:f,disabled:f,slotProps:{button:{sx:{...k?.startChatButton?.sx}}}})]})]})},x=s(({bodyLineClamp:o,loading:t,error:r,sx:i,...a},s)=>e(b,{ref:s,sx:i,loading:t&&!r,bodyLineClamp:o,slotProps:{skeleton:{heading:Boolean(a.heading?.length||a.menuItems?.length),size:"sm"}},children:e(h,{loading:t,error:r,...a})}));export{x as default};
@@ -0,0 +1 @@
1
+ import{jsxs as e,jsx as o}from"react/jsx-runtime";import{useTheme as r,Stack as t}from"@mui/material";import{mergeSx as i}from"merge-sx";import"../../BrandCore/colorRamps.js";import"../../BrandCore/primitiveVariables.js";import"../../BrandCore/semanticColor.js";import{aiLockupText_icon as a,aiLockupText_text as p}from"../../BrandCore/gradients.js";import"../../BrandCore/types.js";import"../../BrandCore/typography.js";import s from"../../BrandCore/Icon/Icon.js";import"../../BrandCore/Sticker/Sticker.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 m}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"../../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 n from"../../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 l from"../../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 b=({sx:b,onUpvote:C,onDownvote:d,onCopy:u,aiButtonText:c,onClickAIButton:j})=>{const W=r(),B=i({position:"relative",mt:W.custom.margin.md,gap:W.custom.margin.md,alignItems:"center"},b);return e(t,{direction:"row",sx:B,children:[e(t,{direction:"row",sx:{gap:W.spacing(W.custom.padding.xs)},children:[o(s,{name:"ai",size:20,sx:a(W)}),o(m,{size:"xs",bold:!0,noWrap:!0,sx:p(W),children:"Written by Loops Intelligence"})]}),o(t,{direction:"row",sx:{marginLeft:"auto"},children:[{name:"thumb-up",onClick:C},{name:"thumb-down",onClick:d},{name:"copy",onClick:u}].filter(e=>e.onClick).map(({name:e,onClick:r})=>o(n,{icon:o(s,{name:e,color:W.custom.palette.icon.secondary}),sizing:"xs",onClick:r},e))}),c&&o(l,{text:c,onClick:j})]})};export{b as default};
@@ -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"../../BrandCore/Sticker/Sticker.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
+ import{jsx as t,jsxs as e}from"react/jsx-runtime";import{Box as r}from"@mui/material";import"../AiCard/AiCard.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"../../BrandCore/Sticker/Sticker.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"../../BrandCore/Sticker/Sticker.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
+ 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"../AiCard/AiCard.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"../../BrandCore/Sticker/Sticker.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{styled as o}from"@mui/material";import i from"../../BrandCore/Icon/Icon.js";import e from"../Button/Button.js";const a=o(e)(({disabled:t,theme:o})=>({background:`linear-gradient(-18deg, ${o.custom.palette.purple[600]} 0%, ${o.custom.palette.blue[400]} 100%)`,color:o.custom.palette.text.lockedWhite,minWidth:0,opacity:t?.5:1,padding:o.spacing(o.custom.padding.sm)})),r=({text:o,disabled:e,loading:r,slotProps:n,onClick:d})=>t(a,{variation:"primary",sizing:"md",startIcon:t(i,{name:"ai"}),disabled:e,loading:r,onClick:d,...n?.button,children:o||"Loops AI"});export{r as default};
1
+ import{jsx as o}from"react/jsx-runtime";import{styled as i}from"@mui/material";import{aiButtonSurface as t,aiButtonStroke as d}from"../../BrandCore/gradients.js";import a from"../../BrandCore/Icon/Icon.js";import n from"../Button/Button.js";const r=i(n)(({disabled:o,theme:i})=>({border:"1px solid transparent",borderRadius:i.custom.radius.round,background:`${t(i)} padding-box, ${d(i)} border-box`,boxShadow:i.custom.elevation.aiButtonGlow,fontWeight:500,minWidth:0,opacity:o?.5:1,padding:i.spacing(i.custom.padding.sm),"& .MuiBox-root":{paddingLeft:i.spacing(i.custom.padding.xs),paddingRight:i.spacing(i.custom.padding.xs)}})),s=({text:i,disabled:t,loading:d,slotProps:n,onClick:s})=>o(r,{variation:"subtle",sizing:"md",startIcon:o(a,{name:"ai"}),disabled:t,loading:d,onClick:s,...n?.button,children:i||"Loops AI"});export{s as default};
@@ -1 +1 @@
1
- import{jsx as i}from"react/jsx-runtime";import{Grow as r,Box as e}from"@mui/material";import t from"../Popper/Popper.js";import o from"../Surface/Surface.js";import n from"./NudgeBox.js";import s from"./NudgeButton.js";const a=({children:a,description:d,title:m,navigationSizing:p,offset:f=[0,12]})=>"sm"===p?i(t,{popperProps:{placement:"right-end",modifiers:f&&[{name:"offset",options:{offset:f}}]},surfaceProps:{variation:"raised",sx:{maxWidth:200,p:1}},bindOn:["trigger"],trigger:i(r,{in:!0,style:{transformOrigin:"0 100%"},children:i(e,{children:i(s,{notification:!0})})}),children:i(n,{description:d,title:m,children:a})}):i(r,{in:!0,style:{transformOrigin:"0 100%",transitionDelay:"100ms"},children:i(e,{sx:{display:"flex"},children:i(o,{variation:"raised",borderradius:"md",sx:{maxWidth:200,minHeight:40,width:"100%",p:1},children:i(n,{description:d,title:m,children:a})})})});export{a as default};
1
+ import{jsx as i}from"react/jsx-runtime";import{Grow as r,Box as e}from"@mui/material";import t from"../Popper/Popper.js";import o from"../Surface/Surface.js";import n from"./NudgeBox.js";import s from"./NudgeButton.js";const a=({children:a,description:d,title:m,navigationSizing:p,offset:f=[0,12]})=>"sm"===p?i(t,{popperProps:{placement:"right-end",modifiers:f&&[{name:"offset",options:{offset:f}}]},surfaceProps:{variation:"raised",sx:{maxWidth:200,p:1}},bindOn:["trigger","toggle"],trigger:i(r,{in:!0,style:{transformOrigin:"0 100%"},children:i(e,{children:i(s,{notification:!0})})}),children:i(n,{description:d,title:m,children:a})}):i(r,{in:!0,style:{transformOrigin:"0 100%",transitionDelay:"100ms"},children:i(e,{sx:{display:"flex"},children:i(o,{variation:"raised",borderradius:"md",sx:{maxWidth:200,minHeight:40,width:"100%",p:1},children:i(n,{description:d,title:m,children:a})})})});export{a as default};
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@ import { CustomTheme } from './theme/types.js';
2
2
  export { ScreenSize } from './theme/types.js';
3
3
  export { blueRamp, generateRamp, greenRamp, neutralRamp, peachRamp, purpleRamp, redRamp, yellowRamp } from './systems/BrandCore/colorRamps.js';
4
4
  export { componentTokens } from './systems/BrandCore/componentTokens.js';
5
- export { tone1, tone2, tone3, tone3_ai_icon, tone3_border, tone3_lowOpacity_text, tone4, tone5 } from './systems/BrandCore/gradients.js';
5
+ export { aiButtonStroke, aiButtonSurface, aiLockupText, aiLockupText_icon, aiLockupText_text, aiThinkingCardStroke, aiThinkingCardSurface, tone1, tone2, tone3, tone3_ai_icon, tone3_border, tone3_lowOpacity_text, tone4, tone5 } from './systems/BrandCore/gradients.js';
6
6
  export { blue, darkNeutral, darkNeutralAlpha, green, neutral, neutralAlpha, peach, purple, red, yellow } from './systems/BrandCore/primitiveColor.js';
7
7
  export { GenericSizeMap, base, boxShadow, breakpoints, easing, elevation, elevationFilter, margin, padding, radius, space } from './systems/BrandCore/primitiveVariables.js';
8
8
  export { semantic } from './systems/BrandCore/semanticColor.js';
@@ -14,10 +14,10 @@ export { default as PlanFeatureTable, PlanFeatureTableProps } from './systems/Ma
14
14
  export { PlanFeatureTableData } from './systems/Marketing/PlanFeatureTable/PlanFeatureTableData.js';
15
15
  export { default as PlanTierCard, PlanTierCardProps, Section } from './systems/Marketing/PlanTierCard/PlanTierCard.js';
16
16
  export { default as TickGroup, TickGroupProps } from './systems/Marketing/TickGroup/TickGroup.js';
17
- export { default as AiContentContainer, AiContentContainerProps } from './systems/Platform/AiContentContainer/AiContentContainer.js';
18
- export { default as AIInsight, AIInsightProps } from './systems/Platform/AIInsight/AIInsight.js';
19
- export { default as AISummary, AISummaryProps } from './systems/Platform/AISummary/AISummary.js';
20
- export { default as AIWrittenByLockUp, AiWrittenByLockUpProps } from './systems/Platform/AIWrittenByLockUp/AiWrittenByLockUp.js';
17
+ export { default as AiCard, AiCardProps, useAiCard } from './systems/Platform/AiCard/AiCard.js';
18
+ export { default as AiInsight, AiInsightProps } from './systems/Platform/AiInsight/AiInsight.js';
19
+ export { default as AiSummary, AiSummaryProps } from './systems/Platform/AiSummary/AiSummary.js';
20
+ export { default as AiWrittenByLockUp, AiWrittenByLockUpProps } from './systems/Platform/AiWrittenByLockUp/AiWrittenByLockUp.js';
21
21
  export { default as ArrowTextIndicator, ArrowTextIndicatorProps } from './systems/Platform/ArrowTextIndicator/ArrowTextIndicator.js';
22
22
  export { default as AssetItem, AssetItemProps } from './systems/Platform/AssetItem/AssetItem.js';
23
23
  export { default as AuthContainerSurface } from './systems/Platform/AuthContainerSurface/AuthContainerSurface.js';