@staffbase/design 20.2.1 → 20.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/main.d.ts CHANGED
@@ -1154,6 +1154,7 @@ declare const iconList: {
1154
1154
  readonly 'rounded-corners': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
1155
1155
  readonly rss: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
1156
1156
  readonly search: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
1157
+ readonly slideshow: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
1157
1158
  readonly send: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
1158
1159
  readonly settings: NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
1159
1160
  readonly 'share-android': NamedExoticComponent< SVGAttributes<SVGSVGElement> & RefAttributes<SVGSVGElement>>;
@@ -1996,6 +1997,8 @@ export declare const Skeleton: {
1996
1997
 
1997
1998
  export declare const SliderQuestionIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
1998
1999
 
2000
+ export declare const SlideshowIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
2001
+
1999
2002
  export declare const SnowflakeIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
2000
2003
 
2001
2004
  export declare const SortIcon: default_2.NamedExoticComponent<default_2.SVGAttributes<SVGSVGElement> & default_2.RefAttributes<SVGSVGElement>>;
package/dist/main.js CHANGED
@@ -4240,7 +4240,7 @@ var MinusCircleIcon_default = React.memo(MinusCircleIcon);
4240
4240
  var MobileIcon = React.forwardRef((props, ref) => {
4241
4241
  const { className, ...rest } = props;
4242
4242
  const finalClassName = ["ds-icon ds-icon-mobile", className].filter(Boolean).join(" ");
4243
- return /* @__PURE__ */ jsxs("svg", {
4243
+ return /* @__PURE__ */ jsx("svg", {
4244
4244
  "aria-hidden": "true",
4245
4245
  viewBox: "0 0 24 24",
4246
4246
  width: "1em",
@@ -4250,7 +4250,7 @@ var MobileIcon = React.forwardRef((props, ref) => {
4250
4250
  className: finalClassName,
4251
4251
  ref,
4252
4252
  "data-c13y-component": "icon",
4253
- children: [/* @__PURE__ */ jsx("path", { d: "M13.933,11.8l1.5,1.2a.251.251,0,0,0,.407-.194V2.5A2.5,2.5,0,0,0,13.34,0h-9a2.5,2.5,0,0,0-2.5,2.5v19A2.5,2.5,0,0,0,4.34,24h9a2.489,2.489,0,0,0,.771-.122.249.249,0,0,0,.149-.343,4.033,4.033,0,0,1-.42-1.645V20a.251.251,0,0,0-.063-.165l-.661-.747A.251.251,0,0,0,12.928,19H4.34a.5.5,0,0,1-.5-.5V4.5a.5.5,0,0,1,.5-.5h9a.5.5,0,0,1,.5.5v7.1A.249.249,0,0,0,13.933,11.8ZM8.84,20.5a1,1,0,1,1-1,1A1,1,0,0,1,8.84,20.5Z" }), /* @__PURE__ */ jsx("path", { d: "M18.363,15.347a.751.751,0,0,1-.469,1.336.741.741,0,0,1-.468-.165l-4.1-3.289a1.376,1.376,0,0,0-1.579.261,1.354,1.354,0,0,0-.214.279,1.375,1.375,0,0,0,.214,1.666l3.666,4.142a.249.249,0,0,1,.063.166v2.544a2.63,2.63,0,0,0,.306,1.071A.251.251,0,0,0,16,23.5H21.91a.25.25,0,0,0,.207-.391L20.679,21a.253.253,0,0,1-.044-.141V15.03c0-1.478-1.453-2.921-2.888-4.077a.252.252,0,0,0-.265-.031.25.25,0,0,0-.142.225v3.259a.251.251,0,0,0,.093.2Z" })]
4253
+ children: /* @__PURE__ */ jsx("path", { d: "M17 0H7a3 3 0 0 0 -3 3v18a3 3 0 0 0 3 3h10a3 3 0 0 0 3 -3V3a3 3 0 0 0 -3 -3Zm-5 22.47a1 1 0 1 1 1 -1 1 1 0 0 1 -1 1ZM18 18a1 1 0 0 1 -1 1H7a1 1 0 0 1 -1 -1V3.53a1 1 0 0 1 1 -1h10a1 1 0 0 1 1 1Z" })
4254
4254
  });
4255
4255
  });
4256
4256
  MobileIcon.displayName = "MobileIcon";
@@ -7206,6 +7206,44 @@ var SliderQuestionIcon = React.forwardRef((props, ref) => {
7206
7206
  SliderQuestionIcon.displayName = "SliderQuestionIcon";
7207
7207
  var SliderQuestionIcon_default = React.memo(SliderQuestionIcon);
7208
7208
  //#endregion
7209
+ //#region src/icons/SlideshowIcon.tsx
7210
+ /**
7211
+ * THIS IS A GENERATED FILE. PLEASE SEE `scripts/iconGenerator`.
7212
+ */
7213
+ var SlideshowIcon = React.forwardRef((props, ref) => {
7214
+ const { className, ...rest } = props;
7215
+ const finalClassName = ["ds-icon ds-icon-slideshow", className].filter(Boolean).join(" ");
7216
+ return /* @__PURE__ */ jsxs("svg", {
7217
+ "aria-hidden": "true",
7218
+ viewBox: "0 0 97 96",
7219
+ width: "1em",
7220
+ height: "1em",
7221
+ fill: "currentColor",
7222
+ ...rest,
7223
+ className: finalClassName,
7224
+ ref,
7225
+ "data-c13y-component": "icon",
7226
+ children: [
7227
+ /* @__PURE__ */ jsx("path", { d: "M96.5 7.92A7.928 7.928 0 0 0 88.58 0H8.42A7.928 7.928 0 0 0 .5 7.92v80.16A7.928 7.928 0 0 0 8.42 96h80.16a7.927 7.927 0 0 0 7.92-7.92V7.92ZM88.5 86a2 2 0 0 1-2 2l-76 .08a2 2 0 0 1-2-2L8.42 10a2 2 0 0 1 2-2l76.08-.08a2 2 0 0 1 2 2V86Z" }),
7228
+ /* @__PURE__ */ jsx("path", {
7229
+ fillRule: "evenodd",
7230
+ d: "M58.5 89V7a3 3 0 0 0-3-3c-.796 0-47.559.316-48.121.879A3 3 0 0 0 6.5 7v82a3 3 0 0 0 .879 2.121c.562.563 47.325.88 48.121.88a3 3 0 0 0 3-3ZM14.995 48.058l5.628-11.12c.185-.367.45-.686.775-.933a2.623 2.623 0 0 1 3.36.143l4.331 3.9a.893.893 0 0 0 .744.207.889.889 0 0 0 .627-.457l3.582-11.041a2.685 2.685 0 0 1 1.087-1.102 2.63 2.63 0 0 1 2.93.274c.407.333.71.78.868 1.286l5.247 19.258a2.744 2.744 0 0 1-.387 2.418 2.674 2.674 0 0 1-.946.816 2.633 2.633 0 0 1-1.207.293h-24.27c-.456 0-.905-.12-1.303-.346a2.683 2.683 0 0 1-.97-.95 2.734 2.734 0 0 1-.096-2.646ZM41.5 80h-24a3 3 0 0 1 0-6h24a3 3 0 0 1 0 6Z",
7231
+ clipRule: "evenodd"
7232
+ }),
7233
+ /* @__PURE__ */ jsx("path", { d: "M79.168 68h-6.669a3.332 3.332 0 0 0-3.331 3.332v7.336A3.332 3.332 0 0 0 72.499 82h6.669a3.332 3.332 0 0 0 3.332-3.332v-7.336A3.332 3.332 0 0 0 79.168 68ZM78.5 13.98H67.812a3.332 3.332 0 0 0-3.331 3.332v3.336a3.332 3.332 0 0 0 3.332 3.332H78.5a3.332 3.332 0 0 0 3.332-3.332v-3.335A3.332 3.332 0 0 0 78.5 13.98ZM78.5 30H67.812a3.332 3.332 0 0 0-3.331 3.332v3.336A3.332 3.332 0 0 0 67.813 40H78.5a3.332 3.332 0 0 0 3.332-3.332v-3.336A3.332 3.332 0 0 0 78.5 30Z" }),
7234
+ /* @__PURE__ */ jsx("clipPath", {
7235
+ id: "a",
7236
+ children: /* @__PURE__ */ jsx("path", {
7237
+ fill: "#fff",
7238
+ d: "M.5 0h96v96H.5z"
7239
+ })
7240
+ })
7241
+ ]
7242
+ });
7243
+ });
7244
+ SlideshowIcon.displayName = "SlideshowIcon";
7245
+ var SlideshowIcon_default = React.memo(SlideshowIcon);
7246
+ //#endregion
7209
7247
  //#region src/icons/SnowflakeIcon.tsx
7210
7248
  /**
7211
7249
  * THIS IS A GENERATED FILE. PLEASE SEE `scripts/iconGenerator`.
@@ -8781,6 +8819,7 @@ var iconList = {
8781
8819
  "rounded-corners": RoundedCornersIcon_default,
8782
8820
  rss: RssIcon_default,
8783
8821
  search: SearchIcon_default,
8822
+ slideshow: SlideshowIcon_default,
8784
8823
  send: SendIcon_default,
8785
8824
  settings: SettingsIcon_default,
8786
8825
  "share-android": ShareAndroidIcon_default,
@@ -11890,6 +11929,6 @@ function TooltipDeprecated(props) {
11890
11929
  }
11891
11930
  TooltipDeprecated.displayName = "TooltipDeprecated";
11892
11931
  //#endregion
11893
- export { AIPUIcon_default as AIPUIcon, ActionMenu, ActionMenuContent, ActionMenuItem, ActionMenuLinkItem, ActionMenuTrigger, AddCircleIcon_default as AddCircleIcon, AddIcon_default as AddIcon, AiSparklesIcon_default as AiSparklesIcon, AlarmIcon_default as AlarmIcon, AlertDialog, AlertIcon_default as AlertIcon, AltAlternateIcon_default as AltAlternateIcon, ArchiveIcon_default as ArchiveIcon, ArrowDownIcon_default as ArrowDownIcon, ArrowLeftIcon_default as ArrowLeftIcon, ArrowRightIcon_default as ArrowRightIcon, ArrowUpIcon_default as ArrowUpIcon, ArtboardIcon_default as ArtboardIcon, AttachmentIcon_default as AttachmentIcon, Avatar, AvatarDeprecated, Badge, Banner, BarChartIcon_default as BarChartIcon, BellAltIcon_default as BellAltIcon, BellIcon_default as BellIcon, BinIcon_default as BinIcon, BlockQuoteIcon_default as BlockQuoteIcon, BookmarkAltIcon_default as BookmarkAltIcon, BookmarkIcon_default as BookmarkIcon, BookmarkOffIcon_default as BookmarkOffIcon, BookmarkOnIcon_default as BookmarkOnIcon, BottomSheet, BriefcaseIcon_default as BriefcaseIcon, BulbIcon_default as BulbIcon, BulletListIcon_default as BulletListIcon, BurgerIcon_default as BurgerIcon, Button, ButtonDeprecated, CalendarIcon_default as CalendarIcon, CameraIcon_default as CameraIcon, Card, CaretDownIcon_default as CaretDownIcon, CaretFirstIcon_default as CaretFirstIcon, CaretLastIcon_default as CaretLastIcon, CaretLeftIcon_default as CaretLeftIcon, CaretRightIcon_default as CaretRightIcon, CaretUpIcon_default as CaretUpIcon, ChatOptOutIcon_default as ChatOptOutIcon, CheckCircleAltIcon_default as CheckCircleAltIcon, CheckCircleIcon_default as CheckCircleIcon, CheckIcon_default as CheckIcon, Checkbox, CheckboxGroup, ChristmasTreeIcon_default as ChristmasTreeIcon, CircleDownIcon_default as CircleDownIcon, CircleUpIcon_default as CircleUpIcon, ClickIcon_default as ClickIcon, ClockIcon_default as ClockIcon, CloseCircleIcon_default as CloseCircleIcon, CloseIcon_default as CloseIcon, CloudIcon_default as CloudIcon, ColorPaletteIcon_default as ColorPaletteIcon, CommentAltIcon_default as CommentAltIcon, CommentIcon_default as CommentIcon, ConnectionOffIcon_default as ConnectionOffIcon, CopyIcon_default as CopyIcon, CropIcon_default as CropIcon, DashIcon_default as DashIcon, DashboardIcon_default as DashboardIcon, DesktopIcon_default as DesktopIcon, Dialog, Divider, DotIcon_default as DotIcon, DoubleCheckIcon_default as DoubleCheckIcon, DownloadIcon_default as DownloadIcon, DragHandleIcon_default as DragHandleIcon, EditIcon_default as EditIcon, EllipsisIcon_default as EllipsisIcon, EmailBouncesIcon_default as EmailBouncesIcon, EmailContactsIcon_default as EmailContactsIcon, EmailFollowUpIcon_default as EmailFollowUpIcon, EmailIcon_default as EmailIcon, EmailOpenIcon_default as EmailOpenIcon, EmailTeamsIcon_default as EmailTeamsIcon, Empty, EmptyState, ExpandHorizontalIcon_default as ExpandHorizontalIcon, ExpandIcon_default as ExpandIcon, ExpandVerticalIcon_default as ExpandVerticalIcon, FeatureAnalyticsIcon_default as FeatureAnalyticsIcon, FeatureCampaignsIcon_default as FeatureCampaignsIcon, FeatureEditorialCalendarIcon_default as FeatureEditorialCalendarIcon, FeatureEmployeeEmailIcon_default as FeatureEmployeeEmailIcon, FeatureNewsPageIcon_default as FeatureNewsPageIcon, Field, FileArchiveIcon_default as FileArchiveIcon, FileAudioIcon_default as FileAudioIcon, FileCodeIcon_default as FileCodeIcon, FileIcon_default as FileIcon, FileImageIcon_default as FileImageIcon, FilePdfIcon_default as FilePdfIcon, FilePresentationIcon_default as FilePresentationIcon, FileShareIcon_default as FileShareIcon, FileSheetIcon_default as FileSheetIcon, FileSizeIcon_default as FileSizeIcon, FileStackIcon_default as FileStackIcon, FileTextIcon_default as FileTextIcon, FileUploadNamespace as FileUpload, FileUploadIcon_default as FileUploadIcon, FileVideoIcon_default as FileVideoIcon, FilesManagerIcon_default as FilesManagerIcon, Filter, FilterIcon_default as FilterIcon, FlagIcon_default as FlagIcon, FolderIcon_default as FolderIcon, FolderShareIcon_default as FolderShareIcon, FontsIcon_default as FontsIcon, FootballIcon_default as FootballIcon, GalleryIcon_default as GalleryIcon, GhostButton, GlobeIcon_default as GlobeIcon, GridIcon_default as GridIcon, GroupConversationAddIcon_default as GroupConversationAddIcon, GroupConversationAdminIcon_default as GroupConversationAdminIcon, GroupConversationIcon_default as GroupConversationIcon, GroupConversationLeaveIcon_default as GroupConversationLeaveIcon, Growl, GrowlContainer, HamburgerMenuIcon_default as HamburgerMenuIcon, HeartAltIcon_default as HeartAltIcon, HeartIcon_default as HeartIcon, HelpButton, HierarchyChartIcon_default as HierarchyChartIcon, HomeIcon_default as HomeIcon, HouseIcon_default as HouseIcon, Icon, IconButton, IconGhostButton, ImageIcon_default as ImageIcon, ImageUploadIcon_default as ImageUploadIcon, InfoIcon_default as InfoIcon, InstantPostIcon_default as InstantPostIcon, JourneyStartIcon_default as JourneyStartIcon, KeyIcon_default as KeyIcon, LanguageGlobeIcon_default as LanguageGlobeIcon, LanguageIcon_default as LanguageIcon, LaptopIcon_default as LaptopIcon, LaunchpadIcon_default as LaunchpadIcon, LibraryIcon_default as LibraryIcon, LineChartIcon_default as LineChartIcon, LinkIcon_default as LinkIcon, LoadingSpinner, LockAltIcon_default as LockAltIcon, LockIcon_default as LockIcon, LoginIcon_default as LoginIcon, LogoutIcon_default as LogoutIcon, LongTextIcon_default as LongTextIcon, MagicWandIcon_default as MagicWandIcon, MapPinIcon_default as MapPinIcon, Menu, MergeLeftIcon_default as MergeLeftIcon, MergeRightIcon_default as MergeRightIcon, MicrophoneAltIcon_default as MicrophoneAltIcon, MicrophoneIcon_default as MicrophoneIcon, MinusCircleIcon_default as MinusCircleIcon, MobileIcon_default as MobileIcon, Modal, ModalDialog, MoveDownIcon_default as MoveDownIcon, MoveIcon_default as MoveIcon, MoveLeftIcon_default as MoveLeftIcon, MoveRightIcon_default as MoveRightIcon, MoveSidesIcon_default as MoveSidesIcon, MoveUpIcon_default as MoveUpIcon, MultipleChoiceQuestionIcon_default as MultipleChoiceQuestionIcon, NetworkChartIcon_default as NetworkChartIcon, NewConversationIcon_default as NewConversationIcon, NpsQuestionIcon_default as NpsQuestionIcon, NumberListIcon_default as NumberListIcon, NumberStepper, OfficeIcon_default as OfficeIcon, OpenOutIcon_default as OpenOutIcon, ParagraphCenterAlignIcon_default as ParagraphCenterAlignIcon, ParagraphLeftAlignIcon_default as ParagraphLeftAlignIcon, ParagraphRightAlignIcon_default as ParagraphRightAlignIcon, PauseIcon_default as PauseIcon, PeopleIcon_default as PeopleIcon, PhoneIcon_default as PhoneIcon, PictureGalleryIcon_default as PictureGalleryIcon, PieChartIcon_default as PieChartIcon, Pill, PlainGrowl, PlayIcon_default as PlayIcon, PluginAbsenceIcon_default as PluginAbsenceIcon, PluginCalendarIcon_default as PluginCalendarIcon, PluginChatIcon_default as PluginChatIcon, PluginColleagueQuizIcon_default as PluginColleagueQuizIcon, PluginEmbeddedPagesIcon_default as PluginEmbeddedPagesIcon, PluginEventRegistrationIcon_default as PluginEventRegistrationIcon, PluginFacebookPagesIcon_default as PluginFacebookPagesIcon, PluginFormsIcon_default as PluginFormsIcon, PluginIcon_default as PluginIcon, PluginIntegratedContentIcon_default as PluginIntegratedContentIcon, PluginJourneysIcon_default as PluginJourneysIcon, PluginLinksIcon_default as PluginLinksIcon, PluginMapsIcon_default as PluginMapsIcon, PluginMealPlanIcon_default as PluginMealPlanIcon, PluginMicrosoft365CalendarIcon_default as PluginMicrosoft365CalendarIcon, PluginNetigateIcon_default as PluginNetigateIcon, PluginNetworkIcon_default as PluginNetworkIcon, PluginNewsIcon_default as PluginNewsIcon, PluginOffice365FilesIcon_default as PluginOffice365FilesIcon, PluginPagesIcon_default as PluginPagesIcon, PluginQuizCalendarIcon_default as PluginQuizCalendarIcon, PluginSAMLIntegrationsIcon_default as PluginSAMLIntegrationsIcon, PluginSAPFioriIcon_default as PluginSAPFioriIcon, PluginShiftPlanIcon_default as PluginShiftPlanIcon, PluginSurveyMonkeyIcon_default as PluginSurveyMonkeyIcon, PluginSurveysIcon_default as PluginSurveysIcon, PluginThirdPartyIcon_default as PluginThirdPartyIcon, PollIcon_default as PollIcon, Popover, PrintIcon_default as PrintIcon, QuestionIcon_default as QuestionIcon, QuicklinkCampaignsIcon_default as QuicklinkCampaignsIcon, QuicklinkCommentsIcon_default as QuicklinkCommentsIcon, QuicklinkEditorialCalendarIcon_default as QuicklinkEditorialCalendarIcon, QuicklinkEmailIcon_default as QuicklinkEmailIcon, QuicklinkEventRegistrationIcon_default as QuicklinkEventRegistrationIcon, QuicklinkFormsIcon_default as QuicklinkFormsIcon, QuicklinkJourneysIcon_default as QuicklinkJourneysIcon, QuicklinkLaunchpadIcon_default as QuicklinkLaunchpadIcon, QuicklinkMenuIcon_default as QuicklinkMenuIcon, QuicklinkNewsIcon_default as QuicklinkNewsIcon, QuicklinkPagesIcon_default as QuicklinkPagesIcon, QuicklinkSurveyIcon_default as QuicklinkSurveyIcon, QuizIcon_default as QuizIcon, Radio, RadioGroup, RedoIcon_default as RedoIcon, RefreshIcon_default as RefreshIcon, ReplaceFileIcon_default as ReplaceFileIcon, ResizeExpandIcon_default as ResizeExpandIcon, RestoreIcon_default as RestoreIcon, RoundedCornersIcon_default as RoundedCornersIcon, RssIcon_default as RssIcon, SearchIcon_default as SearchIcon, SearchInput, SearchableMultiSelect, SearchableSingleSelect, SegmentedControl, Select, SendIcon_default as SendIcon, Separator, SettingsIcon_default as SettingsIcon, ShareAndroidIcon_default as ShareAndroidIcon, ShareIosIcon_default as ShareIosIcon, ShortTextIcon_default as ShortTextIcon, ShrinkIcon_default as ShrinkIcon, SidebarLeftIcon_default as SidebarLeftIcon, SidebarRightIcon_default as SidebarRightIcon, SingleChoiceQuestionIcon_default as SingleChoiceQuestionIcon, SingleSelect, Skeleton, SliderQuestionIcon_default as SliderQuestionIcon, SnowflakeIcon_default as SnowflakeIcon, SortIcon_default as SortIcon, SoundAltIcon_default as SoundAltIcon, SoundIcon_default as SoundIcon, SpacesAltIcon_default as SpacesAltIcon, SpacesIcon_default as SpacesIcon, SplitIcon_default as SplitIcon, StarAltIcon_default as StarAltIcon, StarIcon_default as StarIcon, StyleChip, Switch, TabletIcon_default as TabletIcon, Tabs, TagIcon_default as TagIcon, TextArea, TextAreaDeprecated, TextBoldIcon_default as TextBoldIcon, TextField, TextFormattingCapsIcon_default as TextFormattingCapsIcon, TextFormattingSmallCapsIcon_default as TextFormattingSmallCapsIcon, TextFormattingTextStyleIcon_default as TextFormattingTextStyleIcon, TextIcon_default as TextIcon, TextInput, TextItalicIcon_default as TextItalicIcon, TextQuestionIcon_default as TextQuestionIcon, TextStrikeThroughIcon_default as TextStrikeThroughIcon, TextSummariseIcon_default as TextSummariseIcon, TextTormattingArrangeSpacingIcon_default as TextTormattingArrangeSpacingIcon, TextUnderlineIcon_default as TextUnderlineIcon, ThumbDownAltIcon_default as ThumbDownAltIcon, ThumbDownIcon_default as ThumbDownIcon, ThumbUpAltIcon_default as ThumbUpAltIcon, ThumbUpIcon_default as ThumbUpIcon, Toggle, Tooltip, TooltipDeprecated, TranslationOnIcon_default as TranslationOnIcon, UndoIcon_default as UndoIcon, UnlinkIcon_default as UnlinkIcon, UploadIcon_default as UploadIcon, UserAddIcon_default as UserAddIcon, UserCommentIcon_default as UserCommentIcon, UserDeactivatedIcon_default as UserDeactivatedIcon, UserDeletedIcon_default as UserDeletedIcon, UserEditIcon_default as UserEditIcon, UserGroupAddIcon_default as UserGroupAddIcon, UserGroupIcon_default as UserGroupIcon, UserIcon_default as UserIcon, UserInvitedIcon_default as UserInvitedIcon, UserNewIcon_default as UserNewIcon, UserPendingIcon_default as UserPendingIcon, UserRegisteredIcon_default as UserRegisteredIcon, VideoCameraIcon_default as VideoCameraIcon, VideoEmbedIcon_default as VideoEmbedIcon, VideoIcon_default as VideoIcon, VideoUploadIcon_default as VideoUploadIcon, ViewAltIcon_default as ViewAltIcon, ViewIcon_default as ViewIcon, WarningIcon_default as WarningIcon, WatchIcon_default as WatchIcon, buttonVariants, iconNames };
11932
+ export { AIPUIcon_default as AIPUIcon, ActionMenu, ActionMenuContent, ActionMenuItem, ActionMenuLinkItem, ActionMenuTrigger, AddCircleIcon_default as AddCircleIcon, AddIcon_default as AddIcon, AiSparklesIcon_default as AiSparklesIcon, AlarmIcon_default as AlarmIcon, AlertDialog, AlertIcon_default as AlertIcon, AltAlternateIcon_default as AltAlternateIcon, ArchiveIcon_default as ArchiveIcon, ArrowDownIcon_default as ArrowDownIcon, ArrowLeftIcon_default as ArrowLeftIcon, ArrowRightIcon_default as ArrowRightIcon, ArrowUpIcon_default as ArrowUpIcon, ArtboardIcon_default as ArtboardIcon, AttachmentIcon_default as AttachmentIcon, Avatar, AvatarDeprecated, Badge, Banner, BarChartIcon_default as BarChartIcon, BellAltIcon_default as BellAltIcon, BellIcon_default as BellIcon, BinIcon_default as BinIcon, BlockQuoteIcon_default as BlockQuoteIcon, BookmarkAltIcon_default as BookmarkAltIcon, BookmarkIcon_default as BookmarkIcon, BookmarkOffIcon_default as BookmarkOffIcon, BookmarkOnIcon_default as BookmarkOnIcon, BottomSheet, BriefcaseIcon_default as BriefcaseIcon, BulbIcon_default as BulbIcon, BulletListIcon_default as BulletListIcon, BurgerIcon_default as BurgerIcon, Button, ButtonDeprecated, CalendarIcon_default as CalendarIcon, CameraIcon_default as CameraIcon, Card, CaretDownIcon_default as CaretDownIcon, CaretFirstIcon_default as CaretFirstIcon, CaretLastIcon_default as CaretLastIcon, CaretLeftIcon_default as CaretLeftIcon, CaretRightIcon_default as CaretRightIcon, CaretUpIcon_default as CaretUpIcon, ChatOptOutIcon_default as ChatOptOutIcon, CheckCircleAltIcon_default as CheckCircleAltIcon, CheckCircleIcon_default as CheckCircleIcon, CheckIcon_default as CheckIcon, Checkbox, CheckboxGroup, ChristmasTreeIcon_default as ChristmasTreeIcon, CircleDownIcon_default as CircleDownIcon, CircleUpIcon_default as CircleUpIcon, ClickIcon_default as ClickIcon, ClockIcon_default as ClockIcon, CloseCircleIcon_default as CloseCircleIcon, CloseIcon_default as CloseIcon, CloudIcon_default as CloudIcon, ColorPaletteIcon_default as ColorPaletteIcon, CommentAltIcon_default as CommentAltIcon, CommentIcon_default as CommentIcon, ConnectionOffIcon_default as ConnectionOffIcon, CopyIcon_default as CopyIcon, CropIcon_default as CropIcon, DashIcon_default as DashIcon, DashboardIcon_default as DashboardIcon, DesktopIcon_default as DesktopIcon, Dialog, Divider, DotIcon_default as DotIcon, DoubleCheckIcon_default as DoubleCheckIcon, DownloadIcon_default as DownloadIcon, DragHandleIcon_default as DragHandleIcon, EditIcon_default as EditIcon, EllipsisIcon_default as EllipsisIcon, EmailBouncesIcon_default as EmailBouncesIcon, EmailContactsIcon_default as EmailContactsIcon, EmailFollowUpIcon_default as EmailFollowUpIcon, EmailIcon_default as EmailIcon, EmailOpenIcon_default as EmailOpenIcon, EmailTeamsIcon_default as EmailTeamsIcon, Empty, EmptyState, ExpandHorizontalIcon_default as ExpandHorizontalIcon, ExpandIcon_default as ExpandIcon, ExpandVerticalIcon_default as ExpandVerticalIcon, FeatureAnalyticsIcon_default as FeatureAnalyticsIcon, FeatureCampaignsIcon_default as FeatureCampaignsIcon, FeatureEditorialCalendarIcon_default as FeatureEditorialCalendarIcon, FeatureEmployeeEmailIcon_default as FeatureEmployeeEmailIcon, FeatureNewsPageIcon_default as FeatureNewsPageIcon, Field, FileArchiveIcon_default as FileArchiveIcon, FileAudioIcon_default as FileAudioIcon, FileCodeIcon_default as FileCodeIcon, FileIcon_default as FileIcon, FileImageIcon_default as FileImageIcon, FilePdfIcon_default as FilePdfIcon, FilePresentationIcon_default as FilePresentationIcon, FileShareIcon_default as FileShareIcon, FileSheetIcon_default as FileSheetIcon, FileSizeIcon_default as FileSizeIcon, FileStackIcon_default as FileStackIcon, FileTextIcon_default as FileTextIcon, FileUploadNamespace as FileUpload, FileUploadIcon_default as FileUploadIcon, FileVideoIcon_default as FileVideoIcon, FilesManagerIcon_default as FilesManagerIcon, Filter, FilterIcon_default as FilterIcon, FlagIcon_default as FlagIcon, FolderIcon_default as FolderIcon, FolderShareIcon_default as FolderShareIcon, FontsIcon_default as FontsIcon, FootballIcon_default as FootballIcon, GalleryIcon_default as GalleryIcon, GhostButton, GlobeIcon_default as GlobeIcon, GridIcon_default as GridIcon, GroupConversationAddIcon_default as GroupConversationAddIcon, GroupConversationAdminIcon_default as GroupConversationAdminIcon, GroupConversationIcon_default as GroupConversationIcon, GroupConversationLeaveIcon_default as GroupConversationLeaveIcon, Growl, GrowlContainer, HamburgerMenuIcon_default as HamburgerMenuIcon, HeartAltIcon_default as HeartAltIcon, HeartIcon_default as HeartIcon, HelpButton, HierarchyChartIcon_default as HierarchyChartIcon, HomeIcon_default as HomeIcon, HouseIcon_default as HouseIcon, Icon, IconButton, IconGhostButton, ImageIcon_default as ImageIcon, ImageUploadIcon_default as ImageUploadIcon, InfoIcon_default as InfoIcon, InstantPostIcon_default as InstantPostIcon, JourneyStartIcon_default as JourneyStartIcon, KeyIcon_default as KeyIcon, LanguageGlobeIcon_default as LanguageGlobeIcon, LanguageIcon_default as LanguageIcon, LaptopIcon_default as LaptopIcon, LaunchpadIcon_default as LaunchpadIcon, LibraryIcon_default as LibraryIcon, LineChartIcon_default as LineChartIcon, LinkIcon_default as LinkIcon, LoadingSpinner, LockAltIcon_default as LockAltIcon, LockIcon_default as LockIcon, LoginIcon_default as LoginIcon, LogoutIcon_default as LogoutIcon, LongTextIcon_default as LongTextIcon, MagicWandIcon_default as MagicWandIcon, MapPinIcon_default as MapPinIcon, Menu, MergeLeftIcon_default as MergeLeftIcon, MergeRightIcon_default as MergeRightIcon, MicrophoneAltIcon_default as MicrophoneAltIcon, MicrophoneIcon_default as MicrophoneIcon, MinusCircleIcon_default as MinusCircleIcon, MobileIcon_default as MobileIcon, Modal, ModalDialog, MoveDownIcon_default as MoveDownIcon, MoveIcon_default as MoveIcon, MoveLeftIcon_default as MoveLeftIcon, MoveRightIcon_default as MoveRightIcon, MoveSidesIcon_default as MoveSidesIcon, MoveUpIcon_default as MoveUpIcon, MultipleChoiceQuestionIcon_default as MultipleChoiceQuestionIcon, NetworkChartIcon_default as NetworkChartIcon, NewConversationIcon_default as NewConversationIcon, NpsQuestionIcon_default as NpsQuestionIcon, NumberListIcon_default as NumberListIcon, NumberStepper, OfficeIcon_default as OfficeIcon, OpenOutIcon_default as OpenOutIcon, ParagraphCenterAlignIcon_default as ParagraphCenterAlignIcon, ParagraphLeftAlignIcon_default as ParagraphLeftAlignIcon, ParagraphRightAlignIcon_default as ParagraphRightAlignIcon, PauseIcon_default as PauseIcon, PeopleIcon_default as PeopleIcon, PhoneIcon_default as PhoneIcon, PictureGalleryIcon_default as PictureGalleryIcon, PieChartIcon_default as PieChartIcon, Pill, PlainGrowl, PlayIcon_default as PlayIcon, PluginAbsenceIcon_default as PluginAbsenceIcon, PluginCalendarIcon_default as PluginCalendarIcon, PluginChatIcon_default as PluginChatIcon, PluginColleagueQuizIcon_default as PluginColleagueQuizIcon, PluginEmbeddedPagesIcon_default as PluginEmbeddedPagesIcon, PluginEventRegistrationIcon_default as PluginEventRegistrationIcon, PluginFacebookPagesIcon_default as PluginFacebookPagesIcon, PluginFormsIcon_default as PluginFormsIcon, PluginIcon_default as PluginIcon, PluginIntegratedContentIcon_default as PluginIntegratedContentIcon, PluginJourneysIcon_default as PluginJourneysIcon, PluginLinksIcon_default as PluginLinksIcon, PluginMapsIcon_default as PluginMapsIcon, PluginMealPlanIcon_default as PluginMealPlanIcon, PluginMicrosoft365CalendarIcon_default as PluginMicrosoft365CalendarIcon, PluginNetigateIcon_default as PluginNetigateIcon, PluginNetworkIcon_default as PluginNetworkIcon, PluginNewsIcon_default as PluginNewsIcon, PluginOffice365FilesIcon_default as PluginOffice365FilesIcon, PluginPagesIcon_default as PluginPagesIcon, PluginQuizCalendarIcon_default as PluginQuizCalendarIcon, PluginSAMLIntegrationsIcon_default as PluginSAMLIntegrationsIcon, PluginSAPFioriIcon_default as PluginSAPFioriIcon, PluginShiftPlanIcon_default as PluginShiftPlanIcon, PluginSurveyMonkeyIcon_default as PluginSurveyMonkeyIcon, PluginSurveysIcon_default as PluginSurveysIcon, PluginThirdPartyIcon_default as PluginThirdPartyIcon, PollIcon_default as PollIcon, Popover, PrintIcon_default as PrintIcon, QuestionIcon_default as QuestionIcon, QuicklinkCampaignsIcon_default as QuicklinkCampaignsIcon, QuicklinkCommentsIcon_default as QuicklinkCommentsIcon, QuicklinkEditorialCalendarIcon_default as QuicklinkEditorialCalendarIcon, QuicklinkEmailIcon_default as QuicklinkEmailIcon, QuicklinkEventRegistrationIcon_default as QuicklinkEventRegistrationIcon, QuicklinkFormsIcon_default as QuicklinkFormsIcon, QuicklinkJourneysIcon_default as QuicklinkJourneysIcon, QuicklinkLaunchpadIcon_default as QuicklinkLaunchpadIcon, QuicklinkMenuIcon_default as QuicklinkMenuIcon, QuicklinkNewsIcon_default as QuicklinkNewsIcon, QuicklinkPagesIcon_default as QuicklinkPagesIcon, QuicklinkSurveyIcon_default as QuicklinkSurveyIcon, QuizIcon_default as QuizIcon, Radio, RadioGroup, RedoIcon_default as RedoIcon, RefreshIcon_default as RefreshIcon, ReplaceFileIcon_default as ReplaceFileIcon, ResizeExpandIcon_default as ResizeExpandIcon, RestoreIcon_default as RestoreIcon, RoundedCornersIcon_default as RoundedCornersIcon, RssIcon_default as RssIcon, SearchIcon_default as SearchIcon, SearchInput, SearchableMultiSelect, SearchableSingleSelect, SegmentedControl, Select, SendIcon_default as SendIcon, Separator, SettingsIcon_default as SettingsIcon, ShareAndroidIcon_default as ShareAndroidIcon, ShareIosIcon_default as ShareIosIcon, ShortTextIcon_default as ShortTextIcon, ShrinkIcon_default as ShrinkIcon, SidebarLeftIcon_default as SidebarLeftIcon, SidebarRightIcon_default as SidebarRightIcon, SingleChoiceQuestionIcon_default as SingleChoiceQuestionIcon, SingleSelect, Skeleton, SliderQuestionIcon_default as SliderQuestionIcon, SlideshowIcon_default as SlideshowIcon, SnowflakeIcon_default as SnowflakeIcon, SortIcon_default as SortIcon, SoundAltIcon_default as SoundAltIcon, SoundIcon_default as SoundIcon, SpacesAltIcon_default as SpacesAltIcon, SpacesIcon_default as SpacesIcon, SplitIcon_default as SplitIcon, StarAltIcon_default as StarAltIcon, StarIcon_default as StarIcon, StyleChip, Switch, TabletIcon_default as TabletIcon, Tabs, TagIcon_default as TagIcon, TextArea, TextAreaDeprecated, TextBoldIcon_default as TextBoldIcon, TextField, TextFormattingCapsIcon_default as TextFormattingCapsIcon, TextFormattingSmallCapsIcon_default as TextFormattingSmallCapsIcon, TextFormattingTextStyleIcon_default as TextFormattingTextStyleIcon, TextIcon_default as TextIcon, TextInput, TextItalicIcon_default as TextItalicIcon, TextQuestionIcon_default as TextQuestionIcon, TextStrikeThroughIcon_default as TextStrikeThroughIcon, TextSummariseIcon_default as TextSummariseIcon, TextTormattingArrangeSpacingIcon_default as TextTormattingArrangeSpacingIcon, TextUnderlineIcon_default as TextUnderlineIcon, ThumbDownAltIcon_default as ThumbDownAltIcon, ThumbDownIcon_default as ThumbDownIcon, ThumbUpAltIcon_default as ThumbUpAltIcon, ThumbUpIcon_default as ThumbUpIcon, Toggle, Tooltip, TooltipDeprecated, TranslationOnIcon_default as TranslationOnIcon, UndoIcon_default as UndoIcon, UnlinkIcon_default as UnlinkIcon, UploadIcon_default as UploadIcon, UserAddIcon_default as UserAddIcon, UserCommentIcon_default as UserCommentIcon, UserDeactivatedIcon_default as UserDeactivatedIcon, UserDeletedIcon_default as UserDeletedIcon, UserEditIcon_default as UserEditIcon, UserGroupAddIcon_default as UserGroupAddIcon, UserGroupIcon_default as UserGroupIcon, UserIcon_default as UserIcon, UserInvitedIcon_default as UserInvitedIcon, UserNewIcon_default as UserNewIcon, UserPendingIcon_default as UserPendingIcon, UserRegisteredIcon_default as UserRegisteredIcon, VideoCameraIcon_default as VideoCameraIcon, VideoEmbedIcon_default as VideoEmbedIcon, VideoIcon_default as VideoIcon, VideoUploadIcon_default as VideoUploadIcon, ViewAltIcon_default as ViewAltIcon, ViewIcon_default as ViewIcon, WarningIcon_default as WarningIcon, WatchIcon_default as WatchIcon, buttonVariants, iconNames };
11894
11933
 
11895
11934
  //# sourceMappingURL=main.js.map