├── .browserslistrc ├── .dockerignore ├── .eslintrc.json ├── .github ├── CODEOWNERS └── PULL_REQUEST_TEMPLATE.md ├── .gitignore ├── .markdownlint.json ├── .npmignore ├── .prettierignore ├── .prettierrc ├── .travis.yml ├── .vscode └── launch.json ├── CONTRIBUTING.md ├── Dockerfile ├── LICENSE ├── README.md ├── assets ├── README.md ├── icons │ ├── Accounts.svg │ ├── ActivityFeed.svg │ ├── Add.svg │ ├── AddFavorite.svg │ ├── AddFriend.svg │ ├── Asterisk.svg │ ├── Attach.svg │ ├── Back.svg │ ├── BadgeAdmin.svg │ ├── BadgeFlexternal.svg │ ├── BadgeNew.svg │ ├── BarChart4.svg │ ├── BarChartHorizontal.svg │ ├── Blocked.svg │ ├── BulletedList.svg │ ├── Calendar.svg │ ├── Camera.svg │ ├── Cancel.svg │ ├── CannedChat.svg │ ├── CellPhone.svg │ ├── CheckMark.svg │ ├── CheckMarkEmpty.svg │ ├── Checkbox.svg │ ├── CheckboxComposite.svg │ ├── ChevronDownMed.svg │ ├── ChevronLeftMed.svg │ ├── ChevronRightMed.svg │ ├── ChevronUpMed.svg │ ├── CircleCheck.svg │ ├── CircleFill.svg │ ├── CircleRing.svg │ ├── Clock.svg │ ├── Code.svg │ ├── Connectors.svg │ ├── Contact.svg │ ├── Delete.svg │ ├── DietPlanNotebook.svg │ ├── Down.svg │ ├── Download.svg │ ├── DynamicGroup.svg │ ├── EMI.svg │ ├── Edit.svg │ ├── EditEvent.svg │ ├── Embed.svg │ ├── EngineeringGroup.svg │ ├── FabricFolder.svg │ ├── FavoriteStar.svg │ ├── FavoriteStarFill.svg │ ├── FavoriteStartRemove.svg │ ├── FileBug.svg │ ├── Filter.svg │ ├── Flag.svg │ ├── Forward.svg │ ├── ForwardAlt.svg │ ├── GIF.svg │ ├── Globe.svg │ ├── Group.svg │ ├── Hashtag.svg │ ├── Home.svg │ ├── Info.svg │ ├── Like.svg │ ├── LikeSolid.svg │ ├── Link.svg │ ├── LiveEvent.svg │ ├── LocationDot.svg │ ├── Lock.svg │ ├── Mail.svg │ ├── Megaphone.svg │ ├── More.svg │ ├── MoreVertical.svg │ ├── NavigateExternalInline.svg │ ├── NumberedList.svg │ ├── OneDrive.svg │ ├── OneNoteLogoInverse.svg │ ├── People.svg │ ├── Phone.svg │ ├── Pinned.svg │ ├── PlannerLogo.svg │ ├── Play.svg │ ├── Puzzle.svg │ ├── QuestionMessage.svg │ ├── README.md │ ├── Refresh.svg │ ├── Remove.svg │ ├── RemoveEvent.svg │ ├── RemoveLink.svg │ ├── Reply.svg │ ├── Ringer.svg │ ├── ScaleUp.svg │ ├── ScrollUpDown.svg │ ├── Search.svg │ ├── SemiBoldWeight.svg │ ├── Send.svg │ ├── Settings.svg │ ├── Share.svg │ ├── SharePointLogoInverse.svg │ ├── Shield.svg │ ├── SignOut.svg │ ├── SingleBookmark.svg │ ├── SkypeCircleCheck.svg │ ├── SkypeCircleClock.svg │ ├── SkypeCircleMinus.svg │ ├── SkypeForBusinessLogo.svg │ ├── SortDown.svg │ ├── SortUp.svg │ ├── Spam.svg │ ├── Strikethrough.svg │ ├── Tag.svg │ ├── Trophy2.svg │ ├── Underline.svg │ ├── Undo.svg │ ├── Unknown.svg │ ├── Up.svg │ ├── Upload.svg │ ├── UserFollowed.svg │ ├── UserRemove.svg │ ├── Video.svg │ ├── View.svg │ ├── Warning.svg │ ├── Work.svg │ ├── World.svg │ ├── Yammer.svg │ └── ZoomIn.svg └── illustrations │ └── multisize │ ├── 16 │ ├── AccDB.svg │ ├── Archive.svg │ ├── Audio.svg │ ├── AudioWatermark.svg │ ├── Code.svg │ ├── Csv.svg │ ├── DocSet.svg │ ├── Docx.svg │ ├── Dotx.svg │ ├── Email.svg │ ├── Exe.svg │ ├── Folder.svg │ ├── Font.svg │ ├── FullFolder.svg │ ├── GenericFile.svg │ ├── Html.svg │ ├── Link.svg │ ├── ListItem.svg │ ├── Model.svg │ ├── Mpp.svg │ ├── Mpt.svg │ ├── Multiple.svg │ ├── One.svg │ ├── OneToc.svg │ ├── Pdf.svg │ ├── Photo.svg │ ├── PhotoWatermark.svg │ ├── Potx.svg │ ├── Ppsx.svg │ ├── Pptx.svg │ ├── Presentation.svg │ ├── Pub.svg │ ├── Rtf.svg │ ├── SharedFolder.svg │ ├── Spo.svg │ ├── Spreadsheet.svg │ ├── Sway.svg │ ├── SysFile.svg │ ├── Txt.svg │ ├── Vector.svg │ ├── Video.svg │ ├── VideoWatermark.svg │ ├── Vsdx.svg │ ├── Vssx.svg │ ├── Vstx.svg │ ├── Xlsx.svg │ ├── Xltx.svg │ ├── Xml.svg │ ├── Xsn.svg │ └── Zip.svg │ ├── 20 │ ├── AccDB.svg │ ├── Archive.svg │ ├── Audio.svg │ ├── AudioWatermark.svg │ ├── Code.svg │ ├── Csv.svg │ ├── DocSet.svg │ ├── Docx.svg │ ├── Dotx.svg │ ├── Email.svg │ ├── Exe.svg │ ├── Folder.svg │ ├── Font.svg │ ├── FullFolder.svg │ ├── GenericFile.svg │ ├── Html.svg │ ├── Link.svg │ ├── ListItem.svg │ ├── Model.svg │ ├── Mpp.svg │ ├── Mpt.svg │ ├── Multiple.svg │ ├── One.svg │ ├── OneToc.svg │ ├── Pdf.svg │ ├── Photo.svg │ ├── PhotoWatermark.svg │ ├── Potx.svg │ ├── Ppsx.svg │ ├── Pptx.svg │ ├── Presentation.svg │ ├── Pub.svg │ ├── Rtf.svg │ ├── SharedFolder.svg │ ├── Spo.svg │ ├── Spreadsheet.svg │ ├── Sway.svg │ ├── SysFile.svg │ ├── Txt.svg │ ├── Vector.svg │ ├── Video.svg │ ├── VideoWatermark.svg │ ├── Vsdx.svg │ ├── Vssx.svg │ ├── Vstx.svg │ ├── Xlsx.svg │ ├── Xltx.svg │ ├── Xml.svg │ ├── Xsn.svg │ └── Zip.svg │ ├── 32 │ ├── AccDB.svg │ ├── Archive.svg │ ├── Audio.svg │ ├── AudioWatermark.svg │ ├── Code.svg │ ├── Csv.svg │ ├── DocSet.svg │ ├── Docx.svg │ ├── Dotx.svg │ ├── Email.svg │ ├── Exe.svg │ ├── Folder.svg │ ├── Font.svg │ ├── FullFolder.svg │ ├── GenericFile.svg │ ├── Html.svg │ ├── Link.svg │ ├── ListItem.svg │ ├── Model.svg │ ├── Mpp.svg │ ├── Mpt.svg │ ├── Multiple.svg │ ├── One.svg │ ├── OneToc.svg │ ├── Pdf.svg │ ├── Photo.svg │ ├── PhotoWatermark.svg │ ├── Potx.svg │ ├── Ppsx.svg │ ├── Pptx.svg │ ├── Presentation.svg │ ├── Pub.svg │ ├── Rtf.svg │ ├── SharedFolder.svg │ ├── Spo.svg │ ├── Spreadsheet.svg │ ├── Sway.svg │ ├── SysFile.svg │ ├── Txt.svg │ ├── Vector.svg │ ├── Video.svg │ ├── VideoWatermark.svg │ ├── Vsdx.svg │ ├── Vssx.svg │ ├── Vstx.svg │ ├── Xlsx.svg │ ├── Xltx.svg │ ├── Xml.svg │ ├── Xsn.svg │ └── Zip.svg │ ├── 40 │ ├── AccDB.svg │ ├── Archive.svg │ ├── Audio.svg │ ├── AudioWatermark.svg │ ├── Code.svg │ ├── Csv.svg │ ├── DocSet.svg │ ├── Docx.svg │ ├── Dotx.svg │ ├── Email.svg │ ├── Exe.svg │ ├── Folder.svg │ ├── Font.svg │ ├── FullFolder.svg │ ├── GenericFile.svg │ ├── Html.svg │ ├── Link.svg │ ├── ListItem.svg │ ├── Model.svg │ ├── Mpp.svg │ ├── Mpt.svg │ ├── Multiple.svg │ ├── One.svg │ ├── OneToc.svg │ ├── Pdf.svg │ ├── Photo.svg │ ├── PhotoWatermark.svg │ ├── Potx.svg │ ├── Ppsx.svg │ ├── Pptx.svg │ ├── Presentation.svg │ ├── Pub.svg │ ├── Rtf.svg │ ├── SharedFolder.svg │ ├── Spo.svg │ ├── Spreadsheet.svg │ ├── Sway.svg │ ├── SysFile.svg │ ├── Txt.svg │ ├── Vector.svg │ ├── Video.svg │ ├── VideoWatermark.svg │ ├── Vsdx.svg │ ├── Vssx.svg │ ├── Vstx.svg │ ├── Xlsx.svg │ ├── Xltx.svg │ ├── Xml.svg │ ├── Xsn.svg │ └── Zip.svg │ ├── 48 │ ├── AccDB.svg │ ├── Archive.svg │ ├── Audio.svg │ ├── AudioWatermark.svg │ ├── Code.svg │ ├── Csv.svg │ ├── DocSet.svg │ ├── Docx.svg │ ├── Dotx.svg │ ├── Email.svg │ ├── Exe.svg │ ├── Folder.svg │ ├── Font.svg │ ├── FullFolder.svg │ ├── GenericFile.svg │ ├── Html.svg │ ├── Link.svg │ ├── ListItem.svg │ ├── Model.svg │ ├── Mpp.svg │ ├── Mpt.svg │ ├── Multiple.svg │ ├── One.svg │ ├── OneToc.svg │ ├── Pdf.svg │ ├── Photo.svg │ ├── PhotoWatermark.svg │ ├── Potx.svg │ ├── Ppsx.svg │ ├── Pptx.svg │ ├── Presentation.svg │ ├── Pub.svg │ ├── Rtf.svg │ ├── SharedFolder.svg │ ├── Spo.svg │ ├── Spreadsheet.svg │ ├── Sway.svg │ ├── SysFile.svg │ ├── Txt.svg │ ├── Vector.svg │ ├── Video.svg │ ├── VideoWatermark.svg │ ├── Vsdx.svg │ ├── Vssx.svg │ ├── Vstx.svg │ ├── Xlsx.svg │ ├── Xltx.svg │ ├── Xml.svg │ ├── Xsn.svg │ └── Zip.svg │ └── 72 │ ├── AccDB.svg │ ├── Archive.svg │ ├── Audio.svg │ ├── AudioWatermark.svg │ ├── Code.svg │ ├── Csv.svg │ ├── DocSet.svg │ ├── Docx.svg │ ├── Dotx.svg │ ├── Email.svg │ ├── Exe.svg │ ├── Folder.svg │ ├── Font.svg │ ├── FullFolder.svg │ ├── GenericFile.svg │ ├── Html.svg │ ├── Link.svg │ ├── ListItem.svg │ ├── Model.svg │ ├── Mpp.svg │ ├── Mpt.svg │ ├── Multiple.svg │ ├── One.svg │ ├── OneToc.svg │ ├── Pdf.svg │ ├── Photo.svg │ ├── PhotoWatermark.svg │ ├── Potx.svg │ ├── Ppsx.svg │ ├── Pptx.svg │ ├── PraiseAce.svg │ ├── PraiseAceHC.svg │ ├── PraiseCheckeredFlag.svg │ ├── PraiseCheckeredFlagHC.svg │ ├── PraiseCoffee.svg │ ├── PraiseCoffeeHC.svg │ ├── PraiseDiamond.svg │ ├── PraiseDiamondHC.svg │ ├── PraiseDoubleRainbow.svg │ ├── PraiseDoubleRainbowHC.svg │ ├── PraiseGift.svg │ ├── PraiseGiftHC.svg │ ├── PraiseGlasses.svg │ ├── PraiseGlassesHC.svg │ ├── PraiseGraduationCap.svg │ ├── PraiseGraduationCapHC.svg │ ├── PraiseHeart.svg │ ├── PraiseHeartHC.svg │ ├── PraiseLightbulb.svg │ ├── PraiseLightbulbHC.svg │ ├── PraiseMoney.svg │ ├── PraiseMoneyHC.svg │ ├── PraiseMonocle.svg │ ├── PraiseMonocleHC.svg │ ├── PraiseNinja.svg │ ├── PraiseNinjaCat.svg │ ├── PraiseNinjaCatHC.svg │ ├── PraiseNinjaHC.svg │ ├── PraisePie.svg │ ├── PraisePieHC.svg │ ├── PraiseStar.svg │ ├── PraiseStarHC.svg │ ├── PraiseThumbsUp.svg │ ├── PraiseThumbsUpHC.svg │ ├── PraiseTrophy.svg │ ├── PraiseTrophyHC.svg │ ├── Presentation.svg │ ├── Pub.svg │ ├── Rtf.svg │ ├── SharedFolder.svg │ ├── Spo.svg │ ├── Spreadsheet.svg │ ├── Sway.svg │ ├── SysFile.svg │ ├── Txt.svg │ ├── Vector.svg │ ├── Video.svg │ ├── VideoWatermark.svg │ ├── Vsdx.svg │ ├── Vssx.svg │ ├── Vstx.svg │ ├── Xlsx.svg │ ├── Xltx.svg │ ├── Xml.svg │ ├── Xsn.svg │ └── Zip.svg ├── config ├── jest │ ├── config.json │ └── framework.js ├── styleguide-visual │ ├── config.js │ └── reference │ │ ├── ActionLink_with_href_and_long_text_desktop.png │ │ ├── ActionLink_with_href_desktop.png │ │ ├── ActionLink_with_onclick_and_long_text_desktop.png │ │ ├── ActionLink_with_onclick_desktop.png │ │ ├── AsideSection_basic_desktop.png │ │ ├── AsideSection_with_action_desktop.png │ │ ├── Avatar_colors_desktop.png │ │ ├── Avatar_with_image_and_badge_desktop.png │ │ ├── Avatar_with_image_and_soft_border_desktop.png │ │ ├── Avatar_with_image_desktop.png │ │ ├── Avatar_without_image_desktop.png │ │ ├── Block_text_colors_desktop.png │ │ ├── Block_text_sizes_desktop.png │ │ ├── Block_with_bottom_gutter_spacing_desktop.png │ │ ├── Block_with_ellipsis_desktop.png │ │ ├── Block_with_horizontal_padding_desktop.png │ │ ├── Block_with_negative_push_below_border_desktop.png │ │ ├── Block_with_negative_push_below_margin_desktop.png │ │ ├── Block_with_negative_push_below_padding_desktop.png │ │ ├── Block_with_padding_desktop.png │ │ ├── Block_with_positive_push_desktop.png │ │ ├── Block_with_text_alignment_desktop.png │ │ ├── Block_with_top_gutter_spacing_desktop.png │ │ ├── Block_with_vertical_padding_desktop.png │ │ ├── Block_without_props_desktop.png │ │ ├── Box_basic_desktop.png │ │ ├── Box_with_onclick_desktop.png │ │ ├── Button_bistate_button_follow_unfollow_desktop.png │ │ ├── Button_bistate_button_join_leave_desktop.png │ │ ├── Button_full_width_desktop.png │ │ ├── Button_link_desktop.png │ │ ├── Button_link_with_newwindow_desktop.png │ │ ├── Button_loading_desktop.png │ │ ├── Button_regular_desktop.png │ │ ├── Button_small_desktop.png │ │ ├── Button_submit_button_desktop.png │ │ ├── Button_with_event_handlers_desktop.png │ │ ├── Callout_1_desktop.png │ │ ├── Clickable_inline_desktop.png │ │ ├── Clickable_unstyled_block_with_fakelink_desktop.png │ │ ├── Clickable_unstyled_desktop.png │ │ ├── Clickable_wrapping_block_desktop.png │ │ ├── Clickable_wrapping_image_desktop.png │ │ ├── Dropdown_controlled_desktop.png │ │ ├── Dropdown_in_grid_desktop.png │ │ ├── Dropdown_uncontrolled_desktop.png │ │ ├── Dropdown_with_label_desktop.png │ │ ├── Dropdown_with_templates_dividers_headers_desktop.png │ │ ├── EditableText_with_callbacks_desktop.png │ │ ├── EditableText_with_prompttext_and_placeholder_desktop.png │ │ ├── EditableText_with_text_and_maxlength_desktop.png │ │ ├── FakeLink_basic_desktop.png │ │ ├── FakeLink_inside_unstyled_clickable_desktop.png │ │ ├── FakeLink_inside_unstyled_navigationlink_desktop.png │ │ ├── FileHovercard_1_desktop.png │ │ ├── FixedGridColumn_fixed_left_column_with_width_desktop.png │ │ ├── FixedGridColumn_fixed_left_column_without_width_desktop.png │ │ ├── FixedGridColumn_fixed_right_column_with_width_desktop.png │ │ ├── FixedGridColumn_fixed_right_column_without_width_desktop.png │ │ ├── FixedGridColumn_two_fixed_columns_desktop.png │ │ ├── FixedGridColumn_with_gutters_and_spacing_desktop.png │ │ ├── FixedGridColumn_with_vertical_alignment_desktop.png │ │ ├── GroupHovercard_1_desktop.png │ │ ├── Heading_basic_desktop.png │ │ ├── Heading_size_overrides_desktop.png │ │ ├── Hovercard_alignments_desktop.png │ │ ├── Hovercard_click_trigger_desktop.png │ │ ├── Hovercard_default_hover_trigger_desktop.png │ │ ├── Hovercard_without_beak_desktop.png │ │ ├── Icons_autosized_to_headings_desktop.png │ │ ├── Icons_autosized_to_text_desktop.png │ │ ├── Icons_inline_with_text_and_color_desktop.png │ │ ├── Icons_library_desktop.png │ │ ├── Icons_sizes_desktop.png │ │ ├── Illustrations_library_desktop.png │ │ ├── Image_basic_desktop.png │ │ ├── Image_border_types_desktop.png │ │ ├── Image_fit_center_desktop.png │ │ ├── Image_fit_contain_desktop.png │ │ ├── Image_fit_cover_desktop.png │ │ ├── Image_fit_none_desktop.png │ │ ├── Image_fit_not_provided_desktop.png │ │ ├── Image_full_width_desktop.png │ │ ├── Image_load_state_desktop.png │ │ ├── KeyboardNavigationObserver_basic_desktop.png │ │ ├── LayoutList_horizontal_guttersizes_desktop.png │ │ ├── LayoutList_horizontal_left_desktop.png │ │ ├── LayoutList_horizontal_right_desktop.png │ │ ├── LayoutList_vertical_desktop.png │ │ ├── LayoutList_vertical_guttersizes_desktop.png │ │ ├── List_default_size_desktop.png │ │ ├── List_text_size_medium_desktop.png │ │ ├── List_text_size_mediumsub_desktop.png │ │ ├── List_text_size_small_desktop.png │ │ ├── List_text_size_xsmall_desktop.png │ │ ├── MediaObject_with_additional_ui_desktop.png │ │ ├── MediaObject_with_allow_text_wrap_desktop.png │ │ ├── MediaObject_with_avatar_desktop.png │ │ ├── MediaObject_with_image_desktop.png │ │ ├── MediaObject_with_long_text_desktop.png │ │ ├── MenuButton_custom_icon_size_desktop.png │ │ ├── MenuButton_custom_text_desktop.png │ │ ├── MenuButton_multiple_headers_desktop.png │ │ ├── MenuButton_with_custom_icon_and_dividers_desktop.png │ │ ├── MenuButton_with_default_icon_and_all_menu_item_types_desktop.png │ │ ├── MessageBar_basic_desktop.png │ │ ├── MessageBar_with_icon_action_desktop.png │ │ ├── MessageBar_with_link_action_desktop.png │ │ ├── MessageBar_with_type_desktop.png │ │ ├── MessageReply_1_desktop.png │ │ ├── NavigationLink_basic_desktop.png │ │ ├── NavigationLink_new_window_desktop.png │ │ ├── NavigationLink_unstyled_desktop.png │ │ ├── NavigationLink_unstyled_wrapping_desktop.png │ │ ├── NavigationLink_wrapping_desktop.png │ │ ├── NavigationLink_wrapping_image_desktop.png │ │ ├── PreviewCard_basic_desktop.png │ │ ├── PreviewCard_editable_description_desktop.png │ │ ├── PreviewCard_editable_with_onclick_desktop.png │ │ ├── PreviewCard_loading_state_desktop.png │ │ ├── PreviewCard_loading_with_progress_desktop.png │ │ ├── PreviewCard_remove_button_desktop.png │ │ ├── ProgressIndicator_one_hundred_percent_desktop.png │ │ ├── ProgressIndicator_thirty_percent_desktop.png │ │ ├── ProgressIndicator_zero_percent_desktop.png │ │ ├── ScreenreaderText_basic_desktop.png │ │ ├── SidebarWidget_1_desktop.png │ │ ├── Spinner_centered_desktop.png │ │ ├── Spinner_with_invisible_text_desktop.png │ │ ├── Spinner_with_visible_text_desktop.png │ │ ├── SuggestionsList_no_results_desktop.png │ │ ├── SuggestionsList_when_loading_desktop.png │ │ ├── SuggestionsList_with_results_desktop.png │ │ ├── SuggestionsList_with_results_when_loading_desktop.png │ │ ├── TextArea_auto_adjust_height_desktop.png │ │ ├── TextArea_basic_desktop.png │ │ ├── TextArea_disabled_desktop.png │ │ ├── TextArea_error_desktop.png │ │ ├── TextArea_placeholder_desktop.png │ │ ├── TextArea_with_description_desktop.png │ │ ├── TextField_basic_desktop.png │ │ ├── TextField_basic_underlined_desktop.png │ │ ├── TextField_beside_button_desktop.png │ │ ├── TextField_controlled_onchange_with_debounce_desktop.png │ │ ├── TextField_controlled_with_link_in_description_desktop.png │ │ ├── TextField_disabled_desktop.png │ │ ├── TextField_long_prefix_and_short_suffix_desktop.png │ │ ├── TextField_long_prefix_and_suffix_desktop.png │ │ ├── TextField_long_prefix_desktop.png │ │ ├── TextField_maxlength_desktop.png │ │ ├── TextField_onchange_desktop.png │ │ ├── TextField_required_desktop.png │ │ ├── TextField_required_with_label_desktop.png │ │ ├── TextField_short_prefix_and_long_suffix_desktop.png │ │ ├── TextField_underlined_with_description_desktop.png │ │ ├── TextField_underlined_with_error_desktop.png │ │ ├── TextField_with_error_and_description_desktop.png │ │ ├── TextField_with_error_desktop.png │ │ ├── TextField_with_jsx_description_desktop.png │ │ ├── TextField_with_placeholder_desktop.png │ │ ├── TextField_with_prefix_desktop.png │ │ ├── TextField_with_suffix_desktop.png │ │ ├── Text_basic_desktop.png │ │ ├── Text_bold_desktop.png │ │ ├── Text_colors_desktop.png │ │ ├── Text_max_width_with_ellipsis_desktop.png │ │ ├── Text_sizes_desktop.png │ │ ├── Text_sizes_long_desktop.png │ │ ├── Text_uppercase_desktop.png │ │ ├── Text_with_screenreader_text_desktop.png │ │ ├── Tooltip_basic_desktop.png │ │ ├── Tooltip_dark_background_desktop.png │ │ ├── Tooltip_long_text_desktop.png │ │ ├── Tooltip_with_directional_hint_desktop.png │ │ ├── TypographyAlignment_across_separate_fixed_grid_columns_desktop.png │ │ ├── TypographyAlignment_buttons_desktop.png │ │ ├── TypographyAlignment_ellipsis_block_within_fixed_grid_desktop.png │ │ ├── TypographyAlignment_inherited_text_size_with_ellipsis_desktop.png │ │ ├── TypographyAlignment_text_and_buttons_desktop.png │ │ ├── TypographyAlignment_text_desktop.png │ │ ├── UserHovercard_1_desktop.png │ │ ├── UserPicker_basic_desktop.png │ │ └── VisibilityObserver_basic_desktop.png ├── styleguide │ ├── assets │ │ ├── disable-animations.css │ │ ├── file.png │ │ ├── group.png │ │ ├── logo.png │ │ ├── logoFallback.png │ │ └── user.png │ ├── config.js │ ├── config.visualdiff.js │ ├── context │ │ ├── action.js │ │ ├── file.json │ │ ├── group.json │ │ └── user.json │ └── webpack.config.js ├── svg │ ├── config.icon.json │ ├── config.illustration.json │ ├── generateIcons.js │ ├── generateIllustrations.js │ ├── generateSvgs.js │ ├── iconTemplate.ejs │ ├── illustrationTemplate.ejs │ └── indexTemplate.ejs ├── travis │ ├── build │ ├── deploy.key.enc │ └── deploy.key.pub └── yo │ └── generator-component │ ├── app │ ├── index.js │ └── templates │ │ ├── Component.css │ │ ├── Component.md │ │ ├── Component.test.tsx │ │ ├── Component.tsx │ │ ├── index.ts │ │ └── types.ts │ └── package.json ├── docker-compose.yml ├── package.json ├── postcss.config.js ├── src ├── components │ ├── ActionLink │ │ ├── ActionLink.css │ │ ├── ActionLink.md │ │ ├── ActionLink.test.tsx │ │ ├── ActionLink.tsx │ │ ├── __snapshots__ │ │ │ └── ActionLink.test.tsx.snap │ │ └── index.ts │ ├── AsideSection │ │ ├── AsideSection.css │ │ ├── AsideSection.md │ │ ├── AsideSection.test.tsx │ │ ├── AsideSection.tsx │ │ ├── __snapshots__ │ │ │ └── AsideSection.test.tsx.snap │ │ └── index.ts │ ├── Avatar │ │ ├── Avatar.css │ │ ├── Avatar.md │ │ ├── Avatar.test.tsx │ │ ├── Avatar.tsx │ │ ├── __snapshots__ │ │ │ └── Avatar.test.tsx.snap │ │ ├── index.ts │ │ └── types.ts │ ├── Block │ │ ├── Block.md │ │ ├── Block.styles.ts │ │ ├── Block.test.tsx │ │ ├── Block.tsx │ │ ├── __snapshots__ │ │ │ └── Block.test.tsx.snap │ │ └── index.ts │ ├── Box │ │ ├── Box.css │ │ ├── Box.md │ │ ├── Box.test.tsx │ │ ├── Box.tsx │ │ ├── __snapshots__ │ │ │ └── Box.test.tsx.snap │ │ └── index.ts │ ├── Button │ │ ├── BistateButton.test.tsx │ │ ├── BistateButton.tsx │ │ ├── Button.css │ │ ├── Button.md │ │ ├── Button.styles.ts │ │ ├── Button.test.tsx │ │ ├── Button.tsx │ │ ├── __snapshots__ │ │ │ ├── BistateButton.test.tsx.snap │ │ │ └── Button.test.tsx.snap │ │ ├── index.ts │ │ └── types.ts │ ├── Callout │ │ ├── Callout.css │ │ ├── Callout.md │ │ ├── Callout.tsx │ │ └── index.ts │ ├── Clickable │ │ ├── Clickable.css │ │ ├── Clickable.md │ │ ├── Clickable.test.tsx │ │ ├── Clickable.tsx │ │ ├── __snapshots__ │ │ │ └── Clickable.test.tsx.snap │ │ └── index.ts │ ├── Dropdown │ │ ├── Dropdown.css │ │ ├── Dropdown.md │ │ ├── Dropdown.test.tsx │ │ ├── Dropdown.tsx │ │ ├── __snapshots__ │ │ │ └── Dropdown.test.tsx.snap │ │ └── index.ts │ ├── EditableText │ │ ├── EditableText.css │ │ ├── EditableText.md │ │ ├── EditableText.test.tsx │ │ ├── EditableText.tsx │ │ ├── __snapshots__ │ │ │ └── EditableText.test.tsx.snap │ │ └── index.ts │ ├── Fabric │ │ ├── Fabric.md │ │ ├── Fabric.test.tsx │ │ ├── Fabric.ts │ │ ├── __snapshots__ │ │ │ └── Fabric.test.tsx.snap │ │ └── index.tsx │ ├── FakeLink │ │ ├── FakeLink.css │ │ ├── FakeLink.md │ │ ├── FakeLink.test.tsx │ │ ├── FakeLink.tsx │ │ ├── __snapshots__ │ │ │ └── FakeLink.test.tsx.snap │ │ └── index.ts │ ├── FixedGrid │ │ ├── FixedGrid.css │ │ ├── FixedGridColumn.md │ │ ├── FixedGridColumn.test.tsx │ │ ├── FixedGridColumn.tsx │ │ ├── FixedGridRow.md │ │ ├── FixedGridRow.test.tsx │ │ ├── FixedGridRow.tsx │ │ ├── __snapshots__ │ │ │ ├── FixedGridColumn.test.tsx.snap │ │ │ └── FixedGridRow.test.tsx.snap │ │ ├── index.ts │ │ └── types.ts │ ├── Heading │ │ ├── Heading.css │ │ ├── Heading.md │ │ ├── Heading.test.tsx │ │ ├── Heading.tsx │ │ ├── __snapshots__ │ │ │ └── Heading.test.tsx.snap │ │ ├── index.ts │ │ └── types.ts │ ├── Hovercard │ │ ├── Hovercard.css │ │ ├── Hovercard.md │ │ ├── Hovercard.test.tsx │ │ ├── Hovercard.tsx │ │ ├── HovercardBody.md │ │ ├── HovercardBody.test.tsx │ │ ├── HovercardBody.tsx │ │ ├── HovercardHeader.md │ │ ├── HovercardHeader.test.tsx │ │ ├── HovercardHeader.tsx │ │ ├── __snapshots__ │ │ │ ├── Hovercard.test.tsx.snap │ │ │ ├── HovercardBody.test.tsx.snap │ │ │ └── HovercardHeader.test.tsx.snap │ │ └── index.ts │ ├── Icon │ │ ├── BaseIcon.tsx │ │ ├── Icon.css │ │ ├── Icon.test.tsx │ │ ├── __snapshots__ │ │ │ └── Icon.test.tsx.snap │ │ ├── docs │ │ │ ├── Icons.md │ │ │ └── Icons.tsx │ │ ├── icons │ │ │ ├── Accounts.tsx │ │ │ ├── ActivityFeed.tsx │ │ │ ├── Add.tsx │ │ │ ├── AddFavorite.tsx │ │ │ ├── AddFriend.tsx │ │ │ ├── Asterisk.tsx │ │ │ ├── Attach.tsx │ │ │ ├── Back.tsx │ │ │ ├── BadgeAdmin.tsx │ │ │ ├── BadgeFlexternal.tsx │ │ │ ├── BadgeNew.tsx │ │ │ ├── BarChart4.tsx │ │ │ ├── BarChartHorizontal.tsx │ │ │ ├── Blocked.tsx │ │ │ ├── BulletedList.tsx │ │ │ ├── Calendar.tsx │ │ │ ├── Camera.tsx │ │ │ ├── Cancel.tsx │ │ │ ├── CannedChat.tsx │ │ │ ├── CellPhone.tsx │ │ │ ├── CheckMark.tsx │ │ │ ├── CheckMarkEmpty.tsx │ │ │ ├── Checkbox.tsx │ │ │ ├── CheckboxComposite.tsx │ │ │ ├── ChevronDownMed.tsx │ │ │ ├── ChevronLeftMed.tsx │ │ │ ├── ChevronRightMed.tsx │ │ │ ├── ChevronUpMed.tsx │ │ │ ├── CircleCheck.tsx │ │ │ ├── CircleFill.tsx │ │ │ ├── CircleRing.tsx │ │ │ ├── Clock.tsx │ │ │ ├── Code.tsx │ │ │ ├── Connectors.tsx │ │ │ ├── Contact.tsx │ │ │ ├── Delete.tsx │ │ │ ├── DietPlanNotebook.tsx │ │ │ ├── Down.tsx │ │ │ ├── Download.tsx │ │ │ ├── DynamicGroup.tsx │ │ │ ├── EMI.tsx │ │ │ ├── Edit.tsx │ │ │ ├── EditEvent.tsx │ │ │ ├── Embed.tsx │ │ │ ├── EngineeringGroup.tsx │ │ │ ├── FabricFolder.tsx │ │ │ ├── FavoriteStar.tsx │ │ │ ├── FavoriteStarFill.tsx │ │ │ ├── FavoriteStartRemove.tsx │ │ │ ├── FileBug.tsx │ │ │ ├── Filter.tsx │ │ │ ├── Flag.tsx │ │ │ ├── Forward.tsx │ │ │ ├── ForwardAlt.tsx │ │ │ ├── GIF.tsx │ │ │ ├── Globe.tsx │ │ │ ├── Group.tsx │ │ │ ├── Hashtag.tsx │ │ │ ├── Home.tsx │ │ │ ├── Info.tsx │ │ │ ├── Like.tsx │ │ │ ├── LikeSolid.tsx │ │ │ ├── Link.tsx │ │ │ ├── LiveEvent.tsx │ │ │ ├── LocationDot.tsx │ │ │ ├── Lock.tsx │ │ │ ├── Mail.tsx │ │ │ ├── Megaphone.tsx │ │ │ ├── More.tsx │ │ │ ├── MoreVertical.tsx │ │ │ ├── NavigateExternalInline.tsx │ │ │ ├── NumberedList.tsx │ │ │ ├── OneDrive.tsx │ │ │ ├── OneNoteLogoInverse.tsx │ │ │ ├── People.tsx │ │ │ ├── Phone.tsx │ │ │ ├── Pinned.tsx │ │ │ ├── PlannerLogo.tsx │ │ │ ├── Play.tsx │ │ │ ├── Puzzle.tsx │ │ │ ├── QuestionMessage.tsx │ │ │ ├── Refresh.tsx │ │ │ ├── Remove.tsx │ │ │ ├── RemoveEvent.tsx │ │ │ ├── RemoveLink.tsx │ │ │ ├── Reply.tsx │ │ │ ├── Ringer.tsx │ │ │ ├── ScaleUp.tsx │ │ │ ├── ScrollUpDown.tsx │ │ │ ├── Search.tsx │ │ │ ├── SemiBoldWeight.tsx │ │ │ ├── Send.tsx │ │ │ ├── Settings.tsx │ │ │ ├── Share.tsx │ │ │ ├── SharePointLogoInverse.tsx │ │ │ ├── Shield.tsx │ │ │ ├── SignOut.tsx │ │ │ ├── SingleBookmark.tsx │ │ │ ├── SkypeCircleCheck.tsx │ │ │ ├── SkypeCircleClock.tsx │ │ │ ├── SkypeCircleMinus.tsx │ │ │ ├── SkypeForBusinessLogo.tsx │ │ │ ├── SortDown.tsx │ │ │ ├── SortUp.tsx │ │ │ ├── Spam.tsx │ │ │ ├── Strikethrough.tsx │ │ │ ├── Tag.tsx │ │ │ ├── Trophy2.tsx │ │ │ ├── Underline.tsx │ │ │ ├── Undo.tsx │ │ │ ├── Unknown.tsx │ │ │ ├── Up.tsx │ │ │ ├── Upload.tsx │ │ │ ├── UserFollowed.tsx │ │ │ ├── UserRemove.tsx │ │ │ ├── Video.tsx │ │ │ ├── View.tsx │ │ │ ├── Warning.tsx │ │ │ ├── Work.tsx │ │ │ ├── World.tsx │ │ │ ├── Yammer.tsx │ │ │ ├── ZoomIn.tsx │ │ │ └── index.ts │ │ ├── index.ts │ │ └── types.ts │ ├── Illustration │ │ ├── BaseIllustration.tsx │ │ ├── Illustration.css │ │ ├── Illustration.test.tsx │ │ ├── __snapshots__ │ │ │ └── Illustration.test.tsx.snap │ │ ├── docs │ │ │ ├── Illustrations.md │ │ │ └── Illustrations.tsx │ │ ├── illustrations │ │ │ ├── AccDB16.tsx │ │ │ ├── AccDB20.tsx │ │ │ ├── AccDB32.tsx │ │ │ ├── AccDB40.tsx │ │ │ ├── AccDB48.tsx │ │ │ ├── AccDB72.tsx │ │ │ ├── Archive16.tsx │ │ │ ├── Archive20.tsx │ │ │ ├── Archive32.tsx │ │ │ ├── Archive40.tsx │ │ │ ├── Archive48.tsx │ │ │ ├── Archive72.tsx │ │ │ ├── Audio16.tsx │ │ │ ├── Audio20.tsx │ │ │ ├── Audio32.tsx │ │ │ ├── Audio40.tsx │ │ │ ├── Audio48.tsx │ │ │ ├── Audio72.tsx │ │ │ ├── AudioWatermark16.tsx │ │ │ ├── AudioWatermark20.tsx │ │ │ ├── AudioWatermark32.tsx │ │ │ ├── AudioWatermark40.tsx │ │ │ ├── AudioWatermark48.tsx │ │ │ ├── AudioWatermark72.tsx │ │ │ ├── Code16.tsx │ │ │ ├── Code20.tsx │ │ │ ├── Code32.tsx │ │ │ ├── Code40.tsx │ │ │ ├── Code48.tsx │ │ │ ├── Code72.tsx │ │ │ ├── Csv16.tsx │ │ │ ├── Csv20.tsx │ │ │ ├── Csv32.tsx │ │ │ ├── Csv40.tsx │ │ │ ├── Csv48.tsx │ │ │ ├── Csv72.tsx │ │ │ ├── DocSet16.tsx │ │ │ ├── DocSet20.tsx │ │ │ ├── DocSet32.tsx │ │ │ ├── DocSet40.tsx │ │ │ ├── DocSet48.tsx │ │ │ ├── DocSet72.tsx │ │ │ ├── Docx16.tsx │ │ │ ├── Docx20.tsx │ │ │ ├── Docx32.tsx │ │ │ ├── Docx40.tsx │ │ │ ├── Docx48.tsx │ │ │ ├── Docx72.tsx │ │ │ ├── Dotx16.tsx │ │ │ ├── Dotx20.tsx │ │ │ ├── Dotx32.tsx │ │ │ ├── Dotx40.tsx │ │ │ ├── Dotx48.tsx │ │ │ ├── Dotx72.tsx │ │ │ ├── Email16.tsx │ │ │ ├── Email20.tsx │ │ │ ├── Email32.tsx │ │ │ ├── Email40.tsx │ │ │ ├── Email48.tsx │ │ │ ├── Email72.tsx │ │ │ ├── Exe16.tsx │ │ │ ├── Exe20.tsx │ │ │ ├── Exe32.tsx │ │ │ ├── Exe40.tsx │ │ │ ├── Exe48.tsx │ │ │ ├── Exe72.tsx │ │ │ ├── Folder16.tsx │ │ │ ├── Folder20.tsx │ │ │ ├── Folder32.tsx │ │ │ ├── Folder40.tsx │ │ │ ├── Folder48.tsx │ │ │ ├── Folder72.tsx │ │ │ ├── Font16.tsx │ │ │ ├── Font20.tsx │ │ │ ├── Font32.tsx │ │ │ ├── Font40.tsx │ │ │ ├── Font48.tsx │ │ │ ├── Font72.tsx │ │ │ ├── FullFolder16.tsx │ │ │ ├── FullFolder20.tsx │ │ │ ├── FullFolder32.tsx │ │ │ ├── FullFolder40.tsx │ │ │ ├── FullFolder48.tsx │ │ │ ├── FullFolder72.tsx │ │ │ ├── GenericFile16.tsx │ │ │ ├── GenericFile20.tsx │ │ │ ├── GenericFile32.tsx │ │ │ ├── GenericFile40.tsx │ │ │ ├── GenericFile48.tsx │ │ │ ├── GenericFile72.tsx │ │ │ ├── Html16.tsx │ │ │ ├── Html20.tsx │ │ │ ├── Html32.tsx │ │ │ ├── Html40.tsx │ │ │ ├── Html48.tsx │ │ │ ├── Html72.tsx │ │ │ ├── Link16.tsx │ │ │ ├── Link20.tsx │ │ │ ├── Link32.tsx │ │ │ ├── Link40.tsx │ │ │ ├── Link48.tsx │ │ │ ├── Link72.tsx │ │ │ ├── ListItem16.tsx │ │ │ ├── ListItem20.tsx │ │ │ ├── ListItem32.tsx │ │ │ ├── ListItem40.tsx │ │ │ ├── ListItem48.tsx │ │ │ ├── ListItem72.tsx │ │ │ ├── Model16.tsx │ │ │ ├── Model20.tsx │ │ │ ├── Model32.tsx │ │ │ ├── Model40.tsx │ │ │ ├── Model48.tsx │ │ │ ├── Model72.tsx │ │ │ ├── Mpp16.tsx │ │ │ ├── Mpp20.tsx │ │ │ ├── Mpp32.tsx │ │ │ ├── Mpp40.tsx │ │ │ ├── Mpp48.tsx │ │ │ ├── Mpp72.tsx │ │ │ ├── Mpt16.tsx │ │ │ ├── Mpt20.tsx │ │ │ ├── Mpt32.tsx │ │ │ ├── Mpt40.tsx │ │ │ ├── Mpt48.tsx │ │ │ ├── Mpt72.tsx │ │ │ ├── Multiple16.tsx │ │ │ ├── Multiple20.tsx │ │ │ ├── Multiple32.tsx │ │ │ ├── Multiple40.tsx │ │ │ ├── Multiple48.tsx │ │ │ ├── Multiple72.tsx │ │ │ ├── One16.tsx │ │ │ ├── One20.tsx │ │ │ ├── One32.tsx │ │ │ ├── One40.tsx │ │ │ ├── One48.tsx │ │ │ ├── One72.tsx │ │ │ ├── OneToc16.tsx │ │ │ ├── OneToc20.tsx │ │ │ ├── OneToc32.tsx │ │ │ ├── OneToc40.tsx │ │ │ ├── OneToc48.tsx │ │ │ ├── OneToc72.tsx │ │ │ ├── Pdf16.tsx │ │ │ ├── Pdf20.tsx │ │ │ ├── Pdf32.tsx │ │ │ ├── Pdf40.tsx │ │ │ ├── Pdf48.tsx │ │ │ ├── Pdf72.tsx │ │ │ ├── Photo16.tsx │ │ │ ├── Photo20.tsx │ │ │ ├── Photo32.tsx │ │ │ ├── Photo40.tsx │ │ │ ├── Photo48.tsx │ │ │ ├── Photo72.tsx │ │ │ ├── PhotoWatermark16.tsx │ │ │ ├── PhotoWatermark20.tsx │ │ │ ├── PhotoWatermark32.tsx │ │ │ ├── PhotoWatermark40.tsx │ │ │ ├── PhotoWatermark48.tsx │ │ │ ├── PhotoWatermark72.tsx │ │ │ ├── Potx16.tsx │ │ │ ├── Potx20.tsx │ │ │ ├── Potx32.tsx │ │ │ ├── Potx40.tsx │ │ │ ├── Potx48.tsx │ │ │ ├── Potx72.tsx │ │ │ ├── Ppsx16.tsx │ │ │ ├── Ppsx20.tsx │ │ │ ├── Ppsx32.tsx │ │ │ ├── Ppsx40.tsx │ │ │ ├── Ppsx48.tsx │ │ │ ├── Ppsx72.tsx │ │ │ ├── Pptx16.tsx │ │ │ ├── Pptx20.tsx │ │ │ ├── Pptx32.tsx │ │ │ ├── Pptx40.tsx │ │ │ ├── Pptx48.tsx │ │ │ ├── Pptx72.tsx │ │ │ ├── PraiseAce72.tsx │ │ │ ├── PraiseAceHC72.tsx │ │ │ ├── PraiseCheckeredFlag72.tsx │ │ │ ├── PraiseCheckeredFlagHC72.tsx │ │ │ ├── PraiseCoffee72.tsx │ │ │ ├── PraiseCoffeeHC72.tsx │ │ │ ├── PraiseDiamond72.tsx │ │ │ ├── PraiseDiamondHC72.tsx │ │ │ ├── PraiseDoubleRainbow72.tsx │ │ │ ├── PraiseDoubleRainbowHC72.tsx │ │ │ ├── PraiseGift72.tsx │ │ │ ├── PraiseGiftHC72.tsx │ │ │ ├── PraiseGlasses72.tsx │ │ │ ├── PraiseGlassesHC72.tsx │ │ │ ├── PraiseGraduationCap72.tsx │ │ │ ├── PraiseGraduationCapHC72.tsx │ │ │ ├── PraiseHeart72.tsx │ │ │ ├── PraiseHeartHC72.tsx │ │ │ ├── PraiseLightbulb72.tsx │ │ │ ├── PraiseLightbulbHC72.tsx │ │ │ ├── PraiseMoney72.tsx │ │ │ ├── PraiseMoneyHC72.tsx │ │ │ ├── PraiseMonocle72.tsx │ │ │ ├── PraiseMonocleHC72.tsx │ │ │ ├── PraiseNinja72.tsx │ │ │ ├── PraiseNinjaCat72.tsx │ │ │ ├── PraiseNinjaCatHC72.tsx │ │ │ ├── PraiseNinjaHC72.tsx │ │ │ ├── PraisePie72.tsx │ │ │ ├── PraisePieHC72.tsx │ │ │ ├── PraiseStar72.tsx │ │ │ ├── PraiseStarHC72.tsx │ │ │ ├── PraiseThumbsUp72.tsx │ │ │ ├── PraiseThumbsUpHC72.tsx │ │ │ ├── PraiseTrophy72.tsx │ │ │ ├── PraiseTrophyHC72.tsx │ │ │ ├── Presentation16.tsx │ │ │ ├── Presentation20.tsx │ │ │ ├── Presentation32.tsx │ │ │ ├── Presentation40.tsx │ │ │ ├── Presentation48.tsx │ │ │ ├── Presentation72.tsx │ │ │ ├── Pub16.tsx │ │ │ ├── Pub20.tsx │ │ │ ├── Pub32.tsx │ │ │ ├── Pub40.tsx │ │ │ ├── Pub48.tsx │ │ │ ├── Pub72.tsx │ │ │ ├── Rtf16.tsx │ │ │ ├── Rtf20.tsx │ │ │ ├── Rtf32.tsx │ │ │ ├── Rtf40.tsx │ │ │ ├── Rtf48.tsx │ │ │ ├── Rtf72.tsx │ │ │ ├── SharedFolder16.tsx │ │ │ ├── SharedFolder20.tsx │ │ │ ├── SharedFolder32.tsx │ │ │ ├── SharedFolder40.tsx │ │ │ ├── SharedFolder48.tsx │ │ │ ├── SharedFolder72.tsx │ │ │ ├── Spo16.tsx │ │ │ ├── Spo20.tsx │ │ │ ├── Spo32.tsx │ │ │ ├── Spo40.tsx │ │ │ ├── Spo48.tsx │ │ │ ├── Spo72.tsx │ │ │ ├── Spreadsheet16.tsx │ │ │ ├── Spreadsheet20.tsx │ │ │ ├── Spreadsheet32.tsx │ │ │ ├── Spreadsheet40.tsx │ │ │ ├── Spreadsheet48.tsx │ │ │ ├── Spreadsheet72.tsx │ │ │ ├── Sway16.tsx │ │ │ ├── Sway20.tsx │ │ │ ├── Sway32.tsx │ │ │ ├── Sway40.tsx │ │ │ ├── Sway48.tsx │ │ │ ├── Sway72.tsx │ │ │ ├── SysFile16.tsx │ │ │ ├── SysFile20.tsx │ │ │ ├── SysFile32.tsx │ │ │ ├── SysFile40.tsx │ │ │ ├── SysFile48.tsx │ │ │ ├── SysFile72.tsx │ │ │ ├── Txt16.tsx │ │ │ ├── Txt20.tsx │ │ │ ├── Txt32.tsx │ │ │ ├── Txt40.tsx │ │ │ ├── Txt48.tsx │ │ │ ├── Txt72.tsx │ │ │ ├── Vector16.tsx │ │ │ ├── Vector20.tsx │ │ │ ├── Vector32.tsx │ │ │ ├── Vector40.tsx │ │ │ ├── Vector48.tsx │ │ │ ├── Vector72.tsx │ │ │ ├── Video16.tsx │ │ │ ├── Video20.tsx │ │ │ ├── Video32.tsx │ │ │ ├── Video40.tsx │ │ │ ├── Video48.tsx │ │ │ ├── Video72.tsx │ │ │ ├── VideoWatermark16.tsx │ │ │ ├── VideoWatermark20.tsx │ │ │ ├── VideoWatermark32.tsx │ │ │ ├── VideoWatermark40.tsx │ │ │ ├── VideoWatermark48.tsx │ │ │ ├── VideoWatermark72.tsx │ │ │ ├── Vsdx16.tsx │ │ │ ├── Vsdx20.tsx │ │ │ ├── Vsdx32.tsx │ │ │ ├── Vsdx40.tsx │ │ │ ├── Vsdx48.tsx │ │ │ ├── Vsdx72.tsx │ │ │ ├── Vssx16.tsx │ │ │ ├── Vssx20.tsx │ │ │ ├── Vssx32.tsx │ │ │ ├── Vssx40.tsx │ │ │ ├── Vssx48.tsx │ │ │ ├── Vssx72.tsx │ │ │ ├── Vstx16.tsx │ │ │ ├── Vstx20.tsx │ │ │ ├── Vstx32.tsx │ │ │ ├── Vstx40.tsx │ │ │ ├── Vstx48.tsx │ │ │ ├── Vstx72.tsx │ │ │ ├── Xlsx16.tsx │ │ │ ├── Xlsx20.tsx │ │ │ ├── Xlsx32.tsx │ │ │ ├── Xlsx40.tsx │ │ │ ├── Xlsx48.tsx │ │ │ ├── Xlsx72.tsx │ │ │ ├── Xltx16.tsx │ │ │ ├── Xltx20.tsx │ │ │ ├── Xltx32.tsx │ │ │ ├── Xltx40.tsx │ │ │ ├── Xltx48.tsx │ │ │ ├── Xltx72.tsx │ │ │ ├── Xml16.tsx │ │ │ ├── Xml20.tsx │ │ │ ├── Xml32.tsx │ │ │ ├── Xml40.tsx │ │ │ ├── Xml48.tsx │ │ │ ├── Xml72.tsx │ │ │ ├── Xsn16.tsx │ │ │ ├── Xsn20.tsx │ │ │ ├── Xsn32.tsx │ │ │ ├── Xsn40.tsx │ │ │ ├── Xsn48.tsx │ │ │ ├── Xsn72.tsx │ │ │ ├── Zip16.tsx │ │ │ ├── Zip20.tsx │ │ │ ├── Zip32.tsx │ │ │ ├── Zip40.tsx │ │ │ ├── Zip48.tsx │ │ │ ├── Zip72.tsx │ │ │ └── index.ts │ │ └── index.ts │ ├── Image │ │ ├── Image.css │ │ ├── Image.md │ │ ├── Image.test.tsx │ │ ├── Image.tsx │ │ ├── __snapshots__ │ │ │ └── Image.test.tsx.snap │ │ ├── index.ts │ │ └── types.ts │ ├── KeyboardNavigationObserver │ │ ├── KeyboardNavigationObserver.md │ │ ├── KeyboardNavigationObserver.test.tsx │ │ ├── KeyboardNavigationObserver.tsx │ │ ├── __snapshots__ │ │ │ └── KeyboardNavigationObserver.test.tsx.snap │ │ └── index.ts │ ├── LayoutList │ │ ├── LayoutList.css │ │ ├── LayoutList.md │ │ ├── LayoutList.test.tsx │ │ ├── LayoutList.tsx │ │ ├── LayoutListItem.md │ │ ├── LayoutListItem.test.tsx │ │ ├── LayoutListItem.tsx │ │ ├── __snapshots__ │ │ │ ├── LayoutList.test.tsx.snap │ │ │ └── LayoutListItem.test.tsx.snap │ │ └── index.ts │ ├── List │ │ ├── List.css │ │ ├── List.md │ │ ├── List.test.tsx │ │ ├── List.tsx │ │ ├── ListItem.md │ │ ├── ListItem.test.tsx │ │ ├── ListItem.tsx │ │ ├── __snapshots__ │ │ │ ├── List.test.tsx.snap │ │ │ └── ListItem.test.tsx.snap │ │ └── index.ts │ ├── MediaObject │ │ ├── MediaObject.css │ │ ├── MediaObject.md │ │ ├── MediaObject.test.tsx │ │ ├── MediaObject.tsx │ │ ├── MediaObjectExtra.tsx │ │ ├── MediaObjectMetadata.tsx │ │ ├── MediaObjectTitle.tsx │ │ ├── __snapshots__ │ │ │ └── MediaObject.test.tsx.snap │ │ ├── index.ts │ │ └── types.ts │ ├── MenuButton │ │ ├── MenuButton.css │ │ ├── MenuButton.md │ │ ├── MenuButton.test.tsx │ │ ├── MenuButton.tsx │ │ ├── MenuButtonItem.test.tsx │ │ ├── MenuButtonItem.tsx │ │ ├── __snapshots__ │ │ │ ├── MenuButton.test.tsx.snap │ │ │ └── MenuButtonItem.test.tsx.snap │ │ ├── index.ts │ │ └── types.ts │ ├── MessageBar │ │ ├── MessageBar.css │ │ ├── MessageBar.md │ │ ├── MessageBar.test.tsx │ │ ├── MessageBar.tsx │ │ ├── __snapshots__ │ │ │ └── MessageBar.test.tsx.snap │ │ ├── index.ts │ │ └── types.ts │ ├── NavigationLink │ │ ├── NavigationLink.css │ │ ├── NavigationLink.md │ │ ├── NavigationLink.test.tsx │ │ ├── NavigationLink.tsx │ │ ├── __snapshots__ │ │ │ └── NavigationLink.test.tsx.snap │ │ └── index.ts │ ├── PreviewCard │ │ ├── PreviewCard.css │ │ ├── PreviewCard.md │ │ ├── PreviewCard.test.tsx │ │ ├── PreviewCard.tsx │ │ ├── __snapshots__ │ │ │ └── PreviewCard.test.tsx.snap │ │ └── index.ts │ ├── ProgressIndicator │ │ ├── ProgressIndicator.css │ │ ├── ProgressIndicator.md │ │ ├── ProgressIndicator.test.tsx │ │ ├── ProgressIndicator.tsx │ │ ├── __snapshots__ │ │ │ └── ProgressIndicator.test.tsx.snap │ │ └── index.ts │ ├── README.md │ ├── ScreenreaderText │ │ ├── ScreenreaderText.css │ │ ├── ScreenreaderText.md │ │ ├── ScreenreaderText.test.tsx │ │ ├── ScreenreaderText.tsx │ │ ├── __snapshots__ │ │ │ └── ScreenreaderText.test.tsx.snap │ │ └── index.ts │ ├── Spinner │ │ ├── Spinner.css │ │ ├── Spinner.md │ │ ├── Spinner.test.tsx │ │ ├── Spinner.tsx │ │ ├── __snapshots__ │ │ │ └── Spinner.test.tsx.snap │ │ ├── index.ts │ │ └── types.ts │ ├── SuggestionsList │ │ ├── SuggestionsList.css │ │ ├── SuggestionsList.md │ │ ├── SuggestionsList.test.tsx │ │ ├── SuggestionsList.tsx │ │ ├── SuggestionsListItem.css │ │ ├── SuggestionsListItem.test.tsx │ │ ├── SuggestionsListItem.tsx │ │ ├── __snapshots__ │ │ │ ├── SuggestionsList.test.tsx.snap │ │ │ └── SuggestionsListItem.test.tsx.snap │ │ └── index.ts │ ├── Text │ │ ├── Text.md │ │ ├── Text.styles.ts │ │ ├── Text.test.tsx │ │ ├── Text.tsx │ │ ├── __snapshots__ │ │ │ └── Text.test.tsx.snap │ │ ├── index.ts │ │ └── types.ts │ ├── TextArea │ │ ├── TextArea.md │ │ ├── TextArea.test.tsx │ │ ├── TextArea.tsx │ │ ├── __snapshots__ │ │ │ └── TextArea.test.tsx.snap │ │ └── index.ts │ ├── TextField │ │ ├── TextField.md │ │ ├── TextField.test.tsx │ │ ├── TextField.tsx │ │ ├── __snapshots__ │ │ │ └── TextField.test.tsx.snap │ │ └── index.ts │ ├── Tooltip │ │ ├── Tooltip.css │ │ ├── Tooltip.md │ │ ├── Tooltip.styles.ts │ │ ├── Tooltip.test.tsx │ │ ├── Tooltip.tsx │ │ ├── __snapshots__ │ │ │ └── Tooltip.test.tsx.snap │ │ └── index.ts │ ├── UserPicker │ │ ├── UserPicker.css │ │ ├── UserPicker.md │ │ ├── UserPicker.test.tsx │ │ ├── UserPicker.tsx │ │ ├── __snapshots__ │ │ │ └── UserPicker.test.tsx.snap │ │ └── index.ts │ ├── VisibilityObserver │ │ ├── VisibilityObserver.md │ │ ├── VisibilityObserver.test.tsx │ │ ├── VisibilityObserver.tsx │ │ ├── __snapshots__ │ │ │ └── VisibilityObserver.test.tsx.snap │ │ └── index.ts │ └── internal │ │ └── TextField │ │ ├── TextField.css │ │ └── TextField.tsx ├── css │ ├── base.css │ ├── font-face.css │ ├── high-contrast.css │ ├── index.css │ ├── reset.css │ └── variables │ │ ├── _yammer_palette.css │ │ ├── borders.css │ │ ├── colors.css │ │ ├── fonts.css │ │ ├── gutters.css │ │ └── links.css ├── demos │ ├── ExampleWrapper │ │ ├── ExampleWrapper.tsx │ │ └── index.ts │ ├── FileHovercard │ │ ├── FileHovercard.md │ │ └── FileHovercard.tsx │ ├── GroupHovercard │ │ ├── GroupHovercard.md │ │ └── GroupHovercard.tsx │ ├── MessageReply │ │ ├── MessageReply.md │ │ └── MessageReply.tsx │ ├── README.md │ ├── SidebarWidget │ │ ├── SidebarWidget.md │ │ └── SidebarWidget.tsx │ ├── TypographyAlignment │ │ ├── TypographyAlignment.md │ │ └── TypographyAlignment.tsx │ └── UserHovercard │ │ ├── UserHovercard.md │ │ └── UserHovercard.tsx ├── util │ ├── BaseComponent │ │ └── props.ts │ ├── DebouncedOnChange │ │ ├── __snapshots__ │ │ │ └── index.test.tsx.snap │ │ ├── index.test.tsx │ │ └── index.tsx │ ├── Focusable.ts │ ├── accessibility │ │ ├── KeyboardNavigationEventListener.test.ts │ │ ├── KeyboardNavigationEventListener.ts │ │ ├── keyboardNavigation.test.ts │ │ └── keyboardNavigation.ts │ ├── classNames.test.ts │ ├── classNames.ts │ ├── colors.ts │ ├── fabric │ │ ├── theme.test.ts │ │ └── theme.ts │ ├── keyCodes.ts │ ├── styles │ │ ├── borders.ts │ │ ├── fonts.ts │ │ └── gutters.ts │ └── types.ts └── yamui.ts ├── tsconfig.commonjs.json ├── tsconfig.json ├── tslint.json └── yamui-docker /.browserslistrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/.browserslistrc -------------------------------------------------------------------------------- /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/.dockerignore -------------------------------------------------------------------------------- /.eslintrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/.eslintrc.json -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/.gitignore -------------------------------------------------------------------------------- /.markdownlint.json: -------------------------------------------------------------------------------- 1 | { 2 | "line-length": false 3 | } 4 | -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/.npmignore -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/.prettierignore -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/.prettierrc -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/.travis.yml -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/README.md -------------------------------------------------------------------------------- /assets/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/README.md -------------------------------------------------------------------------------- /assets/icons/Accounts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Accounts.svg -------------------------------------------------------------------------------- /assets/icons/ActivityFeed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/ActivityFeed.svg -------------------------------------------------------------------------------- /assets/icons/Add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Add.svg -------------------------------------------------------------------------------- /assets/icons/AddFavorite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/AddFavorite.svg -------------------------------------------------------------------------------- /assets/icons/AddFriend.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/AddFriend.svg -------------------------------------------------------------------------------- /assets/icons/Asterisk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Asterisk.svg -------------------------------------------------------------------------------- /assets/icons/Attach.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Attach.svg -------------------------------------------------------------------------------- /assets/icons/Back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Back.svg -------------------------------------------------------------------------------- /assets/icons/BadgeAdmin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/BadgeAdmin.svg -------------------------------------------------------------------------------- /assets/icons/BadgeFlexternal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/BadgeFlexternal.svg -------------------------------------------------------------------------------- /assets/icons/BadgeNew.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/BadgeNew.svg -------------------------------------------------------------------------------- /assets/icons/BarChart4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/BarChart4.svg -------------------------------------------------------------------------------- /assets/icons/BarChartHorizontal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/BarChartHorizontal.svg -------------------------------------------------------------------------------- /assets/icons/Blocked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Blocked.svg -------------------------------------------------------------------------------- /assets/icons/BulletedList.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/BulletedList.svg -------------------------------------------------------------------------------- /assets/icons/Calendar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Calendar.svg -------------------------------------------------------------------------------- /assets/icons/Camera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Camera.svg -------------------------------------------------------------------------------- /assets/icons/Cancel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Cancel.svg -------------------------------------------------------------------------------- /assets/icons/CannedChat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/CannedChat.svg -------------------------------------------------------------------------------- /assets/icons/CellPhone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/CellPhone.svg -------------------------------------------------------------------------------- /assets/icons/CheckMark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/CheckMark.svg -------------------------------------------------------------------------------- /assets/icons/CheckMarkEmpty.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/CheckMarkEmpty.svg -------------------------------------------------------------------------------- /assets/icons/Checkbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Checkbox.svg -------------------------------------------------------------------------------- /assets/icons/CheckboxComposite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/CheckboxComposite.svg -------------------------------------------------------------------------------- /assets/icons/ChevronDownMed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/ChevronDownMed.svg -------------------------------------------------------------------------------- /assets/icons/ChevronLeftMed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/ChevronLeftMed.svg -------------------------------------------------------------------------------- /assets/icons/ChevronRightMed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/ChevronRightMed.svg -------------------------------------------------------------------------------- /assets/icons/ChevronUpMed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/ChevronUpMed.svg -------------------------------------------------------------------------------- /assets/icons/CircleCheck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/CircleCheck.svg -------------------------------------------------------------------------------- /assets/icons/CircleFill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/CircleFill.svg -------------------------------------------------------------------------------- /assets/icons/CircleRing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/CircleRing.svg -------------------------------------------------------------------------------- /assets/icons/Clock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Clock.svg -------------------------------------------------------------------------------- /assets/icons/Code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Code.svg -------------------------------------------------------------------------------- /assets/icons/Connectors.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Connectors.svg -------------------------------------------------------------------------------- /assets/icons/Contact.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Contact.svg -------------------------------------------------------------------------------- /assets/icons/Delete.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Delete.svg -------------------------------------------------------------------------------- /assets/icons/DietPlanNotebook.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/DietPlanNotebook.svg -------------------------------------------------------------------------------- /assets/icons/Down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Down.svg -------------------------------------------------------------------------------- /assets/icons/Download.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Download.svg -------------------------------------------------------------------------------- /assets/icons/DynamicGroup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/DynamicGroup.svg -------------------------------------------------------------------------------- /assets/icons/EMI.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/EMI.svg -------------------------------------------------------------------------------- /assets/icons/Edit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Edit.svg -------------------------------------------------------------------------------- /assets/icons/EditEvent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/EditEvent.svg -------------------------------------------------------------------------------- /assets/icons/Embed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Embed.svg -------------------------------------------------------------------------------- /assets/icons/EngineeringGroup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/EngineeringGroup.svg -------------------------------------------------------------------------------- /assets/icons/FabricFolder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/FabricFolder.svg -------------------------------------------------------------------------------- /assets/icons/FavoriteStar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/FavoriteStar.svg -------------------------------------------------------------------------------- /assets/icons/FavoriteStarFill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/FavoriteStarFill.svg -------------------------------------------------------------------------------- /assets/icons/FavoriteStartRemove.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/FavoriteStartRemove.svg -------------------------------------------------------------------------------- /assets/icons/FileBug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/FileBug.svg -------------------------------------------------------------------------------- /assets/icons/Filter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Filter.svg -------------------------------------------------------------------------------- /assets/icons/Flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Flag.svg -------------------------------------------------------------------------------- /assets/icons/Forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Forward.svg -------------------------------------------------------------------------------- /assets/icons/ForwardAlt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/ForwardAlt.svg -------------------------------------------------------------------------------- /assets/icons/GIF.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/GIF.svg -------------------------------------------------------------------------------- /assets/icons/Globe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Globe.svg -------------------------------------------------------------------------------- /assets/icons/Group.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Group.svg -------------------------------------------------------------------------------- /assets/icons/Hashtag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Hashtag.svg -------------------------------------------------------------------------------- /assets/icons/Home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Home.svg -------------------------------------------------------------------------------- /assets/icons/Info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Info.svg -------------------------------------------------------------------------------- /assets/icons/Like.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Like.svg -------------------------------------------------------------------------------- /assets/icons/LikeSolid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/LikeSolid.svg -------------------------------------------------------------------------------- /assets/icons/Link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Link.svg -------------------------------------------------------------------------------- /assets/icons/LiveEvent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/LiveEvent.svg -------------------------------------------------------------------------------- /assets/icons/LocationDot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/LocationDot.svg -------------------------------------------------------------------------------- /assets/icons/Lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Lock.svg -------------------------------------------------------------------------------- /assets/icons/Mail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Mail.svg -------------------------------------------------------------------------------- /assets/icons/Megaphone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Megaphone.svg -------------------------------------------------------------------------------- /assets/icons/More.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/More.svg -------------------------------------------------------------------------------- /assets/icons/MoreVertical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/MoreVertical.svg -------------------------------------------------------------------------------- /assets/icons/NavigateExternalInline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/NavigateExternalInline.svg -------------------------------------------------------------------------------- /assets/icons/NumberedList.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/NumberedList.svg -------------------------------------------------------------------------------- /assets/icons/OneDrive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/OneDrive.svg -------------------------------------------------------------------------------- /assets/icons/OneNoteLogoInverse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/OneNoteLogoInverse.svg -------------------------------------------------------------------------------- /assets/icons/People.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/People.svg -------------------------------------------------------------------------------- /assets/icons/Phone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Phone.svg -------------------------------------------------------------------------------- /assets/icons/Pinned.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Pinned.svg -------------------------------------------------------------------------------- /assets/icons/PlannerLogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/PlannerLogo.svg -------------------------------------------------------------------------------- /assets/icons/Play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Play.svg -------------------------------------------------------------------------------- /assets/icons/Puzzle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Puzzle.svg -------------------------------------------------------------------------------- /assets/icons/QuestionMessage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/QuestionMessage.svg -------------------------------------------------------------------------------- /assets/icons/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/README.md -------------------------------------------------------------------------------- /assets/icons/Refresh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Refresh.svg -------------------------------------------------------------------------------- /assets/icons/Remove.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Remove.svg -------------------------------------------------------------------------------- /assets/icons/RemoveEvent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/RemoveEvent.svg -------------------------------------------------------------------------------- /assets/icons/RemoveLink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/RemoveLink.svg -------------------------------------------------------------------------------- /assets/icons/Reply.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Reply.svg -------------------------------------------------------------------------------- /assets/icons/Ringer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Ringer.svg -------------------------------------------------------------------------------- /assets/icons/ScaleUp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/ScaleUp.svg -------------------------------------------------------------------------------- /assets/icons/ScrollUpDown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/ScrollUpDown.svg -------------------------------------------------------------------------------- /assets/icons/Search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Search.svg -------------------------------------------------------------------------------- /assets/icons/SemiBoldWeight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/SemiBoldWeight.svg -------------------------------------------------------------------------------- /assets/icons/Send.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Send.svg -------------------------------------------------------------------------------- /assets/icons/Settings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Settings.svg -------------------------------------------------------------------------------- /assets/icons/Share.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Share.svg -------------------------------------------------------------------------------- /assets/icons/SharePointLogoInverse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/SharePointLogoInverse.svg -------------------------------------------------------------------------------- /assets/icons/Shield.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Shield.svg -------------------------------------------------------------------------------- /assets/icons/SignOut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/SignOut.svg -------------------------------------------------------------------------------- /assets/icons/SingleBookmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/SingleBookmark.svg -------------------------------------------------------------------------------- /assets/icons/SkypeCircleCheck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/SkypeCircleCheck.svg -------------------------------------------------------------------------------- /assets/icons/SkypeCircleClock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/SkypeCircleClock.svg -------------------------------------------------------------------------------- /assets/icons/SkypeCircleMinus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/SkypeCircleMinus.svg -------------------------------------------------------------------------------- /assets/icons/SkypeForBusinessLogo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/SkypeForBusinessLogo.svg -------------------------------------------------------------------------------- /assets/icons/SortDown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/SortDown.svg -------------------------------------------------------------------------------- /assets/icons/SortUp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/SortUp.svg -------------------------------------------------------------------------------- /assets/icons/Spam.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Spam.svg -------------------------------------------------------------------------------- /assets/icons/Strikethrough.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Strikethrough.svg -------------------------------------------------------------------------------- /assets/icons/Tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Tag.svg -------------------------------------------------------------------------------- /assets/icons/Trophy2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Trophy2.svg -------------------------------------------------------------------------------- /assets/icons/Underline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Underline.svg -------------------------------------------------------------------------------- /assets/icons/Undo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Undo.svg -------------------------------------------------------------------------------- /assets/icons/Unknown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Unknown.svg -------------------------------------------------------------------------------- /assets/icons/Up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Up.svg -------------------------------------------------------------------------------- /assets/icons/Upload.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Upload.svg -------------------------------------------------------------------------------- /assets/icons/UserFollowed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/UserFollowed.svg -------------------------------------------------------------------------------- /assets/icons/UserRemove.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/UserRemove.svg -------------------------------------------------------------------------------- /assets/icons/Video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Video.svg -------------------------------------------------------------------------------- /assets/icons/View.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/View.svg -------------------------------------------------------------------------------- /assets/icons/Warning.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Warning.svg -------------------------------------------------------------------------------- /assets/icons/Work.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Work.svg -------------------------------------------------------------------------------- /assets/icons/World.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/World.svg -------------------------------------------------------------------------------- /assets/icons/Yammer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/Yammer.svg -------------------------------------------------------------------------------- /assets/icons/ZoomIn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/icons/ZoomIn.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/AccDB.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/AccDB.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Archive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Archive.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Audio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Audio.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Code.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Csv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Csv.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/DocSet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/DocSet.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Docx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Docx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Dotx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Dotx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Email.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Email.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Exe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Exe.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Folder.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Font.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Font.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/FullFolder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/FullFolder.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/GenericFile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/GenericFile.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Html.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Html.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Link.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/ListItem.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/ListItem.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Model.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Model.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Mpp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Mpp.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Mpt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Mpt.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Multiple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Multiple.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/One.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/One.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/OneToc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/OneToc.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Pdf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Pdf.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Photo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Photo.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Potx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Potx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Ppsx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Ppsx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Pptx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Pptx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Presentation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Presentation.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Pub.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Pub.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Rtf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Rtf.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/SharedFolder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/SharedFolder.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Spo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Spo.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Spreadsheet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Spreadsheet.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Sway.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Sway.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/SysFile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/SysFile.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Txt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Txt.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Vector.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Vector.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Video.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Vsdx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Vsdx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Vssx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Vssx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Vstx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Vstx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Xlsx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Xlsx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Xltx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Xltx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Xml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Xml.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Xsn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Xsn.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/16/Zip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/16/Zip.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/AccDB.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/AccDB.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Archive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Archive.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Audio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Audio.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Code.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Csv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Csv.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/DocSet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/DocSet.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Docx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Docx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Dotx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Dotx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Email.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Email.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Exe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Exe.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Folder.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Font.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Font.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/FullFolder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/FullFolder.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/GenericFile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/GenericFile.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Html.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Html.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Link.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/ListItem.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/ListItem.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Model.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Model.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Mpp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Mpp.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Mpt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Mpt.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Multiple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Multiple.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/One.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/One.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/OneToc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/OneToc.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Pdf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Pdf.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Photo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Photo.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Potx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Potx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Ppsx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Ppsx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Pptx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Pptx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Presentation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Presentation.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Pub.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Pub.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Rtf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Rtf.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/SharedFolder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/SharedFolder.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Spo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Spo.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Spreadsheet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Spreadsheet.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Sway.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Sway.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/SysFile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/SysFile.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Txt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Txt.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Vector.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Vector.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Video.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Vsdx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Vsdx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Vssx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Vssx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Vstx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Vstx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Xlsx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Xlsx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Xltx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Xltx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Xml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Xml.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Xsn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Xsn.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/20/Zip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/20/Zip.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/AccDB.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/AccDB.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Archive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Archive.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Audio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Audio.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Code.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Csv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Csv.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/DocSet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/DocSet.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Docx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Docx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Dotx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Dotx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Email.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Email.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Exe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Exe.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Folder.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Font.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Font.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/FullFolder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/FullFolder.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/GenericFile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/GenericFile.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Html.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Html.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Link.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/ListItem.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/ListItem.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Model.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Model.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Mpp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Mpp.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Mpt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Mpt.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Multiple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Multiple.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/One.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/One.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/OneToc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/OneToc.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Pdf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Pdf.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Photo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Photo.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Potx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Potx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Ppsx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Ppsx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Pptx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Pptx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Presentation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Presentation.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Pub.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Pub.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Rtf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Rtf.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/SharedFolder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/SharedFolder.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Spo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Spo.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Spreadsheet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Spreadsheet.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Sway.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Sway.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/SysFile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/SysFile.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Txt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Txt.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Vector.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Vector.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Video.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Vsdx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Vsdx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Vssx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Vssx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Vstx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Vstx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Xlsx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Xlsx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Xltx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Xltx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Xml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Xml.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Xsn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Xsn.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/32/Zip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/32/Zip.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/AccDB.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/AccDB.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Archive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Archive.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Audio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Audio.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Code.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Csv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Csv.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/DocSet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/DocSet.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Docx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Docx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Dotx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Dotx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Email.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Email.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Exe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Exe.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Folder.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Font.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Font.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/FullFolder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/FullFolder.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/GenericFile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/GenericFile.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Html.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Html.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Link.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/ListItem.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/ListItem.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Model.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Model.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Mpp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Mpp.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Mpt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Mpt.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Multiple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Multiple.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/One.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/One.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/OneToc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/OneToc.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Pdf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Pdf.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Photo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Photo.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Potx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Potx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Ppsx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Ppsx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Pptx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Pptx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Presentation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Presentation.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Pub.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Pub.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Rtf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Rtf.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/SharedFolder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/SharedFolder.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Spo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Spo.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Spreadsheet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Spreadsheet.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Sway.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Sway.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/SysFile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/SysFile.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Txt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Txt.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Vector.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Vector.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Video.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Vsdx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Vsdx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Vssx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Vssx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Vstx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Vstx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Xlsx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Xlsx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Xltx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Xltx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Xml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Xml.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Xsn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Xsn.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/40/Zip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/40/Zip.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/AccDB.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/AccDB.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Archive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Archive.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Audio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Audio.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Code.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Csv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Csv.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/DocSet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/DocSet.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Docx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Docx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Dotx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Dotx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Email.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Email.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Exe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Exe.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Folder.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Font.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Font.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/FullFolder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/FullFolder.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/GenericFile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/GenericFile.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Html.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Html.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Link.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/ListItem.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/ListItem.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Model.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Model.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Mpp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Mpp.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Mpt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Mpt.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Multiple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Multiple.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/One.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/One.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/OneToc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/OneToc.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Pdf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Pdf.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Photo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Photo.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Potx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Potx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Ppsx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Ppsx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Pptx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Pptx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Presentation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Presentation.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Pub.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Pub.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Rtf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Rtf.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/SharedFolder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/SharedFolder.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Spo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Spo.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Spreadsheet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Spreadsheet.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Sway.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Sway.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/SysFile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/SysFile.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Txt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Txt.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Vector.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Vector.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Video.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Vsdx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Vsdx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Vssx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Vssx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Vstx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Vstx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Xlsx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Xlsx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Xltx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Xltx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Xml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Xml.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Xsn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Xsn.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/48/Zip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/48/Zip.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/AccDB.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/AccDB.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Archive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Archive.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Audio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Audio.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Code.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Csv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Csv.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/DocSet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/DocSet.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Docx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Docx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Dotx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Dotx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Email.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Email.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Exe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Exe.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Folder.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Font.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Font.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/FullFolder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/FullFolder.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/GenericFile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/GenericFile.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Html.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Html.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Link.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/ListItem.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/ListItem.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Model.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Model.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Mpp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Mpp.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Mpt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Mpt.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Multiple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Multiple.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/One.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/One.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/OneToc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/OneToc.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Pdf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Pdf.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Photo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Photo.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Potx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Potx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Ppsx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Ppsx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Pptx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Pptx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/PraiseAce.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/PraiseAce.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/PraiseAceHC.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/PraiseAceHC.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/PraiseCoffee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/PraiseCoffee.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/PraiseDiamond.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/PraiseDiamond.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/PraiseGift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/PraiseGift.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/PraiseGiftHC.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/PraiseGiftHC.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/PraiseGlasses.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/PraiseGlasses.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/PraiseHeart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/PraiseHeart.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/PraiseHeartHC.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/PraiseHeartHC.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/PraiseMoney.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/PraiseMoney.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/PraiseMoneyHC.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/PraiseMoneyHC.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/PraiseMonocle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/PraiseMonocle.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/PraiseNinja.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/PraiseNinja.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/PraiseNinjaHC.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/PraiseNinjaHC.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/PraisePie.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/PraisePie.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/PraisePieHC.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/PraisePieHC.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/PraiseStar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/PraiseStar.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/PraiseStarHC.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/PraiseStarHC.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/PraiseTrophy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/PraiseTrophy.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Presentation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Presentation.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Pub.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Pub.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Rtf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Rtf.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/SharedFolder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/SharedFolder.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Spo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Spo.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Spreadsheet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Spreadsheet.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Sway.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Sway.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/SysFile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/SysFile.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Txt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Txt.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Vector.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Vector.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Video.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Vsdx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Vsdx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Vssx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Vssx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Vstx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Vstx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Xlsx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Xlsx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Xltx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Xltx.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Xml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Xml.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Xsn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Xsn.svg -------------------------------------------------------------------------------- /assets/illustrations/multisize/72/Zip.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/assets/illustrations/multisize/72/Zip.svg -------------------------------------------------------------------------------- /config/jest/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/jest/config.json -------------------------------------------------------------------------------- /config/jest/framework.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/jest/framework.js -------------------------------------------------------------------------------- /config/styleguide-visual/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/styleguide-visual/config.js -------------------------------------------------------------------------------- /config/styleguide/assets/disable-animations.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/styleguide/assets/disable-animations.css -------------------------------------------------------------------------------- /config/styleguide/assets/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/styleguide/assets/file.png -------------------------------------------------------------------------------- /config/styleguide/assets/group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/styleguide/assets/group.png -------------------------------------------------------------------------------- /config/styleguide/assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/styleguide/assets/logo.png -------------------------------------------------------------------------------- /config/styleguide/assets/logoFallback.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/styleguide/assets/logoFallback.png -------------------------------------------------------------------------------- /config/styleguide/assets/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/styleguide/assets/user.png -------------------------------------------------------------------------------- /config/styleguide/config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/styleguide/config.js -------------------------------------------------------------------------------- /config/styleguide/config.visualdiff.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/styleguide/config.visualdiff.js -------------------------------------------------------------------------------- /config/styleguide/context/action.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/styleguide/context/action.js -------------------------------------------------------------------------------- /config/styleguide/context/file.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/styleguide/context/file.json -------------------------------------------------------------------------------- /config/styleguide/context/group.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/styleguide/context/group.json -------------------------------------------------------------------------------- /config/styleguide/context/user.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/styleguide/context/user.json -------------------------------------------------------------------------------- /config/styleguide/webpack.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/styleguide/webpack.config.js -------------------------------------------------------------------------------- /config/svg/config.icon.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/svg/config.icon.json -------------------------------------------------------------------------------- /config/svg/config.illustration.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/svg/config.illustration.json -------------------------------------------------------------------------------- /config/svg/generateIcons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/svg/generateIcons.js -------------------------------------------------------------------------------- /config/svg/generateIllustrations.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/svg/generateIllustrations.js -------------------------------------------------------------------------------- /config/svg/generateSvgs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/svg/generateSvgs.js -------------------------------------------------------------------------------- /config/svg/iconTemplate.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/svg/iconTemplate.ejs -------------------------------------------------------------------------------- /config/svg/illustrationTemplate.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/svg/illustrationTemplate.ejs -------------------------------------------------------------------------------- /config/svg/indexTemplate.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/svg/indexTemplate.ejs -------------------------------------------------------------------------------- /config/travis/build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/travis/build -------------------------------------------------------------------------------- /config/travis/deploy.key.enc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/travis/deploy.key.enc -------------------------------------------------------------------------------- /config/travis/deploy.key.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/travis/deploy.key.pub -------------------------------------------------------------------------------- /config/yo/generator-component/app/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/yo/generator-component/app/index.js -------------------------------------------------------------------------------- /config/yo/generator-component/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/config/yo/generator-component/package.json -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/package.json -------------------------------------------------------------------------------- /postcss.config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/postcss.config.js -------------------------------------------------------------------------------- /src/components/ActionLink/ActionLink.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/ActionLink/ActionLink.css -------------------------------------------------------------------------------- /src/components/ActionLink/ActionLink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/ActionLink/ActionLink.md -------------------------------------------------------------------------------- /src/components/ActionLink/ActionLink.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/ActionLink/ActionLink.test.tsx -------------------------------------------------------------------------------- /src/components/ActionLink/ActionLink.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/ActionLink/ActionLink.tsx -------------------------------------------------------------------------------- /src/components/ActionLink/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/ActionLink/index.ts -------------------------------------------------------------------------------- /src/components/AsideSection/AsideSection.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/AsideSection/AsideSection.css -------------------------------------------------------------------------------- /src/components/AsideSection/AsideSection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/AsideSection/AsideSection.md -------------------------------------------------------------------------------- /src/components/AsideSection/AsideSection.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/AsideSection/AsideSection.test.tsx -------------------------------------------------------------------------------- /src/components/AsideSection/AsideSection.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/AsideSection/AsideSection.tsx -------------------------------------------------------------------------------- /src/components/AsideSection/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/AsideSection/index.ts -------------------------------------------------------------------------------- /src/components/Avatar/Avatar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Avatar/Avatar.css -------------------------------------------------------------------------------- /src/components/Avatar/Avatar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Avatar/Avatar.md -------------------------------------------------------------------------------- /src/components/Avatar/Avatar.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Avatar/Avatar.test.tsx -------------------------------------------------------------------------------- /src/components/Avatar/Avatar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Avatar/Avatar.tsx -------------------------------------------------------------------------------- /src/components/Avatar/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Avatar/index.ts -------------------------------------------------------------------------------- /src/components/Avatar/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Avatar/types.ts -------------------------------------------------------------------------------- /src/components/Block/Block.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Block/Block.md -------------------------------------------------------------------------------- /src/components/Block/Block.styles.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Block/Block.styles.ts -------------------------------------------------------------------------------- /src/components/Block/Block.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Block/Block.test.tsx -------------------------------------------------------------------------------- /src/components/Block/Block.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Block/Block.tsx -------------------------------------------------------------------------------- /src/components/Block/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Block/index.ts -------------------------------------------------------------------------------- /src/components/Box/Box.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Box/Box.css -------------------------------------------------------------------------------- /src/components/Box/Box.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Box/Box.md -------------------------------------------------------------------------------- /src/components/Box/Box.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Box/Box.test.tsx -------------------------------------------------------------------------------- /src/components/Box/Box.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Box/Box.tsx -------------------------------------------------------------------------------- /src/components/Box/__snapshots__/Box.test.tsx.snap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Box/__snapshots__/Box.test.tsx.snap -------------------------------------------------------------------------------- /src/components/Box/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Box/index.ts -------------------------------------------------------------------------------- /src/components/Button/BistateButton.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Button/BistateButton.test.tsx -------------------------------------------------------------------------------- /src/components/Button/BistateButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Button/BistateButton.tsx -------------------------------------------------------------------------------- /src/components/Button/Button.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Button/Button.css -------------------------------------------------------------------------------- /src/components/Button/Button.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Button/Button.md -------------------------------------------------------------------------------- /src/components/Button/Button.styles.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Button/Button.styles.ts -------------------------------------------------------------------------------- /src/components/Button/Button.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Button/Button.test.tsx -------------------------------------------------------------------------------- /src/components/Button/Button.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Button/Button.tsx -------------------------------------------------------------------------------- /src/components/Button/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Button/index.ts -------------------------------------------------------------------------------- /src/components/Button/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Button/types.ts -------------------------------------------------------------------------------- /src/components/Callout/Callout.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Callout/Callout.css -------------------------------------------------------------------------------- /src/components/Callout/Callout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Callout/Callout.md -------------------------------------------------------------------------------- /src/components/Callout/Callout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Callout/Callout.tsx -------------------------------------------------------------------------------- /src/components/Callout/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Callout/index.ts -------------------------------------------------------------------------------- /src/components/Clickable/Clickable.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Clickable/Clickable.css -------------------------------------------------------------------------------- /src/components/Clickable/Clickable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Clickable/Clickable.md -------------------------------------------------------------------------------- /src/components/Clickable/Clickable.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Clickable/Clickable.test.tsx -------------------------------------------------------------------------------- /src/components/Clickable/Clickable.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Clickable/Clickable.tsx -------------------------------------------------------------------------------- /src/components/Clickable/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Clickable/index.ts -------------------------------------------------------------------------------- /src/components/Dropdown/Dropdown.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Dropdown/Dropdown.css -------------------------------------------------------------------------------- /src/components/Dropdown/Dropdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Dropdown/Dropdown.md -------------------------------------------------------------------------------- /src/components/Dropdown/Dropdown.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Dropdown/Dropdown.test.tsx -------------------------------------------------------------------------------- /src/components/Dropdown/Dropdown.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Dropdown/Dropdown.tsx -------------------------------------------------------------------------------- /src/components/Dropdown/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Dropdown/index.ts -------------------------------------------------------------------------------- /src/components/EditableText/EditableText.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/EditableText/EditableText.css -------------------------------------------------------------------------------- /src/components/EditableText/EditableText.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/EditableText/EditableText.md -------------------------------------------------------------------------------- /src/components/EditableText/EditableText.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/EditableText/EditableText.test.tsx -------------------------------------------------------------------------------- /src/components/EditableText/EditableText.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/EditableText/EditableText.tsx -------------------------------------------------------------------------------- /src/components/EditableText/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/EditableText/index.ts -------------------------------------------------------------------------------- /src/components/Fabric/Fabric.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Fabric/Fabric.md -------------------------------------------------------------------------------- /src/components/Fabric/Fabric.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Fabric/Fabric.test.tsx -------------------------------------------------------------------------------- /src/components/Fabric/Fabric.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Fabric/Fabric.ts -------------------------------------------------------------------------------- /src/components/Fabric/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Fabric/index.tsx -------------------------------------------------------------------------------- /src/components/FakeLink/FakeLink.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/FakeLink/FakeLink.css -------------------------------------------------------------------------------- /src/components/FakeLink/FakeLink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/FakeLink/FakeLink.md -------------------------------------------------------------------------------- /src/components/FakeLink/FakeLink.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/FakeLink/FakeLink.test.tsx -------------------------------------------------------------------------------- /src/components/FakeLink/FakeLink.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/FakeLink/FakeLink.tsx -------------------------------------------------------------------------------- /src/components/FakeLink/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/FakeLink/index.ts -------------------------------------------------------------------------------- /src/components/FixedGrid/FixedGrid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/FixedGrid/FixedGrid.css -------------------------------------------------------------------------------- /src/components/FixedGrid/FixedGridColumn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/FixedGrid/FixedGridColumn.md -------------------------------------------------------------------------------- /src/components/FixedGrid/FixedGridColumn.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/FixedGrid/FixedGridColumn.test.tsx -------------------------------------------------------------------------------- /src/components/FixedGrid/FixedGridColumn.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/FixedGrid/FixedGridColumn.tsx -------------------------------------------------------------------------------- /src/components/FixedGrid/FixedGridRow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/FixedGrid/FixedGridRow.md -------------------------------------------------------------------------------- /src/components/FixedGrid/FixedGridRow.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/FixedGrid/FixedGridRow.test.tsx -------------------------------------------------------------------------------- /src/components/FixedGrid/FixedGridRow.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/FixedGrid/FixedGridRow.tsx -------------------------------------------------------------------------------- /src/components/FixedGrid/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/FixedGrid/index.ts -------------------------------------------------------------------------------- /src/components/FixedGrid/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/FixedGrid/types.ts -------------------------------------------------------------------------------- /src/components/Heading/Heading.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Heading/Heading.css -------------------------------------------------------------------------------- /src/components/Heading/Heading.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Heading/Heading.md -------------------------------------------------------------------------------- /src/components/Heading/Heading.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Heading/Heading.test.tsx -------------------------------------------------------------------------------- /src/components/Heading/Heading.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Heading/Heading.tsx -------------------------------------------------------------------------------- /src/components/Heading/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Heading/index.ts -------------------------------------------------------------------------------- /src/components/Heading/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Heading/types.ts -------------------------------------------------------------------------------- /src/components/Hovercard/Hovercard.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Hovercard/Hovercard.css -------------------------------------------------------------------------------- /src/components/Hovercard/Hovercard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Hovercard/Hovercard.md -------------------------------------------------------------------------------- /src/components/Hovercard/Hovercard.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Hovercard/Hovercard.test.tsx -------------------------------------------------------------------------------- /src/components/Hovercard/Hovercard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Hovercard/Hovercard.tsx -------------------------------------------------------------------------------- /src/components/Hovercard/HovercardBody.md: -------------------------------------------------------------------------------- 1 | To be rendered only inside a `Hovercard` component. 2 | -------------------------------------------------------------------------------- /src/components/Hovercard/HovercardBody.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Hovercard/HovercardBody.test.tsx -------------------------------------------------------------------------------- /src/components/Hovercard/HovercardBody.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Hovercard/HovercardBody.tsx -------------------------------------------------------------------------------- /src/components/Hovercard/HovercardHeader.md: -------------------------------------------------------------------------------- 1 | To be rendered only inside a `Hovercard` component. 2 | -------------------------------------------------------------------------------- /src/components/Hovercard/HovercardHeader.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Hovercard/HovercardHeader.test.tsx -------------------------------------------------------------------------------- /src/components/Hovercard/HovercardHeader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Hovercard/HovercardHeader.tsx -------------------------------------------------------------------------------- /src/components/Hovercard/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Hovercard/index.ts -------------------------------------------------------------------------------- /src/components/Icon/BaseIcon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/BaseIcon.tsx -------------------------------------------------------------------------------- /src/components/Icon/Icon.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/Icon.css -------------------------------------------------------------------------------- /src/components/Icon/Icon.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/Icon.test.tsx -------------------------------------------------------------------------------- /src/components/Icon/docs/Icons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/docs/Icons.md -------------------------------------------------------------------------------- /src/components/Icon/docs/Icons.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/docs/Icons.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Accounts.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Accounts.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/ActivityFeed.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/ActivityFeed.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Add.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Add.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/AddFavorite.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/AddFavorite.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/AddFriend.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/AddFriend.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Asterisk.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Asterisk.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Attach.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Attach.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Back.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Back.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/BadgeAdmin.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/BadgeAdmin.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/BadgeFlexternal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/BadgeFlexternal.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/BadgeNew.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/BadgeNew.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/BarChart4.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/BarChart4.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/BarChartHorizontal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/BarChartHorizontal.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Blocked.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Blocked.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/BulletedList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/BulletedList.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Calendar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Calendar.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Camera.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Camera.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Cancel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Cancel.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/CannedChat.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/CannedChat.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/CellPhone.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/CellPhone.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/CheckMark.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/CheckMark.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/CheckMarkEmpty.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/CheckMarkEmpty.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Checkbox.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Checkbox.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/CheckboxComposite.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/CheckboxComposite.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/ChevronDownMed.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/ChevronDownMed.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/ChevronLeftMed.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/ChevronLeftMed.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/ChevronRightMed.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/ChevronRightMed.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/ChevronUpMed.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/ChevronUpMed.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/CircleCheck.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/CircleCheck.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/CircleFill.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/CircleFill.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/CircleRing.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/CircleRing.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Clock.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Clock.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Code.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Code.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Connectors.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Connectors.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Contact.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Contact.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Delete.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Delete.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/DietPlanNotebook.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/DietPlanNotebook.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Down.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Down.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Download.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Download.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/DynamicGroup.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/DynamicGroup.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/EMI.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/EMI.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Edit.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Edit.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/EditEvent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/EditEvent.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Embed.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Embed.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/EngineeringGroup.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/EngineeringGroup.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/FabricFolder.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/FabricFolder.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/FavoriteStar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/FavoriteStar.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/FavoriteStarFill.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/FavoriteStarFill.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/FavoriteStartRemove.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/FavoriteStartRemove.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/FileBug.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/FileBug.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Filter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Filter.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Flag.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Flag.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Forward.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Forward.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/ForwardAlt.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/ForwardAlt.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/GIF.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/GIF.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Globe.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Globe.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Group.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Group.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Hashtag.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Hashtag.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Home.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Home.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Info.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Info.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Like.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Like.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/LikeSolid.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/LikeSolid.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Link.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Link.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/LiveEvent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/LiveEvent.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/LocationDot.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/LocationDot.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Lock.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Lock.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Mail.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Mail.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Megaphone.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Megaphone.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/More.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/More.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/MoreVertical.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/MoreVertical.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/NumberedList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/NumberedList.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/OneDrive.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/OneDrive.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/OneNoteLogoInverse.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/OneNoteLogoInverse.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/People.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/People.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Phone.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Phone.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Pinned.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Pinned.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/PlannerLogo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/PlannerLogo.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Play.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Play.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Puzzle.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Puzzle.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/QuestionMessage.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/QuestionMessage.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Refresh.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Refresh.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Remove.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Remove.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/RemoveEvent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/RemoveEvent.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/RemoveLink.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/RemoveLink.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Reply.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Reply.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Ringer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Ringer.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/ScaleUp.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/ScaleUp.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/ScrollUpDown.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/ScrollUpDown.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Search.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Search.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/SemiBoldWeight.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/SemiBoldWeight.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Send.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Send.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Settings.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Settings.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Share.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Share.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/SharePointLogoInverse.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/SharePointLogoInverse.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Shield.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Shield.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/SignOut.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/SignOut.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/SingleBookmark.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/SingleBookmark.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/SkypeCircleCheck.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/SkypeCircleCheck.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/SkypeCircleClock.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/SkypeCircleClock.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/SkypeCircleMinus.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/SkypeCircleMinus.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/SkypeForBusinessLogo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/SkypeForBusinessLogo.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/SortDown.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/SortDown.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/SortUp.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/SortUp.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Spam.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Spam.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Strikethrough.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Strikethrough.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Tag.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Tag.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Trophy2.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Trophy2.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Underline.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Underline.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Undo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Undo.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Unknown.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Unknown.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Up.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Up.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Upload.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Upload.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/UserFollowed.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/UserFollowed.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/UserRemove.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/UserRemove.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Video.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Video.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/View.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/View.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Warning.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Warning.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Work.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Work.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/World.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/World.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/Yammer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/Yammer.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/ZoomIn.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/ZoomIn.tsx -------------------------------------------------------------------------------- /src/components/Icon/icons/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/icons/index.ts -------------------------------------------------------------------------------- /src/components/Icon/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/index.ts -------------------------------------------------------------------------------- /src/components/Icon/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Icon/types.ts -------------------------------------------------------------------------------- /src/components/Illustration/BaseIllustration.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Illustration/BaseIllustration.tsx -------------------------------------------------------------------------------- /src/components/Illustration/Illustration.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Illustration/Illustration.css -------------------------------------------------------------------------------- /src/components/Illustration/Illustration.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Illustration/Illustration.test.tsx -------------------------------------------------------------------------------- /src/components/Illustration/docs/Illustrations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Illustration/docs/Illustrations.md -------------------------------------------------------------------------------- /src/components/Illustration/docs/Illustrations.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Illustration/docs/Illustrations.tsx -------------------------------------------------------------------------------- /src/components/Illustration/illustrations/Csv16.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Illustration/illustrations/Csv16.tsx -------------------------------------------------------------------------------- /src/components/Illustration/illustrations/Csv20.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Illustration/illustrations/Csv20.tsx -------------------------------------------------------------------------------- /src/components/Illustration/illustrations/Csv32.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Illustration/illustrations/Csv32.tsx -------------------------------------------------------------------------------- /src/components/Illustration/illustrations/Csv40.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Illustration/illustrations/Csv40.tsx -------------------------------------------------------------------------------- /src/components/Illustration/illustrations/Csv48.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Illustration/illustrations/Csv48.tsx -------------------------------------------------------------------------------- /src/components/Illustration/illustrations/Csv72.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Illustration/illustrations/Csv72.tsx -------------------------------------------------------------------------------- /src/components/Illustration/illustrations/Exe16.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Illustration/illustrations/Exe16.tsx -------------------------------------------------------------------------------- /src/components/Illustration/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Illustration/index.ts -------------------------------------------------------------------------------- /src/components/Image/Image.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Image/Image.css -------------------------------------------------------------------------------- /src/components/Image/Image.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Image/Image.md -------------------------------------------------------------------------------- /src/components/Image/Image.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Image/Image.test.tsx -------------------------------------------------------------------------------- /src/components/Image/Image.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Image/Image.tsx -------------------------------------------------------------------------------- /src/components/Image/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Image/index.ts -------------------------------------------------------------------------------- /src/components/Image/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Image/types.ts -------------------------------------------------------------------------------- /src/components/LayoutList/LayoutList.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/LayoutList/LayoutList.css -------------------------------------------------------------------------------- /src/components/LayoutList/LayoutList.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/LayoutList/LayoutList.md -------------------------------------------------------------------------------- /src/components/LayoutList/LayoutList.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/LayoutList/LayoutList.test.tsx -------------------------------------------------------------------------------- /src/components/LayoutList/LayoutList.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/LayoutList/LayoutList.tsx -------------------------------------------------------------------------------- /src/components/LayoutList/LayoutListItem.md: -------------------------------------------------------------------------------- 1 | ​ 2 | -------------------------------------------------------------------------------- /src/components/LayoutList/LayoutListItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/LayoutList/LayoutListItem.tsx -------------------------------------------------------------------------------- /src/components/LayoutList/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/LayoutList/index.ts -------------------------------------------------------------------------------- /src/components/List/List.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/List/List.css -------------------------------------------------------------------------------- /src/components/List/List.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/List/List.md -------------------------------------------------------------------------------- /src/components/List/List.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/List/List.test.tsx -------------------------------------------------------------------------------- /src/components/List/List.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/List/List.tsx -------------------------------------------------------------------------------- /src/components/List/ListItem.md: -------------------------------------------------------------------------------- 1 | ​ 2 | -------------------------------------------------------------------------------- /src/components/List/ListItem.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/List/ListItem.test.tsx -------------------------------------------------------------------------------- /src/components/List/ListItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/List/ListItem.tsx -------------------------------------------------------------------------------- /src/components/List/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/List/index.ts -------------------------------------------------------------------------------- /src/components/MediaObject/MediaObject.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/MediaObject/MediaObject.css -------------------------------------------------------------------------------- /src/components/MediaObject/MediaObject.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/MediaObject/MediaObject.md -------------------------------------------------------------------------------- /src/components/MediaObject/MediaObject.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/MediaObject/MediaObject.test.tsx -------------------------------------------------------------------------------- /src/components/MediaObject/MediaObject.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/MediaObject/MediaObject.tsx -------------------------------------------------------------------------------- /src/components/MediaObject/MediaObjectExtra.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/MediaObject/MediaObjectExtra.tsx -------------------------------------------------------------------------------- /src/components/MediaObject/MediaObjectTitle.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/MediaObject/MediaObjectTitle.tsx -------------------------------------------------------------------------------- /src/components/MediaObject/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/MediaObject/index.ts -------------------------------------------------------------------------------- /src/components/MediaObject/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/MediaObject/types.ts -------------------------------------------------------------------------------- /src/components/MenuButton/MenuButton.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/MenuButton/MenuButton.css -------------------------------------------------------------------------------- /src/components/MenuButton/MenuButton.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/MenuButton/MenuButton.md -------------------------------------------------------------------------------- /src/components/MenuButton/MenuButton.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/MenuButton/MenuButton.test.tsx -------------------------------------------------------------------------------- /src/components/MenuButton/MenuButton.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/MenuButton/MenuButton.tsx -------------------------------------------------------------------------------- /src/components/MenuButton/MenuButtonItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/MenuButton/MenuButtonItem.tsx -------------------------------------------------------------------------------- /src/components/MenuButton/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/MenuButton/index.ts -------------------------------------------------------------------------------- /src/components/MenuButton/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/MenuButton/types.ts -------------------------------------------------------------------------------- /src/components/MessageBar/MessageBar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/MessageBar/MessageBar.css -------------------------------------------------------------------------------- /src/components/MessageBar/MessageBar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/MessageBar/MessageBar.md -------------------------------------------------------------------------------- /src/components/MessageBar/MessageBar.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/MessageBar/MessageBar.test.tsx -------------------------------------------------------------------------------- /src/components/MessageBar/MessageBar.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/MessageBar/MessageBar.tsx -------------------------------------------------------------------------------- /src/components/MessageBar/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/MessageBar/index.ts -------------------------------------------------------------------------------- /src/components/MessageBar/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/MessageBar/types.ts -------------------------------------------------------------------------------- /src/components/NavigationLink/NavigationLink.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/NavigationLink/NavigationLink.css -------------------------------------------------------------------------------- /src/components/NavigationLink/NavigationLink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/NavigationLink/NavigationLink.md -------------------------------------------------------------------------------- /src/components/NavigationLink/NavigationLink.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/NavigationLink/NavigationLink.tsx -------------------------------------------------------------------------------- /src/components/NavigationLink/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/NavigationLink/index.ts -------------------------------------------------------------------------------- /src/components/PreviewCard/PreviewCard.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/PreviewCard/PreviewCard.css -------------------------------------------------------------------------------- /src/components/PreviewCard/PreviewCard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/PreviewCard/PreviewCard.md -------------------------------------------------------------------------------- /src/components/PreviewCard/PreviewCard.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/PreviewCard/PreviewCard.test.tsx -------------------------------------------------------------------------------- /src/components/PreviewCard/PreviewCard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/PreviewCard/PreviewCard.tsx -------------------------------------------------------------------------------- /src/components/PreviewCard/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/PreviewCard/index.ts -------------------------------------------------------------------------------- /src/components/ProgressIndicator/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/ProgressIndicator/index.ts -------------------------------------------------------------------------------- /src/components/README.md: -------------------------------------------------------------------------------- 1 | ​ 2 | -------------------------------------------------------------------------------- /src/components/ScreenreaderText/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/ScreenreaderText/index.ts -------------------------------------------------------------------------------- /src/components/Spinner/Spinner.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Spinner/Spinner.css -------------------------------------------------------------------------------- /src/components/Spinner/Spinner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Spinner/Spinner.md -------------------------------------------------------------------------------- /src/components/Spinner/Spinner.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Spinner/Spinner.test.tsx -------------------------------------------------------------------------------- /src/components/Spinner/Spinner.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Spinner/Spinner.tsx -------------------------------------------------------------------------------- /src/components/Spinner/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Spinner/index.ts -------------------------------------------------------------------------------- /src/components/Spinner/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Spinner/types.ts -------------------------------------------------------------------------------- /src/components/SuggestionsList/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/SuggestionsList/index.ts -------------------------------------------------------------------------------- /src/components/Text/Text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Text/Text.md -------------------------------------------------------------------------------- /src/components/Text/Text.styles.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Text/Text.styles.ts -------------------------------------------------------------------------------- /src/components/Text/Text.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Text/Text.test.tsx -------------------------------------------------------------------------------- /src/components/Text/Text.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Text/Text.tsx -------------------------------------------------------------------------------- /src/components/Text/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Text/index.ts -------------------------------------------------------------------------------- /src/components/Text/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Text/types.ts -------------------------------------------------------------------------------- /src/components/TextArea/TextArea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/TextArea/TextArea.md -------------------------------------------------------------------------------- /src/components/TextArea/TextArea.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/TextArea/TextArea.test.tsx -------------------------------------------------------------------------------- /src/components/TextArea/TextArea.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/TextArea/TextArea.tsx -------------------------------------------------------------------------------- /src/components/TextArea/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/TextArea/index.ts -------------------------------------------------------------------------------- /src/components/TextField/TextField.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/TextField/TextField.md -------------------------------------------------------------------------------- /src/components/TextField/TextField.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/TextField/TextField.test.tsx -------------------------------------------------------------------------------- /src/components/TextField/TextField.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/TextField/TextField.tsx -------------------------------------------------------------------------------- /src/components/TextField/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/TextField/index.ts -------------------------------------------------------------------------------- /src/components/Tooltip/Tooltip.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Tooltip/Tooltip.css -------------------------------------------------------------------------------- /src/components/Tooltip/Tooltip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Tooltip/Tooltip.md -------------------------------------------------------------------------------- /src/components/Tooltip/Tooltip.styles.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Tooltip/Tooltip.styles.ts -------------------------------------------------------------------------------- /src/components/Tooltip/Tooltip.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Tooltip/Tooltip.test.tsx -------------------------------------------------------------------------------- /src/components/Tooltip/Tooltip.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Tooltip/Tooltip.tsx -------------------------------------------------------------------------------- /src/components/Tooltip/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/Tooltip/index.ts -------------------------------------------------------------------------------- /src/components/UserPicker/UserPicker.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/UserPicker/UserPicker.css -------------------------------------------------------------------------------- /src/components/UserPicker/UserPicker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/UserPicker/UserPicker.md -------------------------------------------------------------------------------- /src/components/UserPicker/UserPicker.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/UserPicker/UserPicker.test.tsx -------------------------------------------------------------------------------- /src/components/UserPicker/UserPicker.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/UserPicker/UserPicker.tsx -------------------------------------------------------------------------------- /src/components/UserPicker/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/UserPicker/index.ts -------------------------------------------------------------------------------- /src/components/VisibilityObserver/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/VisibilityObserver/index.ts -------------------------------------------------------------------------------- /src/components/internal/TextField/TextField.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/internal/TextField/TextField.css -------------------------------------------------------------------------------- /src/components/internal/TextField/TextField.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/components/internal/TextField/TextField.tsx -------------------------------------------------------------------------------- /src/css/base.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/css/base.css -------------------------------------------------------------------------------- /src/css/font-face.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/css/font-face.css -------------------------------------------------------------------------------- /src/css/high-contrast.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/css/high-contrast.css -------------------------------------------------------------------------------- /src/css/index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/css/index.css -------------------------------------------------------------------------------- /src/css/reset.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/css/reset.css -------------------------------------------------------------------------------- /src/css/variables/_yammer_palette.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/css/variables/_yammer_palette.css -------------------------------------------------------------------------------- /src/css/variables/borders.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/css/variables/borders.css -------------------------------------------------------------------------------- /src/css/variables/colors.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/css/variables/colors.css -------------------------------------------------------------------------------- /src/css/variables/fonts.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/css/variables/fonts.css -------------------------------------------------------------------------------- /src/css/variables/gutters.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/css/variables/gutters.css -------------------------------------------------------------------------------- /src/css/variables/links.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/css/variables/links.css -------------------------------------------------------------------------------- /src/demos/ExampleWrapper/ExampleWrapper.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/demos/ExampleWrapper/ExampleWrapper.tsx -------------------------------------------------------------------------------- /src/demos/ExampleWrapper/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/demos/ExampleWrapper/index.ts -------------------------------------------------------------------------------- /src/demos/FileHovercard/FileHovercard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/demos/FileHovercard/FileHovercard.md -------------------------------------------------------------------------------- /src/demos/FileHovercard/FileHovercard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/demos/FileHovercard/FileHovercard.tsx -------------------------------------------------------------------------------- /src/demos/GroupHovercard/GroupHovercard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/demos/GroupHovercard/GroupHovercard.md -------------------------------------------------------------------------------- /src/demos/GroupHovercard/GroupHovercard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/demos/GroupHovercard/GroupHovercard.tsx -------------------------------------------------------------------------------- /src/demos/MessageReply/MessageReply.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/demos/MessageReply/MessageReply.md -------------------------------------------------------------------------------- /src/demos/MessageReply/MessageReply.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/demos/MessageReply/MessageReply.tsx -------------------------------------------------------------------------------- /src/demos/README.md: -------------------------------------------------------------------------------- 1 | ​ 2 | -------------------------------------------------------------------------------- /src/demos/SidebarWidget/SidebarWidget.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/demos/SidebarWidget/SidebarWidget.md -------------------------------------------------------------------------------- /src/demos/SidebarWidget/SidebarWidget.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/demos/SidebarWidget/SidebarWidget.tsx -------------------------------------------------------------------------------- /src/demos/UserHovercard/UserHovercard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/demos/UserHovercard/UserHovercard.md -------------------------------------------------------------------------------- /src/demos/UserHovercard/UserHovercard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/demos/UserHovercard/UserHovercard.tsx -------------------------------------------------------------------------------- /src/util/BaseComponent/props.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/util/BaseComponent/props.ts -------------------------------------------------------------------------------- /src/util/DebouncedOnChange/index.test.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/util/DebouncedOnChange/index.test.tsx -------------------------------------------------------------------------------- /src/util/DebouncedOnChange/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/util/DebouncedOnChange/index.tsx -------------------------------------------------------------------------------- /src/util/Focusable.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/util/Focusable.ts -------------------------------------------------------------------------------- /src/util/accessibility/keyboardNavigation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/util/accessibility/keyboardNavigation.ts -------------------------------------------------------------------------------- /src/util/classNames.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/util/classNames.test.ts -------------------------------------------------------------------------------- /src/util/classNames.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/util/classNames.ts -------------------------------------------------------------------------------- /src/util/colors.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/util/colors.ts -------------------------------------------------------------------------------- /src/util/fabric/theme.test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/util/fabric/theme.test.ts -------------------------------------------------------------------------------- /src/util/fabric/theme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/util/fabric/theme.ts -------------------------------------------------------------------------------- /src/util/keyCodes.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/util/keyCodes.ts -------------------------------------------------------------------------------- /src/util/styles/borders.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/util/styles/borders.ts -------------------------------------------------------------------------------- /src/util/styles/fonts.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/util/styles/fonts.ts -------------------------------------------------------------------------------- /src/util/styles/gutters.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/util/styles/gutters.ts -------------------------------------------------------------------------------- /src/util/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/util/types.ts -------------------------------------------------------------------------------- /src/yamui.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/src/yamui.ts -------------------------------------------------------------------------------- /tsconfig.commonjs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/tsconfig.commonjs.json -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/tsconfig.json -------------------------------------------------------------------------------- /tslint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/tslint.json -------------------------------------------------------------------------------- /yamui-docker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/microsoft/YamUI/HEAD/yamui-docker --------------------------------------------------------------------------------