diff --git a/CHANGELOG.md b/CHANGELOG.md index 13df0d06c..ba5f7a8da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased](https://github.com/Orange-OpenSource/ouds-ios-design-system-toolbox/compare/0.17.0...develop) +### Added + +- [Library] Tag component (Orange-OpenSource/ouds-ios#408) + ### Changed - [Library] Chip version 1.3.0 (tokens library v1.5.0) (Orange-OpenSource/ouds-ios#906) diff --git a/DesignToolbox/DesignToolbox.xcodeproj/project.pbxproj b/DesignToolbox/DesignToolbox.xcodeproj/project.pbxproj index 496ad643f..be0663967 100644 --- a/DesignToolbox/DesignToolbox.xcodeproj/project.pbxproj +++ b/DesignToolbox/DesignToolbox.xcodeproj/project.pbxproj @@ -96,6 +96,13 @@ 078C4C372E01558B00598F75 /* ControlItemConfigurationViews.swift in Sources */ = {isa = PBXBuildFile; fileRef = 078C4C362E01558B00598F75 /* ControlItemConfigurationViews.swift */; }; 078C4C382E01558B00598F75 /* ControlItemConfigurationViews.swift in Sources */ = {isa = PBXBuildFile; fileRef = 078C4C362E01558B00598F75 /* ControlItemConfigurationViews.swift */; }; 0794FCDB2D9155D900A9373A /* UIUserInterfaceStyle+extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0794FCDA2D9155D900A9373A /* UIUserInterfaceStyle+extension.swift */; }; + 079B4A132E49BFA20039FC26 /* TagUITestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 079B4A122E49BFA20039FC26 /* TagUITestCase.swift */; }; + 079B4A142E49C3BC0039FC26 /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 5122E0272D65D18E00CD2857 /* Localizable.xcstrings */; }; + 079B4A162E49C6EB0039FC26 /* SoshTheme+TagUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 079B4A152E49C6EB0039FC26 /* SoshTheme+TagUITests.swift */; }; + 079B4A182E49C7790039FC26 /* OrangeTheme+TagUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 079B4A172E49C7790039FC26 /* OrangeTheme+TagUITests.swift */; }; + 079B4A1A2E49C78F0039FC26 /* OrangeBusinessToolsTheme+TagUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 079B4A192E49C78F0039FC26 /* OrangeBusinessToolsTheme+TagUITests.swift */; }; + 079B4A202E49C8390039FC26 /* OrangeInverseTheme+TagUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 079B4A1F2E49C8390039FC26 /* OrangeInverseTheme+TagUITests.swift */; }; + 079B4A222E49C8740039FC26 /* WireframeTheme+TagUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 079B4A212E49C8740039FC26 /* WireframeTheme+TagUITests.swift */; }; 07AB45872D4D08080001D237 /* DesignToolboxChoicePicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07AB45862D4D08080001D237 /* DesignToolboxChoicePicker.swift */; }; 07AB45882D4D08080001D237 /* DesignToolboxChoicePicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07AB45862D4D08080001D237 /* DesignToolboxChoicePicker.swift */; }; 07AB458A2D50CB9B0001D237 /* DesignToolboxTextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07AB45892D50CB9B0001D237 /* DesignToolboxTextField.swift */; }; @@ -160,6 +167,12 @@ 07F75A3F2CC653CD0004F1AD /* NameSpace+ColumnGap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07F75A3E2CC653CD0004F1AD /* NameSpace+ColumnGap.swift */; }; 07F75A412CC653EB0004F1AD /* NameSpace+RowGap.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07F75A402CC653EB0004F1AD /* NameSpace+RowGap.swift */; }; 07F75A432CC654050004F1AD /* NameSpace+PaddingStack.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07F75A422CC654050004F1AD /* NameSpace+PaddingStack.swift */; }; + 07FB2A302E454D7900361ECA /* TagPage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07FB2A2F2E454D7900361ECA /* TagPage.swift */; }; + 07FB2A312E454D7900361ECA /* TagElement.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07FB2A2E2E454D7900361ECA /* TagElement.swift */; }; + 07FB2A322E454D7900361ECA /* TagConfigurationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07FB2A2D2E454D7900361ECA /* TagConfigurationView.swift */; }; + 07FB2A332E454D7900361ECA /* TagPage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07FB2A2F2E454D7900361ECA /* TagPage.swift */; }; + 07FB2A342E454D7900361ECA /* TagElement.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07FB2A2E2E454D7900361ECA /* TagElement.swift */; }; + 07FB2A352E454D7900361ECA /* TagConfigurationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07FB2A2D2E454D7900361ECA /* TagConfigurationView.swift */; }; 51087A7B2C46DF9F00160CCF /* Bundle+extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51087A7A2C46DF9F00160CCF /* Bundle+extension.swift */; }; 510A9CD02C5679A300430620 /* OUDSComponents in Frameworks */ = {isa = PBXBuildFile; productRef = 510A9CCF2C5679A300430620 /* OUDSComponents */; }; 510AF27A2D64DA72002A2731 /* XCTestCase+Snapshot.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074008222C942810006B8729 /* XCTestCase+Snapshot.swift */; }; @@ -522,6 +535,12 @@ 0786A9E12E0AAB6600976098 /* OUDSCheckboxIndicatorState+extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OUDSCheckboxIndicatorState+extension.swift"; sourceTree = ""; }; 078C4C362E01558B00598F75 /* ControlItemConfigurationViews.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ControlItemConfigurationViews.swift; sourceTree = ""; }; 0794FCDA2D9155D900A9373A /* UIUserInterfaceStyle+extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIUserInterfaceStyle+extension.swift"; sourceTree = ""; }; + 079B4A122E49BFA20039FC26 /* TagUITestCase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TagUITestCase.swift; sourceTree = ""; }; + 079B4A152E49C6EB0039FC26 /* SoshTheme+TagUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "SoshTheme+TagUITests.swift"; sourceTree = ""; }; + 079B4A172E49C7790039FC26 /* OrangeTheme+TagUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeTheme+TagUITests.swift"; sourceTree = ""; }; + 079B4A192E49C78F0039FC26 /* OrangeBusinessToolsTheme+TagUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeBusinessToolsTheme+TagUITests.swift"; sourceTree = ""; }; + 079B4A1F2E49C8390039FC26 /* OrangeInverseTheme+TagUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "OrangeInverseTheme+TagUITests.swift"; sourceTree = ""; }; + 079B4A212E49C8740039FC26 /* WireframeTheme+TagUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "WireframeTheme+TagUITests.swift"; sourceTree = ""; }; 07AB45862D4D08080001D237 /* DesignToolboxChoicePicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DesignToolboxChoicePicker.swift; sourceTree = ""; }; 07AB45892D50CB9B0001D237 /* DesignToolboxTextField.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DesignToolboxTextField.swift; sourceTree = ""; }; 07B3CCAE2D40E34700DBB10A /* LinkConfiguration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LinkConfiguration.swift; sourceTree = ""; }; @@ -564,6 +583,9 @@ 07F75A3E2CC653CD0004F1AD /* NameSpace+ColumnGap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NameSpace+ColumnGap.swift"; sourceTree = ""; }; 07F75A402CC653EB0004F1AD /* NameSpace+RowGap.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NameSpace+RowGap.swift"; sourceTree = ""; }; 07F75A422CC654050004F1AD /* NameSpace+PaddingStack.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NameSpace+PaddingStack.swift"; sourceTree = ""; }; + 07FB2A2D2E454D7900361ECA /* TagConfigurationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TagConfigurationView.swift; sourceTree = ""; }; + 07FB2A2E2E454D7900361ECA /* TagElement.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TagElement.swift; sourceTree = ""; }; + 07FB2A2F2E454D7900361ECA /* TagPage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TagPage.swift; sourceTree = ""; }; 07FDCD912C296A500009AA13 /* Design System Toolbox.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Design System Toolbox.app"; sourceTree = BUILT_PRODUCTS_DIR; }; 07FDCDA52C296B4B0009AA13 /* .gitattributes */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = .gitattributes; path = ../.gitattributes; sourceTree = ""; }; 07FDCDA72C296B7A0009AA13 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = ""; }; @@ -1167,6 +1189,16 @@ path = NamedSpace; sourceTree = ""; }; + 07FB2A2C2E454D4E00361ECA /* Tag */ = { + isa = PBXGroup; + children = ( + 07FB2A2D2E454D7900361ECA /* TagConfigurationView.swift */, + 07FB2A2E2E454D7900361ECA /* TagElement.swift */, + 07FB2A2F2E454D7900361ECA /* TagPage.swift */, + ); + path = Tag; + sourceTree = ""; + }; 07FDCD882C296A500009AA13 = { isa = PBXGroup; children = ( @@ -1269,6 +1301,7 @@ 518EC0A62E1FF2C000FC77E4 /* LinkUITestsTestCase.swift */, 518EC0A72E1FF2C000FC77E4 /* RadioButtonUITestsTestCase.swift */, 518EC0AF2E1FF2E800FC77E4 /* SwitchUITestsTestCase.swift */, + 079B4A122E49BFA20039FC26 /* TagUITestCase.swift */, ); path = "Test Cases"; sourceTree = ""; @@ -1434,6 +1467,7 @@ 51A217462E325E6C00562BE0 /* OrangeInverseTheme+LinkUITests.swift */, 51A217472E325E6C00562BE0 /* OrangeInverseTheme+RadioButtonUITests.swift */, 51A217482E325E6C00562BE0 /* OrangeInverseTheme+SwitchUITests.swift */, + 079B4A1F2E49C8390039FC26 /* OrangeInverseTheme+TagUITests.swift */, ); path = OrangeInverseTheme; sourceTree = ""; @@ -1449,6 +1483,7 @@ 51A217592E325ED500562BE0 /* OrangeBusinessToolsTheme+LinkUITests.swift */, 51A2175A2E325ED500562BE0 /* OrangeBusinessToolsTheme+RadioButtonUITests.swift */, 51A2175B2E325ED500562BE0 /* OrangeBusinessToolsTheme+SwitchUITests.swift */, + 079B4A192E49C78F0039FC26 /* OrangeBusinessToolsTheme+TagUITests.swift */, ); path = OrangeBusinessToolsTheme; sourceTree = ""; @@ -1464,6 +1499,7 @@ 51A2176A2E325F7F00562BE0 /* WireframeTheme+LinkUITests.swift */, 51A2176B2E325F7F00562BE0 /* WireframeTheme+RadioButtonUITests.swift */, 51A2176C2E325F7F00562BE0 /* WireframeTheme+SwitchUITests.swift */, + 079B4A212E49C8740039FC26 /* WireframeTheme+TagUITests.swift */, ); path = WireframeTheme; sourceTree = ""; @@ -1521,6 +1557,7 @@ 518EC0722E1FF23800FC77E4 /* OrangeTheme+LinkUITests.swift */, 518EC0732E1FF23800FC77E4 /* OrangeTheme+RadioButtonUITests.swift */, 518EC0742E1FF23800FC77E4 /* OrangeTheme+SwitchUITests.swift */, + 079B4A172E49C7790039FC26 /* OrangeTheme+TagUITests.swift */, ); path = OrangeTheme; sourceTree = ""; @@ -1536,6 +1573,7 @@ 518EC0982E1FF28300FC77E4 /* SoshTheme+LinkUITests.swift */, 518EC0992E1FF28300FC77E4 /* SoshTheme+RadioButtonUITests.swift */, 518EC09A2E1FF28300FC77E4 /* SoshTheme+SwitchUITests.swift */, + 079B4A152E49C6EB0039FC26 /* SoshTheme+TagUITests.swift */, ); path = SoshTheme; sourceTree = ""; @@ -1562,6 +1600,7 @@ 07B3CCAD2D40E14C00DBB10A /* Link */, 0745C1852D7A0351006B3A1F /* Radio */, 07CC9AEB2DB0F7DD001BC929 /* Switch */, + 07FB2A2C2E454D4E00361ECA /* Tag */, 07F0AFE62CFE055300D334DD /* Utils */, 07F0AFDD2CFDD1FD00D334DD /* ComponentsPage.swift */, ); @@ -1944,6 +1983,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 079B4A142E49C3BC0039FC26 /* Localizable.xcstrings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -2072,9 +2112,11 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 079B4A222E49C8740039FC26 /* WireframeTheme+TagUITests.swift in Sources */, 51FD65222E0D8DB20084B982 /* A11YIdentifiers.swift in Sources */, 518EC0752E1FF23800FC77E4 /* OrangeTheme+ButtonUITests.swift in Sources */, 518EC0762E1FF23800FC77E4 /* OrangeTheme+RadioButtonUITests.swift in Sources */, + 079B4A202E49C8390039FC26 /* OrangeInverseTheme+TagUITests.swift in Sources */, 518EC09B2E1FF28300FC77E4 /* SoshTheme+DividerUITests.swift in Sources */, 51A217502E325E6C00562BE0 /* OrangeInverseTheme+BadgeUITests.swift in Sources */, 518EC09C2E1FF28300FC77E4 /* SoshTheme+LinkUITests.swift in Sources */, @@ -2130,6 +2172,7 @@ 51952AA12D3FA32E0068B807 /* ElevationTokenElement.swift in Sources */, 51952AA22D3FA32E0068B807 /* GridTokenElement.swift in Sources */, 0794FCDB2D9155D900A9373A /* UIUserInterfaceStyle+extension.swift in Sources */, + 079B4A1A2E49C78F0039FC26 /* OrangeBusinessToolsTheme+TagUITests.swift in Sources */, 51952AA32D3FA32E0068B807 /* GrisTokenPage.swift in Sources */, 515EE9A42E2133F200A60E96 /* SoshTheme+ChipsUITests.swift in Sources */, 51952AA42D3FA32E0068B807 /* TokensPage.swift in Sources */, @@ -2141,6 +2184,7 @@ 6D43136D2CEF400D004E6886 /* DesignToolboxCode.swift in Sources */, 07CC9ADE2DB0F66E001BC929 /* RadioItemElement.swift in Sources */, 51B8D5A22DA7F5DF00A28BAC /* NamedColorMode.swift in Sources */, + 079B4A182E49C7790039FC26 /* OrangeTheme+TagUITests.swift in Sources */, 6DED17F12CD2641800584BC9 /* OpacityTokenElement.swift in Sources */, 07EB47032E1801D000B94EC2 /* BadgePage.swift in Sources */, 07EB47042E1801D000B94EC2 /* BadgeElement.swift in Sources */, @@ -2235,12 +2279,16 @@ 0786A9E72E0AAB6600976098 /* OUDSCheckboxIndicatorState+extension.swift in Sources */, 51417C252E1BF661000266C8 /* TokensBorderUITestsTestCase.swift in Sources */, 07B3CCB52D40F37000DBB10A /* DesignToolboxColoredSurfaceModifier.swift in Sources */, + 07FB2A332E454D7900361ECA /* TagPage.swift in Sources */, + 07FB2A342E454D7900361ECA /* TagElement.swift in Sources */, + 07FB2A352E454D7900361ECA /* TagConfigurationView.swift in Sources */, 6D17A2332CCBF12B00C00512 /* NamedColor+Decorative.swift in Sources */, 51952A862D3FA1DB0068B807 /* OrangeTheme+TokensSpaceUITests.swift in Sources */, 515EE9852E21329B00A60E96 /* ChipLayout.swift in Sources */, 515EE9862E21329B00A60E96 /* FilterChipConfigurationView.swift in Sources */, 515EE9872E21329B00A60E96 /* FilterChipElement.swift in Sources */, 515EE9882E21329B00A60E96 /* FilterChipPage.swift in Sources */, + 079B4A162E49C6EB0039FC26 /* SoshTheme+TagUITests.swift in Sources */, 515EE9892E21329B00A60E96 /* ChipPickerConfigurationView.swift in Sources */, 515EE98A2E21329B00A60E96 /* ChipPickerElement.swift in Sources */, 515EE98B2E21329B00A60E96 /* ChipPickerPage.swift in Sources */, @@ -2270,6 +2318,7 @@ 51ABCD282E183226006CD6C0 /* SoshTheme+TokensFontUITests.swift in Sources */, 5180FE712DBBC2FA0062E489 /* CheckboxPickerPage.swift in Sources */, 5180FE722DBBC2FA0062E489 /* CheckboxPickerConfiguration.swift in Sources */, + 079B4A132E49BFA20039FC26 /* TagUITestCase.swift in Sources */, 51ABCD2C2E183226006CD6C0 /* SoshTheme+TokensElevationUITests.swift in Sources */, 5180FE732DBBC2FA0062E489 /* CheckboxPickerElement.swift in Sources */, 51A217512E325E6C00562BE0 /* OrangeInverseTheme+ChipsUITests.swift in Sources */, @@ -2317,6 +2366,9 @@ 515EE9912E21329B00A60E96 /* FilterChipConfigurationView.swift in Sources */, 515EE9922E21329B00A60E96 /* FilterChipElement.swift in Sources */, 515EE9932E21329B00A60E96 /* FilterChipPage.swift in Sources */, + 07FB2A302E454D7900361ECA /* TagPage.swift in Sources */, + 07FB2A312E454D7900361ECA /* TagElement.swift in Sources */, + 07FB2A322E454D7900361ECA /* TagConfigurationView.swift in Sources */, 515EE9942E21329B00A60E96 /* ChipPickerConfigurationView.swift in Sources */, 515EE9952E21329B00A60E96 /* ChipPickerElement.swift in Sources */, 515EE9962E21329B00A60E96 /* ChipPickerPage.swift in Sources */, diff --git a/DesignToolbox/DesignToolbox.xcworkspace/xcshareddata/swiftpm/Package.resolved b/DesignToolbox/DesignToolbox.xcworkspace/xcshareddata/swiftpm/Package.resolved index b28aae5ab..d6533168c 100644 --- a/DesignToolbox/DesignToolbox.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/DesignToolbox/DesignToolbox.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -16,7 +16,7 @@ "location" : "https://github.com/Orange-OpenSource/ouds-ios", "state" : { "branch" : "develop", - "revision" : "25e427a85345091d62401ee5e9ca5726027b5552" + "revision" : "7b93fe806d4f84af7aff1dc0e2dce53be79f6daa" } }, { diff --git a/DesignToolbox/DesignToolbox/Pages/Components/Badge/BadgeConfigurationView.swift b/DesignToolbox/DesignToolbox/Pages/Components/Badge/BadgeConfigurationView.swift index 37cf7dd19..aca09c52d 100644 --- a/DesignToolbox/DesignToolbox/Pages/Components/Badge/BadgeConfigurationView.swift +++ b/DesignToolbox/DesignToolbox/Pages/Components/Badge/BadgeConfigurationView.swift @@ -108,7 +108,7 @@ struct BadgeConfigurationView: View { } } - DesignToolboxChoicePicker(title: "app_components_badge_size_label", + DesignToolboxChoicePicker(title: "app_components_common_size_label", selection: $configurationModel.size, style: .segmented) { @@ -117,7 +117,7 @@ struct BadgeConfigurationView: View { } } - DesignToolboxChoicePicker(title: "app_components_badge_status_label", + DesignToolboxChoicePicker(title: "app_components_common_status_label", selection: $configurationModel.status, style: .segmented) { diff --git a/DesignToolbox/DesignToolbox/Pages/Components/Button/ButtonConfigurationView.swift b/DesignToolbox/DesignToolbox/Pages/Components/Button/ButtonConfigurationView.swift index b47cf9606..3d86e01bd 100644 --- a/DesignToolbox/DesignToolbox/Pages/Components/Button/ButtonConfigurationView.swift +++ b/DesignToolbox/DesignToolbox/Pages/Components/Button/ButtonConfigurationView.swift @@ -183,7 +183,7 @@ struct ButtonConfigurationView: View { OUDSSwitchItem("app_components_button_rounded_label", isOn: $configurationModel.rounded) } - DesignToolboxChoicePicker(title: "app_components_button_hierarchy_label", + DesignToolboxChoicePicker(title: "app_components_common_hierarchy_label", selection: $configurationModel.hierarchy, style: .segmented) { diff --git a/DesignToolbox/DesignToolbox/Pages/Components/ComponentsPage.swift b/DesignToolbox/DesignToolbox/Pages/Components/ComponentsPage.swift index a63231c5c..97d6b9fc8 100644 --- a/DesignToolbox/DesignToolbox/Pages/Components/ComponentsPage.swift +++ b/DesignToolbox/DesignToolbox/Pages/Components/ComponentsPage.swift @@ -27,6 +27,7 @@ struct ComponentsPage: View { LinkElement(), RadioElements(), SwitchElements(), + TagElement(), ] var body: some View { diff --git a/DesignToolbox/DesignToolbox/Pages/Components/Link/LinkConfiguration.swift b/DesignToolbox/DesignToolbox/Pages/Components/Link/LinkConfiguration.swift index a738765c3..9a96ba95d 100644 --- a/DesignToolbox/DesignToolbox/Pages/Components/Link/LinkConfiguration.swift +++ b/DesignToolbox/DesignToolbox/Pages/Components/Link/LinkConfiguration.swift @@ -147,7 +147,7 @@ struct LinkConfiguration: View { OUDSSwitchItem("app_components_common_onColoredSurface_label", isOn: $configurationModel.onColoredSurface) } - DesignToolboxChoicePicker(title: "app_components_link_size_label", + DesignToolboxChoicePicker(title: "app_components_common_size_label", selection: $configurationModel.size, style: .segmented) { diff --git a/DesignToolbox/DesignToolbox/Pages/Components/Tag/TagConfigurationView.swift b/DesignToolbox/DesignToolbox/Pages/Components/Tag/TagConfigurationView.swift new file mode 100644 index 000000000..7e1641727 --- /dev/null +++ b/DesignToolbox/DesignToolbox/Pages/Components/Tag/TagConfigurationView.swift @@ -0,0 +1,321 @@ +// +// Software Name: OUDS iOS +// SPDX-FileCopyrightText: Copyright (c) Orange SA +// SPDX-License-Identifier: MIT +// +// This software is distributed under the MIT license, +// the text of which is available at https://opensource.org/license/MIT/ +// or see the "LICENSE" file for more details. +// +// Authors: See CONTRIBUTORS.txt +// Software description: A SwiftUI components library with code examples for Orange Unified Design System +// + +import OUDSComponents +import SwiftUI + +// MARK: - Tag Configuration Model + +/// The model shared between `TagPageConfiguration` view and `TagPageComponent` view. +final class TagConfigurationModel: ComponentConfiguration { + + // MARK: Published properties + + @Published var layout: TagLayout { + didSet { updateCode() } + } + + @Published var label: String + + @Published var size: OUDSTag.Size { + didSet { updateCode() } + } + + @Published var status: OUDSTag.Status { + didSet { updateCode() } + } + + @Published var hierarchy: OUDSTag.Hierarchy { + didSet { updateCode() } + } + + @Published var shape: OUDSTag.Shape { + didSet { updateCode() } + } + + @Published var loader: Bool { + didSet { updateCode() } + } + + @Published var flipIcon: Bool { + didSet { updateCode() } + } + + // MARK: Initializer + + override init() { + layout = .textOnly + loader = false + flipIcon = false + label = String(localized: "app_components_common_label_label") + size = .default + status = .neutral + shape = .rounded + hierarchy = .emphasized + } + + deinit {} + + // MARK: Component Configuration + + override func updateCode() { + code = "OUDSTag(label: \"\(label)\"\(iconPattern)\(flipIconPattern)\(hierarchyPattern)\(statusPattern)\(shapePattern)\(sizePattern)\(loaderPattern))" + } + + private var iconPattern: String { + switch layout { + case .textOnly: + "" + case .textAndBullet: + ", icon: .bullet" + case .textAndIcon: + ", icon: .asset(Image(decorative: \"ic_heart\"))" + } + } + + private var hierarchyPattern: String { + ", hierarchy: .\(hierarchy.technicalDescription)" + } + + private var statusPattern: String { + ", status: .\(status.technicalDescription)" + } + + private var shapePattern: String { + ", shape: .\(shape.technicalDescription)" + } + + private var sizePattern: String { + ", size: .\(size.technicalDescription)" + } + + private var loaderPattern: String { + loader ? ", hasLoader: true" : "" + } + + private var flipIconPattern: String { + flipIcon ? ", flipIcon: true" : "" + } +} + +// MARK: - Tag Configuration View + +struct TagConfigurationView: View { + + // MARK: Stored properties + + @StateObject var configurationModel: TagConfigurationModel + @Environment(\.theme) private var theme + + // MARK: Body + + // swiftlint:disable closure_body_length + var body: some View { + VStack(alignment: .leading, spacing: theme.spaces.spaceFixedMd) { + DesignToolboxChoicePicker(title: "app_components_common_layout_label", + selection: $configurationModel.layout, + style: .segmented) + { + ForEach(TagLayout.allCases, id: \.id) { layout in + Text(LocalizedStringKey(layout.description)).tag(layout) + } + } + + OUDSSwitchItem("app_components_common_loader_label", isOn: $configurationModel.loader) + .disabled(configurationModel.status == .disabled) + + OUDSSwitchItem("app_components_controlItem_flipIcon_label", isOn: $configurationModel.flipIcon) + .disabled(configurationModel.layout != .textAndIcon) + + DesignToolboxChoicePicker(title: "app_components_common_hierarchy_label", + selection: $configurationModel.hierarchy, + style: .segmented) + { + ForEach(OUDSTag.Hierarchy.allCases, id: \.id) { hierarchy in + Text(hierarchy.description).tag(hierarchy) + } + } + + DesignToolboxChoicePicker(title: "app_components_common_status_label", + selection: $configurationModel.status, + style: .segmented) + { + ForEach(OUDSTag.Status.allCases, id: \.id) { status in + if configurationModel.loader, status == .disabled { + EmptyView() + } else { + Text(status.description).tag(status) + } + } + } + + DesignToolboxChoicePicker(title: "app_components_tag_shape_label", + selection: $configurationModel.shape, + style: .segmented) + { + ForEach(OUDSTag.Shape.allCases, id: \.id) { shape in + Text(shape.description).tag(shape) + } + } + + DesignToolboxChoicePicker(title: "app_components_common_size_label", + selection: $configurationModel.size, + style: .segmented) + { + ForEach(OUDSTag.Size.allCases, id: \.id) { size in + Text(size.description).tag(size) + } + } + + DesignToolboxEditContentDisclosure { + DesignToolboxTextField(text: $configurationModel.label) + } + } + } + // swiftlint:enable closure_body_length +} + +extension OUDSTag.Size: @retroactive CaseIterable, @retroactive CustomStringConvertible { + + public nonisolated(unsafe) static let allCases: [OUDSTag.Size] = [.default, .small] + + public var description: String { + switch self { + case .default: + "Default" + case .small: + "Small" + } + } + + public var technicalDescription: String { + switch self { + case .default: + "default" + case .small: + "small" + } + } + + var id: String { description } +} + +extension OUDSTag.Status: @retroactive CaseIterable, @retroactive CustomStringConvertible { + + public nonisolated(unsafe) static let allCases: [OUDSTag.Status] = [.neutral, .accent, .info, .negative, .positive, .warning, .disabled] + + public var description: String { + switch self { + case .neutral: + "Neutral" + case .accent: + "Accent" + case .info: + "Info" + case .negative: + "Negative" + case .positive: + "Positive" + case .warning: + "Warning" + case .disabled: + "Disabled" + } + } + + public var technicalDescription: String { + "\(description.lowercased())" + } + + var id: String { description } +} + +extension OUDSTag.Hierarchy: @retroactive CaseIterable, @retroactive CustomStringConvertible { + + public nonisolated(unsafe) static let allCases: [OUDSTag.Hierarchy] = [.emphasized, .muted] + + public var description: String { + switch self { + case .emphasized: + "Emphasized" + case .muted: + "Muted" + } + } + + public var technicalDescription: String { + switch self { + case .emphasized: + "emphasized" + case .muted: + "muted" + } + } + + var id: String { description } +} + +extension OUDSTag.Shape: @retroactive CaseIterable, @retroactive CustomStringConvertible { + + public nonisolated(unsafe) static let allCases: [OUDSTag.Shape] = [.rounded, .square] + + public var description: String { + switch self { + case .rounded: + "Rounded" + case .square: + "Square" + } + } + + public var technicalDescription: String { + switch self { + case .rounded: + "rounded" + case .square: + "square" + } + } + + var id: String { description } +} + +enum TagLayout: CaseIterable, CustomStringConvertible { + case textOnly + case textAndBullet + case textAndIcon + + var description: String { + switch self { + case .textOnly: + "app_components_common_textOnlyLayout_label" + case .textAndBullet: + "app_components_tag_textAndBulletLayout_label" + case .textAndIcon: + "app_components_common_textAndIconLayout_label" + } + } + + public var technicalDescription: String { + switch self { + case .textOnly: + "textOnlyLayout" + case .textAndBullet: + "textAndBullet" + case .textAndIcon: + "textAndIcon" + } + } + + var id: String { description } +} diff --git a/DesignToolbox/DesignToolbox/Pages/Components/Tag/TagElement.swift b/DesignToolbox/DesignToolbox/Pages/Components/Tag/TagElement.swift new file mode 100644 index 000000000..cb7e9fe66 --- /dev/null +++ b/DesignToolbox/DesignToolbox/Pages/Components/Tag/TagElement.swift @@ -0,0 +1,33 @@ +// +// Software Name: OUDS iOS +// SPDX-FileCopyrightText: Copyright (c) Orange SA +// SPDX-License-Identifier: MIT +// +// This software is distributed under the MIT license, +// the text of which is available at https://opensource.org/license/MIT/ +// or see the "LICENSE" file for more details. +// +// Authors: See CONTRIBUTORS.txt +// Software description: A SwiftUI components library with code examples for Orange Unified Design System +// + +import OUDS +import OUDSComponents +import SwiftUI + +struct TagElement: DesignToolboxElement { + let name: String + let illustration: AnyView + let pageDescription: AnyView + + init() { + name = "app_components_tag_label".localized() + illustration = AnyView(OUDSTag(label: "Label", hierarchy: .emphasized, status: .positive, shape: .rounded, size: .default)) + pageDescription = AnyView(DesignToolboxElementPage( + name: name, + description: "app_components_tag_description_text", + version: OUDSVersions.componentTagVersion, + demoScreen: AnyView(TagPage())) + ) + } +} diff --git a/DesignToolbox/DesignToolbox/Pages/Components/Tag/TagPage.swift b/DesignToolbox/DesignToolbox/Pages/Components/Tag/TagPage.swift new file mode 100644 index 000000000..2b805193b --- /dev/null +++ b/DesignToolbox/DesignToolbox/Pages/Components/Tag/TagPage.swift @@ -0,0 +1,77 @@ +// +// Software Name: OUDS iOS +// SPDX-FileCopyrightText: Copyright (c) Orange SA +// SPDX-License-Identifier: MIT +// +// This software is distributed under the MIT license, +// the text of which is available at https://opensource.org/license/MIT/ +// or see the "LICENSE" file for more details. +// +// Authors: See CONTRIBUTORS.txt +// Software description: A SwiftUI components library with code examples for Orange Unified Design System +// + +import OUDS +import OUDSComponents +import SwiftUI + +// MARK: Tag page + +struct TagPage: View { + + @StateObject private var configurationModel: TagConfigurationModel + + init() { + _configurationModel = StateObject(wrappedValue: TagConfigurationModel()) + } + + var body: some View { + ComponentConfigurationView(configuration: configurationModel) { + TagDemo(configurationModel: configurationModel) + } configurationView: { + TagConfigurationView(configurationModel: configurationModel) + } + } +} + +// MARK: - Tag Demo + +struct TagDemo: View { + + @StateObject var configurationModel: TagConfigurationModel + + @Environment(\.theme) private var theme + + var body: some View { + HStack(alignment: .center) { + Spacer() + + OUDSTag( + label: configurationModel.label, + icon: icon, + flipIcon: configurationModel.flipIcon, + hierarchy: configurationModel.hierarchy, + status: configurationModel.status, + shape: configurationModel.shape, + size: configurationModel.size, + hasLoader: configurationModel.loader) + + Spacer() + } + .padding(.all, theme.spaces.spaceFixedMd) + } + + // Need here that system name, a11y managed in component + // swiftlint:disable accessibility_label_for_image + private var icon: OUDSTag.Icon? { + switch configurationModel.layout { + case .textOnly: + nil + case .textAndBullet: + .bullet + case .textAndIcon: + .asset(Image(systemName: "figure.handball")) + } + } + // swiftlint:enable accessibility_label_for_image +} diff --git a/DesignToolbox/DesignToolbox/Resources/Localizable.xcstrings b/DesignToolbox/DesignToolbox/Resources/Localizable.xcstrings index d32aaa089..c5be083d2 100644 --- a/DesignToolbox/DesignToolbox/Resources/Localizable.xcstrings +++ b/DesignToolbox/DesignToolbox/Resources/Localizable.xcstrings @@ -961,7 +961,7 @@ } }, "app_component_emptyContent_text" : { - "comment" : "Component screen - Common", + "comment" : "Component - Common", "extractionState" : "manual", "localizations" : { "ar" : { @@ -1105,30 +1105,6 @@ }, "shouldTranslate" : false }, - "app_components_badge_size_label" : { - "comment" : "Component - Badge", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "translated", - "value" : "Size" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Size" - } - }, - "fr" : { - "stringUnit" : { - "state" : "translated", - "value" : "Size" - } - } - } - }, "app_components_badge_standardType_label" : { "comment" : "Component - Badge", "extractionState" : "manual", @@ -1153,30 +1129,6 @@ } } }, - "app_components_badge_status_label" : { - "comment" : "Component - Badge", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "translated", - "value" : "Status" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Status" - } - }, - "fr" : { - "stringUnit" : { - "state" : "translated", - "value" : "Status" - } - } - } - }, "app_components_badge_type_label" : { "comment" : "Component - Badge", "extractionState" : "manual", @@ -1225,31 +1177,6 @@ } } }, - "app_components_button_hierarchy_label" : { - "comment" : "Component - Button", - "extractionState" : "manual", - "localizations" : { - "ar" : { - "stringUnit" : { - "state" : "translated", - "value" : "Hierarchy" - } - }, - "en" : { - "stringUnit" : { - "state" : "translated", - "value" : "Hierarchy" - } - }, - "fr" : { - "stringUnit" : { - "state" : "translated", - "value" : "Hierarchy" - } - } - }, - "shouldTranslate" : false - }, "app_components_button_icon_a11y" : { "comment" : "Component - Button (a11y)", "extractionState" : "manual", @@ -2006,7 +1933,7 @@ } }, "app_components_common_enterText_prompt" : { - "comment" : "Component screen - Common", + "comment" : "Component - Common", "extractionState" : "manual", "localizations" : { "ar" : { @@ -2030,7 +1957,7 @@ } }, "app_components_common_error_label" : { - "comment" : "Component screen - Common", + "comment" : "Component - Common", "extractionState" : "manual", "localizations" : { "ar" : { @@ -2054,8 +1981,33 @@ }, "shouldTranslate" : false }, + "app_components_common_hierarchy_label" : { + "comment" : "Component - Common", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hierarchy" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hierarchy" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Hierarchy" + } + } + }, + "shouldTranslate" : false + }, "app_components_common_iconOnlyLayout_label" : { - "comment" : "Component screen - Common", + "comment" : "Component - Common", "extractionState" : "manual", "localizations" : { "ar" : { @@ -2080,7 +2032,7 @@ "shouldTranslate" : false }, "app_components_common_label_label" : { - "comment" : "Component - Checkbox", + "comment" : "Component - Common", "extractionState" : "manual", "localizations" : { "ar" : { @@ -2105,7 +2057,7 @@ "shouldTranslate" : false }, "app_components_common_layout_label" : { - "comment" : "Component screen - Common", + "comment" : "Component - Common", "extractionState" : "manual", "localizations" : { "ar" : { @@ -2129,6 +2081,31 @@ }, "shouldTranslate" : false }, + "app_components_common_loader_label" : { + "comment" : "Component - Common", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Loader" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Loader" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Loader" + } + } + }, + "shouldTranslate" : false + }, "app_components_common_onColoredBackground_label" : { "comment" : "Component - Colored Surface", "extractionState" : "manual", @@ -2155,7 +2132,7 @@ "shouldTranslate" : false }, "app_components_common_onColoredSurface_label" : { - "comment" : "Component screen - Common", + "comment" : "Component - Common", "extractionState" : "manual", "localizations" : { "ar" : { @@ -2180,7 +2157,7 @@ "shouldTranslate" : false }, "app_components_common_orientation_label" : { - "comment" : "Component screen - Common", + "comment" : "Component - Common", "extractionState" : "manual", "localizations" : { "ar" : { @@ -2228,8 +2205,56 @@ } } }, + "app_components_common_size_label" : { + "comment" : "Component - Common", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Size" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Size" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Size" + } + } + } + }, + "app_components_common_status_label" : { + "comment" : "Component - Common", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Status" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Status" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Status" + } + } + } + }, "app_components_common_style_label" : { - "comment" : "Component screen - Common", + "comment" : "Component - Common", "extractionState" : "manual", "localizations" : { "ar" : { @@ -2254,7 +2279,7 @@ "shouldTranslate" : false }, "app_components_common_textAndIconLayout_label" : { - "comment" : "Component screen - Common", + "comment" : "Component - Common", "extractionState" : "manual", "localizations" : { "ar" : { @@ -2279,7 +2304,7 @@ "shouldTranslate" : false }, "app_components_common_textOnlyLayout_label" : { - "comment" : "Component screen - Common", + "comment" : "Component - Common", "extractionState" : "manual", "localizations" : { "ar" : { @@ -2304,7 +2329,7 @@ "shouldTranslate" : false }, "app_components_common_viewCodeExample_label" : { - "comment" : "Component screen - Common", + "comment" : "Component - Common", "extractionState" : "manual", "localizations" : { "ar" : { @@ -3140,6 +3165,105 @@ }, "shouldTranslate" : false }, + "app_components_tag_description_text" : { + "comment" : "Component - Tag", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "الوسم هو عنصر صغير يُستخدم لعرض معلومات قصيرة مثل تسمية أو كلمة مفتاحية أو تصنيف. يساعد المستخدمين على العثور على المحتوى بسرعة أو تجميعه أو فهمه." + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "A tag is a small element that shows short info like a label, keyword, or category.It helps users quickly find, group, or understand content." + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Le composant Tag est un petit élément qui affiche de brèves informations comme une étiquette, un mot-clé ou une catégorie. Elle aide les utilisateurs à trouver, regrouper ou comprendre rapidement du contenu." + } + } + } + }, + "app_components_tag_label" : { + "comment" : "Component - Tag", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Tag" + } + } + }, + "shouldTranslate" : false + }, + "app_components_tag_shape_label" : { + "comment" : "Component - Tag", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Shape" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Shape" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Shape" + } + } + }, + "shouldTranslate" : false + }, + "app_components_tag_textAndBulletLayout_label" : { + "comment" : "Component - Tag", + "extractionState" : "manual", + "localizations" : { + "ar" : { + "stringUnit" : { + "state" : "translated", + "value" : "Text + bullet" + } + }, + "en" : { + "stringUnit" : { + "state" : "translated", + "value" : "Text + bullet" + } + }, + "fr" : { + "stringUnit" : { + "state" : "translated", + "value" : "Text + bullet" + } + } + }, + "shouldTranslate" : false + }, "app_settings_themeSwitch_cancel" : { "comment" : "App - Settings", "extractionState" : "manual", diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TagUITests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TagUITests.swift new file mode 100644 index 000000000..fa58e6846 --- /dev/null +++ b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeBusinessToolsTheme/OrangeBusinessToolsTheme+TagUITests.swift @@ -0,0 +1,46 @@ +// +// Software Name: OUDS iOS +// SPDX-FileCopyrightText: Copyright (c) Orange SA +// SPDX-License-Identifier: MIT +// +// This software is distributed under the MIT license, +// the text of which is available at https://opensource.org/license/MIT/ +// or see the "LICENSE" file for more details. +// +// Authors: See CONTRIBUTORS.txt +// Software description: A SwiftUI components library with code examples for Orange Unified Design System +// + +import OUDS +import OUDSThemesOrangeBusinessTools +import SwiftUI + +// swiftlint:disable required_deinit + +// MARK: - Test Cases + +/// Tests the UI rendering of the `OUDSTag` for each parameter with `OrangeBusinessToolsTheme`. +final class OrangeBusinessToolsThemeTagUITests: TagUITestsTestCase { + + // swiftlint:disable implicitly_unwrapped_optional + private var theme: OUDSTheme! + // swiftlint:enable implicitly_unwrapped_optional + + override func setUp() { + theme = OrangeBusinessToolsTheme() + } + + /// Tests all tags configuration in the `OrangeBusinessToolsTheme` with the `light` color scheme. + @MainActor func testAllTagsOrangeBusinessToolsThemeThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testAllTags(theme: theme, interfaceStyle: interfaceStyle) + } + + /// Tests all tags configuration in the `OrangeBusinessToolsTheme` with the `dark` color scheme. + @MainActor func testAllTagsOrangeBusinessToolsThemeThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testAllTags(theme: theme, interfaceStyle: interfaceStyle) + } +} + +// swiftlint:enable required_deinit diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeInverseTheme/OrangeInverseTheme+TagUITests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeInverseTheme/OrangeInverseTheme+TagUITests.swift new file mode 100644 index 000000000..5686944c4 --- /dev/null +++ b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeInverseTheme/OrangeInverseTheme+TagUITests.swift @@ -0,0 +1,44 @@ +// +// Software Name: OUDS iOS +// SPDX-FileCopyrightText: Copyright (c) Orange SA +// SPDX-License-Identifier: MIT +// +// This software is distributed under the MIT license, +// the text of which is available at https://opensource.org/license/MIT/ +// or see the "LICENSE" file for more details. +// +// Authors: See CONTRIBUTORS.txt +// Software description: A SwiftUI components library with code examples for Orange Unified Design System +// + +import OUDS +import OUDSThemesOrangeInverse +import SwiftUI + +// swiftlint:disable required_deinit + +/// Tests the UI rendering of the `OUDSTag` for each parameter with `OrangeInverseTheme`. +final class OrangeInverseThemeTagUITests: TagUITestsTestCase { + + // swiftlint:disable implicitly_unwrapped_optional + private var theme: OUDSTheme! + // swiftlint:enable implicitly_unwrapped_optional + + override func setUp() { + theme = OrangeInverseTheme() + } + + /// Tests all tags configuration in the `OrangeInverseTheme` with the `light` color scheme. + @MainActor func testAllTagsOrangeInverseThemeThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testAllTags(theme: theme, interfaceStyle: interfaceStyle) + } + + /// Tests all tags configuration in the `OrangeInverseTheme` with the `dark` color scheme. + @MainActor func testAllTagsOrangeInverseThemeThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testAllTags(theme: theme, interfaceStyle: interfaceStyle) + } +} + +// swiftlint:enable required_deinit diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeTheme/OrangeTheme+TagUITests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeTheme/OrangeTheme+TagUITests.swift new file mode 100644 index 000000000..8a7079a21 --- /dev/null +++ b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/OrangeTheme/OrangeTheme+TagUITests.swift @@ -0,0 +1,44 @@ +// +// Software Name: OUDS iOS +// SPDX-FileCopyrightText: Copyright (c) Orange SA +// SPDX-License-Identifier: MIT +// +// This software is distributed under the MIT license, +// the text of which is available at https://opensource.org/license/MIT/ +// or see the "LICENSE" file for more details. +// +// Authors: See CONTRIBUTORS.txt +// Software description: A SwiftUI components library with code examples for Orange Unified Design System +// + +import OUDS +import OUDSThemesOrange +import SwiftUI + +// swiftlint:disable required_deinit + +/// Tests the UI rendering of the `OUDSTag` for each parameter with `OrangeTheme`. +final class OrangeThemeThemeTagUITests: TagUITestsTestCase { + + // swiftlint:disable implicitly_unwrapped_optional + private var theme: OUDSTheme! + // swiftlint:enable implicitly_unwrapped_optional + + override func setUp() { + theme = OrangeTheme() + } + + /// Tests all tags configuration in the `OrangeTheme` with the `light` color scheme. + @MainActor func testAllTagsOrangeThemeThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testAllTags(theme: theme, interfaceStyle: interfaceStyle) + } + + /// Tests all tags configuration in the `OrangeTheme` with the `dark` color scheme. + @MainActor func testAllTagsOrangeThemeThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testAllTags(theme: theme, interfaceStyle: interfaceStyle) + } +} + +// swiftlint:enable required_deinit diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/SoshTheme/SoshTheme+TagUITests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/SoshTheme/SoshTheme+TagUITests.swift new file mode 100644 index 000000000..4d1d8b940 --- /dev/null +++ b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/SoshTheme/SoshTheme+TagUITests.swift @@ -0,0 +1,44 @@ +// +// Software Name: OUDS iOS +// SPDX-FileCopyrightText: Copyright (c) Orange SA +// SPDX-License-Identifier: MIT +// +// This software is distributed under the MIT license, +// the text of which is available at https://opensource.org/license/MIT/ +// or see the "LICENSE" file for more details. +// +// Authors: See CONTRIBUTORS.txt +// Software description: A SwiftUI components library with code examples for Orange Unified Design System +// + +import OUDS +import OUDSThemesSosh +import SwiftUI + +// swiftlint:disable required_deinit + +/// Tests the UI rendering of the `OUDSTag` for each parameter with `SoshTheme`. +final class SoshThemeTagUITests: TagUITestsTestCase { + + // swiftlint:disable implicitly_unwrapped_optional + private var theme: OUDSTheme! + // swiftlint:enable implicitly_unwrapped_optional + + override func setUp() { + theme = SoshTheme() + } + + /// Tests all tags configuration in the `SoshTheme` with the `light` color scheme. + @MainActor func testAllTagsSoshThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testAllTags(theme: theme, interfaceStyle: interfaceStyle) + } + + /// Tests all tags configuration in the `SoshTheme` with the `dark` color scheme. + @MainActor func testAllTagsSoshThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testAllTags(theme: theme, interfaceStyle: interfaceStyle) + } +} + +// swiftlint:enable required_deinit diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/TagUITestCase.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/TagUITestCase.swift new file mode 100644 index 000000000..e18a23158 --- /dev/null +++ b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/TagUITestCase.swift @@ -0,0 +1,104 @@ +// +// Software Name: OUDS iOS +// SPDX-FileCopyrightText: Copyright (c) Orange SA +// SPDX-License-Identifier: MIT +// +// This software is distributed under the MIT license, +// the text of which is available at https://opensource.org/license/MIT/ +// or see the "LICENSE" file for more details. +// +// Authors: See CONTRIBUTORS.txt +// Software description: A SwiftUI components library with code examples for Orange Unified Design System +// + +import OUDS +import OUDSComponents +import OUDSFoundations +import OUDSThemesOrange +import OUDSTokensSemantic +import SnapshotTesting +import SwiftUI +import XCTest + +// swiftlint:disable required_deinit + +// MARK: - Test Cases + +/// Tests the UI rendering of the `OUDSTag` for each parameter +open class TagUITestsTestCase: XCTestCase { + + /// This function tests all tags with all types, hierarchy, status and size for the given theme and color scheme. + /// + /// - Parameters: + /// - theme: The theme (`OUDSTheme`) from which to retrieve color tokens. + /// - interfaceStyle: The user interface style (light or dark) for which to test the colors. + @MainActor func testAllTags(theme: OUDSTheme, interfaceStyle: UIUserInterfaceStyle) { + for layout in TagLayout.allCases { + for hierarchy in OUDSTag.Hierarchy.allCases { + for status in OUDSTag.Status.allCases { + for size in OUDSTag.Size.allCases { + for shape in OUDSTag.Shape.allCases { + // Drop loader and disabled status because this case is not allowed + for loader in [true, false] where !(status == .disabled && loader == true) { + for flipIcon in [true, false] where !loader { + if !(status == .disabled && loader == true) { + let model = TagConfigurationModel() + model.layout = layout + model.status = status + model.hierarchy = hierarchy + model.size = size + model.shape = shape + model.loader = loader + model.flipIcon = flipIcon + + testTag(theme: theme, interfaceStyle: interfaceStyle, model: model) + } + } + } + } + } + } + } + } + } + + /// This function tests `OUDSTag` according to all parameters of the configuration available for the given + /// theme and color schemes. + /// + /// It captures a snapshot for each tests. The snapshots are saved with names based on each parameter. + /// + /// - Parameters: + /// - theme: The theme (OUDSTheme) + /// - interfaceStyle: The user interface style (light or dark) + /// - model: The model contains each element of configuration + @MainActor func testTag(theme: OUDSTheme, + interfaceStyle: UIUserInterfaceStyle, + model: TagConfigurationModel) + { + // Generate the illustration for the specified configuration + let illustration = OUDSThemeableView(theme: theme) { + TagDemo(configurationModel: model) + .background(theme.colors.colorBgPrimary.color(for: interfaceStyle == .light ? .light : .dark)) + } + + // Create a unique snapshot name based on the current configuration : + let testName = "testTag_\(theme.name)Theme_\(interfaceStyle == .light ? "Light" : "Dark")" + let layoutPattern = model.layout.technicalDescription.localized() + let hierarchyPattern = model.hierarchy.technicalDescription + let statusPattern = model.status.technicalDescription + let sizePattern = model.size.technicalDescription + let shapePattern = model.shape.technicalDescription + let loaderPattern = model.loader ? "loader" : "" + let flipIconPattern = model.flipIcon ? "flipIcon" : "" + + let name = "\(layoutPattern)_\(hierarchyPattern)_\(statusPattern)_\(sizePattern)_\(shapePattern)_\(loaderPattern)_\(flipIconPattern)" + + // Capture the snapshot of the illustration with the correct user interface style and save it with the snapshot name + assertIllustration(illustration, + on: interfaceStyle, + named: name, + testName: testName) + } +} + +// swiftlint:enable required_deinit diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..f96effe94 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..f96effe94 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_default_square__.png new file mode 100644 index 000000000..57dc37f2e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..57dc37f2e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..7b1fb363b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..7b1fb363b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_small_square__.png new file mode 100644 index 000000000..7e0f4f569 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..7e0f4f569 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..34b482662 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..34b482662 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..01c134f20 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..01c134f20 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..a33e0652b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..a33e0652b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..7aeca9a7e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..7aeca9a7e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..8e22aea36 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..8e22aea36 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_default_square__.png new file mode 100644 index 000000000..f5fba2c46 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..f5fba2c46 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..5c15dd094 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..5c15dd094 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_small_square__.png new file mode 100644 index 000000000..cc558da79 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..cc558da79 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..1d686ceb5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..1d686ceb5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_default_square__.png new file mode 100644 index 000000000..6020a4789 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..6020a4789 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..5ecac1d7c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..5ecac1d7c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_small_square__.png new file mode 100644 index 000000000..5a231d751 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..5a231d751 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..1763855d0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..1763855d0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..8ce34b4e7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..8ce34b4e7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..92a14c47d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..92a14c47d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..3c7e3ff41 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..3c7e3ff41 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..d9d06d99f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..d9d06d99f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_default_square__.png new file mode 100644 index 000000000..30d537571 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..30d537571 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..bb011f11a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..bb011f11a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_small_square__.png new file mode 100644 index 000000000..5359b66a7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..5359b66a7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..da0341b64 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..da0341b64 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_default_square__.png new file mode 100644 index 000000000..d0c77473a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..d0c77473a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..75fee6486 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..75fee6486 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_small_square__.png new file mode 100644 index 000000000..7e1743717 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..7e1743717 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_default_rounded__.png new file mode 100644 index 000000000..423b6892a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..423b6892a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_default_square__.png new file mode 100644 index 000000000..d47e16478 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..d47e16478 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_small_rounded__.png new file mode 100644 index 000000000..5e216774f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..5e216774f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_small_square__.png new file mode 100644 index 000000000..0790e8e59 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..0790e8e59 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..34b482662 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..34b482662 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_default_square__.png new file mode 100644 index 000000000..01c134f20 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..01c134f20 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..a33e0652b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..a33e0652b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_small_square__.png new file mode 100644 index 000000000..7aeca9a7e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..7aeca9a7e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_default_rounded__.png new file mode 100644 index 000000000..9d71048f3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..9d71048f3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_default_square__.png new file mode 100644 index 000000000..e62edd118 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..e62edd118 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_small_rounded__.png new file mode 100644 index 000000000..ac8d078a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..ac8d078a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_small_square__.png new file mode 100644 index 000000000..84c119b20 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..84c119b20 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_default_rounded__.png new file mode 100644 index 000000000..b10147bf6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..b10147bf6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_default_square__.png new file mode 100644 index 000000000..16b14d40f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..16b14d40f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_small_rounded__.png new file mode 100644 index 000000000..654be3c03 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..654be3c03 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_small_square__.png new file mode 100644 index 000000000..06a2516c9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..06a2516c9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..4e9c237b6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..4e9c237b6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_default_square__.png new file mode 100644 index 000000000..aa55e203b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..aa55e203b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..29f90e408 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..29f90e408 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_small_square__.png new file mode 100644 index 000000000..44570d63d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..44570d63d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_default_rounded__.png new file mode 100644 index 000000000..19e12a60e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..19e12a60e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_default_square__.png new file mode 100644 index 000000000..4fd7d9dce Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..4fd7d9dce Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_small_rounded__.png new file mode 100644 index 000000000..bb64360d1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..bb64360d1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_small_square__.png new file mode 100644 index 000000000..d381da862 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..d381da862 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_default_rounded__.png new file mode 100644 index 000000000..be9a6d7a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..be9a6d7a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_default_square__.png new file mode 100644 index 000000000..309952e15 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..309952e15 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_small_rounded__.png new file mode 100644 index 000000000..6a9c7f898 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..6a9c7f898 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_small_square__.png new file mode 100644 index 000000000..9a086cd7f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..9a086cd7f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndBullet_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..362d35ff0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..2cda0165f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_default_square__.png new file mode 100644 index 000000000..d81085520 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..53ca456ab Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..0120ad7cd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..71ee18723 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_small_square__.png new file mode 100644 index 000000000..d587fcb3f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..8a5169d18 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..9f76c41e2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..a8dd7e918 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..97b6aee94 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..74141b87d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..0eecf711e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..9d948341b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..ac9665fb5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..4dbc56bbe Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..59149f17a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..89390b46c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_default_square__.png new file mode 100644 index 000000000..cc46ceeb0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..9b06c8fe4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..97b03db10 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..c66be4feb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_small_square__.png new file mode 100644 index 000000000..f41896a12 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..fb4bbe571 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..bde637b11 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..3d63090b0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_default_square__.png new file mode 100644 index 000000000..86e8458d9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..5fcb883ee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..06dc51e5e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..1f0038a62 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_small_square__.png new file mode 100644 index 000000000..308cb80ce Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..157b53d66 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..70bd29a5f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..e3d2c1f80 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..0959cf1c1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..c3534b94d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..579ecdd8d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..9f22c5a8e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..9fd95358c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..935b52557 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..fe125484e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..a7f0aca31 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_default_square__.png new file mode 100644 index 000000000..0c93c8993 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..7e1e946ce Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..b57581a7a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..c931ff6c0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_small_square__.png new file mode 100644 index 000000000..7c1e371e4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..cf8be5107 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..12311f7c9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..8d090710e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_default_square__.png new file mode 100644 index 000000000..a3257f122 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..17c5e81c3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..f1508107e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..360201765 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_small_square__.png new file mode 100644 index 000000000..3baa56eb1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..8751487e8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_default_rounded__.png new file mode 100644 index 000000000..4e17329bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..d9e3d8c6f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_default_square__.png new file mode 100644 index 000000000..c4a950b21 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..964da6613 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_small_rounded__.png new file mode 100644 index 000000000..003c6a20d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..87b419d9c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_small_square__.png new file mode 100644 index 000000000..2c06ba842 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..054faf81d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..9f76c41e2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..a8dd7e918 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_default_square__.png new file mode 100644 index 000000000..97b6aee94 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..74141b87d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..0eecf711e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..9d948341b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_small_square__.png new file mode 100644 index 000000000..ac9665fb5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..4dbc56bbe Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_default_rounded__.png new file mode 100644 index 000000000..a74297ffa Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..8ca4eb47a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_default_square__.png new file mode 100644 index 000000000..9374a8150 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..2bb485588 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_small_rounded__.png new file mode 100644 index 000000000..0931eb13a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..c4f3430b8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_small_square__.png new file mode 100644 index 000000000..f16b03a1b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..0f366f5a8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_default_rounded__.png new file mode 100644 index 000000000..80460c7e3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..21bdc9c39 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_default_square__.png new file mode 100644 index 000000000..6ff8ac443 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..9ef00820d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_small_rounded__.png new file mode 100644 index 000000000..5b603a088 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..d559dfaf9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_small_square__.png new file mode 100644 index 000000000..db6dc18ca Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..4d5903472 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..c9d94ff63 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..0229b6825 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_default_square__.png new file mode 100644 index 000000000..24da29299 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..625d77ce1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..237a5f0b6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..8e88eb34e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_small_square__.png new file mode 100644 index 000000000..c66c1f907 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..fd3712598 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_default_rounded__.png new file mode 100644 index 000000000..cee15259f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..005ba28a8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_default_square__.png new file mode 100644 index 000000000..0eb04c8a6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..fc9f087b6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_small_rounded__.png new file mode 100644 index 000000000..da27fc113 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..a024ab106 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_small_square__.png new file mode 100644 index 000000000..9179d2206 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..0a4f6d7c4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_default_rounded__.png new file mode 100644 index 000000000..8911f4805 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..477cca30a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_default_square__.png new file mode 100644 index 000000000..b040948a8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..856fcbccc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_small_rounded__.png new file mode 100644 index 000000000..7c1cf9631 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..c1208b1ae Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_small_square__.png new file mode 100644 index 000000000..ed8bebee1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..65ede2b69 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textAndIcon_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..d66b893c6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..d66b893c6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_default_square__.png new file mode 100644 index 000000000..fee3792a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..fee3792a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..c054aeec1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..c054aeec1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_small_square__.png new file mode 100644 index 000000000..e875f18d0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..e875f18d0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..0d7a66519 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..0d7a66519 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..41296785d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..41296785d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..1fe9c6914 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..1fe9c6914 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..a4fc50c76 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..a4fc50c76 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..8b66c0841 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..8b66c0841 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_default_square__.png new file mode 100644 index 000000000..b95f2600d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..b95f2600d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..98fd6c24f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..98fd6c24f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_small_square__.png new file mode 100644 index 000000000..3b422deb4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..3b422deb4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..60cbbf6af Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..60cbbf6af Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_default_square__.png new file mode 100644 index 000000000..9a6a09293 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..9a6a09293 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..4d8a1a557 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..4d8a1a557 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_small_square__.png new file mode 100644 index 000000000..5c3497cac Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..5c3497cac Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..6ec494ca2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..6ec494ca2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..49088ba87 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..49088ba87 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..532ca35aa Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..532ca35aa Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..4082fa9bb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..4082fa9bb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..add72429d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..add72429d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_default_square__.png new file mode 100644 index 000000000..d1300250c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..d1300250c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..933837b1b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..933837b1b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_small_square__.png new file mode 100644 index 000000000..5e6a5fa84 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..5e6a5fa84 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..4a0f3107c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..4a0f3107c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_default_square__.png new file mode 100644 index 000000000..e353244ca Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..e353244ca Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..15354d200 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..15354d200 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_small_square__.png new file mode 100644 index 000000000..707b9e32d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..707b9e32d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_default_rounded__.png new file mode 100644 index 000000000..f57b996fb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..f57b996fb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_default_square__.png new file mode 100644 index 000000000..971a99563 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..971a99563 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_small_rounded__.png new file mode 100644 index 000000000..c8e1caaef Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..c8e1caaef Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_small_square__.png new file mode 100644 index 000000000..a6b56bde2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..a6b56bde2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..0d7a66519 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..0d7a66519 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_default_square__.png new file mode 100644 index 000000000..41296785d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..41296785d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..1fe9c6914 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..1fe9c6914 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_small_square__.png new file mode 100644 index 000000000..a4fc50c76 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..a4fc50c76 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_default_rounded__.png new file mode 100644 index 000000000..e9ded763a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..e9ded763a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_default_square__.png new file mode 100644 index 000000000..19816d662 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..19816d662 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_small_rounded__.png new file mode 100644 index 000000000..fff923db7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..fff923db7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_small_square__.png new file mode 100644 index 000000000..f98889365 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..f98889365 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_default_rounded__.png new file mode 100644 index 000000000..51f36d0d5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..51f36d0d5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_default_square__.png new file mode 100644 index 000000000..e22466f9f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..e22466f9f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_small_rounded__.png new file mode 100644 index 000000000..64f68f0a6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..64f68f0a6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_small_square__.png new file mode 100644 index 000000000..f8faae97d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..f8faae97d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..6121a0e15 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..6121a0e15 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_default_square__.png new file mode 100644 index 000000000..ab143fa46 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..ab143fa46 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..cdc20e5ad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..cdc20e5ad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_small_square__.png new file mode 100644 index 000000000..7013ff86c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..7013ff86c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_default_rounded__.png new file mode 100644 index 000000000..91ae126f6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..91ae126f6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_default_square__.png new file mode 100644 index 000000000..230c8a2ba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..230c8a2ba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_small_rounded__.png new file mode 100644 index 000000000..7e0baabbc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..7e0baabbc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_small_square__.png new file mode 100644 index 000000000..3d4a2f143 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..3d4a2f143 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_default_rounded__.png new file mode 100644 index 000000000..3f0d6b40f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..3f0d6b40f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_default_square__.png new file mode 100644 index 000000000..14f6e905d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..14f6e905d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_small_rounded__.png new file mode 100644 index 000000000..41e4f9416 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..41e4f9416 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_small_square__.png new file mode 100644 index 000000000..3a8e04e5e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..3a8e04e5e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Dark.textOnlyLayout_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..be863492d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..be863492d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_default_square__.png new file mode 100644 index 000000000..ec113e580 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..ec113e580 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..8c829bc08 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..8c829bc08 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_small_square__.png new file mode 100644 index 000000000..21df5393f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..21df5393f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..4f96bd45f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..4f96bd45f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..0243e28e5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..0243e28e5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..09bace414 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..09bace414 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..ad295c65d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..ad295c65d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..06ce9aa24 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..06ce9aa24 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_default_square__.png new file mode 100644 index 000000000..710603971 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..710603971 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..3961148b7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..3961148b7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_small_square__.png new file mode 100644 index 000000000..eb3b17dd2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..eb3b17dd2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..a825a071c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..a825a071c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_default_square__.png new file mode 100644 index 000000000..29661ab32 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..29661ab32 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..d2019124b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..d2019124b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_small_square__.png new file mode 100644 index 000000000..0430638b9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..0430638b9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..e64a94532 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..e64a94532 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..54abe68d9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..54abe68d9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..c1bbb11a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..c1bbb11a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..284874bc0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..284874bc0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..33c4df2cc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..33c4df2cc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_default_square__.png new file mode 100644 index 000000000..56edff501 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..56edff501 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..12ac66ff7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..12ac66ff7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_small_square__.png new file mode 100644 index 000000000..861b816b8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..861b816b8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..99f757afb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..99f757afb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_default_square__.png new file mode 100644 index 000000000..0c2584cf4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..0c2584cf4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..b8779bd8b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..b8779bd8b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_small_square__.png new file mode 100644 index 000000000..fd5c89c79 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..fd5c89c79 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_default_rounded__.png new file mode 100644 index 000000000..42b4cc94f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..42b4cc94f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_default_square__.png new file mode 100644 index 000000000..4594fe847 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..4594fe847 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_small_rounded__.png new file mode 100644 index 000000000..9a9e9c88f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..9a9e9c88f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_small_square__.png new file mode 100644 index 000000000..a32afb89e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..a32afb89e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..4f96bd45f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..4f96bd45f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_default_square__.png new file mode 100644 index 000000000..0243e28e5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..0243e28e5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..09bace414 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..09bace414 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_small_square__.png new file mode 100644 index 000000000..ad295c65d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..ad295c65d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_default_rounded__.png new file mode 100644 index 000000000..db3ffcdad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..db3ffcdad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_default_square__.png new file mode 100644 index 000000000..6c428cce1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..6c428cce1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_small_rounded__.png new file mode 100644 index 000000000..b7e17448c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..b7e17448c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_small_square__.png new file mode 100644 index 000000000..e0763ce1a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..e0763ce1a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_default_rounded__.png new file mode 100644 index 000000000..53e12dbf1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..53e12dbf1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_default_square__.png new file mode 100644 index 000000000..c55e70671 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..c55e70671 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_small_rounded__.png new file mode 100644 index 000000000..2e1db81f4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..2e1db81f4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_small_square__.png new file mode 100644 index 000000000..55c94168f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..55c94168f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..1c1495df3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..1c1495df3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_default_square__.png new file mode 100644 index 000000000..6519dd70b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..6519dd70b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..b51be7776 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..b51be7776 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_small_square__.png new file mode 100644 index 000000000..ddec1241a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..ddec1241a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_default_rounded__.png new file mode 100644 index 000000000..83a10aaac Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..83a10aaac Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_default_square__.png new file mode 100644 index 000000000..823b03b0f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..823b03b0f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_small_rounded__.png new file mode 100644 index 000000000..2e70cfa12 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..2e70cfa12 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_small_square__.png new file mode 100644 index 000000000..4692caf08 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..4692caf08 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_default_rounded__.png new file mode 100644 index 000000000..10f53cdb6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..10f53cdb6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_default_square__.png new file mode 100644 index 000000000..5bc19648b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..5bc19648b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_small_rounded__.png new file mode 100644 index 000000000..30e84e6a9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..30e84e6a9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_small_square__.png new file mode 100644 index 000000000..75d778c31 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..75d778c31 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndBullet_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..1699dd22f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..470538996 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_default_square__.png new file mode 100644 index 000000000..5ffe03970 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..0f28fe723 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..2d0e470e1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..179876c5e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_small_square__.png new file mode 100644 index 000000000..cfedee460 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..569403d99 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..21cdba8e4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..d65ea1729 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..93f43cc67 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..4e4ffc3f6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..862a29662 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..fc2bc7c53 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..5fb59a3f6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..a20453838 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..7ef0e454d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..bebd39ab1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_default_square__.png new file mode 100644 index 000000000..d3cb503dd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..bb1c92665 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..36e202729 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..bb58aa2a7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_small_square__.png new file mode 100644 index 000000000..2d837a36e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..964b59212 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..c6f8f06ee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..dbc4e2f4b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_default_square__.png new file mode 100644 index 000000000..fb4b74df0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..045568b5a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..e2db0e4d8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..eb339e83f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_small_square__.png new file mode 100644 index 000000000..0bc905b6c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..d1c438c40 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..ee9b2188e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..6cc670b2c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..b40a9189b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..26e829102 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..ef79b0581 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..58b706910 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..ea8cdf856 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..a224f01ed Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..bbba79a1f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..e408c8174 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_default_square__.png new file mode 100644 index 000000000..dfab95805 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..0c385f7ff Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..05348aa40 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..5f6f078a2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_small_square__.png new file mode 100644 index 000000000..fd856387f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..0f14215ff Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..b858fe7a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..15a6f7fae Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_default_square__.png new file mode 100644 index 000000000..b1f204040 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..b64c43968 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..b21c378c1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..cd8b00b05 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_small_square__.png new file mode 100644 index 000000000..63a1abdcd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..647a8099b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_default_rounded__.png new file mode 100644 index 000000000..9b7bb34fa Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..8150f34d2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_default_square__.png new file mode 100644 index 000000000..6f6cdf5f8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..3b6f414ae Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_small_rounded__.png new file mode 100644 index 000000000..5c5f2779d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..dd511facd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_small_square__.png new file mode 100644 index 000000000..0e8ffd35e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..4a385afbf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..21cdba8e4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..d65ea1729 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_default_square__.png new file mode 100644 index 000000000..93f43cc67 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..4e4ffc3f6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..862a29662 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..fc2bc7c53 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_small_square__.png new file mode 100644 index 000000000..5fb59a3f6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..a20453838 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_default_rounded__.png new file mode 100644 index 000000000..a52a880d6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..ee49318dd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_default_square__.png new file mode 100644 index 000000000..211da2e81 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..fcb70565a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_small_rounded__.png new file mode 100644 index 000000000..aa4afc611 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..b7ba732aa Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_small_square__.png new file mode 100644 index 000000000..6b1718bd6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..16f3ffc88 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_default_rounded__.png new file mode 100644 index 000000000..192e2db1b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..b0c1f6807 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_default_square__.png new file mode 100644 index 000000000..22c0a7276 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..87e153b25 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_small_rounded__.png new file mode 100644 index 000000000..cfbb5b4a1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..71d8120a5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_small_square__.png new file mode 100644 index 000000000..e264760a8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..1fdd45303 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..5e7e515db Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..fdea82be2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_default_square__.png new file mode 100644 index 000000000..d89ba7925 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..e4e4bcc52 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..db4adb077 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..f9a8c6211 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_small_square__.png new file mode 100644 index 000000000..50e9cf5f9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..418de64a2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_default_rounded__.png new file mode 100644 index 000000000..e578dd01d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..5fb41da4d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_default_square__.png new file mode 100644 index 000000000..cae23a275 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..8c5768712 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_small_rounded__.png new file mode 100644 index 000000000..9c45b1d07 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..74666bdcc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_small_square__.png new file mode 100644 index 000000000..d7ea59ada Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..9acf4aee4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_default_rounded__.png new file mode 100644 index 000000000..5bb57e12a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..2dff75797 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_default_square__.png new file mode 100644 index 000000000..8b93727c7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..cfd159307 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_small_rounded__.png new file mode 100644 index 000000000..2933c030f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..99d49173c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_small_square__.png new file mode 100644 index 000000000..b0d61c460 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..15252b9eb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textAndIcon_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..1dad00847 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..1dad00847 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_default_square__.png new file mode 100644 index 000000000..b4ddc4ca9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..b4ddc4ca9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..d83e77d61 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..d83e77d61 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_small_square__.png new file mode 100644 index 000000000..13a4c547b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..13a4c547b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..51510cb38 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..51510cb38 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..d24d45dd4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..d24d45dd4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..a4916183a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..a4916183a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..66e5f6a25 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..66e5f6a25 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..5765c3228 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..5765c3228 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_default_square__.png new file mode 100644 index 000000000..f2af877bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..f2af877bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..41d020522 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..41d020522 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_small_square__.png new file mode 100644 index 000000000..282833b94 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..282833b94 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..1c681eef0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..1c681eef0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_default_square__.png new file mode 100644 index 000000000..08e3dc03e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..08e3dc03e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..7c91753bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..7c91753bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_small_square__.png new file mode 100644 index 000000000..456e22278 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..456e22278 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..c7b4f3f31 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..c7b4f3f31 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..f689e5e17 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..f689e5e17 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..1a20643e8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..1a20643e8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..d5d6faa88 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..d5d6faa88 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..7abb95046 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..7abb95046 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_default_square__.png new file mode 100644 index 000000000..2fb8878be Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..2fb8878be Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..192307833 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..192307833 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_small_square__.png new file mode 100644 index 000000000..1149f5d49 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..1149f5d49 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..c42350c82 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..c42350c82 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_default_square__.png new file mode 100644 index 000000000..32c8de46a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..32c8de46a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..3f5620249 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..3f5620249 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_small_square__.png new file mode 100644 index 000000000..855314e06 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..855314e06 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_default_rounded__.png new file mode 100644 index 000000000..b20a8e490 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..b20a8e490 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_default_square__.png new file mode 100644 index 000000000..281e5c7d1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..281e5c7d1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_small_rounded__.png new file mode 100644 index 000000000..c84b06d51 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..c84b06d51 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_small_square__.png new file mode 100644 index 000000000..52bd4ffa1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..52bd4ffa1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..51510cb38 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..51510cb38 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_default_square__.png new file mode 100644 index 000000000..d24d45dd4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..d24d45dd4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..a4916183a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..a4916183a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_small_square__.png new file mode 100644 index 000000000..66e5f6a25 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..66e5f6a25 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_default_rounded__.png new file mode 100644 index 000000000..b67efeefc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..b67efeefc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_default_square__.png new file mode 100644 index 000000000..41c48900a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..41c48900a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_small_rounded__.png new file mode 100644 index 000000000..d4fffda2a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..d4fffda2a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_small_square__.png new file mode 100644 index 000000000..946de22e5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..946de22e5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_default_rounded__.png new file mode 100644 index 000000000..55c5b5f7d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..55c5b5f7d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_default_square__.png new file mode 100644 index 000000000..e9e68bd70 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..e9e68bd70 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_small_rounded__.png new file mode 100644 index 000000000..ea7041489 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..ea7041489 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_small_square__.png new file mode 100644 index 000000000..171f71e2c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..171f71e2c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..3777662cc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..3777662cc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_default_square__.png new file mode 100644 index 000000000..f429f0aff Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..f429f0aff Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..1549af357 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..1549af357 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_small_square__.png new file mode 100644 index 000000000..3189f1c54 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..3189f1c54 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_default_rounded__.png new file mode 100644 index 000000000..f61a41226 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..f61a41226 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_default_square__.png new file mode 100644 index 000000000..ecad0621d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..ecad0621d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_small_rounded__.png new file mode 100644 index 000000000..8bfe07efb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..8bfe07efb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_small_square__.png new file mode 100644 index 000000000..f58c9129d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..f58c9129d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_default_rounded__.png new file mode 100644 index 000000000..65df00c71 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..65df00c71 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_default_square__.png new file mode 100644 index 000000000..f63d89fc9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..f63d89fc9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_small_rounded__.png new file mode 100644 index 000000000..e265e908c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..e265e908c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_small_square__.png new file mode 100644 index 000000000..982c6cbd3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..982c6cbd3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-Business-ToolsTheme_Light.textOnlyLayout_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..9c39bba81 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..9c39bba81 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_default_square__.png new file mode 100644 index 000000000..bfbde34f2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..bfbde34f2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..0e8316721 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..0e8316721 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_small_square__.png new file mode 100644 index 000000000..7e9fb8c48 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..7e9fb8c48 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..6cb9eeab0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..6cb9eeab0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..b09d4e4bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..b09d4e4bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..f054b41b0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..f054b41b0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..a21a40ee7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..a21a40ee7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..5807d127c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..5807d127c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_default_square__.png new file mode 100644 index 000000000..c5d3f79ec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..c5d3f79ec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..9542db638 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..9542db638 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_small_square__.png new file mode 100644 index 000000000..cb1b7ad92 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..cb1b7ad92 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..4be273c6b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..4be273c6b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_default_square__.png new file mode 100644 index 000000000..3191c5d85 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..3191c5d85 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..1d00da5bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..1d00da5bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_small_square__.png new file mode 100644 index 000000000..ca75df607 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..ca75df607 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..951ee1ce3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..951ee1ce3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..1a83791f3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..1a83791f3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..6b51aece9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..6b51aece9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..4efb9a248 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..4efb9a248 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..0b1adc632 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..0b1adc632 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_default_square__.png new file mode 100644 index 000000000..ca098bd09 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..ca098bd09 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..a71875089 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..a71875089 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_small_square__.png new file mode 100644 index 000000000..47b118fcd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..47b118fcd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..dca611bb8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..dca611bb8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_default_square__.png new file mode 100644 index 000000000..8ea80d06d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..8ea80d06d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..1bd0dbb34 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..1bd0dbb34 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_small_square__.png new file mode 100644 index 000000000..051e3a711 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..051e3a711 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_default_rounded__.png new file mode 100644 index 000000000..a7c2d0b82 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..a7c2d0b82 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_default_square__.png new file mode 100644 index 000000000..d392e5e40 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..d392e5e40 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_small_rounded__.png new file mode 100644 index 000000000..41092a09b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..41092a09b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_small_square__.png new file mode 100644 index 000000000..05bc68aec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..05bc68aec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..6cb9eeab0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..6cb9eeab0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_default_square__.png new file mode 100644 index 000000000..b09d4e4bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..b09d4e4bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..f054b41b0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..f054b41b0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_small_square__.png new file mode 100644 index 000000000..a21a40ee7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..a21a40ee7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_default_rounded__.png new file mode 100644 index 000000000..5207fd0c4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..5207fd0c4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_default_square__.png new file mode 100644 index 000000000..c864081c9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..c864081c9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_small_rounded__.png new file mode 100644 index 000000000..647965994 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..647965994 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_small_square__.png new file mode 100644 index 000000000..6214f657b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..6214f657b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_default_rounded__.png new file mode 100644 index 000000000..54fd174e8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..54fd174e8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_default_square__.png new file mode 100644 index 000000000..211a6c68b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..211a6c68b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_small_rounded__.png new file mode 100644 index 000000000..8b594a5c0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..8b594a5c0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_small_square__.png new file mode 100644 index 000000000..689557cef Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..689557cef Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..c4c2daf64 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..c4c2daf64 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_default_square__.png new file mode 100644 index 000000000..00a7b5714 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..00a7b5714 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..3f19bf73b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..3f19bf73b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_small_square__.png new file mode 100644 index 000000000..fcce58a16 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..fcce58a16 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_default_rounded__.png new file mode 100644 index 000000000..a3dc7d94f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..a3dc7d94f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_default_square__.png new file mode 100644 index 000000000..c43c2f1b4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..c43c2f1b4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_small_rounded__.png new file mode 100644 index 000000000..fe5509fa6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..fe5509fa6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_small_square__.png new file mode 100644 index 000000000..082355bad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..082355bad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_default_rounded__.png new file mode 100644 index 000000000..4ffb2b81e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..4ffb2b81e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_default_square__.png new file mode 100644 index 000000000..715fe5c95 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..715fe5c95 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_small_rounded__.png new file mode 100644 index 000000000..76c31ee7f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..76c31ee7f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_small_square__.png new file mode 100644 index 000000000..fc216ba99 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..fc216ba99 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndBullet_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..7578c2538 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..8a54571bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_default_square__.png new file mode 100644 index 000000000..d6ecef62e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..0f198616c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..073eae995 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..020ba0960 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_small_square__.png new file mode 100644 index 000000000..e098536b1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..6bcbcade8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..9609fbb88 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..c82019cfb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..133813bd6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..52ad780df Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..0266c0955 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..e92fe2684 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..996949987 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..5d1048aec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..5f5163c96 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..e1114d720 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_default_square__.png new file mode 100644 index 000000000..d123ef894 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..60c079ca3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..d7e69ee01 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..11ff51a2c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_small_square__.png new file mode 100644 index 000000000..5de32c286 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..b3b54df1d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..601a7486b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..0fdb2d078 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_default_square__.png new file mode 100644 index 000000000..98d63eeee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..0bf75f272 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..69b0c2f65 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..d7a65f570 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_small_square__.png new file mode 100644 index 000000000..f1907393a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..f7089f9ad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..034716953 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..065ee8cc3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..b26fc5cee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..ee29804bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..c509ce29b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..11c866faf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..1bff65133 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..26c871e18 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..c0ce9a6e1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..40b9ae051 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_default_square__.png new file mode 100644 index 000000000..d634e1bf5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..26d429217 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..e8c114f90 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..84f5a87a2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_small_square__.png new file mode 100644 index 000000000..d7dfa820a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..163330893 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..06756446c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..b52b580bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_default_square__.png new file mode 100644 index 000000000..55dbb6ee7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..99fdad2a2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..3152edd87 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..645d7eb30 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_small_square__.png new file mode 100644 index 000000000..3053306bc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..1585db82a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_default_rounded__.png new file mode 100644 index 000000000..e890c636e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..c31044660 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_default_square__.png new file mode 100644 index 000000000..3b1e82d3d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..86c5827b7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_small_rounded__.png new file mode 100644 index 000000000..f0e060a14 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..6574f2f04 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_small_square__.png new file mode 100644 index 000000000..7078817d9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..fae6d1ea2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..9609fbb88 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..c82019cfb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_default_square__.png new file mode 100644 index 000000000..133813bd6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..52ad780df Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..0266c0955 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..e92fe2684 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_small_square__.png new file mode 100644 index 000000000..996949987 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..5d1048aec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_default_rounded__.png new file mode 100644 index 000000000..19d016b6c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..cf2fc33e8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_default_square__.png new file mode 100644 index 000000000..3fe0fbb6c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..fcae52466 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_small_rounded__.png new file mode 100644 index 000000000..efc895f3a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..07980f8fb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_small_square__.png new file mode 100644 index 000000000..8bd59a042 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..1e4b92c19 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_default_rounded__.png new file mode 100644 index 000000000..9070c3e52 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..120eb013c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_default_square__.png new file mode 100644 index 000000000..ccf31dc9b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..c8f5d2fd7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_small_rounded__.png new file mode 100644 index 000000000..59ea17eb0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..ebf44232d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_small_square__.png new file mode 100644 index 000000000..f1f1e69a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..46f1a47c6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..9eb98a676 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..012195926 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_default_square__.png new file mode 100644 index 000000000..8cd1546b6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..b50d7db9e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..926bdf19e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..373e29326 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_small_square__.png new file mode 100644 index 000000000..9bd2a764d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..caf37728a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_default_rounded__.png new file mode 100644 index 000000000..9fb6c3c7d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..b09646de7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_default_square__.png new file mode 100644 index 000000000..a3c13824d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..eafffedea Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_small_rounded__.png new file mode 100644 index 000000000..43f1d577d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..46efd796c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_small_square__.png new file mode 100644 index 000000000..779718edc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..a6b587002 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_default_rounded__.png new file mode 100644 index 000000000..01628cb44 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..099d754d8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_default_square__.png new file mode 100644 index 000000000..ee897b0c3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..2243edd1e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_small_rounded__.png new file mode 100644 index 000000000..7608c92ff Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..bb51e9646 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_small_square__.png new file mode 100644 index 000000000..42ba1d2b7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..9cf6122bc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textAndIcon_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..a9acb9bc8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..a9acb9bc8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_default_square__.png new file mode 100644 index 000000000..a4ced39a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..a4ced39a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..39a7004e2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..39a7004e2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_small_square__.png new file mode 100644 index 000000000..170694b75 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..170694b75 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..df9478f81 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..df9478f81 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..a900bae02 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..a900bae02 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..2fff91fb4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..2fff91fb4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..0d56d3718 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..0d56d3718 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..1d6d4df34 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..1d6d4df34 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_default_square__.png new file mode 100644 index 000000000..65f2eb8b1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..65f2eb8b1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..b96d30554 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..b96d30554 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_small_square__.png new file mode 100644 index 000000000..1385316a1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..1385316a1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..a93bb881b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..a93bb881b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_default_square__.png new file mode 100644 index 000000000..f9eea000c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..f9eea000c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..f09641de2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..f09641de2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_small_square__.png new file mode 100644 index 000000000..d637d3a36 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..d637d3a36 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..ab3174478 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..ab3174478 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..17d9f50c5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..17d9f50c5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..c84f3b190 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..c84f3b190 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..b3dd161f2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..b3dd161f2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..5b0ea7225 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..5b0ea7225 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_default_square__.png new file mode 100644 index 000000000..b512d1a60 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..b512d1a60 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..6ca49d663 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..6ca49d663 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_small_square__.png new file mode 100644 index 000000000..6d40735f1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..6d40735f1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..53799e855 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..53799e855 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_default_square__.png new file mode 100644 index 000000000..59ff4f6e4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..59ff4f6e4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..41c84244a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..41c84244a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_small_square__.png new file mode 100644 index 000000000..30426112a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..30426112a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_default_rounded__.png new file mode 100644 index 000000000..707e91cf4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..707e91cf4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_default_square__.png new file mode 100644 index 000000000..13af7c0b4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..13af7c0b4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_small_rounded__.png new file mode 100644 index 000000000..13fee3aee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..13fee3aee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_small_square__.png new file mode 100644 index 000000000..632da90a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..632da90a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..df9478f81 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..df9478f81 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_default_square__.png new file mode 100644 index 000000000..a900bae02 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..a900bae02 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..2fff91fb4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..2fff91fb4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_small_square__.png new file mode 100644 index 000000000..0d56d3718 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..0d56d3718 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_default_rounded__.png new file mode 100644 index 000000000..ba40dc8c1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..ba40dc8c1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_default_square__.png new file mode 100644 index 000000000..964a655e3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..964a655e3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_small_rounded__.png new file mode 100644 index 000000000..5067eb6bb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..5067eb6bb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_small_square__.png new file mode 100644 index 000000000..4d825b176 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..4d825b176 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_default_rounded__.png new file mode 100644 index 000000000..a72241218 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..a72241218 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_default_square__.png new file mode 100644 index 000000000..9e28e2a2c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..9e28e2a2c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_small_rounded__.png new file mode 100644 index 000000000..85f071248 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..85f071248 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_small_square__.png new file mode 100644 index 000000000..dab98c0db Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..dab98c0db Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..8650de814 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..8650de814 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_default_square__.png new file mode 100644 index 000000000..aa45064a2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..aa45064a2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..da5bd14b0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..da5bd14b0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_small_square__.png new file mode 100644 index 000000000..5d4e225ee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..5d4e225ee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_default_rounded__.png new file mode 100644 index 000000000..3d37e7727 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..3d37e7727 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_default_square__.png new file mode 100644 index 000000000..ba88661d6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..ba88661d6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_small_rounded__.png new file mode 100644 index 000000000..c9affe03a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..c9affe03a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_small_square__.png new file mode 100644 index 000000000..1d1707b87 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..1d1707b87 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_default_rounded__.png new file mode 100644 index 000000000..3b4bc1992 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..3b4bc1992 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_default_square__.png new file mode 100644 index 000000000..f983dd0e1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..f983dd0e1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_small_rounded__.png new file mode 100644 index 000000000..21f99cbd6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..21f99cbd6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_small_square__.png new file mode 100644 index 000000000..283c0182d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..283c0182d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Dark.textOnlyLayout_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..d9747af52 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..d9747af52 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_default_square__.png new file mode 100644 index 000000000..2ce66cc04 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..2ce66cc04 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..e139cefa2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..e139cefa2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_small_square__.png new file mode 100644 index 000000000..77980c3fd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..77980c3fd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..eba29bde1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..eba29bde1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..8f18b6be6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..8f18b6be6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..2fe274ce3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..2fe274ce3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..670419e51 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..670419e51 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..415bd1035 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..415bd1035 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_default_square__.png new file mode 100644 index 000000000..f022a6adb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..f022a6adb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..2a81cfe8e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..2a81cfe8e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_small_square__.png new file mode 100644 index 000000000..ad0857e70 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..ad0857e70 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..cc2d2f464 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..cc2d2f464 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_default_square__.png new file mode 100644 index 000000000..819529c92 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..819529c92 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..4fc7ffc5d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..4fc7ffc5d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_small_square__.png new file mode 100644 index 000000000..8274a1757 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..8274a1757 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..2319eb699 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..2319eb699 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..f3c34ed89 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..f3c34ed89 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..6458baeee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..6458baeee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..036974024 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..036974024 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..cbb27e9a9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..cbb27e9a9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_default_square__.png new file mode 100644 index 000000000..6776266ce Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..6776266ce Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..31f18f2e4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..31f18f2e4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_small_square__.png new file mode 100644 index 000000000..35d4048f4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..35d4048f4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..0f27488bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..0f27488bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_default_square__.png new file mode 100644 index 000000000..6b352234c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..6b352234c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..489d75d90 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..489d75d90 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_small_square__.png new file mode 100644 index 000000000..a56539872 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..a56539872 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_default_rounded__.png new file mode 100644 index 000000000..e79facf61 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..e79facf61 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_default_square__.png new file mode 100644 index 000000000..83848a0f0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..83848a0f0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_small_rounded__.png new file mode 100644 index 000000000..98d1e8bc6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..98d1e8bc6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_small_square__.png new file mode 100644 index 000000000..150814be5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..150814be5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..eba29bde1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..eba29bde1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_default_square__.png new file mode 100644 index 000000000..8f18b6be6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..8f18b6be6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..2fe274ce3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..2fe274ce3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_small_square__.png new file mode 100644 index 000000000..670419e51 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..670419e51 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_default_rounded__.png new file mode 100644 index 000000000..4c54b70ab Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..4c54b70ab Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_default_square__.png new file mode 100644 index 000000000..2c268ff24 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..2c268ff24 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_small_rounded__.png new file mode 100644 index 000000000..a85f0e000 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..a85f0e000 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_small_square__.png new file mode 100644 index 000000000..eea86375d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..eea86375d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_default_rounded__.png new file mode 100644 index 000000000..d32bc3b03 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..d32bc3b03 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_default_square__.png new file mode 100644 index 000000000..1886ff375 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..1886ff375 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_small_rounded__.png new file mode 100644 index 000000000..099529560 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..099529560 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_small_square__.png new file mode 100644 index 000000000..9e465ad7f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..9e465ad7f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..32767a249 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..32767a249 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_default_square__.png new file mode 100644 index 000000000..ad355fcf9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..ad355fcf9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..3ef5ef6e6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..3ef5ef6e6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_small_square__.png new file mode 100644 index 000000000..56d1c1bba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..56d1c1bba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_default_rounded__.png new file mode 100644 index 000000000..39ba07397 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..39ba07397 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_default_square__.png new file mode 100644 index 000000000..f23209467 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..f23209467 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_small_rounded__.png new file mode 100644 index 000000000..8de35950f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..8de35950f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_small_square__.png new file mode 100644 index 000000000..6aae649b3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..6aae649b3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_default_rounded__.png new file mode 100644 index 000000000..186a0d975 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..186a0d975 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_default_square__.png new file mode 100644 index 000000000..9ddeac4c3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..9ddeac4c3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_small_rounded__.png new file mode 100644 index 000000000..3a78273ba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..3a78273ba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_small_square__.png new file mode 100644 index 000000000..32bd601a9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..32bd601a9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndBullet_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..f71e5aa55 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..8c08bd6a5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_default_square__.png new file mode 100644 index 000000000..42d69596d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..aaefa62b5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..0209b3f76 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..c8b1e6719 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_small_square__.png new file mode 100644 index 000000000..22962572c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..f93e2da1d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..fff861af9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..119197163 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..23ecc0dfd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..2d639d560 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..e3289a1de Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..74934e929 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..9b529bec5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..6b276179d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..b31940dcd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..8166b930d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_default_square__.png new file mode 100644 index 000000000..9f9d67210 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..2ecc89568 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..5f3ba4301 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..e69fcb33a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_small_square__.png new file mode 100644 index 000000000..356963f7f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..dfe7ada1f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..f23945321 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..805368b2f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_default_square__.png new file mode 100644 index 000000000..544c6f540 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..2766cc09d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..68ae278b9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..6e2208246 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_small_square__.png new file mode 100644 index 000000000..147e7e9c2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..04b1ebd26 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..def614e13 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..d9aebfbd1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..870ff4a3f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..b2e56058c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..0ed60cc0f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..81481fc45 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..cdd62d1dc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..bc2e84800 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..dec074b54 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..b620479de Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_default_square__.png new file mode 100644 index 000000000..65b46cf66 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..231cf1613 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..2a04add6f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..3be60f721 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_small_square__.png new file mode 100644 index 000000000..f2abd19c8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..b4b531e86 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..5550df7ca Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..ae81473a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_default_square__.png new file mode 100644 index 000000000..bc2285876 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..9e9b021cf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..4ad13da5b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..d160ec523 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_small_square__.png new file mode 100644 index 000000000..8b45c3007 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..2b38994e7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_default_rounded__.png new file mode 100644 index 000000000..c334d3f43 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..f97ccec7a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_default_square__.png new file mode 100644 index 000000000..d88ec49c2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..cd1d8217b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_small_rounded__.png new file mode 100644 index 000000000..1e1a46d81 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..bf2c7022d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_small_square__.png new file mode 100644 index 000000000..4f2e46789 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..3ea0133b5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..fff861af9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..119197163 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_default_square__.png new file mode 100644 index 000000000..23ecc0dfd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..2d639d560 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..e3289a1de Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..74934e929 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_small_square__.png new file mode 100644 index 000000000..9b529bec5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..6b276179d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_default_rounded__.png new file mode 100644 index 000000000..3edd046bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..bc0fe448c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_default_square__.png new file mode 100644 index 000000000..9c3ce1357 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..a0ce61845 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_small_rounded__.png new file mode 100644 index 000000000..3c8bac88d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..ad47fb7b0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_small_square__.png new file mode 100644 index 000000000..d30d17454 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..e84644965 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_default_rounded__.png new file mode 100644 index 000000000..4ad1467f6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..8b737c5e0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_default_square__.png new file mode 100644 index 000000000..da2ace109 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..d24c7ef04 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_small_rounded__.png new file mode 100644 index 000000000..5ebc9e6b2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..f13780ced Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_small_square__.png new file mode 100644 index 000000000..27072dcd2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..d0be9c22d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..cd7451573 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..eccaa0623 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_default_square__.png new file mode 100644 index 000000000..3cbd1a9f9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..ae958eb23 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..7ab118947 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..a71fc24ab Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_small_square__.png new file mode 100644 index 000000000..8d321d949 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..c4b180899 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_default_rounded__.png new file mode 100644 index 000000000..909e6eb6b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..fcd4c0026 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_default_square__.png new file mode 100644 index 000000000..b24a20902 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..2d54a6083 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_small_rounded__.png new file mode 100644 index 000000000..67107516d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..e72f522ff Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_small_square__.png new file mode 100644 index 000000000..ea7bd13bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..a69c9f291 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_default_rounded__.png new file mode 100644 index 000000000..db3ef0072 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..5bb999acd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_default_square__.png new file mode 100644 index 000000000..042b43f92 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..b6ab033a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_small_rounded__.png new file mode 100644 index 000000000..fa6e807fa Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..3ec0a95e6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_small_square__.png new file mode 100644 index 000000000..915c72856 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..49e42978f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textAndIcon_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..153eae719 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..153eae719 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_default_square__.png new file mode 100644 index 000000000..dd170394a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..dd170394a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..7a880c0f2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..7a880c0f2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_small_square__.png new file mode 100644 index 000000000..42d8ab248 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..42d8ab248 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..8bf748ce8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..8bf748ce8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..e038d8b0e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..e038d8b0e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..0d79a3f7a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..0d79a3f7a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..e56fe180e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..e56fe180e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..91802b652 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..91802b652 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_default_square__.png new file mode 100644 index 000000000..56d491d2f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..56d491d2f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..5e4e834e1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..5e4e834e1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_small_square__.png new file mode 100644 index 000000000..f59c1f727 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..f59c1f727 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..222b4a962 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..222b4a962 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_default_square__.png new file mode 100644 index 000000000..6a4515a52 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..6a4515a52 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..dc1ea7c0a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..dc1ea7c0a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_small_square__.png new file mode 100644 index 000000000..cb3d0fe4c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..cb3d0fe4c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..5af27da9b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..5af27da9b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..cb66fc4f1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..cb66fc4f1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..6d76a2a45 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..6d76a2a45 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..7487ad563 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..7487ad563 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..eb824e8a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..eb824e8a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_default_square__.png new file mode 100644 index 000000000..f64154a18 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..f64154a18 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..a7ba589ec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..a7ba589ec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_small_square__.png new file mode 100644 index 000000000..896dc6cdf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..896dc6cdf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..d5788439f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..d5788439f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_default_square__.png new file mode 100644 index 000000000..6a2744684 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..6a2744684 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..3275beaf6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..3275beaf6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_small_square__.png new file mode 100644 index 000000000..d67e347a4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..d67e347a4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_default_rounded__.png new file mode 100644 index 000000000..506770db2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..506770db2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_default_square__.png new file mode 100644 index 000000000..b86f6fe7a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..b86f6fe7a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_small_rounded__.png new file mode 100644 index 000000000..ad0f9622e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..ad0f9622e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_small_square__.png new file mode 100644 index 000000000..e1fdce26f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..e1fdce26f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..8bf748ce8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..8bf748ce8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_default_square__.png new file mode 100644 index 000000000..e038d8b0e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..e038d8b0e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..0d79a3f7a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..0d79a3f7a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_small_square__.png new file mode 100644 index 000000000..e56fe180e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..e56fe180e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_default_rounded__.png new file mode 100644 index 000000000..17c22ad29 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..17c22ad29 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_default_square__.png new file mode 100644 index 000000000..5bc410e6d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..5bc410e6d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_small_rounded__.png new file mode 100644 index 000000000..f76a6ee89 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..f76a6ee89 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_small_square__.png new file mode 100644 index 000000000..c591e0260 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..c591e0260 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_default_rounded__.png new file mode 100644 index 000000000..fd1d1d8e8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..fd1d1d8e8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_default_square__.png new file mode 100644 index 000000000..5e65dd4cb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..5e65dd4cb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_small_rounded__.png new file mode 100644 index 000000000..a759f36e4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..a759f36e4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_small_square__.png new file mode 100644 index 000000000..52f0ea431 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..52f0ea431 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..5773e6cac Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..5773e6cac Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_default_square__.png new file mode 100644 index 000000000..1b2e7d6ff Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..1b2e7d6ff Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..c0465a31c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..c0465a31c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_small_square__.png new file mode 100644 index 000000000..cc713935c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..cc713935c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_default_rounded__.png new file mode 100644 index 000000000..6231e0d47 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..6231e0d47 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_default_square__.png new file mode 100644 index 000000000..49ab2a4f1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..49ab2a4f1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_small_rounded__.png new file mode 100644 index 000000000..2b3c0dc9e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..2b3c0dc9e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_small_square__.png new file mode 100644 index 000000000..c071fd8f9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..c071fd8f9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_default_rounded__.png new file mode 100644 index 000000000..54fd59210 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..54fd59210 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_default_square__.png new file mode 100644 index 000000000..8d0bf2cf8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..8d0bf2cf8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_small_rounded__.png new file mode 100644 index 000000000..362102250 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..362102250 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_small_square__.png new file mode 100644 index 000000000..3136ae418 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..3136ae418 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_Orange-InverseTheme_Light.textOnlyLayout_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..9c39bba81 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..9c39bba81 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_default_square__.png new file mode 100644 index 000000000..bfbde34f2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..bfbde34f2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..0e8316721 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..0e8316721 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_small_square__.png new file mode 100644 index 000000000..7e9fb8c48 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..7e9fb8c48 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..6cb9eeab0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..6cb9eeab0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..b09d4e4bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..b09d4e4bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..f054b41b0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..f054b41b0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..a21a40ee7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..a21a40ee7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..5807d127c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..5807d127c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_default_square__.png new file mode 100644 index 000000000..c5d3f79ec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..c5d3f79ec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..9542db638 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..9542db638 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_small_square__.png new file mode 100644 index 000000000..cb1b7ad92 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..cb1b7ad92 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..4be273c6b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..4be273c6b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_default_square__.png new file mode 100644 index 000000000..3191c5d85 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..3191c5d85 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..1d00da5bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..1d00da5bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_small_square__.png new file mode 100644 index 000000000..ca75df607 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..ca75df607 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..951ee1ce3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..951ee1ce3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..1a83791f3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..1a83791f3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..6b51aece9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..6b51aece9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..4efb9a248 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..4efb9a248 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..0b1adc632 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..0b1adc632 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_default_square__.png new file mode 100644 index 000000000..ca098bd09 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..ca098bd09 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..a71875089 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..a71875089 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_small_square__.png new file mode 100644 index 000000000..47b118fcd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..47b118fcd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..dca611bb8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..dca611bb8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_default_square__.png new file mode 100644 index 000000000..8ea80d06d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..8ea80d06d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..1bd0dbb34 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..1bd0dbb34 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_small_square__.png new file mode 100644 index 000000000..051e3a711 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..051e3a711 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_default_rounded__.png new file mode 100644 index 000000000..a7c2d0b82 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..a7c2d0b82 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_default_square__.png new file mode 100644 index 000000000..d392e5e40 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..d392e5e40 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_small_rounded__.png new file mode 100644 index 000000000..41092a09b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..41092a09b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_small_square__.png new file mode 100644 index 000000000..05bc68aec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..05bc68aec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..6cb9eeab0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..6cb9eeab0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_default_square__.png new file mode 100644 index 000000000..b09d4e4bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..b09d4e4bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..f054b41b0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..f054b41b0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_small_square__.png new file mode 100644 index 000000000..a21a40ee7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..a21a40ee7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_default_rounded__.png new file mode 100644 index 000000000..5207fd0c4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..5207fd0c4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_default_square__.png new file mode 100644 index 000000000..c864081c9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..c864081c9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_small_rounded__.png new file mode 100644 index 000000000..647965994 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..647965994 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_small_square__.png new file mode 100644 index 000000000..6214f657b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..6214f657b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_default_rounded__.png new file mode 100644 index 000000000..54fd174e8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..54fd174e8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_default_square__.png new file mode 100644 index 000000000..211a6c68b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..211a6c68b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_small_rounded__.png new file mode 100644 index 000000000..8b594a5c0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..8b594a5c0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_small_square__.png new file mode 100644 index 000000000..689557cef Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..689557cef Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..c4c2daf64 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..c4c2daf64 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_default_square__.png new file mode 100644 index 000000000..00a7b5714 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..00a7b5714 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..3f19bf73b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..3f19bf73b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_small_square__.png new file mode 100644 index 000000000..fcce58a16 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..fcce58a16 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_default_rounded__.png new file mode 100644 index 000000000..a3dc7d94f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..a3dc7d94f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_default_square__.png new file mode 100644 index 000000000..c43c2f1b4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..c43c2f1b4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_small_rounded__.png new file mode 100644 index 000000000..fe5509fa6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..fe5509fa6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_small_square__.png new file mode 100644 index 000000000..082355bad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..082355bad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_default_rounded__.png new file mode 100644 index 000000000..4ffb2b81e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..4ffb2b81e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_default_square__.png new file mode 100644 index 000000000..715fe5c95 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..715fe5c95 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_small_rounded__.png new file mode 100644 index 000000000..76c31ee7f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..76c31ee7f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_small_square__.png new file mode 100644 index 000000000..fc216ba99 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..fc216ba99 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndBullet_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..7578c2538 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..8a54571bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_default_square__.png new file mode 100644 index 000000000..d6ecef62e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..0f198616c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..073eae995 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..020ba0960 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_small_square__.png new file mode 100644 index 000000000..e098536b1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..6bcbcade8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..9609fbb88 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..c82019cfb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..133813bd6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..52ad780df Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..0266c0955 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..e92fe2684 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..996949987 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..5d1048aec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..5f5163c96 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..e1114d720 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_default_square__.png new file mode 100644 index 000000000..d123ef894 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..60c079ca3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..d7e69ee01 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..11ff51a2c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_small_square__.png new file mode 100644 index 000000000..5de32c286 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..b3b54df1d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..601a7486b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..0fdb2d078 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_default_square__.png new file mode 100644 index 000000000..98d63eeee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..0bf75f272 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..69b0c2f65 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..d7a65f570 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_small_square__.png new file mode 100644 index 000000000..f1907393a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..f7089f9ad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..034716953 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..065ee8cc3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..b26fc5cee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..ee29804bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..c509ce29b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..11c866faf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..1bff65133 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..26c871e18 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..c0ce9a6e1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..40b9ae051 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_default_square__.png new file mode 100644 index 000000000..d634e1bf5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..26d429217 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..e8c114f90 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..84f5a87a2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_small_square__.png new file mode 100644 index 000000000..d7dfa820a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..163330893 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..06756446c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..b52b580bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_default_square__.png new file mode 100644 index 000000000..55dbb6ee7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..99fdad2a2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..3152edd87 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..645d7eb30 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_small_square__.png new file mode 100644 index 000000000..3053306bc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..1585db82a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_default_rounded__.png new file mode 100644 index 000000000..e890c636e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..c31044660 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_default_square__.png new file mode 100644 index 000000000..3b1e82d3d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..86c5827b7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_small_rounded__.png new file mode 100644 index 000000000..f0e060a14 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..6574f2f04 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_small_square__.png new file mode 100644 index 000000000..7078817d9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..fae6d1ea2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..9609fbb88 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..c82019cfb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_default_square__.png new file mode 100644 index 000000000..133813bd6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..52ad780df Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..0266c0955 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..e92fe2684 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_small_square__.png new file mode 100644 index 000000000..996949987 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..5d1048aec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_default_rounded__.png new file mode 100644 index 000000000..19d016b6c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..cf2fc33e8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_default_square__.png new file mode 100644 index 000000000..3fe0fbb6c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..fcae52466 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_small_rounded__.png new file mode 100644 index 000000000..efc895f3a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..07980f8fb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_small_square__.png new file mode 100644 index 000000000..8bd59a042 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..1e4b92c19 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_default_rounded__.png new file mode 100644 index 000000000..9070c3e52 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..120eb013c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_default_square__.png new file mode 100644 index 000000000..ccf31dc9b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..c8f5d2fd7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_small_rounded__.png new file mode 100644 index 000000000..59ea17eb0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..ebf44232d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_small_square__.png new file mode 100644 index 000000000..f1f1e69a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..46f1a47c6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..9eb98a676 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..012195926 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_default_square__.png new file mode 100644 index 000000000..8cd1546b6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..b50d7db9e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..926bdf19e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..373e29326 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_small_square__.png new file mode 100644 index 000000000..9bd2a764d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..caf37728a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_default_rounded__.png new file mode 100644 index 000000000..9fb6c3c7d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..b09646de7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_default_square__.png new file mode 100644 index 000000000..a3c13824d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..eafffedea Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_small_rounded__.png new file mode 100644 index 000000000..43f1d577d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..46efd796c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_small_square__.png new file mode 100644 index 000000000..779718edc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..a6b587002 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_default_rounded__.png new file mode 100644 index 000000000..01628cb44 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..099d754d8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_default_square__.png new file mode 100644 index 000000000..ee897b0c3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..2243edd1e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_small_rounded__.png new file mode 100644 index 000000000..7608c92ff Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..bb51e9646 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_small_square__.png new file mode 100644 index 000000000..42ba1d2b7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..9cf6122bc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textAndIcon_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..a9acb9bc8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..a9acb9bc8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_default_square__.png new file mode 100644 index 000000000..a4ced39a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..a4ced39a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..39a7004e2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..39a7004e2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_small_square__.png new file mode 100644 index 000000000..170694b75 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..170694b75 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..df9478f81 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..df9478f81 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..a900bae02 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..a900bae02 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..2fff91fb4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..2fff91fb4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..0d56d3718 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..0d56d3718 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..1d6d4df34 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..1d6d4df34 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_default_square__.png new file mode 100644 index 000000000..65f2eb8b1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..65f2eb8b1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..b96d30554 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..b96d30554 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_small_square__.png new file mode 100644 index 000000000..1385316a1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..1385316a1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..a93bb881b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..a93bb881b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_default_square__.png new file mode 100644 index 000000000..f9eea000c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..f9eea000c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..f09641de2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..f09641de2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_small_square__.png new file mode 100644 index 000000000..d637d3a36 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..d637d3a36 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..ab3174478 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..ab3174478 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..17d9f50c5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..17d9f50c5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..c84f3b190 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..c84f3b190 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..b3dd161f2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..b3dd161f2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..5b0ea7225 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..5b0ea7225 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_default_square__.png new file mode 100644 index 000000000..b512d1a60 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..b512d1a60 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..6ca49d663 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..6ca49d663 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_small_square__.png new file mode 100644 index 000000000..6d40735f1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..6d40735f1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..53799e855 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..53799e855 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_default_square__.png new file mode 100644 index 000000000..59ff4f6e4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..59ff4f6e4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..41c84244a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..41c84244a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_small_square__.png new file mode 100644 index 000000000..30426112a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..30426112a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_default_rounded__.png new file mode 100644 index 000000000..707e91cf4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..707e91cf4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_default_square__.png new file mode 100644 index 000000000..13af7c0b4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..13af7c0b4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_small_rounded__.png new file mode 100644 index 000000000..13fee3aee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..13fee3aee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_small_square__.png new file mode 100644 index 000000000..632da90a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..632da90a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..df9478f81 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..df9478f81 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_default_square__.png new file mode 100644 index 000000000..a900bae02 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..a900bae02 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..2fff91fb4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..2fff91fb4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_small_square__.png new file mode 100644 index 000000000..0d56d3718 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..0d56d3718 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_default_rounded__.png new file mode 100644 index 000000000..ba40dc8c1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..ba40dc8c1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_default_square__.png new file mode 100644 index 000000000..964a655e3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..964a655e3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_small_rounded__.png new file mode 100644 index 000000000..5067eb6bb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..5067eb6bb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_small_square__.png new file mode 100644 index 000000000..4d825b176 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..4d825b176 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_default_rounded__.png new file mode 100644 index 000000000..a72241218 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..a72241218 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_default_square__.png new file mode 100644 index 000000000..9e28e2a2c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..9e28e2a2c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_small_rounded__.png new file mode 100644 index 000000000..85f071248 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..85f071248 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_small_square__.png new file mode 100644 index 000000000..dab98c0db Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..dab98c0db Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..8650de814 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..8650de814 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_default_square__.png new file mode 100644 index 000000000..aa45064a2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..aa45064a2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..da5bd14b0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..da5bd14b0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_small_square__.png new file mode 100644 index 000000000..5d4e225ee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..5d4e225ee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_default_rounded__.png new file mode 100644 index 000000000..3d37e7727 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..3d37e7727 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_default_square__.png new file mode 100644 index 000000000..ba88661d6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..ba88661d6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_small_rounded__.png new file mode 100644 index 000000000..c9affe03a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..c9affe03a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_small_square__.png new file mode 100644 index 000000000..1d1707b87 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..1d1707b87 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_default_rounded__.png new file mode 100644 index 000000000..3b4bc1992 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..3b4bc1992 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_default_square__.png new file mode 100644 index 000000000..f983dd0e1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..f983dd0e1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_small_rounded__.png new file mode 100644 index 000000000..21f99cbd6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..21f99cbd6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_small_square__.png new file mode 100644 index 000000000..283c0182d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..283c0182d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Dark.textOnlyLayout_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..7c290580c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..7c290580c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_default_square__.png new file mode 100644 index 000000000..500a52330 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..500a52330 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..5c6049913 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..5c6049913 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_small_square__.png new file mode 100644 index 000000000..fd64cada6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..fd64cada6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..23f751bb7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..23f751bb7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..fbb2f11a9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..fbb2f11a9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..7efb8d32b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..7efb8d32b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..a243c767d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..a243c767d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..0ab43d0bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..0ab43d0bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_default_square__.png new file mode 100644 index 000000000..bc52aa29e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..bc52aa29e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..8f5ad1fab Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..8f5ad1fab Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_small_square__.png new file mode 100644 index 000000000..543b09931 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..543b09931 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..53a1edb52 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..53a1edb52 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_default_square__.png new file mode 100644 index 000000000..a5692ff14 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..a5692ff14 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..4c10a8016 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..4c10a8016 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_small_square__.png new file mode 100644 index 000000000..8d65a0321 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..8d65a0321 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..b6f64a131 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..b6f64a131 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..6b7afb577 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..6b7afb577 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..e03176aa9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..e03176aa9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..de74e8c9c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..de74e8c9c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..7471aee17 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..7471aee17 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_default_square__.png new file mode 100644 index 000000000..ed91d95fd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..ed91d95fd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..0b893490d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..0b893490d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_small_square__.png new file mode 100644 index 000000000..5b7e27285 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..5b7e27285 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..208388fbd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..208388fbd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_default_square__.png new file mode 100644 index 000000000..4eb18c75a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..4eb18c75a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..432292f7a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..432292f7a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_small_square__.png new file mode 100644 index 000000000..89312612b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..89312612b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_default_rounded__.png new file mode 100644 index 000000000..4cf243c4c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..4cf243c4c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_default_square__.png new file mode 100644 index 000000000..9dbf8d6d7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..9dbf8d6d7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_small_rounded__.png new file mode 100644 index 000000000..7fe0cea51 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..7fe0cea51 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_small_square__.png new file mode 100644 index 000000000..5c3a36ec4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..5c3a36ec4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..23f751bb7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..23f751bb7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_default_square__.png new file mode 100644 index 000000000..fbb2f11a9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..fbb2f11a9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..7efb8d32b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..7efb8d32b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_small_square__.png new file mode 100644 index 000000000..a243c767d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..a243c767d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_default_rounded__.png new file mode 100644 index 000000000..3b2b13dd5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..3b2b13dd5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_default_square__.png new file mode 100644 index 000000000..7b9388ee2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..7b9388ee2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_small_rounded__.png new file mode 100644 index 000000000..69ff57925 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..69ff57925 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_small_square__.png new file mode 100644 index 000000000..84655d726 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..84655d726 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_default_rounded__.png new file mode 100644 index 000000000..33bf98bea Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..33bf98bea Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_default_square__.png new file mode 100644 index 000000000..b7e62a4f5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..b7e62a4f5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_small_rounded__.png new file mode 100644 index 000000000..074226557 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..074226557 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_small_square__.png new file mode 100644 index 000000000..c95716ca2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..c95716ca2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..cb8ad490d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..cb8ad490d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_default_square__.png new file mode 100644 index 000000000..1a037db54 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..1a037db54 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..85ce659fc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..85ce659fc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_small_square__.png new file mode 100644 index 000000000..aa9879196 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..aa9879196 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_default_rounded__.png new file mode 100644 index 000000000..5bc4ae60e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..5bc4ae60e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_default_square__.png new file mode 100644 index 000000000..ff5736260 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..ff5736260 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_small_rounded__.png new file mode 100644 index 000000000..a028600fa Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..a028600fa Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_small_square__.png new file mode 100644 index 000000000..eba12dd47 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..eba12dd47 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_default_rounded__.png new file mode 100644 index 000000000..b56323938 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..b56323938 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_default_square__.png new file mode 100644 index 000000000..67b9b4011 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..67b9b4011 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_small_rounded__.png new file mode 100644 index 000000000..1989d0498 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..1989d0498 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_small_square__.png new file mode 100644 index 000000000..c340aa1c1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..c340aa1c1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndBullet_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..a1c156eb9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..0912633d1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_default_square__.png new file mode 100644 index 000000000..c1dc6b09c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..16160b083 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..a42bb0239 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..b06a6f93b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_small_square__.png new file mode 100644 index 000000000..deaf743e1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..c931dde76 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..27fd02aa2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..21996024d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..e8b077f07 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..06c67e404 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..64727adb7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..cfba19a51 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..e4c43d5ad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..e8c8698db Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..e5d34752a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..97254ee5a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_default_square__.png new file mode 100644 index 000000000..84f581534 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..bfdc7d81d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..debb5c14d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..81c04e1d0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_small_square__.png new file mode 100644 index 000000000..e693b64f3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..e6c5fd625 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..39f344f1e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..bc34fd192 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_default_square__.png new file mode 100644 index 000000000..f9005a00e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..dbbbcd074 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..d93a6cee2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..8f7d89649 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_small_square__.png new file mode 100644 index 000000000..ef9f620d5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..33e71314b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..a195ffa81 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..757474e10 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..29d43c0d0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..9dbf2b461 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..8089de704 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..c1151c70e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..757904cee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..5d6cdd822 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..995f8993b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..0c0486a4f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_default_square__.png new file mode 100644 index 000000000..53a439ed0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..70402762a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..cd58b4352 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..88261ba1b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_small_square__.png new file mode 100644 index 000000000..24b0a1622 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..55209ddb3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..e4aa88203 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..239f58e25 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_default_square__.png new file mode 100644 index 000000000..c01a77573 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..5bdd255e8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..01d80cda2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..a0affe569 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_small_square__.png new file mode 100644 index 000000000..560176166 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..98700b8b3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_default_rounded__.png new file mode 100644 index 000000000..caf4a14c9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..e148154b5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_default_square__.png new file mode 100644 index 000000000..1b1e05be1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..d189057e5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_small_rounded__.png new file mode 100644 index 000000000..eb380b7f9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..5f27f5f51 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_small_square__.png new file mode 100644 index 000000000..ef7e9ede1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..ab52ce2a9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..27fd02aa2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..21996024d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_default_square__.png new file mode 100644 index 000000000..e8b077f07 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..06c67e404 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..64727adb7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..cfba19a51 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_small_square__.png new file mode 100644 index 000000000..e4c43d5ad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..e8c8698db Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_default_rounded__.png new file mode 100644 index 000000000..2614974c8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..853088196 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_default_square__.png new file mode 100644 index 000000000..69d148d80 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..ddb3d00b3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_small_rounded__.png new file mode 100644 index 000000000..35a5bd7e8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..67f102efe Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_small_square__.png new file mode 100644 index 000000000..5ed274d15 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..43977225b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_default_rounded__.png new file mode 100644 index 000000000..be7fe891a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..c7f262dc1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_default_square__.png new file mode 100644 index 000000000..fa5234947 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..ced696083 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_small_rounded__.png new file mode 100644 index 000000000..e619d4f09 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..2d8ea780e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_small_square__.png new file mode 100644 index 000000000..ccc22dd81 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..de8a6d77a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..96bd76642 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..d17c4d019 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_default_square__.png new file mode 100644 index 000000000..9bb7225d2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..24d596df0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..b3d81ae38 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..bda7b106e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_small_square__.png new file mode 100644 index 000000000..765c6ed42 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..9f6f2d4e7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_default_rounded__.png new file mode 100644 index 000000000..1cf8b7238 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..63d0d239e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_default_square__.png new file mode 100644 index 000000000..578ac74da Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..9ea9b89f9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_small_rounded__.png new file mode 100644 index 000000000..7f674737f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..f48b32260 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_small_square__.png new file mode 100644 index 000000000..99a59a0ce Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..642246b66 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_default_rounded__.png new file mode 100644 index 000000000..479cdade7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..096a0e4a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_default_square__.png new file mode 100644 index 000000000..df728543f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..7ee60780b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_small_rounded__.png new file mode 100644 index 000000000..0816fb9a6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..786f2a0de Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_small_square__.png new file mode 100644 index 000000000..36db1b74e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..8147d9057 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textAndIcon_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..33621ac32 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..33621ac32 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_default_square__.png new file mode 100644 index 000000000..21dd93b7c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..21dd93b7c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..af69462b7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..af69462b7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_small_square__.png new file mode 100644 index 000000000..5318bdca9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..5318bdca9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..bb6a14013 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..bb6a14013 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..deaf32004 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..deaf32004 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..25a1acefe Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..25a1acefe Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..46f1ccd2f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..46f1ccd2f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..8025c4f95 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..8025c4f95 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_default_square__.png new file mode 100644 index 000000000..ea730221a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..ea730221a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..9bbdbf934 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..9bbdbf934 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_small_square__.png new file mode 100644 index 000000000..d9d225d0d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..d9d225d0d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..cabaf2636 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..cabaf2636 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_default_square__.png new file mode 100644 index 000000000..8d76b642e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..8d76b642e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..45bddab0c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..45bddab0c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_small_square__.png new file mode 100644 index 000000000..78cb0d8ba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..78cb0d8ba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..d0113a418 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..d0113a418 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..ace0e5e2e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..ace0e5e2e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..5b4896f28 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..5b4896f28 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..884363678 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..884363678 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..ca031bca1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..ca031bca1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_default_square__.png new file mode 100644 index 000000000..0f2ffff75 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..0f2ffff75 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..bf56ceb83 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..bf56ceb83 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_small_square__.png new file mode 100644 index 000000000..442762af5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..442762af5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..101a08c1d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..101a08c1d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_default_square__.png new file mode 100644 index 000000000..d8cba0cbe Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..d8cba0cbe Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..d44126402 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..d44126402 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_small_square__.png new file mode 100644 index 000000000..114ce5da9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..114ce5da9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_default_rounded__.png new file mode 100644 index 000000000..2cc008215 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..2cc008215 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_default_square__.png new file mode 100644 index 000000000..b3de65b96 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..b3de65b96 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_small_rounded__.png new file mode 100644 index 000000000..c82f5993c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..c82f5993c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_small_square__.png new file mode 100644 index 000000000..7e34ebddc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..7e34ebddc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..bb6a14013 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..bb6a14013 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_default_square__.png new file mode 100644 index 000000000..deaf32004 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..deaf32004 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..25a1acefe Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..25a1acefe Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_small_square__.png new file mode 100644 index 000000000..46f1ccd2f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..46f1ccd2f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_default_rounded__.png new file mode 100644 index 000000000..ed9a2c0f6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..ed9a2c0f6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_default_square__.png new file mode 100644 index 000000000..e54b7db33 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..e54b7db33 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_small_rounded__.png new file mode 100644 index 000000000..c2a1d1bea Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..c2a1d1bea Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_small_square__.png new file mode 100644 index 000000000..1efe285b8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..1efe285b8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_default_rounded__.png new file mode 100644 index 000000000..5625e2c89 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..5625e2c89 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_default_square__.png new file mode 100644 index 000000000..13e511514 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..13e511514 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_small_rounded__.png new file mode 100644 index 000000000..43b9dc1fd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..43b9dc1fd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_small_square__.png new file mode 100644 index 000000000..a9b9a3ac2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..a9b9a3ac2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..40bc13a9e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..40bc13a9e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_default_square__.png new file mode 100644 index 000000000..6e46cbe75 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..6e46cbe75 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..1e1f02b32 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..1e1f02b32 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_small_square__.png new file mode 100644 index 000000000..991ea64a1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..991ea64a1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_default_rounded__.png new file mode 100644 index 000000000..c53236542 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..c53236542 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_default_square__.png new file mode 100644 index 000000000..37b8bbe60 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..37b8bbe60 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_small_rounded__.png new file mode 100644 index 000000000..165d80121 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..165d80121 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_small_square__.png new file mode 100644 index 000000000..6867a621c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..6867a621c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_default_rounded__.png new file mode 100644 index 000000000..112c79f9b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..112c79f9b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_default_square__.png new file mode 100644 index 000000000..bd7f2526c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..bd7f2526c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_small_rounded__.png new file mode 100644 index 000000000..1ca296fec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..1ca296fec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_small_square__.png new file mode 100644 index 000000000..7622db7ac Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..7622db7ac Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_OrangeTheme_Light.textOnlyLayout_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..b12c43803 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..b12c43803 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_default_square__.png new file mode 100644 index 000000000..b5992fe9f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..b5992fe9f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..d942d4b56 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..d942d4b56 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_small_square__.png new file mode 100644 index 000000000..76b69be82 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..76b69be82 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..83ec8be5b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..83ec8be5b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..3b508cf8c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..3b508cf8c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..daa3224eb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..daa3224eb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..03cf8b0e5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..03cf8b0e5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..866c5cfdf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..866c5cfdf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_default_square__.png new file mode 100644 index 000000000..2a916a3cb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..2a916a3cb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..2828be579 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..2828be579 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_small_square__.png new file mode 100644 index 000000000..92253d724 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..92253d724 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..7ee4daa42 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..7ee4daa42 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_default_square__.png new file mode 100644 index 000000000..e10c6473f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..e10c6473f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..815c2d37c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..815c2d37c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_small_square__.png new file mode 100644 index 000000000..a239c69e7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..a239c69e7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..d2b7436e0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..d2b7436e0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..475d4c062 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..475d4c062 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..b537e7d77 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..b537e7d77 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..d8d583d38 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..d8d583d38 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..c24f3e12e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..c24f3e12e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_default_square__.png new file mode 100644 index 000000000..5204815d1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..5204815d1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..b219bd7d5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..b219bd7d5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_small_square__.png new file mode 100644 index 000000000..dd621590c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..dd621590c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..ccdfef845 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..ccdfef845 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_default_square__.png new file mode 100644 index 000000000..927455461 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..927455461 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..c1f9afde9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..c1f9afde9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_small_square__.png new file mode 100644 index 000000000..68ba4b55c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..68ba4b55c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_default_rounded__.png new file mode 100644 index 000000000..6ddb8cd68 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..6ddb8cd68 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_default_square__.png new file mode 100644 index 000000000..df0bf56ca Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..df0bf56ca Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_small_rounded__.png new file mode 100644 index 000000000..2533d729b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..2533d729b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_small_square__.png new file mode 100644 index 000000000..7f11fcea9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..7f11fcea9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..83ec8be5b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..83ec8be5b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_default_square__.png new file mode 100644 index 000000000..3b508cf8c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..3b508cf8c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..daa3224eb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..daa3224eb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_small_square__.png new file mode 100644 index 000000000..03cf8b0e5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..03cf8b0e5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_default_rounded__.png new file mode 100644 index 000000000..d37e02631 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..d37e02631 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_default_square__.png new file mode 100644 index 000000000..f088ccee1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..f088ccee1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_small_rounded__.png new file mode 100644 index 000000000..ecc7df8be Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..ecc7df8be Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_small_square__.png new file mode 100644 index 000000000..0ff917fa4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..0ff917fa4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_default_rounded__.png new file mode 100644 index 000000000..604179ccb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..604179ccb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_default_square__.png new file mode 100644 index 000000000..d5f4b76ba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..d5f4b76ba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_small_rounded__.png new file mode 100644 index 000000000..91fd2f30c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..91fd2f30c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_small_square__.png new file mode 100644 index 000000000..0afbd46fe Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..0afbd46fe Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..c811840a8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..c811840a8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_default_square__.png new file mode 100644 index 000000000..f5ab4437b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..f5ab4437b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..ab60635af Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..ab60635af Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_small_square__.png new file mode 100644 index 000000000..0bf4ce112 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..0bf4ce112 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_default_rounded__.png new file mode 100644 index 000000000..e3953010e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..e3953010e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_default_square__.png new file mode 100644 index 000000000..652ae5fce Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..652ae5fce Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_small_rounded__.png new file mode 100644 index 000000000..258bcb1c3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..258bcb1c3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_small_square__.png new file mode 100644 index 000000000..909b5dbde Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..909b5dbde Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_default_rounded__.png new file mode 100644 index 000000000..4277113e6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..4277113e6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_default_square__.png new file mode 100644 index 000000000..877e399b9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..877e399b9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_small_rounded__.png new file mode 100644 index 000000000..fcf0fb0a8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..fcf0fb0a8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_small_square__.png new file mode 100644 index 000000000..b5b48cec5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..b5b48cec5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndBullet_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..d55972734 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..a78290727 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_default_square__.png new file mode 100644 index 000000000..4c8ad68f8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..b91626b45 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..afb4df87a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..8ed1a1f24 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_small_square__.png new file mode 100644 index 000000000..c51dcdb6e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..116656939 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..0f6795c99 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..98ceca4d4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..c8d1e7099 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..2c02bbe76 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..c50f4d31d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..e7b19e67f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..bed1ede02 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..f6312b5b2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..2256365a7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..85142cbfa Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_default_square__.png new file mode 100644 index 000000000..e9e15009a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..381f798e4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..62c40c1e8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..b294f031b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_small_square__.png new file mode 100644 index 000000000..3e6020d05 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..99a8f0a57 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..526d34272 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..8e389b95f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_default_square__.png new file mode 100644 index 000000000..207e625e1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..d8e87dbfb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..f1879f63f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..18fdcd283 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_small_square__.png new file mode 100644 index 000000000..75b2a5329 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..783dad6df Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..803927910 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..1ffe43406 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..226d1dbe7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..c9cb77703 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..7030990d9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..d67c024d6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..1bd8f0033 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..cfc41312d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..2c3b73fbd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..d6d300a6d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_default_square__.png new file mode 100644 index 000000000..422ccbdce Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..a4fc9da4d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..3b19475f8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..0c2634abd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_small_square__.png new file mode 100644 index 000000000..66b53fb36 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..4174d0deb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..462fb0b44 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..2734c1e67 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_default_square__.png new file mode 100644 index 000000000..67bfeea36 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..bba6437fc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..761b3568d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..f5e4b565e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_small_square__.png new file mode 100644 index 000000000..2a80e4c3f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..8bd1f5865 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_default_rounded__.png new file mode 100644 index 000000000..1275ee276 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..3f2ac40eb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_default_square__.png new file mode 100644 index 000000000..40f9df255 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..97d391843 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_small_rounded__.png new file mode 100644 index 000000000..e06dc52b8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..19e97cb4e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_small_square__.png new file mode 100644 index 000000000..eba23bae9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..5c0a82d24 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..0f6795c99 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..98ceca4d4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_default_square__.png new file mode 100644 index 000000000..c8d1e7099 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..2c02bbe76 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..c50f4d31d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..e7b19e67f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_small_square__.png new file mode 100644 index 000000000..bed1ede02 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..f6312b5b2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_default_rounded__.png new file mode 100644 index 000000000..3f6a2a6c0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..02770783f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_default_square__.png new file mode 100644 index 000000000..18f54c702 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..f3a5d3e9a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_small_rounded__.png new file mode 100644 index 000000000..6c4678c5f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..ab08105fc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_small_square__.png new file mode 100644 index 000000000..ca388848e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..379fb13d2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_default_rounded__.png new file mode 100644 index 000000000..c77c2b6ab Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..7994f0344 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_default_square__.png new file mode 100644 index 000000000..84ccfa6db Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..f836b35f2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_small_rounded__.png new file mode 100644 index 000000000..ed7351b0a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..bee3f5202 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_small_square__.png new file mode 100644 index 000000000..5a681d91b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..dfb668492 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..d8d1b80c9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..3b6140d51 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_default_square__.png new file mode 100644 index 000000000..1171908ef Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..fb7d3cc8f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..9371c0130 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..e7a3ad08a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_small_square__.png new file mode 100644 index 000000000..871aa68a7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..62329a0c5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_default_rounded__.png new file mode 100644 index 000000000..fc27c0e53 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..3adbca9c5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_default_square__.png new file mode 100644 index 000000000..54af5aa90 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..9b814317f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_small_rounded__.png new file mode 100644 index 000000000..69173d069 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..68039e9f0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_small_square__.png new file mode 100644 index 000000000..44d9c2ff2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..d32a383ca Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_default_rounded__.png new file mode 100644 index 000000000..134be5c96 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..11a284b75 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_default_square__.png new file mode 100644 index 000000000..edf9afbdb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..1bd8a5fac Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_small_rounded__.png new file mode 100644 index 000000000..5832e3fc2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..3d3e95dc6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_small_square__.png new file mode 100644 index 000000000..dede2ebce Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..e303e5a74 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textAndIcon_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..58aa2d4fb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..58aa2d4fb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_default_square__.png new file mode 100644 index 000000000..72c788d6d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..72c788d6d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..6d1112a08 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..6d1112a08 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_small_square__.png new file mode 100644 index 000000000..30d86bd79 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..30d86bd79 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..742805236 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..742805236 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..577eea13f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..577eea13f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..e5343ab13 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..e5343ab13 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..50b653bba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..50b653bba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..12b032c63 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..12b032c63 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_default_square__.png new file mode 100644 index 000000000..39df86dd3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..39df86dd3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..06e27c0b7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..06e27c0b7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_small_square__.png new file mode 100644 index 000000000..648bd586e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..648bd586e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..07a3b11fa Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..07a3b11fa Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_default_square__.png new file mode 100644 index 000000000..c1c6e7aee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..c1c6e7aee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..96cdcfb0d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..96cdcfb0d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_small_square__.png new file mode 100644 index 000000000..b04e88768 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..b04e88768 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..44ec8b8b3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..44ec8b8b3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..e3af723f3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..e3af723f3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..ab75810f6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..ab75810f6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..1677d1a2f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..1677d1a2f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..7a265c2b2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..7a265c2b2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_default_square__.png new file mode 100644 index 000000000..40eb8e561 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..40eb8e561 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..ba52b41b6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..ba52b41b6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_small_square__.png new file mode 100644 index 000000000..1d3b5b433 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..1d3b5b433 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..9110e1868 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..9110e1868 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_default_square__.png new file mode 100644 index 000000000..dd9076d6a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..dd9076d6a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..22e6b23d2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..22e6b23d2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_small_square__.png new file mode 100644 index 000000000..0e7052c0c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..0e7052c0c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_default_rounded__.png new file mode 100644 index 000000000..cd5baf54f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..cd5baf54f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_default_square__.png new file mode 100644 index 000000000..31682f2b1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..31682f2b1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_small_rounded__.png new file mode 100644 index 000000000..9a1042ce0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..9a1042ce0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_small_square__.png new file mode 100644 index 000000000..54bac4361 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..54bac4361 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..742805236 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..742805236 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_default_square__.png new file mode 100644 index 000000000..577eea13f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..577eea13f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..e5343ab13 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..e5343ab13 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_small_square__.png new file mode 100644 index 000000000..50b653bba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..50b653bba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_default_rounded__.png new file mode 100644 index 000000000..ea5df51a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..ea5df51a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_default_square__.png new file mode 100644 index 000000000..57d105b2d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..57d105b2d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_small_rounded__.png new file mode 100644 index 000000000..0fe1ca418 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..0fe1ca418 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_small_square__.png new file mode 100644 index 000000000..c62cb62b8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..c62cb62b8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_default_rounded__.png new file mode 100644 index 000000000..a32e768e3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..a32e768e3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_default_square__.png new file mode 100644 index 000000000..a2fb56d28 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..a2fb56d28 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_small_rounded__.png new file mode 100644 index 000000000..d3884bcc0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..d3884bcc0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_small_square__.png new file mode 100644 index 000000000..2c6b6ce49 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..2c6b6ce49 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..31311c1e5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..31311c1e5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_default_square__.png new file mode 100644 index 000000000..cf9417ded Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..cf9417ded Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..dc224e337 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..dc224e337 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_small_square__.png new file mode 100644 index 000000000..44197b146 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..44197b146 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_default_rounded__.png new file mode 100644 index 000000000..b90d80bc1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..b90d80bc1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_default_square__.png new file mode 100644 index 000000000..c8cef79cc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..c8cef79cc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_small_rounded__.png new file mode 100644 index 000000000..37c3534bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..37c3534bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_small_square__.png new file mode 100644 index 000000000..33d322b44 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..33d322b44 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_default_rounded__.png new file mode 100644 index 000000000..7a5934787 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..7a5934787 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_default_square__.png new file mode 100644 index 000000000..11f0c4d10 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..11f0c4d10 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_small_rounded__.png new file mode 100644 index 000000000..067254691 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..067254691 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_small_square__.png new file mode 100644 index 000000000..3b887c0d7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..3b887c0d7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Dark.textOnlyLayout_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..f8e7d0f59 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..f8e7d0f59 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_default_square__.png new file mode 100644 index 000000000..f18f2e563 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..f18f2e563 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..f600bef60 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..f600bef60 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_small_square__.png new file mode 100644 index 000000000..36865bf26 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..36865bf26 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..be1b9acf6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..be1b9acf6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..68cd5c3a6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..68cd5c3a6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..eb27324d5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..eb27324d5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..c1e0ce98b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..c1e0ce98b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..a07eeda59 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..a07eeda59 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_default_square__.png new file mode 100644 index 000000000..2169dc04f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..2169dc04f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..f1f474b5c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..f1f474b5c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_small_square__.png new file mode 100644 index 000000000..f0761743e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..f0761743e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..39c9acf21 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..39c9acf21 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_default_square__.png new file mode 100644 index 000000000..b5bfb0b4a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..b5bfb0b4a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..31124c247 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..31124c247 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_small_square__.png new file mode 100644 index 000000000..d348d19d4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..d348d19d4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..b07c17d55 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..b07c17d55 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..f9f264cff Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..f9f264cff Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..feeeb0ac3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..feeeb0ac3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..9f2030592 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..9f2030592 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..7f134a6fb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..7f134a6fb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_default_square__.png new file mode 100644 index 000000000..d75d39d8b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..d75d39d8b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..f20f55fe3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..f20f55fe3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_small_square__.png new file mode 100644 index 000000000..da17c8eba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..da17c8eba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..8851302af Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..8851302af Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_default_square__.png new file mode 100644 index 000000000..4695ceefc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..4695ceefc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..029efaf57 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..029efaf57 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_small_square__.png new file mode 100644 index 000000000..6dfcab394 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..6dfcab394 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_default_rounded__.png new file mode 100644 index 000000000..02102fca0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..02102fca0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_default_square__.png new file mode 100644 index 000000000..8911c9bea Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..8911c9bea Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_small_rounded__.png new file mode 100644 index 000000000..78731217a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..78731217a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_small_square__.png new file mode 100644 index 000000000..fce6044d3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..fce6044d3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..be1b9acf6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..be1b9acf6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_default_square__.png new file mode 100644 index 000000000..68cd5c3a6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..68cd5c3a6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..eb27324d5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..eb27324d5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_small_square__.png new file mode 100644 index 000000000..c1e0ce98b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..c1e0ce98b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_default_rounded__.png new file mode 100644 index 000000000..131d056bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..131d056bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_default_square__.png new file mode 100644 index 000000000..81864a392 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..81864a392 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_small_rounded__.png new file mode 100644 index 000000000..f15929418 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..f15929418 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_small_square__.png new file mode 100644 index 000000000..2f239c4f6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..2f239c4f6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_default_rounded__.png new file mode 100644 index 000000000..0a9f185ce Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..0a9f185ce Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_default_square__.png new file mode 100644 index 000000000..2037b9e8c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..2037b9e8c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_small_rounded__.png new file mode 100644 index 000000000..1c75702dc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..1c75702dc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_small_square__.png new file mode 100644 index 000000000..65a019bec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..65a019bec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..a6dddfc28 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..a6dddfc28 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_default_square__.png new file mode 100644 index 000000000..74099c4d6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..74099c4d6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..e24fdeace Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..e24fdeace Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_small_square__.png new file mode 100644 index 000000000..07ecd7af5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..07ecd7af5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_default_rounded__.png new file mode 100644 index 000000000..060467dd2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..060467dd2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_default_square__.png new file mode 100644 index 000000000..9d702b5cc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..9d702b5cc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_small_rounded__.png new file mode 100644 index 000000000..7ff33b0cd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..7ff33b0cd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_small_square__.png new file mode 100644 index 000000000..e76d13fa7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..e76d13fa7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_default_rounded__.png new file mode 100644 index 000000000..4fb616066 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..4fb616066 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_default_square__.png new file mode 100644 index 000000000..c8c8079ec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..c8c8079ec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_small_rounded__.png new file mode 100644 index 000000000..d36e107be Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..d36e107be Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_small_square__.png new file mode 100644 index 000000000..c7a25efd2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..c7a25efd2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndBullet_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..89150ea63 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..6ccb54313 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_default_square__.png new file mode 100644 index 000000000..4803d487a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..abeea70f7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..a9b64f5fd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..fc002a2e9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_small_square__.png new file mode 100644 index 000000000..51eb3c5ec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..31a63cab1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..c40b302a7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..883c9cbc9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..c819cb620 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..5e341de00 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..733adcd0b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..e75228761 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..594e80d40 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..61ec96340 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..1b54b0b0b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..0e08259d0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_default_square__.png new file mode 100644 index 000000000..ceada5431 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..e86c5b847 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..a2f92c91d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..0a15b5eb4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_small_square__.png new file mode 100644 index 000000000..eb21d041b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..83746c3ac Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..91b17619f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..d26966931 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_default_square__.png new file mode 100644 index 000000000..8e5f13fab Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..7141d95d5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..19856171b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..842411771 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_small_square__.png new file mode 100644 index 000000000..3f48e4ec7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..1322873ac Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..c443eaa8d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..f645e49c7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..50cd7a253 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..e65152f2f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..84b497314 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..4bbc27b4b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..f2f23ebc2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..191dd81bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..1c6ece02d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..1ed1e77bc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_default_square__.png new file mode 100644 index 000000000..7073b1fa3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..823a35f80 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..61e1127cd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..a580ce560 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_small_square__.png new file mode 100644 index 000000000..46dc2c96f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..63af48807 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..50a9d782c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..68c2570ee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_default_square__.png new file mode 100644 index 000000000..f4ed90ea2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..889c4ee1e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..186065da3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..fe929e62e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_small_square__.png new file mode 100644 index 000000000..741ccf359 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..df7a79acc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_default_rounded__.png new file mode 100644 index 000000000..62e114864 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..084547ef5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_default_square__.png new file mode 100644 index 000000000..ca06af026 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..b871c4256 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_small_rounded__.png new file mode 100644 index 000000000..b33acaeab Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..d277036d2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_small_square__.png new file mode 100644 index 000000000..d23032517 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..c890a77a7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..c40b302a7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..883c9cbc9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_default_square__.png new file mode 100644 index 000000000..c819cb620 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..5e341de00 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..733adcd0b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..e75228761 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_small_square__.png new file mode 100644 index 000000000..594e80d40 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..61ec96340 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_default_rounded__.png new file mode 100644 index 000000000..7050e0426 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..2af40c210 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_default_square__.png new file mode 100644 index 000000000..e6fd1b7ab Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..38260bdf0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_small_rounded__.png new file mode 100644 index 000000000..9349d6042 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..323699611 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_small_square__.png new file mode 100644 index 000000000..e6667fb10 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..190cbbf73 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_default_rounded__.png new file mode 100644 index 000000000..3fdf90034 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..35d8d0aa0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_default_square__.png new file mode 100644 index 000000000..79ee78bdd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..51be002bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_small_rounded__.png new file mode 100644 index 000000000..cb98cd4f4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..34abba322 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_small_square__.png new file mode 100644 index 000000000..ea7bd2406 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..9b6b63ca4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..8b53d54dd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..963e04f9a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_default_square__.png new file mode 100644 index 000000000..3423d2e3a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..2d36cbb18 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..be3d4911d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..7f07a6e18 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_small_square__.png new file mode 100644 index 000000000..c5a1fa76c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..15597ae97 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_default_rounded__.png new file mode 100644 index 000000000..2fece3b09 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..7a05317e8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_default_square__.png new file mode 100644 index 000000000..789ff777e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..ff789fcda Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_small_rounded__.png new file mode 100644 index 000000000..7ae7fdc4c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..6867d27e3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_small_square__.png new file mode 100644 index 000000000..88b88a572 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..637c72210 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_default_rounded__.png new file mode 100644 index 000000000..14a8a9d56 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..57bbed5a4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_default_square__.png new file mode 100644 index 000000000..c5dd010e0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..7ce7cfcee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_small_rounded__.png new file mode 100644 index 000000000..21a57b6ee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..1594c93eb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_small_square__.png new file mode 100644 index 000000000..b87d73d0f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..d7b5f54ad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textAndIcon_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..cedfab96a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..cedfab96a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_default_square__.png new file mode 100644 index 000000000..f2bf3c84c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..f2bf3c84c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..ba5db66f6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..ba5db66f6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_small_square__.png new file mode 100644 index 000000000..4978022ec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..4978022ec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..b80bfa8db Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..b80bfa8db Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..8e4732bd9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..8e4732bd9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..7b3fd5f2f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..7b3fd5f2f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..b1b794e91 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..b1b794e91 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..c5774c917 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..c5774c917 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_default_square__.png new file mode 100644 index 000000000..1b2162c82 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..1b2162c82 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..eed7f9011 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..eed7f9011 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_small_square__.png new file mode 100644 index 000000000..4f48fbdbc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..4f48fbdbc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..773e06b8c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..773e06b8c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_default_square__.png new file mode 100644 index 000000000..568a93377 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..568a93377 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..11f0476a7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..11f0476a7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_small_square__.png new file mode 100644 index 000000000..44f6d9d2f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..44f6d9d2f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..1190f0d52 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..1190f0d52 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..d9a353cf8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..d9a353cf8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..8725a2fb9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..8725a2fb9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..215650105 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..215650105 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..9b1243350 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..9b1243350 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_default_square__.png new file mode 100644 index 000000000..a086f8109 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..a086f8109 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..8f8ddcf5d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..8f8ddcf5d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_small_square__.png new file mode 100644 index 000000000..fffefb716 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..fffefb716 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..f12181752 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..f12181752 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_default_square__.png new file mode 100644 index 000000000..08e3aaa47 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..08e3aaa47 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..16dfb8bba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..16dfb8bba Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_small_square__.png new file mode 100644 index 000000000..f02e9018b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..f02e9018b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_default_rounded__.png new file mode 100644 index 000000000..8e33df357 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..8e33df357 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_default_square__.png new file mode 100644 index 000000000..ee30e1ecf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..ee30e1ecf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_small_rounded__.png new file mode 100644 index 000000000..46d936984 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..46d936984 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_small_square__.png new file mode 100644 index 000000000..af60245fc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..af60245fc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..b80bfa8db Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..b80bfa8db Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_default_square__.png new file mode 100644 index 000000000..8e4732bd9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..8e4732bd9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..7b3fd5f2f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..7b3fd5f2f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_small_square__.png new file mode 100644 index 000000000..b1b794e91 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..b1b794e91 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_default_rounded__.png new file mode 100644 index 000000000..5a5dc87d9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..5a5dc87d9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_default_square__.png new file mode 100644 index 000000000..a68b04861 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..a68b04861 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_small_rounded__.png new file mode 100644 index 000000000..a59331db1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..a59331db1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_small_square__.png new file mode 100644 index 000000000..74424a5d0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..74424a5d0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_default_rounded__.png new file mode 100644 index 000000000..72e8d477b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..72e8d477b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_default_square__.png new file mode 100644 index 000000000..7e4559c95 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..7e4559c95 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_small_rounded__.png new file mode 100644 index 000000000..4faf553ad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..4faf553ad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_small_square__.png new file mode 100644 index 000000000..19dd658f9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..19dd658f9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..dbfef112b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..dbfef112b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_default_square__.png new file mode 100644 index 000000000..adc586f06 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..adc586f06 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..3c75ad5e7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..3c75ad5e7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_small_square__.png new file mode 100644 index 000000000..b769f13f0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..b769f13f0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_default_rounded__.png new file mode 100644 index 000000000..456ea7d2b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..456ea7d2b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_default_square__.png new file mode 100644 index 000000000..85f944cb3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..85f944cb3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_small_rounded__.png new file mode 100644 index 000000000..e8ef28fed Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..e8ef28fed Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_small_square__.png new file mode 100644 index 000000000..c315a90b8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..c315a90b8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_default_rounded__.png new file mode 100644 index 000000000..eea47101a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..eea47101a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_default_square__.png new file mode 100644 index 000000000..c8bce1523 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..c8bce1523 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_small_rounded__.png new file mode 100644 index 000000000..cd697a563 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..cd697a563 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_small_square__.png new file mode 100644 index 000000000..07a294e43 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..07a294e43 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_SoshTheme_Light.textOnlyLayout_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..9137061aa Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..9137061aa Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_default_square__.png new file mode 100644 index 000000000..b95094251 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..b95094251 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..1b0c3bf80 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..1b0c3bf80 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_small_square__.png new file mode 100644 index 000000000..e3b871da1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..e3b871da1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..307db316a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..307db316a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..fb5dd3bd6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..fb5dd3bd6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..4c206b094 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..4c206b094 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..815fd43b8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..815fd43b8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..788f1350d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..788f1350d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_default_square__.png new file mode 100644 index 000000000..e681dd285 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..e681dd285 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..87e4c63b4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..87e4c63b4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_small_square__.png new file mode 100644 index 000000000..b7ad16e9d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..b7ad16e9d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..a9d56303d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..a9d56303d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_default_square__.png new file mode 100644 index 000000000..87bd57156 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..87bd57156 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..a3fd7c4dc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..a3fd7c4dc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_small_square__.png new file mode 100644 index 000000000..8d9cb45cb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..8d9cb45cb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..bd1253c85 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..bd1253c85 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..f3a49697e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..f3a49697e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..afab10e95 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..afab10e95 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..68b0ddfdc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..68b0ddfdc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..9a8bb0f85 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..9a8bb0f85 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_default_square__.png new file mode 100644 index 000000000..0ef74fb22 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..0ef74fb22 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..162bba99f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..162bba99f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_small_square__.png new file mode 100644 index 000000000..0cbce957d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..0cbce957d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..c36be3e5d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..c36be3e5d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_default_square__.png new file mode 100644 index 000000000..451b9c6c3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..451b9c6c3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..655f38533 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..655f38533 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_small_square__.png new file mode 100644 index 000000000..3be19f53c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..3be19f53c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_default_rounded__.png new file mode 100644 index 000000000..b115fc9dc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..b115fc9dc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_default_square__.png new file mode 100644 index 000000000..966b16d25 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..966b16d25 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_small_rounded__.png new file mode 100644 index 000000000..b86d7d6ae Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..b86d7d6ae Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_small_square__.png new file mode 100644 index 000000000..61d3233f3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..61d3233f3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..307db316a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..307db316a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_default_square__.png new file mode 100644 index 000000000..fb5dd3bd6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..fb5dd3bd6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..4c206b094 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..4c206b094 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_small_square__.png new file mode 100644 index 000000000..815fd43b8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..815fd43b8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_default_rounded__.png new file mode 100644 index 000000000..1e8bcbb34 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..1e8bcbb34 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_default_square__.png new file mode 100644 index 000000000..6b8e79509 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..6b8e79509 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_small_rounded__.png new file mode 100644 index 000000000..174181961 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..174181961 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_small_square__.png new file mode 100644 index 000000000..1dfadb70e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..1dfadb70e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_default_rounded__.png new file mode 100644 index 000000000..896ccd864 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..896ccd864 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_default_square__.png new file mode 100644 index 000000000..d8ba470d0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..d8ba470d0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_small_rounded__.png new file mode 100644 index 000000000..5f55e8937 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..5f55e8937 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_small_square__.png new file mode 100644 index 000000000..d2b672b64 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..d2b672b64 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..993985c02 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..993985c02 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_default_square__.png new file mode 100644 index 000000000..99b6288e2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..99b6288e2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..d0a21bb46 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..d0a21bb46 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_small_square__.png new file mode 100644 index 000000000..70aca64bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..70aca64bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_default_rounded__.png new file mode 100644 index 000000000..3cc8560d8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..3cc8560d8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_default_square__.png new file mode 100644 index 000000000..949bdcff5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..949bdcff5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_small_rounded__.png new file mode 100644 index 000000000..9e20c3890 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..9e20c3890 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_small_square__.png new file mode 100644 index 000000000..2c3c3d2b5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..2c3c3d2b5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_default_rounded__.png new file mode 100644 index 000000000..c80ebf55c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..c80ebf55c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_default_square__.png new file mode 100644 index 000000000..d3eb4a6b7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..d3eb4a6b7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_small_rounded__.png new file mode 100644 index 000000000..adca285df Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..adca285df Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_small_square__.png new file mode 100644 index 000000000..7f1380320 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..7f1380320 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndBullet_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..e01a234f9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..fd991e4f2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_default_square__.png new file mode 100644 index 000000000..cbb87e8f0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..29013529f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..4dd1e36a5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..1ec80f484 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_small_square__.png new file mode 100644 index 000000000..894e06eef Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..e6a428096 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..0ca713c1f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..6776ef9fd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..d896a1f63 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..4455ae205 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..90477d06e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..98cf7fbc8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..87d3cd04c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..dee40bf52 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..61e7a615e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..b68d98f77 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_default_square__.png new file mode 100644 index 000000000..da35d58bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..8c3d6f42b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..fa4abeacc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..0869c9fcd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_small_square__.png new file mode 100644 index 000000000..607ebcbed Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..25b4ff49a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..c3487cd65 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..12b7a4995 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_default_square__.png new file mode 100644 index 000000000..1b2cff364 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..f168bd5fe Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..f6ea72536 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..7b7ddfa2f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_small_square__.png new file mode 100644 index 000000000..5a32fd17d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..1d8802fb1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..6614f61bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..5c25f0e92 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..0a0eed22b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..0beb759df Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..4746b6da2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..d78e368b8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..f9fdd2401 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..14653e38a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..fb7c58724 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..558556a6f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_default_square__.png new file mode 100644 index 000000000..89563366f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..31a690ea3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..d960f8e38 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..cba671de9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_small_square__.png new file mode 100644 index 000000000..59c670dc3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..01177ba79 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..be9da3c88 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..1f06bdc0c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_default_square__.png new file mode 100644 index 000000000..0ba601b30 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..c5f02a276 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..7539893d8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..fd6230d80 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_small_square__.png new file mode 100644 index 000000000..b8c22c892 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..0bca34e43 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_default_rounded__.png new file mode 100644 index 000000000..23739477d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..9e1d8c918 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_default_square__.png new file mode 100644 index 000000000..d0d0d1499 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..eec8a297c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_small_rounded__.png new file mode 100644 index 000000000..961a4ce49 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..a4f5d6956 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_small_square__.png new file mode 100644 index 000000000..f5a58a59e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..bb8f5608d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..0ca713c1f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..6776ef9fd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_default_square__.png new file mode 100644 index 000000000..d896a1f63 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..4455ae205 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..90477d06e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..98cf7fbc8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_small_square__.png new file mode 100644 index 000000000..87d3cd04c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..dee40bf52 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_default_rounded__.png new file mode 100644 index 000000000..c171a533c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..54e200b23 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_default_square__.png new file mode 100644 index 000000000..37686ca20 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..9d4d13898 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_small_rounded__.png new file mode 100644 index 000000000..8147545d1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..41fc9362d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_small_square__.png new file mode 100644 index 000000000..b44c69ac4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..ea6ebad58 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_default_rounded__.png new file mode 100644 index 000000000..dd681279a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..21ebe0ddc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_default_square__.png new file mode 100644 index 000000000..974c96607 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..cbdb9dab1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_small_rounded__.png new file mode 100644 index 000000000..be7b3f046 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..246972e1f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_small_square__.png new file mode 100644 index 000000000..28707a89c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..d93d98658 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..45ba09881 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..11ef7397f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_default_square__.png new file mode 100644 index 000000000..28e90961e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..5f331651a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..04a96680e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..686e71f31 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_small_square__.png new file mode 100644 index 000000000..ba96bd00c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..412b3af77 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_default_rounded__.png new file mode 100644 index 000000000..a875c938d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..4609999f0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_default_square__.png new file mode 100644 index 000000000..dfb9b95bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..42e6e7e62 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_small_rounded__.png new file mode 100644 index 000000000..24932e708 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..b3ed23d8e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_small_square__.png new file mode 100644 index 000000000..04f28ef6c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..6f7313766 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_default_rounded__.png new file mode 100644 index 000000000..bf1d84557 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..0e7929aa2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_default_square__.png new file mode 100644 index 000000000..3b065c4c8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..be649f864 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_small_rounded__.png new file mode 100644 index 000000000..aa9d5565b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..6fc83332f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_small_square__.png new file mode 100644 index 000000000..0c1b4b71b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..47729e29d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textAndIcon_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..3a9a59c71 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..3a9a59c71 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_default_square__.png new file mode 100644 index 000000000..cae37e970 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..cae37e970 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..8376e2821 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..8376e2821 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_small_square__.png new file mode 100644 index 000000000..bf3320b8f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..bf3320b8f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..838c92d50 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..838c92d50 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..518e70ad8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..518e70ad8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..fe88d7f5d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..fe88d7f5d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..6a513107d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..6a513107d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..ebcf3b2b2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..ebcf3b2b2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_default_square__.png new file mode 100644 index 000000000..04c7ab944 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..04c7ab944 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..bcfee38ac Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..bcfee38ac Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_small_square__.png new file mode 100644 index 000000000..daaaa1e5b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..daaaa1e5b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..4bd3fde92 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..4bd3fde92 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_default_square__.png new file mode 100644 index 000000000..67bafa4e9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..67bafa4e9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..9a4efe35d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..9a4efe35d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_small_square__.png new file mode 100644 index 000000000..97fd7e494 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..97fd7e494 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..5372fd7ef Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..5372fd7ef Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..bf8049910 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..bf8049910 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..6c2cd8736 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..6c2cd8736 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..cc11490f4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..cc11490f4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..7a494e664 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..7a494e664 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_default_square__.png new file mode 100644 index 000000000..7b59106b6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..7b59106b6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..56449f006 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..56449f006 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_small_square__.png new file mode 100644 index 000000000..50769e0a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..50769e0a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..f1f735661 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..f1f735661 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_default_square__.png new file mode 100644 index 000000000..d59b14548 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..d59b14548 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..7faec917d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..7faec917d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_small_square__.png new file mode 100644 index 000000000..072804394 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..072804394 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_default_rounded__.png new file mode 100644 index 000000000..28d46b4ef Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..28d46b4ef Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_default_square__.png new file mode 100644 index 000000000..6a171cbb6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..6a171cbb6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_small_rounded__.png new file mode 100644 index 000000000..724c7f2bc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..724c7f2bc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_small_square__.png new file mode 100644 index 000000000..4426375cc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..4426375cc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..838c92d50 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..838c92d50 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_default_square__.png new file mode 100644 index 000000000..518e70ad8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..518e70ad8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..fe88d7f5d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..fe88d7f5d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_small_square__.png new file mode 100644 index 000000000..6a513107d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..6a513107d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_default_rounded__.png new file mode 100644 index 000000000..ad232ed07 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..ad232ed07 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_default_square__.png new file mode 100644 index 000000000..73e9e1761 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..73e9e1761 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_small_rounded__.png new file mode 100644 index 000000000..46910d2a9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..46910d2a9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_small_square__.png new file mode 100644 index 000000000..e3c101a7c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..e3c101a7c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_default_rounded__.png new file mode 100644 index 000000000..7bf6ef851 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..7bf6ef851 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_default_square__.png new file mode 100644 index 000000000..cf8e3b9d2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..cf8e3b9d2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_small_rounded__.png new file mode 100644 index 000000000..4d0332858 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..4d0332858 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_small_square__.png new file mode 100644 index 000000000..961677eb7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..961677eb7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..e380df73d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..e380df73d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_default_square__.png new file mode 100644 index 000000000..d4a9e176e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..d4a9e176e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..5fc306673 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..5fc306673 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_small_square__.png new file mode 100644 index 000000000..45646bf47 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..45646bf47 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_default_rounded__.png new file mode 100644 index 000000000..c0d709603 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..c0d709603 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_default_square__.png new file mode 100644 index 000000000..6b38b3ae4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..6b38b3ae4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_small_rounded__.png new file mode 100644 index 000000000..08d8d6b0f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..08d8d6b0f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_small_square__.png new file mode 100644 index 000000000..4d32d209b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..4d32d209b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_default_rounded__.png new file mode 100644 index 000000000..d7210ba21 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..d7210ba21 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_default_square__.png new file mode 100644 index 000000000..5ed0f4cb5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..5ed0f4cb5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_small_rounded__.png new file mode 100644 index 000000000..52d32fb38 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..52d32fb38 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_small_square__.png new file mode 100644 index 000000000..34c11dcac Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..34c11dcac Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Dark.textOnlyLayout_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..c428150ae Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..c428150ae Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_default_square__.png new file mode 100644 index 000000000..90297e7ab Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..90297e7ab Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..a1fc207e8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..a1fc207e8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_small_square__.png new file mode 100644 index 000000000..c163e76bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..c163e76bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..613a7bfa8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..613a7bfa8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..aabdb5335 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..aabdb5335 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..2937f098a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..2937f098a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..176bafdef Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..176bafdef Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..f02776296 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..f02776296 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_default_square__.png new file mode 100644 index 000000000..84b325da0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..84b325da0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..c5c0baff8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..c5c0baff8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_small_square__.png new file mode 100644 index 000000000..bcfcdc414 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..bcfcdc414 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..b937944e4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..b937944e4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_default_square__.png new file mode 100644 index 000000000..30f87c8b0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..30f87c8b0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..d2704e67c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..d2704e67c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_small_square__.png new file mode 100644 index 000000000..94f3a4148 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..94f3a4148 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..5817e4f20 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..5817e4f20 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..ec1511a47 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..ec1511a47 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..4a8fefd8c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..4a8fefd8c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..f60f54ae7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..f60f54ae7 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..276d33b4b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..276d33b4b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_default_square__.png new file mode 100644 index 000000000..5cdecd171 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..5cdecd171 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..2b8aa15ef Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..2b8aa15ef Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_small_square__.png new file mode 100644 index 000000000..5d930aa7a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..5d930aa7a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..ba1166bda Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..ba1166bda Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_default_square__.png new file mode 100644 index 000000000..910a74272 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..910a74272 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..12f89ba7b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..12f89ba7b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_small_square__.png new file mode 100644 index 000000000..0a9befdd6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..0a9befdd6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_default_rounded__.png new file mode 100644 index 000000000..1e03c3114 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..1e03c3114 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_default_square__.png new file mode 100644 index 000000000..212d713c8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..212d713c8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_small_rounded__.png new file mode 100644 index 000000000..7d8312cc9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..7d8312cc9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_small_square__.png new file mode 100644 index 000000000..ce69be570 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..ce69be570 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..613a7bfa8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..613a7bfa8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_default_square__.png new file mode 100644 index 000000000..aabdb5335 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..aabdb5335 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..2937f098a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..2937f098a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_small_square__.png new file mode 100644 index 000000000..176bafdef Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..176bafdef Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_default_rounded__.png new file mode 100644 index 000000000..3b3339964 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..3b3339964 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_default_square__.png new file mode 100644 index 000000000..23f06da79 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..23f06da79 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_small_rounded__.png new file mode 100644 index 000000000..22e17373b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..22e17373b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_small_square__.png new file mode 100644 index 000000000..e7e331d89 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..e7e331d89 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_default_rounded__.png new file mode 100644 index 000000000..aa6ea434d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..aa6ea434d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_default_square__.png new file mode 100644 index 000000000..fd9d2aa22 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..fd9d2aa22 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_small_rounded__.png new file mode 100644 index 000000000..b773c888a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..b773c888a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_small_square__.png new file mode 100644 index 000000000..37479b825 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..37479b825 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..3eb6949f1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..3eb6949f1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_default_square__.png new file mode 100644 index 000000000..03d529f03 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..03d529f03 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..42ecfb5ad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..42ecfb5ad Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_small_square__.png new file mode 100644 index 000000000..d5457f549 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..d5457f549 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_default_rounded__.png new file mode 100644 index 000000000..ae76be5f6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..ae76be5f6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_default_square__.png new file mode 100644 index 000000000..3d3a7a823 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..3d3a7a823 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_small_rounded__.png new file mode 100644 index 000000000..a200e45b3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..a200e45b3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_small_square__.png new file mode 100644 index 000000000..fe9174b8a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..fe9174b8a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_default_rounded__.png new file mode 100644 index 000000000..d00a613bc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..d00a613bc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_default_square__.png new file mode 100644 index 000000000..5621442e2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..5621442e2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_small_rounded__.png new file mode 100644 index 000000000..ad648b0f0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..ad648b0f0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_small_square__.png new file mode 100644 index 000000000..769af3858 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..769af3858 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndBullet_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..b82b693fc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..7ffb812e0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_default_square__.png new file mode 100644 index 000000000..0f6610651 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..e30a30eaa Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..71da0fedb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..27e149c42 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_small_square__.png new file mode 100644 index 000000000..faab93daa Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..187b7b136 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..7aea5d22c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..6ba6ae19b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..d89dbfd6e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..cd48c13a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..7daa58acc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..ecde3333d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..b1d5c2bbe Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..190b3aa5a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..653deb4b5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..1960561ea Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_default_square__.png new file mode 100644 index 000000000..423e1a72f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..708c2f36f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..3207a5f6c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..e6c91f43c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_small_square__.png new file mode 100644 index 000000000..96e9798bf Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..1cd1d0ed6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..d463ae8dd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..7c46bebb2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_default_square__.png new file mode 100644 index 000000000..5c696dcee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..1c6f09447 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..fbaf6b995 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..955316405 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_small_square__.png new file mode 100644 index 000000000..75c858116 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..ecdb4e645 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..22d84bc0b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..74a159265 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..a675ade9c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..d19ace4ee Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..f3220b6bc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..ae5299fe1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..bb0a5b1cb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..4c7d52656 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..0de409ac6 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..843ef6c63 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_default_square__.png new file mode 100644 index 000000000..d2d4aa189 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..e4ebac72f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..ab66943d4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..b25677b94 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_small_square__.png new file mode 100644 index 000000000..ae0ea0a6c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..9ad8cb575 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..ccdbb039b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..2dd2800ec Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_default_square__.png new file mode 100644 index 000000000..e1dab21c3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..075f6bcd5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..46c2ac6e4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..0ba594ada Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_small_square__.png new file mode 100644 index 000000000..d59600d28 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..f2c439a3b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_default_rounded__.png new file mode 100644 index 000000000..f86f1f777 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..fbdab02d3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_default_square__.png new file mode 100644 index 000000000..f13a68571 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..a82ed01d8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_small_rounded__.png new file mode 100644 index 000000000..060fb43e3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..45a2b7245 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_small_square__.png new file mode 100644 index 000000000..1c41f8924 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..c1c05cc10 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..7aea5d22c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..6ba6ae19b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_default_square__.png new file mode 100644 index 000000000..d89dbfd6e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..cd48c13a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..7daa58acc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..ecde3333d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_small_square__.png new file mode 100644 index 000000000..b1d5c2bbe Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..190b3aa5a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_default_rounded__.png new file mode 100644 index 000000000..235d43d35 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..174dba5e8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_default_square__.png new file mode 100644 index 000000000..f7fe6dc3f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..98b82398d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_small_rounded__.png new file mode 100644 index 000000000..06e19986c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..2f23995e5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_small_square__.png new file mode 100644 index 000000000..dd3e467fb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..a6110eccd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_default_rounded__.png new file mode 100644 index 000000000..99711154d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..48f4e6cd1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_default_square__.png new file mode 100644 index 000000000..d8b115147 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..76528e45c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_small_rounded__.png new file mode 100644 index 000000000..b2da11b07 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..a3217c389 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_small_square__.png new file mode 100644 index 000000000..0f67e8c45 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..ef0786a03 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..be69e7c8b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..ea6451f64 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_default_square__.png new file mode 100644 index 000000000..2aaf30d58 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..8c6dc6348 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..9efc382bd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..575b4e1b9 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_small_square__.png new file mode 100644 index 000000000..98c9fb031 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..3ee4cb362 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_default_rounded__.png new file mode 100644 index 000000000..88a8e0a98 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..f84b3d33e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_default_square__.png new file mode 100644 index 000000000..1b7b1e5bb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..8f121ce68 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_small_rounded__.png new file mode 100644 index 000000000..499d42452 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..5fd75abd0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_small_square__.png new file mode 100644 index 000000000..7efc22aac Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..ac30ccbf8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_default_rounded__.png new file mode 100644 index 000000000..fee97f31b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..a9084f1a0 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_default_square__.png new file mode 100644 index 000000000..bf0b8d301 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..f634e78b5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_small_rounded__.png new file mode 100644 index 000000000..04a181b42 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..132cca12d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_small_square__.png new file mode 100644 index 000000000..9cbcf02ea Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..cf39a3f64 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textAndIcon_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__.png new file mode 100644 index 000000000..1a0cd513e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..1a0cd513e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_default_square__.png new file mode 100644 index 000000000..b14c0253c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_default_square__flipIcon.png new file mode 100644 index 000000000..b14c0253c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__.png new file mode 100644 index 000000000..652d324a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..652d324a3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_small_square__.png new file mode 100644 index 000000000..e6fea141b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_small_square__flipIcon.png new file mode 100644 index 000000000..e6fea141b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__.png new file mode 100644 index 000000000..41ad95291 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..41ad95291 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_default_square__.png new file mode 100644 index 000000000..f8d2d61f2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..f8d2d61f2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__.png new file mode 100644 index 000000000..756b8476f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..756b8476f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_small_square__.png new file mode 100644 index 000000000..6c48ab107 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..6c48ab107 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_default_rounded__.png new file mode 100644 index 000000000..d9634ffdd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..d9634ffdd Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_default_square__.png new file mode 100644 index 000000000..7f8b8123f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_default_square__flipIcon.png new file mode 100644 index 000000000..7f8b8123f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_small_rounded__.png new file mode 100644 index 000000000..528feb766 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..528feb766 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_small_square__.png new file mode 100644 index 000000000..6f0932915 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_small_square__flipIcon.png new file mode 100644 index 000000000..6f0932915 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__.png new file mode 100644 index 000000000..04ec41a37 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..04ec41a37 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_default_square__.png new file mode 100644 index 000000000..d570b1442 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_default_square__flipIcon.png new file mode 100644 index 000000000..d570b1442 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__.png new file mode 100644 index 000000000..80652f578 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..80652f578 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_small_square__.png new file mode 100644 index 000000000..d0c8bb37e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_small_square__flipIcon.png new file mode 100644 index 000000000..d0c8bb37e Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__.png new file mode 100644 index 000000000..1cfd2bd03 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..1cfd2bd03 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_default_square__.png new file mode 100644 index 000000000..1ec91c868 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..1ec91c868 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__.png new file mode 100644 index 000000000..8a710b3b4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..8a710b3b4 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_small_square__.png new file mode 100644 index 000000000..9bfa48741 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..9bfa48741 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__.png new file mode 100644 index 000000000..176f1d71d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..176f1d71d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_default_square__.png new file mode 100644 index 000000000..a4f0d740c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_default_square__flipIcon.png new file mode 100644 index 000000000..a4f0d740c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__.png new file mode 100644 index 000000000..3fc78decc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..3fc78decc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_small_square__.png new file mode 100644 index 000000000..d6f6c6400 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_small_square__flipIcon.png new file mode 100644 index 000000000..d6f6c6400 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__.png new file mode 100644 index 000000000..be34e46df Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..be34e46df Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_default_square__.png new file mode 100644 index 000000000..a3aa1abd1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_default_square__flipIcon.png new file mode 100644 index 000000000..a3aa1abd1 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__.png new file mode 100644 index 000000000..29138c029 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..29138c029 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_small_square__.png new file mode 100644 index 000000000..1b8c6a509 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_small_square__flipIcon.png new file mode 100644 index 000000000..1b8c6a509 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_emphasized_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_default_rounded__.png new file mode 100644 index 000000000..3e07b02aa Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_default_rounded__flipIcon.png new file mode 100644 index 000000000..3e07b02aa Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_default_square__.png new file mode 100644 index 000000000..ebe05329c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_default_square__flipIcon.png new file mode 100644 index 000000000..ebe05329c Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_small_rounded__.png new file mode 100644 index 000000000..9b2786e1a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_small_rounded__flipIcon.png new file mode 100644 index 000000000..9b2786e1a Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_small_square__.png new file mode 100644 index 000000000..2ff57120b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_small_square__flipIcon.png new file mode 100644 index 000000000..2ff57120b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_accent_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_default_rounded__.png new file mode 100644 index 000000000..41ad95291 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png new file mode 100644 index 000000000..41ad95291 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_default_square__.png new file mode 100644 index 000000000..f8d2d61f2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_default_square__flipIcon.png new file mode 100644 index 000000000..f8d2d61f2 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_small_rounded__.png new file mode 100644 index 000000000..756b8476f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png new file mode 100644 index 000000000..756b8476f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_small_square__.png new file mode 100644 index 000000000..6c48ab107 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_small_square__flipIcon.png new file mode 100644 index 000000000..6c48ab107 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_disabled_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_default_rounded__.png new file mode 100644 index 000000000..4ff5b2eb5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_default_rounded__flipIcon.png new file mode 100644 index 000000000..4ff5b2eb5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_default_square__.png new file mode 100644 index 000000000..f15566f30 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_default_square__flipIcon.png new file mode 100644 index 000000000..f15566f30 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_small_rounded__.png new file mode 100644 index 000000000..b9154c8b5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_small_rounded__flipIcon.png new file mode 100644 index 000000000..b9154c8b5 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_small_square__.png new file mode 100644 index 000000000..c752e8502 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_small_square__flipIcon.png new file mode 100644 index 000000000..c752e8502 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_info_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_default_rounded__.png new file mode 100644 index 000000000..f6f5f6f17 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_default_rounded__flipIcon.png new file mode 100644 index 000000000..f6f5f6f17 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_default_square__.png new file mode 100644 index 000000000..291c85704 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_default_square__flipIcon.png new file mode 100644 index 000000000..291c85704 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_small_rounded__.png new file mode 100644 index 000000000..bc136a4f8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_small_rounded__flipIcon.png new file mode 100644 index 000000000..bc136a4f8 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_small_square__.png new file mode 100644 index 000000000..ebed0d23b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_small_square__flipIcon.png new file mode 100644 index 000000000..ebed0d23b Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_negative_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_default_rounded__.png new file mode 100644 index 000000000..b04f8397d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png new file mode 100644 index 000000000..b04f8397d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_default_square__.png new file mode 100644 index 000000000..923334349 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_default_square__flipIcon.png new file mode 100644 index 000000000..923334349 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_small_rounded__.png new file mode 100644 index 000000000..32dad691f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png new file mode 100644 index 000000000..32dad691f Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_small_square__.png new file mode 100644 index 000000000..82b555333 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_small_square__flipIcon.png new file mode 100644 index 000000000..82b555333 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_neutral_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_default_rounded__.png new file mode 100644 index 000000000..492f60fcc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_default_rounded__flipIcon.png new file mode 100644 index 000000000..492f60fcc Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_default_square__.png new file mode 100644 index 000000000..bbb6429c3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_default_square__flipIcon.png new file mode 100644 index 000000000..bbb6429c3 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_small_rounded__.png new file mode 100644 index 000000000..5c5e55e78 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_small_rounded__flipIcon.png new file mode 100644 index 000000000..5c5e55e78 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_small_square__.png new file mode 100644 index 000000000..7b3472f55 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_small_square__flipIcon.png new file mode 100644 index 000000000..7b3472f55 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_positive_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_default_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_default_rounded__.png new file mode 100644 index 000000000..5c8521a92 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_default_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_default_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_default_rounded__flipIcon.png new file mode 100644 index 000000000..5c8521a92 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_default_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_default_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_default_square__.png new file mode 100644 index 000000000..4b1ea296d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_default_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_default_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_default_square__flipIcon.png new file mode 100644 index 000000000..4b1ea296d Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_default_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_small_rounded__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_small_rounded__.png new file mode 100644 index 000000000..0d26c8548 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_small_rounded__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_small_rounded__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_small_rounded__flipIcon.png new file mode 100644 index 000000000..0d26c8548 Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_small_rounded__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_small_square__.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_small_square__.png new file mode 100644 index 000000000..9e9f20dfb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_small_square__.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_small_square__flipIcon.png b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_small_square__flipIcon.png new file mode 100644 index 000000000..9e9f20dfb Binary files /dev/null and b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/Test Cases/__Snapshots__/TagUITestCase/testTag_WireframeTheme_Light.textOnlyLayout_muted_warning_small_square__flipIcon.png differ diff --git a/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/WireframeTheme/WireframeTheme+TagUITests.swift b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/WireframeTheme/WireframeTheme+TagUITests.swift new file mode 100644 index 000000000..2cd9dfd23 --- /dev/null +++ b/DesignToolbox/DesignToolboxSnapshotsTests/__Snapshots__/Components/WireframeTheme/WireframeTheme+TagUITests.swift @@ -0,0 +1,44 @@ +// +// Software Name: OUDS iOS +// SPDX-FileCopyrightText: Copyright (c) Orange SA +// SPDX-License-Identifier: MIT +// +// This software is distributed under the MIT license, +// the text of which is available at https://opensource.org/license/MIT/ +// or see the "LICENSE" file for more details. +// +// Authors: See CONTRIBUTORS.txt +// Software description: A SwiftUI components library with code examples for Orange Unified Design System +// + +import OUDS +import OUDSThemesWireframe +import SwiftUI + +// swiftlint:disable required_deinit + +/// Tests the UI rendering of the `OUDSTag` for each parameter with `WireframeTheme`. +final class WireframeThemeTagUITests: TagUITestsTestCase { + + // swiftlint:disable implicitly_unwrapped_optional + private var theme: OUDSTheme! + // swiftlint:enable implicitly_unwrapped_optional + + override func setUp() { + theme = WireframeTheme() + } + + /// Tests all tags configuration in the `Wireframe` with the `light` color scheme. + @MainActor func testAllTagsWireframeThemeLight() { + let interfaceStyle = UIUserInterfaceStyle.light + testAllTags(theme: theme, interfaceStyle: interfaceStyle) + } + + /// Tests all tags configuration in the `Wireframe` with the `dark` color scheme. + @MainActor func testAllTagsWireframeThemeDark() { + let interfaceStyle = UIUserInterfaceStyle.dark + testAllTags(theme: theme, interfaceStyle: interfaceStyle) + } +} + +// swiftlint:enable required_deinit